/*
Theme Name:           Sugar Blog
Theme URI:            https://sugar.codesupply.co
Description:          Modern WordPress Personal Blog Theme
Documentation URI:    https://support.codesupply.co/documentation/sugar/
Author:               Code Supply Co.
Author URI:           https://codesupply.co
Version:              1.0.2
Tested up to:         6.8
Requires at least:    6.0
Requires PHP:         7.0
Tags:                 custom-colors, editor-style, theme-options, custom-menu, sticky-post, right-sidebar, translation-ready
License:              GNU General Public License version 3.0
License URI:          http://www.gnu.org/licenses/gpl-3.0.html
Text Domain:          sugar-blog
*/
.menu-item-tag {
  font-family: var(--cs-font-category-family), sans-serif;
  font-size: var(--cs-font-category-size);
  line-height: var(--cs-font-category-line-height);
  font-weight: var(--cs-font-category-weight);
  font-style: var(--cs-font-category-style);
  letter-spacing: var(--cs-font-category-letter-spacing);
  text-transform: var(--cs-font-category-text-transform);
}
.menu-item-tag {
  position: relative;
  display: flex;
  align-items: center;
  padding: 0.28125rem 0.5rem;
  background: var(--cs-tag-background-color, var(--cs-layout-background));
  color: var(--cs-tag-color, var(--cs-color-primary));
  border-radius: var(--cs-tag-border-radius);
  transition: 0.25s;
  text-decoration: none;
  top: -7px;
  left: 1px;
}
.menu-item-has-children .menu-item-tag {
  top: 0;
  left: 0;
}
.cs-burger-menu__nav .menu-item-tag {
  top: 0.0625rem;
  left: 0.5rem;
}
.menu-item-tag:hover {
  background: var(--cs-tag-background-hover-color, var(--cs-layout-background));
}

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Base
# Utilities
# Layout
# Elements
# Widgets
# Media
# Vendors

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# CSS Variables
--------------------------------------------------------------*/
/*
Theme Name:           Sugar Blog
Theme URI:            https://sugar.codesupply.co
Description:          Modern WordPress Personal Blog Theme
Documentation URI:    https://support.codesupply.co/documentation/sugar/
Author:               Code Supply Co.
Author URI:           https://codesupply.co
Version:              1.0.2
Tested up to:         6.8
Requires at least:    6.0
Requires PHP:         7.0
Tags:                 custom-colors, editor-style, theme-options, custom-menu, sticky-post, right-sidebar, translation-ready
License:              GNU General Public License version 3.0
License URI:          http://www.gnu.org/licenses/gpl-3.0.html
Text Domain:          sugar-blog
*/
:root {
  --cs-header-initial-height: 55px;
  --cs-header-height: 55px;
  --cs-header-topbar-height: 85px;
  --cs-header-border-width: 1px;
  --cs-header-topbar-border-width: 1px;
  --cs-floating-header-height: 0px;
  --cs-entry-content-full: 1240px;
  --cs-entry-content-width: 816px;
  --cs-entry-content-large-width: 816px;
  --cs-entry-content-medium-width: 640px;
  --cs-layout-elements-border-radius: 0px;
  --cs-thumbnail-border-radius: 0px;
  --cs-tag-border-radius: 200px;
  --cs-button-border-radius: 0px;
  --cs-input-border-radius: 0px;
  --cs-avatar-border-radius: 50%;
  --cs-adminmbar-offset: 0px;
}
@media (max-width: 575.98px) {
  :root {
    --cs-offcanvas-width: 100%;
  }
}
@media (min-width: 576px) {
  :root {
    --cs-offcanvas-width: 460px;
  }
}
:root {
  --cs-underline-bg-position: left 98%;
}

.admin-bar {
  --cs-adminmbar-offset: 32px;
}
@media screen and (max-width: 782px) {
  .admin-bar {
    --cs-adminmbar-offset: 46px;
  }
}
@media screen and (max-width: 600px) {
  .admin-bar {
    --cs-adminmbar-offset: 0px;
  }
}

:root,
body[data-scheme=light] {
  --cs-header-background: var(--cs-light-header-background, #FFFFFF);
  --cs-header-submenu-background: var(--cs-light-header-submenu-background, #FFFFFF);
  --cs-header-topbar-background: var(--cs-light-header-topbar-background, #FFFFFF);
  --cs-footer-background: var(--cs-light-footer-background, #FFFFFF);
  --cs-offcanvas-background: var(--cs-light-offcanvas-background, #FFFFFF);
}

@media (prefers-color-scheme: dark) {
  :root body[data-scheme=auto] {
    --cs-header-background: var(--cs-dark-header-background, #222222);
    --cs-header-submenu-background: var(--cs-dark-header-submenu-background, #222222);
    --cs-header-topbar-background: var(--cs-dark-header-topbar-background, #222222);
    --cs-footer-background: var(--cs-dark-footer-background, #222222);
    --cs-offcanvas-background: var(--cs-dark-offcanvas-background, #222222);
  }
}
body[data-scheme=dark] {
  --cs-header-background: var(--cs-dark-header-background, #222222);
  --cs-header-submenu-background: var(--cs-dark-header-submenu-background, #222222);
  --cs-header-topbar-background: var(--cs-dark-header-topbar-background, #222222);
  --cs-footer-background: var(--cs-dark-footer-background, #222222);
  --cs-offcanvas-background: var(--cs-dark-offcanvas-background, #222222);
}

:root,
[data-scheme=light] {
  --cs-site-background: var(--cs-light-site-background, #FFFFFF);
  --cs-layout-background: var(--cs-light-layout-background, #F4F4F4);
  --cs-color-primary: var(--cs-light-primary-color, #000000);
  --cs-color-primary-contrast: #FFFFFF;
  --cs-color-secondary: var(--cs-light-secondary-color, #666666);
  --cs-color-secondary-contrast: #FFFFFF;
  --cs-color-accent: var(--cs-light-accent-color, #FF5D29);
  --cs-color-border: var(--cs-light-border-color, #D4D4D4);
  --cs-color-divider: var(--cs-light-divider-color, #D4D4D4);
  --cs-color-input: var(--cs-light-input-background);
  --cs-color-input-contrast: var(--cs-light-input-color);
  --cs-color-button: var(--cs-light-button-background, #FF5D29);
  --cs-color-button-contrast: var(--cs-light-button-color, #FFFFFF);
  --cs-color-button-hover: var(--cs-light-button-hover-background, #E84410);
  --cs-color-button-hover-contrast: var(--cs-light-button-hover-color, #FFFFFF);
  --cs-color-overlay-background: var(--cs-light-overlay-background-rgb, #000000);
  --cs-color-tag-background: #E3E3E3;
  --cs-color-tag-background-hover: #EDEDED;
  --cs-color-contrast-50: #e9e9e9;
  --cs-color-contrast-100: #e9e9e9;
  --cs-color-contrast-200: #d2d2d2;
  --cs-color-contrast-300: #bbbbbb;
  --cs-color-contrast-400: #a4a4a4;
  --cs-color-contrast-500: #808080;
  --cs-color-contrast-600: #6c6c6c;
  --cs-color-contrast-700: #494949;
  --cs-color-contrast-800: #343434;
  --cs-color-contrast-900: #232323;
}

@media (prefers-color-scheme: dark) {
  :root [data-scheme=auto][data-d=light] {
    --cs-site-background: var(--cs-light-site-background, #FFFFFF);
    --cs-layout-background: var(--cs-light-layout-background, #F4F4F4);
    --cs-color-primary: var(--cs-light-primary-color, #000000);
    --cs-color-primary-contrast: #FFFFFF;
    --cs-color-secondary: var(--cs-light-secondary-color, #666666);
    --cs-color-secondary-contrast: #FFFFFF;
    --cs-color-accent: var(--cs-light-accent-color, #FF5D29);
    --cs-color-border: var(--cs-light-border-color, #D4D4D4);
    --cs-color-divider: var(--cs-light-divider-color, #D4D4D4);
    --cs-color-input: var(--cs-light-input-background);
    --cs-color-input-contrast: var(--cs-light-input-color);
    --cs-color-button: var(--cs-light-button-background, #FF5D29);
    --cs-color-button-contrast: var(--cs-light-button-color, #FFFFFF);
    --cs-color-button-hover: var(--cs-light-button-hover-background, #E84410);
    --cs-color-button-hover-contrast: var(--cs-light-button-hover-color, #FFFFFF);
    --cs-color-overlay-background: var(--cs-light-overlay-background-rgb, #000000);
    --cs-color-tag-background: #E3E3E3;
    --cs-color-tag-background-hover: #EDEDED;
    --cs-color-contrast-50: #e9e9e9;
    --cs-color-contrast-100: #e9e9e9;
    --cs-color-contrast-200: #d2d2d2;
    --cs-color-contrast-300: #bbbbbb;
    --cs-color-contrast-400: #a4a4a4;
    --cs-color-contrast-500: #808080;
    --cs-color-contrast-600: #6c6c6c;
    --cs-color-contrast-700: #494949;
    --cs-color-contrast-800: #343434;
    --cs-color-contrast-900: #232323;
  }
}
@media (prefers-color-scheme: light) {
  :root [data-scheme=auto][data-l=light] {
    --cs-site-background: var(--cs-light-site-background, #FFFFFF);
    --cs-layout-background: var(--cs-light-layout-background, #F4F4F4);
    --cs-color-primary: var(--cs-light-primary-color, #000000);
    --cs-color-primary-contrast: #FFFFFF;
    --cs-color-secondary: var(--cs-light-secondary-color, #666666);
    --cs-color-secondary-contrast: #FFFFFF;
    --cs-color-accent: var(--cs-light-accent-color, #FF5D29);
    --cs-color-border: var(--cs-light-border-color, #D4D4D4);
    --cs-color-divider: var(--cs-light-divider-color, #D4D4D4);
    --cs-color-input: var(--cs-light-input-background);
    --cs-color-input-contrast: var(--cs-light-input-color);
    --cs-color-button: var(--cs-light-button-background, #FF5D29);
    --cs-color-button-contrast: var(--cs-light-button-color, #FFFFFF);
    --cs-color-button-hover: var(--cs-light-button-hover-background, #E84410);
    --cs-color-button-hover-contrast: var(--cs-light-button-hover-color, #FFFFFF);
    --cs-color-overlay-background: var(--cs-light-overlay-background-rgb, #000000);
    --cs-color-tag-background: #E3E3E3;
    --cs-color-tag-background-hover: #EDEDED;
    --cs-color-contrast-50: #e9e9e9;
    --cs-color-contrast-100: #e9e9e9;
    --cs-color-contrast-200: #d2d2d2;
    --cs-color-contrast-300: #bbbbbb;
    --cs-color-contrast-400: #a4a4a4;
    --cs-color-contrast-500: #808080;
    --cs-color-contrast-600: #6c6c6c;
    --cs-color-contrast-700: #494949;
    --cs-color-contrast-800: #343434;
    --cs-color-contrast-900: #232323;
  }
}
@media (prefers-color-scheme: dark) {
  :root [data-scheme=auto] {
    --cs-site-background: var(--cs-dark-site-background, #222222);
    --cs-layout-background: var(--cs-dark-layout-background, #3F3F3F);
    --cs-color-primary: var(--cs-dark-primary-color, #FFFFFF);
    --cs-color-primary-contrast: #000000;
    --cs-color-secondary: var(--cs-dark-secondary-color, #CBCBCB);
    --cs-color-secondary-contrast: #000000;
    --cs-color-accent: var(--cs-dark-accent-color, #FF5D29);
    --cs-color-border: var(--cs-dark-border-color, #4D4D4D);
    --cs-color-divider: var(--cs-dark-divider-color, #4D4D4D);
    --cs-color-input: var(--cs-dark-input-background);
    --cs-color-input-contrast: var(--cs-dark-input-color);
    --cs-color-button: var(--cs-dark-button-background, #FF5D29);
    --cs-color-button-contrast: var(--cs-dark-button-color, #FFFFFF);
    --cs-color-button-hover: var(--cs-dark-button-hover-background, #E84410);
    --cs-color-button-hover-contrast:var(--cs-dark-button-hover-color, #FFFFFF);
    --cs-color-overlay-background: var(--cs-dark-overlay-background-rgb, #000000);
    --cs-color-tag-background: #232323;
    --cs-color-tag-background-hover: #3e3e3e;
    --cs-color-contrast-50: #000000;
    --cs-color-contrast-100: #333333;
    --cs-color-contrast-200: #494949;
    --cs-color-contrast-300: #606060;
    --cs-color-contrast-400: #777777;
    --cs-color-contrast-500: #8e8e8e;
    --cs-color-contrast-600: #666666;
    --cs-color-contrast-700: #bbbbbb;
    --cs-color-contrast-800: #d2d2d2;
    --cs-color-contrast-900: #e9e9e9;
  }
}
[data-scheme=dark] {
  --cs-site-background: var(--cs-dark-site-background, #222222);
  --cs-layout-background: var(--cs-dark-layout-background, #3F3F3F);
  --cs-color-primary: var(--cs-dark-primary-color, #FFFFFF);
  --cs-color-primary-contrast: #000000;
  --cs-color-secondary: var(--cs-dark-secondary-color, #CBCBCB);
  --cs-color-secondary-contrast: #000000;
  --cs-color-accent: var(--cs-dark-accent-color, #FF5D29);
  --cs-color-border: var(--cs-dark-border-color, #4D4D4D);
  --cs-color-divider: var(--cs-dark-divider-color, #4D4D4D);
  --cs-color-input: var(--cs-dark-input-background);
  --cs-color-input-contrast: var(--cs-dark-input-color);
  --cs-color-button: var(--cs-dark-button-background, #FF5D29);
  --cs-color-button-contrast: var(--cs-dark-button-color, #FFFFFF);
  --cs-color-button-hover: var(--cs-dark-button-hover-background, #E84410);
  --cs-color-button-hover-contrast:var(--cs-dark-button-hover-color, #FFFFFF);
  --cs-color-overlay-background: var(--cs-dark-overlay-background-rgb, #000000);
  --cs-color-tag-background: #232323;
  --cs-color-tag-background-hover: #3e3e3e;
  --cs-color-contrast-50: #000000;
  --cs-color-contrast-100: #333333;
  --cs-color-contrast-200: #494949;
  --cs-color-contrast-300: #606060;
  --cs-color-contrast-400: #777777;
  --cs-color-contrast-500: #8e8e8e;
  --cs-color-contrast-600: #666666;
  --cs-color-contrast-700: #bbbbbb;
  --cs-color-contrast-800: #d2d2d2;
  --cs-color-contrast-900: #e9e9e9;
}

@media (prefers-color-scheme: dark) {
  :root [data-scheme=auto][data-d=dark] {
    --cs-site-background: var(--cs-dark-site-background, #222222);
    --cs-layout-background: var(--cs-dark-layout-background, #3F3F3F);
    --cs-color-primary: var(--cs-dark-primary-color, #FFFFFF);
    --cs-color-primary-contrast: #000000;
    --cs-color-secondary: var(--cs-dark-secondary-color, #CBCBCB);
    --cs-color-secondary-contrast: #000000;
    --cs-color-accent: var(--cs-dark-accent-color, #FF5D29);
    --cs-color-border: var(--cs-dark-border-color, #4D4D4D);
    --cs-color-divider: var(--cs-dark-divider-color, #4D4D4D);
    --cs-color-input: var(--cs-dark-input-background);
    --cs-color-input-contrast: var(--cs-dark-input-color);
    --cs-color-button: var(--cs-dark-button-background, #FF5D29);
    --cs-color-button-contrast: var(--cs-dark-button-color, #FFFFFF);
    --cs-color-button-hover: var(--cs-dark-button-hover-background, #E84410);
    --cs-color-button-hover-contrast:var(--cs-dark-button-hover-color, #FFFFFF);
    --cs-color-overlay-background: var(--cs-dark-overlay-background-rgb, #000000);
    --cs-color-tag-background: #232323;
    --cs-color-tag-background-hover: #3e3e3e;
    --cs-color-contrast-50: #000000;
    --cs-color-contrast-100: #333333;
    --cs-color-contrast-200: #494949;
    --cs-color-contrast-300: #606060;
    --cs-color-contrast-400: #777777;
    --cs-color-contrast-500: #8e8e8e;
    --cs-color-contrast-600: #666666;
    --cs-color-contrast-700: #bbbbbb;
    --cs-color-contrast-800: #d2d2d2;
    --cs-color-contrast-900: #e9e9e9;
  }
}
@media (prefers-color-scheme: light) {
  :root [data-scheme=auto][data-l=dark] {
    --cs-site-background: var(--cs-dark-site-background, #222222);
    --cs-layout-background: var(--cs-dark-layout-background, #3F3F3F);
    --cs-color-primary: var(--cs-dark-primary-color, #FFFFFF);
    --cs-color-primary-contrast: #000000;
    --cs-color-secondary: var(--cs-dark-secondary-color, #CBCBCB);
    --cs-color-secondary-contrast: #000000;
    --cs-color-accent: var(--cs-dark-accent-color, #FF5D29);
    --cs-color-border: var(--cs-dark-border-color, #4D4D4D);
    --cs-color-divider: var(--cs-dark-divider-color, #4D4D4D);
    --cs-color-input: var(--cs-dark-input-background);
    --cs-color-input-contrast: var(--cs-dark-input-color);
    --cs-color-button: var(--cs-dark-button-background, #FF5D29);
    --cs-color-button-contrast: var(--cs-dark-button-color, #FFFFFF);
    --cs-color-button-hover: var(--cs-dark-button-hover-background, #E84410);
    --cs-color-button-hover-contrast:var(--cs-dark-button-hover-color, #FFFFFF);
    --cs-color-overlay-background: var(--cs-dark-overlay-background-rgb, #000000);
    --cs-color-tag-background: #232323;
    --cs-color-tag-background-hover: #3e3e3e;
    --cs-color-contrast-50: #000000;
    --cs-color-contrast-100: #333333;
    --cs-color-contrast-200: #494949;
    --cs-color-contrast-300: #606060;
    --cs-color-contrast-400: #777777;
    --cs-color-contrast-500: #8e8e8e;
    --cs-color-contrast-600: #666666;
    --cs-color-contrast-700: #bbbbbb;
    --cs-color-contrast-800: #d2d2d2;
    --cs-color-contrast-900: #e9e9e9;
  }
}
[data-scheme=inverse] {
  --cs-color-primary: #FFFFFF;
  --cs-color-primary-contrast: #000000;
  --cs-color-secondary: rgba(255, 255, 255, 0.8);
  --cs-color-secondary-contrast: #000000;
  --cs-color-accent: #FF5D29;
  --cs-color-border: rgba(255, 255, 255, 0.3);
  --cs-color-divider: rgba(255, 255, 255, 0.3);
  --cs-color-contrast-50: rgba(255, 255, 255, 0.1);
  --cs-color-contrast-100: rgba(255, 255, 255, 0.1);
  --cs-color-contrast-200: rgba(255, 255, 255, 0.2);
  --cs-color-contrast-300: rgba(255, 255, 255, 0.3);
  --cs-color-contrast-400: rgba(255, 255, 255, 0.4);
  --cs-color-contrast-500: rgba(255, 255, 255, 0.5);
  --cs-color-contrast-600: rgba(255, 255, 255, 0.6);
  --cs-color-contrast-700: rgba(255, 255, 255, 0.7);
  --cs-color-contrast-800: rgba(255, 255, 255, 0.8);
  --cs-color-contrast-900: rgba(255, 255, 255, 0.9);
  --cs-layout-background: var(--cs-color-contrast-100);
}

@media (prefers-color-scheme: dark) {
  :root [data-scheme=auto][data-d=inverse] {
    --cs-color-primary: #FFFFFF;
    --cs-color-primary-contrast: #000000;
    --cs-color-secondary: rgba(255, 255, 255, 0.8);
    --cs-color-secondary-contrast: #000000;
    --cs-color-accent: #FF5D29;
    --cs-color-border: rgba(255, 255, 255, 0.3);
    --cs-color-divider: rgba(255, 255, 255, 0.3);
    --cs-color-contrast-50: rgba(255, 255, 255, 0.1);
    --cs-color-contrast-100: rgba(255, 255, 255, 0.1);
    --cs-color-contrast-200: rgba(255, 255, 255, 0.2);
    --cs-color-contrast-300: rgba(255, 255, 255, 0.3);
    --cs-color-contrast-400: rgba(255, 255, 255, 0.4);
    --cs-color-contrast-500: rgba(255, 255, 255, 0.5);
    --cs-color-contrast-600: rgba(255, 255, 255, 0.6);
    --cs-color-contrast-700: rgba(255, 255, 255, 0.7);
    --cs-color-contrast-800: rgba(255, 255, 255, 0.8);
    --cs-color-contrast-900: rgba(255, 255, 255, 0.9);
    --cs-layout-background: var(--cs-color-contrast-100);
  }
}
@media (prefers-color-scheme: light) {
  :root [data-scheme=auto][data-l=inverse] {
    --cs-color-primary: #FFFFFF;
    --cs-color-primary-contrast: #000000;
    --cs-color-secondary: rgba(255, 255, 255, 0.8);
    --cs-color-secondary-contrast: #000000;
    --cs-color-accent: #FF5D29;
    --cs-color-border: rgba(255, 255, 255, 0.3);
    --cs-color-divider: rgba(255, 255, 255, 0.3);
    --cs-color-contrast-50: rgba(255, 255, 255, 0.1);
    --cs-color-contrast-100: rgba(255, 255, 255, 0.1);
    --cs-color-contrast-200: rgba(255, 255, 255, 0.2);
    --cs-color-contrast-300: rgba(255, 255, 255, 0.3);
    --cs-color-contrast-400: rgba(255, 255, 255, 0.4);
    --cs-color-contrast-500: rgba(255, 255, 255, 0.5);
    --cs-color-contrast-600: rgba(255, 255, 255, 0.6);
    --cs-color-contrast-700: rgba(255, 255, 255, 0.7);
    --cs-color-contrast-800: rgba(255, 255, 255, 0.8);
    --cs-color-contrast-900: rgba(255, 255, 255, 0.9);
    --cs-layout-background: var(--cs-color-contrast-100);
  }
}
[data-scheme] {
  color: var(--cs-color-primary);
}

.cs-scheme-toggled[data-scheme] *,
.cs-scheme-toggled[data-scheme] *::after,
.cs-scheme-toggled[data-scheme] *::before {
  transition: none !important;
}

/*--------------------------------------------------------------
# Palette
--------------------------------------------------------------*/
/*
Theme Name:           Sugar Blog
Theme URI:            https://sugar.codesupply.co
Description:          Modern WordPress Personal Blog Theme
Documentation URI:    https://support.codesupply.co/documentation/sugar/
Author:               Code Supply Co.
Author URI:           https://codesupply.co
Version:              1.0.2
Tested up to:         6.8
Requires at least:    6.0
Requires PHP:         7.0
Tags:                 custom-colors, editor-style, theme-options, custom-menu, sticky-post, right-sidebar, translation-ready
License:              GNU General Public License version 3.0
License URI:          http://www.gnu.org/licenses/gpl-3.0.html
Text Domain:          sugar-blog
*/
:root,
[data-scheme=light] {
  --cs-palette-color-white: #FFFFFF;
  --cs-palette-color-primary: #000000;
  --cs-palette-color-secondary: #666666;
  --cs-palette-color-layout: #F4F4F4;
  --cs-palette-color-accent: #FF5D29;
  --cs-palette-color-border: #D4D4D4;
  --cs-palette-color-divider: #D4D4D4;
}

@media (prefers-color-scheme: dark) {
  :root [data-scheme=auto][data-d=light] {
    --cs-palette-color-white: #FFFFFF;
    --cs-palette-color-primary: #000000;
    --cs-palette-color-secondary: #666666;
    --cs-palette-color-layout: #F4F4F4;
    --cs-palette-color-accent: #FF5D29;
    --cs-palette-color-border: #D4D4D4;
    --cs-palette-color-divider: #D4D4D4;
  }
}
@media (prefers-color-scheme: light) {
  :root [data-scheme=auto][data-l=light] {
    --cs-palette-color-white: #FFFFFF;
    --cs-palette-color-primary: #000000;
    --cs-palette-color-secondary: #666666;
    --cs-palette-color-layout: #F4F4F4;
    --cs-palette-color-accent: #FF5D29;
    --cs-palette-color-border: #D4D4D4;
    --cs-palette-color-divider: #D4D4D4;
  }
}
@media (prefers-color-scheme: dark) {
  :root [data-scheme=auto] {
    --cs-palette-color-white: #000000;
    --cs-palette-color-primary: #FFFFFF;
    --cs-palette-color-secondary: #CBCBCB;
    --cs-palette-color-layout: #3F3F3F;
    --cs-palette-color-accent: #FF5D29;
    --cs-palette-color-border: #4D4D4D;
    --cs-palette-color-divider: #4D4D4D;
  }
}
[data-scheme=dark] {
  --cs-palette-color-white: #000000;
  --cs-palette-color-primary: #FFFFFF;
  --cs-palette-color-secondary: #CBCBCB;
  --cs-palette-color-layout: #3F3F3F;
  --cs-palette-color-accent: #FF5D29;
  --cs-palette-color-border: #4D4D4D;
  --cs-palette-color-divider: #4D4D4D;
}

@media (prefers-color-scheme: dark) {
  :root [data-scheme=auto][data-d=dark] {
    --cs-palette-color-white: #000000;
    --cs-palette-color-primary: #FFFFFF;
    --cs-palette-color-secondary: #CBCBCB;
    --cs-palette-color-layout: #3F3F3F;
    --cs-palette-color-accent: #FF5D29;
    --cs-palette-color-border: #4D4D4D;
    --cs-palette-color-divider: #4D4D4D;
  }
}
@media (prefers-color-scheme: light) {
  :root [data-scheme=auto][data-l=dark] {
    --cs-palette-color-white: #000000;
    --cs-palette-color-primary: #FFFFFF;
    --cs-palette-color-secondary: #CBCBCB;
    --cs-palette-color-layout: #3F3F3F;
    --cs-palette-color-accent: #FF5D29;
    --cs-palette-color-border: #4D4D4D;
    --cs-palette-color-divider: #4D4D4D;
  }
}
[data-scheme=inverse] {
  --cs-palette-color-white: #000000;
  --cs-palette-color-primary: #FFFFFF;
  --cs-palette-color-secondary: rgba(255, 255, 255, 0.7);
  --cs-palette-color-layout: rgba(255, 255, 255, 0.1);
  --cs-palette-color-accent: #d2d2d2;
  --cs-palette-color-border: rgba(255, 255, 255, 0.3);
  --cs-palette-color-divider: rgba(255, 255, 255, 0.3);
}

@media (prefers-color-scheme: dark) {
  :root [data-scheme=auto][data-d=inverse] {
    --cs-palette-color-white: #000000;
    --cs-palette-color-primary: #FFFFFF;
    --cs-palette-color-secondary: rgba(255, 255, 255, 0.7);
    --cs-palette-color-layout: rgba(255, 255, 255, 0.1);
    --cs-palette-color-accent: #d2d2d2;
    --cs-palette-color-border: rgba(255, 255, 255, 0.3);
    --cs-palette-color-divider: rgba(255, 255, 255, 0.3);
  }
}
@media (prefers-color-scheme: light) {
  :root [data-scheme=auto][data-l=inverse] {
    --cs-palette-color-white: #000000;
    --cs-palette-color-primary: #FFFFFF;
    --cs-palette-color-secondary: rgba(255, 255, 255, 0.7);
    --cs-palette-color-layout: rgba(255, 255, 255, 0.1);
    --cs-palette-color-accent: #d2d2d2;
    --cs-palette-color-border: rgba(255, 255, 255, 0.3);
    --cs-palette-color-divider: rgba(255, 255, 255, 0.3);
  }
}
/* Color Options
--------------------------------------------- */
.has-white-color {
  color: var(--cs-palette-color-white) !important;
}

.has-white-background-color {
  background-color: var(--cs-palette-color-white) !important;
}

.has-primary-color {
  color: var(--cs-palette-color-primary) !important;
}

.has-primary-background-color {
  background-color: var(--cs-palette-color-primary) !important;
}

.has-secondary-color {
  color: var(--cs-palette-color-secondary) !important;
}

.has-secondary-background-color {
  background-color: var(--cs-palette-color-secondary) !important;
}

.has-layout-color {
  color: var(--cs-palette-color-layout) !important;
}

.has-layout-background-color {
  background-color: var(--cs-palette-color-layout) !important;
}

.has-accent-color {
  color: var(--cs-palette-color-accent) !important;
}

.has-accent-background-color {
  background-color: var(--cs-palette-color-accent) !important;
}

.has-border-color {
  color: var(--cs-palette-color-border) !important;
}

.has-border-background-color {
  background-color: var(--cs-palette-color-border) !important;
}

.has-divider-color {
  color: var(--cs-palette-color-divider) !important;
}

.has-divider-background-color {
  background-color: var(--cs-palette-color-divider) !important;
}

/*--------------------------------------------------------------
# Icons
--------------------------------------------------------------*/
/*
Theme Name:           Sugar Blog
Theme URI:            https://sugar.codesupply.co
Description:          Modern WordPress Personal Blog Theme
Documentation URI:    https://support.codesupply.co/documentation/sugar/
Author:               Code Supply Co.
Author URI:           https://codesupply.co
Version:              1.0.2
Tested up to:         6.8
Requires at least:    6.0
Requires PHP:         7.0
Tags:                 custom-colors, editor-style, theme-options, custom-menu, sticky-post, right-sidebar, translation-ready
License:              GNU General Public License version 3.0
License URI:          http://www.gnu.org/licenses/gpl-3.0.html
Text Domain:          sugar-blog
*/
@font-face {
  font-family: "cs-icons";
  src: url("./assets/static/icon-fonts/icons.eot"); /* IE9 Compat Modes */
  src: url("./assets/static/icon-fonts/icons.eot?#iefix") format("embedded-opentype"), url("./assets/static/icon-fonts/icons.ttf") format("truetype"), url("./assets/static/icon-fonts/icons.woff") format("woff"), url("./assets/static/icon-fonts/icons.svg#icons") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
[class^=cs-icon-],
[class*=" cs-icon-"] {
  font-family: "cs-icons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.cs-icon-more:before {
  content: "\e901";
}

.cs-icon-search:before {
  content: "\e930";
}

.cs-icon-menu:before {
  content: "\e931";
}

.cs-icon-light-mode:before {
  content: "\e934";
}

.cs-icon-flashlight:before {
  content: "\e935";
}

.cs-icon-dark-mode:before {
  content: "\e936";
}

.cs-icon-comment:before {
  content: "\e937";
}

.cs-icon-close:before {
  content: "\e938";
}

.cs-icon-arrow:before {
  content: "\e93c";
}

.cs-icon-message-square:before {
  content: \e922;
}

.cs-icon-image:before {
  content: \e924;
}

.cs-icon-music_note:before {
  content: "\e908";
}

.cs-icon-play_circle_outline:before {
  content: "\e909";
}

.cs-icon-play_circle_filled:before {
  content: "\e90b";
}

.cs-icon-pause_circle_outline:before {
  content: "\e910";
}

.cs-icon-pause_circle_filled:before {
  content: "\e911";
}

.cs-icon-volume_up:before {
  content: "\e912";
}

.cs-icon-play_arrow:before {
  content: "\e915";
}

.cs-icon-volume_off:before {
  content: "\e918";
}

.cs-icon-pause-1:before {
  content: "\e91a";
}

.cs-icon-play:before {
  content: "\e91b";
}

.cs-icon-music:before {
  content: "\e91c";
}

.cs-icon-pause:before {
  content: "\e91d";
}

.cs-icon-volume-2:before {
  content: "\e91e";
}

.cs-icon-volume-x:before {
  content: "\e91f";
}

.cs-icon-arrow-down:before {
  content: "\e914";
}

.cs-icon-arrow-short-left:before {
  content: "\e916";
}

.cs-icon-arrow-short-right:before {
  content: "\e919";
}

.cs-icon-info:before {
  content: "\e907";
}

.cs-icon-x:before {
  content: "\e913";
}

.cs-icon-arrow-long-left:before {
  content: "\e917";
}

.cs-icon-arrow-long-right:before {
  content: "\e92c";
}

.cs-icon-activity:before {
  content: "\e900";
}

.cs-icon-arrow-left:before {
  content: "\e904";
}

.cs-icon-arrow-right:before {
  content: "\e906";
}

.cs-icon-award:before {
  content: "\e90a";
}

.cs-icon-chevron-down:before {
  content: "\e90c";
}

.cs-icon-chevron-left:before {
  content: "\e90d";
}

.cs-icon-chevron-right:before {
  content: "\e90e";
}

.cs-icon-chevron-up:before {
  content: "\e90f";
}

.cs-icon-zap:before {
  content: "\e925";
}

.cs-icon-youtube:before {
  content: "\e920";
}

.cs-icon-eye:before {
  content: "\e9ce";
}

.cs-icon-blockquote:before {
  content: "\e905";
}

.cs-icon-link:before {
  content: "\e903";
}

.cs-icon-video:before {
  content: "\e902";
}

.cs-icon-reply:before {
  content: "\e923";
}

.cs-icon-verified:before {
  content: "\e921";
}

/*--------------------------------------------------------------
## Reboot
--------------------------------------------------------------*/
/*
Theme Name:           Sugar Blog
Theme URI:            https://sugar.codesupply.co
Description:          Modern WordPress Personal Blog Theme
Documentation URI:    https://support.codesupply.co/documentation/sugar/
Author:               Code Supply Co.
Author URI:           https://codesupply.co
Version:              1.0.2
Tested up to:         6.8
Requires at least:    6.0
Requires PHP:         7.0
Tags:                 custom-colors, editor-style, theme-options, custom-menu, sticky-post, right-sidebar, translation-ready
License:              GNU General Public License version 3.0
License URI:          http://www.gnu.org/licenses/gpl-3.0.html
Text Domain:          sugar-blog
*/
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  background-color: #ffffff;
  color: #000000;
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 1rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: var(--cs-color-secondary);
  text-decoration: underline;
  background-color: transparent;
  transition: color 0.25s;
}
a:hover {
  color: var(--cs-color-primary);
  text-decoration: none;
}

a:not([href]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c6c6c;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

select {
  word-wrap: normal;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type=radio],
input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
}

input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

.screen-reader-text, .sr-only {
  display: none;
}

/*--------------------------------------------------------------
## Typography
--------------------------------------------------------------*/
/*
Theme Name:           Sugar Blog
Theme URI:            https://sugar.codesupply.co
Description:          Modern WordPress Personal Blog Theme
Documentation URI:    https://support.codesupply.co/documentation/sugar/
Author:               Code Supply Co.
Author URI:           https://codesupply.co
Version:              1.0.2
Tested up to:         6.8
Requires at least:    6.0
Requires PHP:         7.0
Tags:                 custom-colors, editor-style, theme-options, custom-menu, sticky-post, right-sidebar, translation-ready
License:              GNU General Public License version 3.0
License URI:          http://www.gnu.org/licenses/gpl-3.0.html
Text Domain:          sugar-blog
*/
html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  font-family: var(--cs-font-base-family);
  scrollbar-gutter: stable;
}

body {
  font-family: var(--cs-font-base-family), sans-serif;
  font-size: var(--cs-font-base-size);
  font-weight: var(--cs-font-base-weight);
  font-style: var(--cs-font-base-style);
  line-height: var(--cs-font-base-line-height);
  letter-spacing: var(--cs-font-base-letter-spacing);
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-top: 0;
  margin-bottom: 1rem;
  word-wrap: break-word;
  color: var(--cs-color-primary);
}
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: var(--cs-font-headings-family), sans-serif;
  font-weight: var(--cs-font-headings-weight);
  font-style: var(--cs-font-headings-style);
  text-transform: var(--cs-font-headings-text-transform);
  line-height: var(--cs-font-headings-line-height);
  letter-spacing: var(--cs-font-headings-letter-spacing);
}

@media (max-width: 767.98px) {
  h1, .h1 {
    font-size: var(--cs-heading-2-font-size);
  }
}
@media (min-width: 768px) {
  h1, .h1 {
    font-size: var(--cs-heading-1-font-size);
  }
}

@media (max-width: 767.98px) {
  h2, .h2 {
    font-size: var(--cs-heading-3-font-size);
  }
}
@media (min-width: 768px) {
  h2, .h2 {
    font-size: var(--cs-heading-2-font-size);
  }
}

@media (max-width: 767.98px) {
  h3, .h3 {
    font-size: var(--cs-heading-4-font-size);
  }
}
@media (min-width: 768px) {
  h3, .h3 {
    font-size: var(--cs-heading-3-font-size);
  }
}

@media (max-width: 767.98px) {
  h4, .h4 {
    font-size: var(--cs-heading-5-font-size);
  }
}
@media (min-width: 768px) {
  h4, .h4 {
    font-size: var(--cs-heading-4-font-size);
  }
}

@media (max-width: 767.98px) {
  h5, .h5 {
    font-size: var(--cs-heading-6-font-size);
  }
}
@media (min-width: 768px) {
  h5, .h5 {
    font-size: var(--cs-heading-5-font-size);
  }
}

@media (max-width: 767.98px) {
  h6, .h6 {
    font-size: var(0.875rem);
  }
}
@media (min-width: 768px) {
  h6, .h6 {
    font-size: var(--cs-heading-6-font-size);
  }
}

hr {
  border: 0;
  border-top: 1px solid var(--cs-color-border);
}

small, .small {
  font-family: var(--cs-font-primary-family), sans-serif;
  font-size: var(--cs-font-primary-size);
  line-height: var(--cs-font-primary-line-height);
  font-weight: var(--cs-font-primary-weight);
  font-style: var(--cs-font-primary-style);
  letter-spacing: var(--cs-font-primary-letter-spacing);
  text-transform: var(--cs-font-primary-text-transform);
}

mark, .mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}
mark, .mark {
  font-family: var(--cs-font-primary-family), sans-serif;
  font-size: var(--cs-font-primary-size);
  line-height: var(--cs-font-primary-line-height);
  font-weight: var(--cs-font-primary-weight);
  font-style: var(--cs-font-primary-style);
  letter-spacing: var(--cs-font-primary-letter-spacing);
  text-transform: var(--cs-font-primary-text-transform);
}

figcaption {
  font-family: var(--cs-font-base-family), sans-serif;
  font-size: var(--cs-font-base-size);
  font-weight: var(--cs-font-base-weight);
  font-style: var(--cs-font-base-style);
  line-height: var(--cs-font-base-line-height);
  letter-spacing: var(--cs-font-base-letter-spacing);
}

cite,
caption {
  font-family: var(--cs-font-secondary-family), sans-serif;
  font-size: var(--cs-font-secondary-size);
  font-weight: var(--cs-font-secondary-weight);
  font-style: var(--cs-font-secondary-style);
  letter-spacing: var(--cs-font-secondary-letter-spacing);
  text-transform: var(--cs-font-secondary-text-transform);
  line-height: var(--cs-font-secondary-line-height);
}
cite,
caption {
  font-size: 0.875rem;
}

time {
  font-family: var(--cs-font-post-meta-family), sans-serif;
  font-size: var(--cs-font-post-meta-size);
  line-height: var(--cs-font-post-meta-line-height);
  font-weight: var(--cs-font-post-meta-weight);
  font-style: var(--cs-font-post-meta-style);
  letter-spacing: var(--cs-font-post-meta-letter-spacing);
  text-transform: var(--cs-font-post-meta-text-transform);
}

.cs-section-heading {
  margin-bottom: 0;
}
.cs-section-heading:not(:first-child) {
  margin-top: 0.5rem;
}

.cs-section-heading-styling {
  font-family: var(--cs-font-primary-family), sans-serif;
  font-size: var(--cs-font-primary-size);
  line-height: var(--cs-font-primary-line-height);
  font-weight: var(--cs-font-primary-weight);
  font-style: var(--cs-font-primary-style);
  letter-spacing: var(--cs-font-primary-letter-spacing);
  text-transform: var(--cs-font-primary-text-transform);
}

.cs-section-heading-widget {
  font-family: var(--cs-font-primary-family), sans-serif;
  font-size: var(--cs-font-primary-size);
  line-height: var(--cs-font-primary-line-height);
  font-weight: var(--cs-font-primary-weight);
  font-style: var(--cs-font-primary-style);
  letter-spacing: var(--cs-font-primary-letter-spacing);
  text-transform: var(--cs-font-primary-text-transform);
}

.is-style-cs-heading-primary {
  font-family: var(--cs-font-primary-family), sans-serif;
  font-size: var(--cs-font-primary-size);
  line-height: var(--cs-font-primary-line-height);
  font-weight: var(--cs-font-primary-weight);
  font-style: var(--cs-font-primary-style);
  letter-spacing: var(--cs-font-primary-letter-spacing);
  text-transform: var(--cs-font-primary-text-transform);
}

/*--------------------------------------------------------------
## Tables
--------------------------------------------------------------*/
/*
Theme Name:           Sugar Blog
Theme URI:            https://sugar.codesupply.co
Description:          Modern WordPress Personal Blog Theme
Documentation URI:    https://support.codesupply.co/documentation/sugar/
Author:               Code Supply Co.
Author URI:           https://codesupply.co
Version:              1.0.2
Tested up to:         6.8
Requires at least:    6.0
Requires PHP:         7.0
Tags:                 custom-colors, editor-style, theme-options, custom-menu, sticky-post, right-sidebar, translation-ready
License:              GNU General Public License version 3.0
License URI:          http://www.gnu.org/licenses/gpl-3.0.html
Text Domain:          sugar-blog
*/
table, .wp-block-table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 0;
  text-align: left;
}
table th, .wp-block-table th,
table td,
.wp-block-table td {
  padding: 0.75rem;
  vertical-align: middle;
  border: none;
  border-top: 1px solid var(--cs-color-border);
}
table thead, .wp-block-table thead {
  border-bottom: 2px solid var(--cs-color-border);
}
table tfoot, .wp-block-table tfoot {
  border-top: 2px solid var(--cs-color-border);
}
table tbody + tbody, .wp-block-table tbody + tbody {
  border-top: 2px solid var(--cs-color-border);
}
table th, .wp-block-table th,
table td,
.wp-block-table td {
  border: 1px solid var(--cs-color-border);
}
table thead th, .wp-block-table thead th,
table thead td,
.wp-block-table thead td {
  border-bottom-width: 1px;
}
table:not(.has-small-font-size, .has-medium-font-size, .has-large-font-size, .has-x-large-font-size) th, .wp-block-table:not(.has-small-font-size, .has-medium-font-size, .has-large-font-size, .has-x-large-font-size) th {
  font-family: var(--cs-font-headings-family), sans-serif;
  font-weight: var(--cs-font-headings-weight);
  font-style: var(--cs-font-headings-style);
  text-transform: var(--cs-font-headings-text-transform);
  line-height: var(--cs-font-headings-line-height);
  letter-spacing: var(--cs-font-headings-letter-spacing);
}
table.has-small-font-size th, .has-small-font-size.wp-block-table th, table.has-medium-font-size th, .has-medium-font-size.wp-block-table th, table.has-large-font-size th, .has-large-font-size.wp-block-table th, table.has-x-large-font-size th, .has-x-large-font-size.wp-block-table th {
  font-size: inherit;
  line-height: 1.2;
}
table[style*=font-style] th, [style*=font-style].wp-block-table th {
  font-style: inherit;
}
table[style*=font-weight] th, [style*=font-weight].wp-block-table th {
  font-weight: inherit;
}
table[style*=line-height] th, [style*=line-height].wp-block-table th {
  line-height: inherit;
}
table[style*=letter-spacing] th, [style*=letter-spacing].wp-block-table th {
  letter-spacing: inherit;
}
table[style*=text-transform] th, [style*=text-transform].wp-block-table th {
  text-transform: inherit;
}

.wp-block-table.is-style-stripes {
  border-bottom: none;
}
.wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
  background-color: var(--cs-color-contrast-100);
}
.wp-block-table figcaption {
  padding: 0.75rem 0;
  color: var(--cs-color-primary);
  text-align: left;
}
.wp-block-table figcaption:not(:first-child) {
  margin-top: 0;
}

.cs-table-simple-bordered tr th,
.cs-table-simple-bordered tr td {
  border: none;
  border-top: 1px solid var(--cs-color-border);
}

.cs-table-striped tbody tr:nth-of-type(odd) {
  background-color: var(--cs-color-contrast-100);
}

@media (max-width: 575.98px) {
  .cs-table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
}
@media (max-width: 767.98px) {
  .cs-table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
}
@media (max-width: 991.98px) {
  .cs-table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
}
@media (max-width: 1199.98px) {
  .cs-table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
}
@media (max-width: 1287.98px) {
  .cs-table-responsive-xxl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
}
.cs-table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

/*--------------------------------------------------------------
## Entry
--------------------------------------------------------------*/
/*
Theme Name:           Sugar Blog
Theme URI:            https://sugar.codesupply.co
Description:          Modern WordPress Personal Blog Theme
Documentation URI:    https://support.codesupply.co/documentation/sugar/
Author:               Code Supply Co.
Author URI:           https://codesupply.co
Version:              1.0.2
Tested up to:         6.8
Requires at least:    6.0
Requires PHP:         7.0
Tags:                 custom-colors, editor-style, theme-options, custom-menu, sticky-post, right-sidebar, translation-ready
License:              GNU General Public License version 3.0
License URI:          http://www.gnu.org/licenses/gpl-3.0.html
Text Domain:          sugar-blog
*/
.cs-main-content .entry-content > *:last-child:after,
.cs-main-content .entry-summary > *:last-child:after {
  content: "";
  clear: both;
  display: table;
}
.cs-main-content .entry-content > *,
.cs-main-content .entry-content .wp-block-column > *,
.cs-main-content .entry-content .wp-block-media-text__content > *,
.cs-main-content .entry-summary > *,
.cs-main-content .entry-summary .wp-block-column > *,
.cs-main-content .entry-summary .wp-block-media-text__content > * {
  margin-top: 16px;
  margin-bottom: 16px;
}
.cs-main-content .entry-content > *:first-child,
.cs-main-content .entry-content .wp-block-column > *:first-child,
.cs-main-content .entry-content .wp-block-media-text__content > *:first-child,
.cs-main-content .entry-summary > *:first-child,
.cs-main-content .entry-summary .wp-block-column > *:first-child,
.cs-main-content .entry-summary .wp-block-media-text__content > *:first-child {
  margin-top: 0;
}
.cs-main-content .entry-content > *:last-child,
.cs-main-content .entry-content .wp-block-column > *:last-child,
.cs-main-content .entry-content .wp-block-media-text__content > *:last-child,
.cs-main-content .entry-summary > *:last-child,
.cs-main-content .entry-summary .wp-block-column > *:last-child,
.cs-main-content .entry-summary .wp-block-media-text__content > *:last-child {
  margin-bottom: 0;
}
.cs-main-content .entry-content .wp-block-heading,
.cs-main-content .entry-summary .wp-block-heading {
  margin-top: 40px;
  margin-bottom: 8px;
  clear: both;
}
.cs-main-content .entry-content .wp-block-heading + *,
.cs-main-content .entry-summary .wp-block-heading + * {
  margin-top: 8px;
}
.cs-main-content .entry-content .wp-block-heading + .wp-block-heading,
.cs-main-content .entry-summary .wp-block-heading + .wp-block-heading {
  margin-top: 40px;
}
.cs-main-content .entry-content .has-drop-cap:not(:focus):first-letter,
.cs-main-content .entry-summary .has-drop-cap:not(:focus):first-letter {
  position: relative;
  font-weight: 700;
  font-size: 6.25rem;
  line-height: 0.9;
  letter-spacing: normal;
  margin: 0 0.0625rem 0 0.0625rem;
  background: rgba(255, 131, 89, 0.1019607843);
  color: var(--cs-color-accent);
  padding: 0.9375rem 1.875rem;
  border-radius: 200px;
  margin-right: 1rem;
}
@media (max-width: 575.98px) {
  .cs-main-content .entry-content .has-drop-cap:not(:focus):first-letter,
  .cs-main-content .entry-summary .has-drop-cap:not(:focus):first-letter {
    font-size: 3.75rem;
    margin: 0 1rem 0 0;
    padding: 1.125rem 1.75rem;
  }
}
@media (prefers-color-scheme: dark) {
  :root [data-scheme=auto] .cs-main-content .entry-content .has-drop-cap:not(:focus):first-letter,
  :root [data-scheme=auto] .cs-main-content .entry-summary .has-drop-cap:not(:focus):first-letter {
    background: var(--cs-color-primary-contrast);
    color: var(--cs-color-primary);
  }
}
[data-scheme=dark] .cs-main-content .entry-content .has-drop-cap:not(:focus):first-letter,
[data-scheme=dark] .cs-main-content .entry-summary .has-drop-cap:not(:focus):first-letter {
  background: var(--cs-color-primary-contrast);
  color: var(--cs-color-primary);
}
@media (prefers-color-scheme: dark) {
  :root [data-scheme=auto][data-d=dark] .cs-main-content .entry-content .has-drop-cap:not(:focus):first-letter,
  :root [data-scheme=auto][data-d=dark] .cs-main-content .entry-summary .has-drop-cap:not(:focus):first-letter {
    background: var(--cs-color-primary-contrast);
    color: var(--cs-color-primary);
  }
}
@media (prefers-color-scheme: light) {
  :root [data-scheme=auto][data-l=dark] .cs-main-content .entry-content .has-drop-cap:not(:focus):first-letter,
  :root [data-scheme=auto][data-l=dark] .cs-main-content .entry-summary .has-drop-cap:not(:focus):first-letter {
    background: var(--cs-color-primary-contrast);
    color: var(--cs-color-primary);
  }
}

.cs-main-content .entry-content ul:not(.wp-block-post,
.wp-block-archives,
.wp-block-categories,
.wp-block-latest-posts,
.wp-block-social-links,
.wp-block-post-template,
.blocks-gallery-grid,
.wp-block-navigation,
.wp-block-navigation .wp-block-page-list,
.post-categories),
.cs-main-content .entry-summary ul:not(.wp-block-post,
.wp-block-archives,
.wp-block-categories,
.wp-block-latest-posts,
.wp-block-social-links,
.wp-block-post-template,
.blocks-gallery-grid,
.wp-block-navigation,
.wp-block-navigation .wp-block-page-list,
.post-categories) {
  padding-left: 32px;
  padding-right: 16px;
  list-style-type: square;
}
.cs-main-content .entry-content ul:not(.wp-block-post,
.wp-block-archives,
.wp-block-categories,
.wp-block-latest-posts,
.wp-block-social-links,
.wp-block-post-template,
.blocks-gallery-grid,
.wp-block-navigation,
.wp-block-navigation .wp-block-page-list,
.post-categories) li,
.cs-main-content .entry-summary ul:not(.wp-block-post,
.wp-block-archives,
.wp-block-categories,
.wp-block-latest-posts,
.wp-block-social-links,
.wp-block-post-template,
.blocks-gallery-grid,
.wp-block-navigation,
.wp-block-navigation .wp-block-page-list,
.post-categories) li {
  margin-bottom: 1rem;
  padding-left: 1rem;
}
.cs-main-content .entry-content ul:not(.wp-block-post,
.wp-block-archives,
.wp-block-categories,
.wp-block-latest-posts,
.wp-block-social-links,
.wp-block-post-template,
.blocks-gallery-grid,
.wp-block-navigation,
.wp-block-navigation .wp-block-page-list,
.post-categories) li::marker,
.cs-main-content .entry-summary ul:not(.wp-block-post,
.wp-block-archives,
.wp-block-categories,
.wp-block-latest-posts,
.wp-block-social-links,
.wp-block-post-template,
.blocks-gallery-grid,
.wp-block-navigation,
.wp-block-navigation .wp-block-page-list,
.post-categories) li::marker {
  font-size: 0.875rem;
  font-weight: bolder;
}
.cs-main-content .entry-content ul:not(.wp-block-post,
.wp-block-archives,
.wp-block-categories,
.wp-block-latest-posts,
.wp-block-social-links,
.wp-block-post-template,
.blocks-gallery-grid,
.wp-block-navigation,
.wp-block-navigation .wp-block-page-list,
.post-categories):not(.has-text-color) li::marker,
.cs-main-content .entry-summary ul:not(.wp-block-post,
.wp-block-archives,
.wp-block-categories,
.wp-block-latest-posts,
.wp-block-social-links,
.wp-block-post-template,
.blocks-gallery-grid,
.wp-block-navigation,
.wp-block-navigation .wp-block-page-list,
.post-categories):not(.has-text-color) li::marker {
  color: var(--cs-color-accent);
}
.cs-main-content .entry-content ul:not(.wp-block-post,
.wp-block-archives,
.wp-block-categories,
.wp-block-latest-posts,
.wp-block-social-links,
.wp-block-post-template,
.blocks-gallery-grid,
.wp-block-navigation,
.wp-block-navigation .wp-block-page-list,
.post-categories).has-text-color li::marker,
.cs-main-content .entry-summary ul:not(.wp-block-post,
.wp-block-archives,
.wp-block-categories,
.wp-block-latest-posts,
.wp-block-social-links,
.wp-block-post-template,
.blocks-gallery-grid,
.wp-block-navigation,
.wp-block-navigation .wp-block-page-list,
.post-categories).has-text-color li::marker {
  color: inherit;
}
.cs-main-content .entry-content ol,
.cs-main-content .entry-summary ol {
  padding-left: 28px;
}
.cs-main-content .entry-content ol li:first-child,
.cs-main-content .entry-summary ol li:first-child {
  margin-top: 16px;
}
.cs-main-content .entry-content ol li::marker,
.cs-main-content .entry-summary ol li::marker {
  font-weight: bolder;
}

.cs-main-content .entry-content .entry-content,
.cs-main-content .entry-content .entry-summary,
.cs-main-content .entry-summary .entry-content,
.cs-main-content .entry-summary .entry-summary {
  margin: inherit;
  max-width: inherit;
  padding: inherit;
}
@media (min-width: 576px) {
  .cs-main-content .entry-content .entry-content,
  .cs-main-content .entry-content .entry-summary,
  .cs-main-content .entry-summary .entry-content,
  .cs-main-content .entry-summary .entry-summary {
    margin: inherit;
    max-width: inherit;
    padding: inherit;
  }
}
.cs-main-content .entry-content > .alignleft, .cs-main-content .entry-content > .alignright,
.cs-main-content .entry-summary > .alignleft,
.cs-main-content .entry-summary > .alignright {
  margin-top: 0;
}

/*--------------------------------------------------------------
## Entry Content
--------------------------------------------------------------*/
/*
Theme Name:           Sugar Blog
Theme URI:            https://sugar.codesupply.co
Description:          Modern WordPress Personal Blog Theme
Documentation URI:    https://support.codesupply.co/documentation/sugar/
Author:               Code Supply Co.
Author URI:           https://codesupply.co
Version:              1.0.2
Tested up to:         6.8
Requires at least:    6.0
Requires PHP:         7.0
Tags:                 custom-colors, editor-style, theme-options, custom-menu, sticky-post, right-sidebar, translation-ready
License:              GNU General Public License version 3.0
License URI:          http://www.gnu.org/licenses/gpl-3.0.html
Text Domain:          sugar-blog
*/
.entry-content {
  line-height: var(--cs-font-post-content-line-height);
  color: var(--cs-color-primary);
  word-break: break-word;
}
.entry-content b,
.entry-content strong {
  color: inherit;
}
.entry-content h1:not(:first-child), .entry-content h2:not(:first-child), .entry-content h3:not(:first-child), .entry-content h4:not(:first-child), .entry-content h5:not(:first-child), .entry-content h6:not(:first-child),
.entry-content .h1:not(:first-child), .entry-content .h2:not(:first-child), .entry-content .h3:not(:first-child), .entry-content .h4:not(:first-child), .entry-content .h5:not(:first-child), .entry-content .h6:not(:first-child) {
  margin-top: 4px;
}
.entry-content > blockquote {
  position: relative;
  display: flex;
  flex-direction: column;
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 24px;
  font-size: 2rem;
  line-height: var(--cs-font-base-line-height);
  color: var(--cs-color-primary);
  border-radius: var(--cs-layout-elements-border-radius);
}
.entry-content > blockquote:not(.has-background) {
  background-color: rgba(255, 131, 89, 0.1);
}
@media (prefers-color-scheme: dark) {
  :root [data-scheme=auto] .entry-content > blockquote {
    background-color: var(--cs-color-primary-contrast) !important;
  }
}
[data-scheme=dark] .entry-content > blockquote {
  background-color: var(--cs-color-primary-contrast) !important;
}
@media (prefers-color-scheme: dark) {
  :root [data-scheme=auto][data-d=dark] .entry-content > blockquote {
    background-color: var(--cs-color-primary-contrast) !important;
  }
}
@media (prefers-color-scheme: light) {
  :root [data-scheme=auto][data-l=dark] .entry-content > blockquote {
    background-color: var(--cs-color-primary-contrast) !important;
  }
}
.entry-content > blockquote {
  font-family: var(--cs-font-headings-family), sans-serif;
  font-weight: var(--cs-font-headings-weight);
  font-style: var(--cs-font-headings-style);
  text-transform: var(--cs-font-headings-text-transform);
  line-height: var(--cs-font-headings-line-height);
  letter-spacing: var(--cs-font-headings-letter-spacing);
}
@media (max-width: 575.98px) {
  .entry-content > blockquote p {
    font-size: 1.5rem !important;
  }
}
.entry-content > blockquote > .wp-block-group {
  position: relative;
  z-index: 1;
}
@media (max-width: 767.98px) {
  .entry-content > blockquote > .wp-block-group {
    flex-wrap: wrap;
  }
}
.entry-content > blockquote:not(.is-style-plain) {
  padding: 4rem 2rem 2rem 2rem;
  margin-top: 40px;
  margin-bottom: 40px;
}
.entry-content > blockquote:not(.is-style-plain):before {
  font-family: "cs-icons";
  content: "\e905";
  font-size: 5.375rem;
  display: inline-block;
  position: absolute;
  z-index: 0;
  color: var(--cs-color-accent);
  opacity: 0.15;
  top: 0;
  left: 0.375rem;
}
@media (prefers-color-scheme: dark) {
  :root [data-scheme=auto] .entry-content > blockquote:not(.is-style-plain):before {
    color: var(--cs-color-contrast-600);
    opacity: 1;
  }
}
[data-scheme=dark] .entry-content > blockquote:not(.is-style-plain):before {
  color: var(--cs-color-contrast-600);
  opacity: 1;
}
@media (prefers-color-scheme: dark) {
  :root [data-scheme=auto][data-d=dark] .entry-content > blockquote:not(.is-style-plain):before {
    color: var(--cs-color-contrast-600);
    opacity: 1;
  }
}
@media (prefers-color-scheme: light) {
  :root [data-scheme=auto][data-l=dark] .entry-content > blockquote:not(.is-style-plain):before {
    color: var(--cs-color-contrast-600);
    opacity: 1;
  }
}
.entry-content > blockquote:not(.is-style-plain):after {
  font-family: "cs-icons";
  content: "\e905";
  font-size: 5.375rem;
  display: inline-block;
  position: absolute;
  z-index: 0;
  color: var(--cs-color-accent);
  opacity: 0.15;
  bottom: 0;
  right: 0.375rem;
  transform: rotate(-180deg);
}
@media (prefers-color-scheme: dark) {
  :root [data-scheme=auto] .entry-content > blockquote:not(.is-style-plain):after {
    color: var(--cs-color-contrast-600);
    opacity: 1;
  }
}
[data-scheme=dark] .entry-content > blockquote:not(.is-style-plain):after {
  color: var(--cs-color-contrast-600);
  opacity: 1;
}
@media (prefers-color-scheme: dark) {
  :root [data-scheme=auto][data-d=dark] .entry-content > blockquote:not(.is-style-plain):after {
    color: var(--cs-color-contrast-600);
    opacity: 1;
  }
}
@media (prefers-color-scheme: light) {
  :root [data-scheme=auto][data-l=dark] .entry-content > blockquote:not(.is-style-plain):after {
    color: var(--cs-color-contrast-600);
    opacity: 1;
  }
}
.entry-content > blockquote:not(.is-style-plain).has-text-align-center {
  padding-right: 60px;
}
.entry-content > blockquote:not(.is-style-plain) .wp-block-image figure {
  width: 80px;
  height: 80px;
}
.entry-content > blockquote:not(.is-style-plain) .wp-block-image img {
  width: 100%;
  max-width: 100%;
  height: 100%;
  max-height: 100%;
  object-fit: cover;
}
.entry-content > blockquote:not(.is-style-plain):has(.wp-block-image) cite {
  margin-left: 6.5rem;
}
@media (max-width: 767.98px) {
  .entry-content > blockquote:not(.is-style-plain):has(.wp-block-image) cite {
    margin-left: 0;
  }
}
@media (min-width: 768px) {
  .entry-content > blockquote:not(.is-style-plain) {
    padding: 4rem 2rem 2rem 2rem;
  }
  .entry-content > blockquote:not(.is-style-plain):before {
    top: 0;
    left: 0.375rem;
  }
}
.entry-content > blockquote p:first-child {
  font-size: inherit;
  margin-top: 3.875rem;
}
.entry-content > blockquote p:last-child {
  margin-bottom: 0;
}
.entry-content > blockquote cite {
  display: block;
  margin-top: 0.625rem;
}
.entry-content > blockquote cite:before {
  content: var(--cs-string-by, "by ");
  display: inline;
}
.entry-content > blockquote cite:not(:first-child) {
  margin-top: 1.5rem;
}
.entry-content > blockquote:not(.has-text-color, .has-link-color) cite {
  color: var(--cs-color-primary);
}
.entry-content > blockquote:not(.has-text-color, .has-link-color) cite:before {
  color: var(--cs-color-secondary);
}
.entry-content > blockquote.has-small-font-size cite, .entry-content > blockquote.has-medium-font-size cite, .entry-content > blockquote.has-large-font-size cite, .entry-content > blockquote.has-x-large-font-size cite {
  font-size: inherit;
  line-height: 1.5;
}
.entry-content > blockquote.has-small-font-size:before, .entry-content > blockquote.has-medium-font-size:before, .entry-content > blockquote.has-large-font-size:before, .entry-content > blockquote.has-x-large-font-size:before {
  font-size: 1.5rem;
}
.entry-content > blockquote[style*=font-style] cite {
  font-style: inherit;
}
.entry-content > blockquote[style*=font-style]:before {
  font-style: normal;
}
.entry-content > blockquote[style*=font-weight] cite {
  font-weight: inherit;
}
.entry-content > blockquote[style*=line-height] cite {
  line-height: inherit;
}
.entry-content > blockquote[style*=letter-spacing] cite {
  letter-spacing: inherit;
}
.entry-content > blockquote[style*=text-transform] cite {
  text-transform: inherit;
}
.entry-content pre,
.entry-content code {
  background-color: var(--cs-color-contrast-50);
}
.entry-content pre {
  padding: 20px;
}
.entry-content pre code {
  background-color: transparent;
}
.entry-content .wp-caption-dd {
  color: var(--cs-color-primary);
  margin-left: 0;
}
.entry-content video,
.entry-content iframe,
.entry-content object,
.entry-content embed {
  max-width: 100%;
  overflow: hidden;
}

.alignnone {
  max-width: 100%;
}

.alignleft {
  float: none;
  margin-right: 0;
}
@media (min-width: 576px) {
  .alignleft {
    float: left;
    margin-right: 2rem;
  }
}
.alignleft:first-child + * {
  margin-top: 0;
}

.alignright {
  float: none;
  margin-left: 0;
}
@media (min-width: 576px) {
  .alignright {
    float: right;
    margin-left: 2rem;
  }
}
.alignright:first-child + * {
  margin-top: 0;
}

.aligncenter {
  display: block;
  clear: both;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}
.aligncenter .wp-caption-text,
.aligncenter .wp-caption-dd {
  text-align: center;
}

img.alignleft,
img.alignright {
  margin-bottom: 1rem;
}

.wp-block-group.alignleft,
.wp-block-group.alignright,
.wp-block-pullquote.alignleft,
.wp-block-pullquote.alignright,
.wp-block-cover-image.alignleft,
.wp-block-cover-image.alignright,
.wp-block-cover.alignleft,
.wp-block-cover.aligncenter,
.wp-block-cover.alignright {
  max-width: 100%;
}
@media (min-width: 576px) {
  .wp-block-group.alignleft,
  .wp-block-group.alignright,
  .wp-block-pullquote.alignleft,
  .wp-block-pullquote.alignright,
  .wp-block-cover-image.alignleft,
  .wp-block-cover-image.alignright,
  .wp-block-cover.alignleft,
  .wp-block-cover.aligncenter,
  .wp-block-cover.alignright {
    max-width: calc(50% - 1rem);
  }
}

.wp-block-group.alignwide.is-content-justification-left .wp-block-group__inner-container, .wp-block-group.alignfull.is-content-justification-left .wp-block-group__inner-container {
  margin-left: 0;
  margin-right: auto;
}
.wp-block-group.alignwide.is-content-justification-right .wp-block-group__inner-container, .wp-block-group.alignfull.is-content-justification-right .wp-block-group__inner-container {
  margin-left: auto;
  margin-right: 0;
}
.wp-block-group.alignwide.is-content-justification-left .wp-block-group__inner-container, .wp-block-group.alignwide.is-content-justification-right .wp-block-group__inner-container {
  max-width: var(--cs-entry-content-medium-width);
}
.wp-block-group.alignfull.is-content-justification-left .wp-block-group__inner-container, .wp-block-group.alignfull.is-content-justification-right .wp-block-group__inner-container {
  max-width: 50%;
}

/** =========== Blocks =========== */
.wp-block-columns > *:first-child {
  margin-top: 0;
}
.wp-block-columns > *:last-child {
  margin-bottom: 0;
}
.wp-block-columns .wp-block-column > *:first-child {
  margin-top: 0;
}
.wp-block-columns .wp-block-column > *:last-child {
  margin-bottom: 0;
}
.wp-block-columns .wp-block-column.has-border-color:not(.has-text-color, .has-link-color) {
  color: inherit !important;
}
.wp-block-columns.has-border-color:not(.has-text-color, .has-link-color) {
  color: inherit !important;
}

p.has-background {
  padding: 1.5rem 2rem;
}

p.wp-block-subhead {
  font-size: 1.5rem;
  color: var(--cs-color-primary);
  opacity: 1;
}

.wp-block-separator.is-style-dots {
  border-top: none;
}
.wp-block-separator:not(.is-style-dots) {
  border-top: none;
  border-bottom: 2px solid currentColor;
}
.wp-block-separator.is-style-wide {
  max-width: var(--cs-editor-width-wide);
}
.wp-block[data-align=wide] .wp-block-separator.is-style-wide {
  max-width: var(--cs-editor-width-wide);
}
.wp-block[data-align=full] .wp-block-separator.is-style-wide {
  max-width: var(--cs-editor-width-full);
}
.wp-block[data-align=center] .wp-block-separator.is-style-wide {
  max-width: var(--cs-editor-width-wide);
}
.wp-block-separator:not(.is-style-dots):not(.is-style-wide):not(.alignwide):not(.alignwide):not(.alignfull) {
  max-width: 100px;
}
.wp-block[data-align=wide] .wp-block-separator:not(.is-style-dots):not(.is-style-wide):not(.alignwide):not(.alignwide):not(.alignfull) {
  max-width: var(--cs-editor-width-wide);
}
.wp-block[data-align=full] .wp-block-separator:not(.is-style-dots):not(.is-style-wide):not(.alignwide):not(.alignwide):not(.alignfull) {
  max-width: var(--cs-editor-width-full);
}

.wp-block-buttons[style*=font-style] .wp-block-button__link {
  font-style: inherit;
}
.wp-block-buttons[style*=font-weight] .wp-block-button__link {
  font-weight: inherit;
}
.wp-block-buttons[style*=line-height] .wp-block-button__link {
  line-height: inherit;
}
.wp-block-buttons[style*=letter-spacing] .wp-block-button__link {
  letter-spacing: inherit;
}
.wp-block-buttons[style*=text-transform] .wp-block-button__link {
  text-transform: inherit;
}

.wp-block-button.alignleft {
  text-align: left;
}
.wp-block-button.alignright {
  text-align: right;
}
.wp-block-button.aligncenter {
  text-align: center;
}
.wp-block-button .wp-block-button__link {
  text-align: center;
  white-space: normal;
  vertical-align: middle;
  user-select: none;
  transition: 0.25s;
  padding: 0.65625rem 1rem;
  border-radius: var(--cs-button-border-radius);
}
.wp-block-button .wp-block-button__link {
  font-family: var(--cs-font-primary-family), sans-serif;
  font-size: var(--cs-font-primary-size);
  line-height: var(--cs-font-primary-line-height);
  font-weight: var(--cs-font-primary-weight);
  font-style: var(--cs-font-primary-style);
  letter-spacing: var(--cs-font-primary-letter-spacing);
  text-transform: var(--cs-font-primary-text-transform);
}
.wp-block-button .wp-block-button__link:not([href]) {
  cursor: default;
}
.wp-block-button[style*=font-style] .wp-block-button__link {
  font-style: inherit;
}
.wp-block-button[style*=font-weight] .wp-block-button__link {
  font-weight: inherit;
}
.wp-block-button[style*=line-height] .wp-block-button__link {
  line-height: inherit;
}
.wp-block-button[style*=letter-spacing] .wp-block-button__link {
  letter-spacing: inherit;
}
.wp-block-button[style*=text-transform] .wp-block-button__link {
  text-transform: inherit;
}
.wp-block-button:not(.is-style-outline) .wp-block-button__link:not(.has-background, .has-link-color a) {
  background-color: var(--cs-color-button);
}
.wp-block-button:not(.is-style-outline) .wp-block-button__link:not(.has-background, .has-link-color a):hover {
  background-color: var(--cs-color-button-hover);
  opacity: 0.8;
}
.wp-block-button:not(.is-style-outline) .wp-block-button__link:not(.has-text-color, .has-link-color a) {
  color: var(--cs-color-button-contrast);
}
.wp-block-button:not(.is-style-outline) .wp-block-button__link:not(.has-text-color, .has-link-color a):hover {
  color: var(--cs-color-button-hover-contrast);
  opacity: 0.8;
}
.wp-block-button:not(.is-style-outline) .wp-block-button__link.has-border-color:not(.has-text-color, .has-link-color) {
  color: inherit !important;
}
.wp-block-button:not(.is-style-outline) .wp-block-button__link:hover {
  opacity: 0.8;
}
.wp-block-button.is-style-outline .wp-block-button__link:not(.has-background, .has-link-color a) {
  border-color: var(--cs-color-button);
  background-color: var(--cs-color-button-contrast);
}
.wp-block-button.is-style-outline .wp-block-button__link:not(.has-background, .has-link-color a):hover {
  border-color: var(--cs-color-button-hover);
  background-color: var(--cs-color-button-hover);
  color: var(--cs-color-button-hover-contrast);
  opacity: 1;
}
.wp-block-button.is-style-outline .wp-block-button__link:not(.has-text-color, .has-link-color a) {
  color: var(--cs-color-button);
}
.wp-block-button.is-style-outline .wp-block-button__link:not(.has-text-color, .has-link-color a):hover {
  color: var(--cs-color-button-hover-contrast);
  opacity: 1;
}
.wp-block-button.is-style-outline .wp-block-button__link.has-border-color:not(.has-text-color, .has-link-color) {
  color: inherit !important;
}

.wp-block-file .wp-block-file__button {
  background-color: var(--cs-color-button);
  color: var(--cs-color-button-contrast);
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  border: none;
  transition: 0.25s;
  box-shadow: none;
  overflow: hidden;
  cursor: pointer;
  z-index: 1;
}
.wp-block-file .wp-block-file__button {
  font-family: var(--cs-font-primary-family), sans-serif;
  font-size: var(--cs-font-primary-size);
  line-height: var(--cs-font-primary-line-height);
  font-weight: var(--cs-font-primary-weight);
  font-style: var(--cs-font-primary-style);
  letter-spacing: var(--cs-font-primary-letter-spacing);
  text-transform: var(--cs-font-primary-text-transform);
}
.wp-block-file .wp-block-file__button {
  padding: 0.5rem 1rem;
}
.wp-block-file .wp-block-file__button {
  border-radius: var(--cs-button-border-radius);
}
.wp-block-file .wp-block-file__button:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--cs-color-button-hover);
  transform: translateY(100%);
  transition: 0.25s;
  z-index: -1;
}
.wp-block-file .wp-block-file__button:focus {
  color: var(--cs-color-button-hover-contrast);
  outline: none;
}
.wp-block-file .wp-block-file__button:focus:before {
  transform: translateY(0px);
}
@media (hover: hover) {
  .wp-block-file .wp-block-file__button:hover {
    color: var(--cs-color-button-hover-contrast);
    outline: none;
  }
  .wp-block-file .wp-block-file__button:hover:before {
    transform: translateY(0px);
  }
  .wp-block-file .wp-block-file__button:hover .cs-button-content:before {
    opacity: 0;
  }
  .wp-block-file .wp-block-file__button:hover .cs-button-content:after {
    opacity: 1;
  }
}
.wp-block-file .wp-block-file__button:disabled, .wp-block-file .wp-block-file__button:disabled[disabled] {
  color: var(--cs-color-button-contrast);
  opacity: 0.5;
}
.wp-block-file .wp-block-file__button:disabled, .wp-block-file .wp-block-file__button:disabled[disabled] {
  padding: 0.5rem 1rem;
}
.wp-block-file .wp-block-file__button:disabled:hover, .wp-block-file .wp-block-file__button:disabled[disabled]:hover {
  background-color: var(--cs-color-button);
  color: var(--cs-color-button-contrast);
}
.wp-block-file .wp-block-file__button {
  font-family: var(--cs-font-primary-family), sans-serif;
  font-size: var(--cs-font-primary-size);
  line-height: var(--cs-font-primary-line-height);
  font-weight: var(--cs-font-primary-weight);
  font-style: var(--cs-font-primary-style);
  letter-spacing: var(--cs-font-primary-letter-spacing);
  text-transform: var(--cs-font-primary-text-transform);
}

.wp-block-code,
pre.wp-block-code,
code.wp-block-code {
  background-color: var(--cs-layout-background);
  padding: 1rem 1.5rem;
  font-family: Menlo, Consolas, monaco, monospace;
  line-height: var(--cs-font-base-line-height);
  font-size: 0.875rem;
  color: var(--cs-color-secondary);
  white-space: pre-wrap;
  border-radius: 0;
}
.wp-block-code:not([style*=border-width]),
pre.wp-block-code:not([style*=border-width]),
code.wp-block-code:not([style*=border-width]) {
  border: none;
}
.wp-block-code[style*=border-width],
pre.wp-block-code[style*=border-width],
code.wp-block-code[style*=border-width] {
  border-style: solid;
}
.wp-block-code .editor-plain-text,
pre.wp-block-code .editor-plain-text,
code.wp-block-code .editor-plain-text {
  background-color: transparent;
}

.wp-block-preformatted,
pre.wp-block-preformatted,
code.wp-block-preformatted {
  box-sizing: border-box;
  background-color: var(--cs-layout-background);
  padding: 1rem 1.5rem;
}
.wp-block-preformatted pre,
pre.wp-block-preformatted pre,
code.wp-block-preformatted pre {
  padding: 0;
}

.wp-block-preformatted,
.wp-block-preformatted pre {
  font-family: Menlo, Consolas, monaco, monospace;
  line-height: var(--cs-font-base-line-height);
  font-size: 0.875rem;
  color: var(--cs-color-secondary);
  white-space: pre-wrap;
}

.wp-block-verse,
pre.wp-block-verse,
code.wp-block-verse {
  box-sizing: border-box;
  background-color: var(--cs-layout-background);
  padding: 1rem 1.5rem;
}
.wp-block-verse pre,
pre.wp-block-verse pre,
code.wp-block-verse pre {
  padding: 0;
}

.wp-block-verse,
.wp-block-verse pre {
  font-family: Menlo, Consolas, monaco, monospace;
  line-height: var(--cs-font-base-line-height);
  font-size: 0.875rem;
  color: var(--cs-color-secondary);
  overflow: auto;
}

.wp-block-audio figcaption {
  color: var(--cs-color-primary);
  text-align: left;
}

.wp-block-embed figcaption {
  color: var(--cs-color-primary);
  text-align: left;
}

.wp-block-video video {
  width: 100%;
}
.wp-block-video.aligncenter {
  margin-left: 1rem;
  margin-right: 1rem;
}

.wp-block-media-text p:last-child {
  margin-bottom: 0;
}
@media (max-width: 575.98px) {
  .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content {
    padding-top: 8%;
    padding-bottom: 0;
  }
  .wp-block-media-text.is-stacked-on-mobile.has-media-on-the-right .wp-block-media-text__content {
    padding-top: 0;
    padding-bottom: 8%;
  }
}

.wp-block-image figcaption {
  max-width: var(--cs-entry-content-large-width);
  margin: 0.5rem auto 0 auto;
  color: var(--cs-color-secondary);
}
.wp-block-image figcaption {
  font-family: var(--cs-font-post-meta-family), sans-serif;
  font-size: var(--cs-font-post-meta-size);
  line-height: var(--cs-font-post-meta-line-height);
  font-weight: var(--cs-font-post-meta-weight);
  font-style: var(--cs-font-post-meta-style);
  letter-spacing: var(--cs-font-post-meta-letter-spacing);
  text-transform: var(--cs-font-post-meta-text-transform);
}
.wp-block-image:not(.is-style-rounded) img {
  border-radius: var(--cs-thumbnail-border-radius);
}
.wp-block[data-align=full] .wp-block-image img {
  border-radius: 0;
}
.wp-block-image .alignleft, .wp-block-image.alignleft {
  float: none;
  margin-right: 0;
}
@media (min-width: 576px) {
  .wp-block-image .alignleft, .wp-block-image.alignleft {
    float: left;
    margin-right: 2rem;
  }
}
.wp-block-image .alignright, .wp-block-image.alignright {
  float: none;
  margin-left: 0;
}
@media (min-width: 576px) {
  .wp-block-image .alignright, .wp-block-image.alignright {
    float: right;
    margin-left: 2rem;
  }
}
@media (max-width: 575.98px) {
  .wp-block-image .alignleft,
  .wp-block-image .alignright {
    margin-left: auto;
    margin-right: auto;
  }
}

.wp-block-post-featured-image.alignleft img {
  max-width: calc(100% - 2rem);
  margin-right: 2rem;
}
.wp-block-post-featured-image.aligncenter img {
  max-width: calc(100% - 2rem);
  margin-left: 1rem;
  margin-right: 1rem;
}
.wp-block-post-featured-image.alignright img {
  max-width: calc(100% - 2rem);
  margin-left: 2rem;
}
.wp-block-post-featured-image img.has-border-color,
.wp-block-post-featured-image img[style*=border-width] {
  border-style: solid;
}

.wp-block-gallery.has-nested-images {
  display: flex;
  padding: 0;
}
.wp-block-gallery.has-nested-images .wp-block-image,
.wp-block-gallery.has-nested-images figure.wp-block-image {
  position: relative;
}
.wp-block-gallery.has-nested-images .wp-block-image figcaption,
.wp-block-gallery.has-nested-images figure.wp-block-image figcaption {
  width: 100%;
  margin-bottom: 0;
  color: var(--cs-color-secondary);
  font-size: 0.75rem;
  line-height: 1.5;
  letter-spacing: normal;
  position: relative;
  background: unset;
  padding: 0;
  text-align: left;
  margin-top: 0.5rem;
  overflow: unset;
  text-shadow: none;
}
@media (min-width: 576px) {
  .wp-block-gallery.has-nested-images .wp-block-image .alignright,
  .wp-block-gallery.has-nested-images figure.wp-block-image .alignright {
    margin-top: 0;
    margin-bottom: 0;
  }
  .wp-block-gallery.has-nested-images .wp-block-image .alignright figcaption,
  .wp-block-gallery.has-nested-images figure.wp-block-image .alignright figcaption {
    width: calc(100% - 2rem);
    margin-left: 2rem;
  }
  .wp-block-gallery.has-nested-images .wp-block-image .alignleft,
  .wp-block-gallery.has-nested-images figure.wp-block-image .alignleft {
    margin-top: 0;
    margin-bottom: 0;
  }
  .wp-block-gallery.has-nested-images .wp-block-image .alignleft figcaption,
  .wp-block-gallery.has-nested-images figure.wp-block-image .alignleft figcaption {
    width: calc(100% - 2rem);
    margin-right: 2rem;
  }
}
.wp-block-gallery.has-nested-images .wp-block-image:has(figcaption):before,
.wp-block-gallery.has-nested-images figure.wp-block-image:has(figcaption):before {
  content: unset;
  -webkit-backdrop-filter: unset;
  backdrop-filter: unset;
}
.wp-block-gallery.has-nested-images img {
  border-radius: var(--cs-thumbnail-border-radius);
}
.wp-block-gallery.has-nested-images.aligncenter {
  max-width: 420px;
}
.wp-block-gallery.alignfull figcaption, .wp-block-gallery.has-nested-images figcaption {
  max-width: 100% !important;
  padding-left: 2rem;
  padding-right: 2rem;
}
@media (max-width: 575.98px) {
  .wp-block-gallery.alignfull .wp-block-image:not(#individual-image),
  .wp-block-gallery.alignfull figure.wp-block-image:not(#individual-image), .wp-block-gallery.has-nested-images .wp-block-image:not(#individual-image),
  .wp-block-gallery.has-nested-images figure.wp-block-image:not(#individual-image) {
    width: 100%;
  }
}
.wp-block-gallery.alignleft {
  margin-right: 2rem;
}
.wp-block-gallery.alignright {
  margin-left: 2rem;
}

.wp-block-cover .wp-block-cover__inner-container,
.wp-block-cover-image .wp-block-cover__inner-container {
  width: 100%;
}
.wp-block-cover.has-background-dim,
.wp-block-cover-image.has-background-dim {
  padding: 40px;
}
.wp-block-cover.has-background-dim a,
.wp-block-cover.has-background-dim a:hover,
.wp-block-cover-image.has-background-dim a,
.wp-block-cover-image.has-background-dim a:hover {
  color: inherit;
}
.wp-block-cover.has-background-dim .wp-block-cover__inner-container,
.wp-block-cover.has-background-dim .wp-block-cover-text,
.wp-block-cover-image.has-background-dim .wp-block-cover__inner-container,
.wp-block-cover-image.has-background-dim .wp-block-cover-text {
  color: #ffffff;
}

.wp-block-cover__inner-container *:last-child {
  margin-bottom: 0;
}
.wp-block-cover .block-list-appender:empty {
  margin: 0;
}
.wp-block-cover .block-editor-block-list__layout .block-editor-block-list__block {
  margin-bottom: 0;
}
.wp-block-cover .block-editor-block-list__layout .block-editor-block-list__block > * {
  margin-bottom: 0;
}
.wp-block-cover .block-editor-block-list__layout *:last-child {
  margin-bottom: 0;
}
.wp-block-cover .wp-block-cover-text {
  font-size: 2.25rem;
  line-height: var(--cs-font-base-line-height);
  padding: 0;
  max-width: calc(var(--cs-entry-content-width));
}
.wp-block-cover.is-light:not(.has-text-color) {
  color: var(--cs-color-primary-contrast);
}
@media (prefers-color-scheme: dark) {
  :root [data-scheme=auto] .wp-block-cover.is-light:not(.has-text-color) {
    color: var(--cs-color-primary);
  }
}
[data-scheme=dark] .wp-block-cover.is-light:not(.has-text-color) {
  color: var(--cs-color-primary);
}
@media (prefers-color-scheme: dark) {
  :root [data-scheme=auto][data-d=dark] .wp-block-cover.is-light:not(.has-text-color) {
    color: var(--cs-color-primary);
  }
}
@media (prefers-color-scheme: light) {
  :root [data-scheme=auto][data-l=dark] .wp-block-cover.is-light:not(.has-text-color) {
    color: var(--cs-color-primary);
  }
}

ul.block-editor-block-list__layout {
  list-style-type: square;
}
ul.block-editor-block-list__layout li::marker {
  font-size: 0.875rem;
}
ul.block-editor-block-list__layout:not(.has-text-color) li::marker {
  color: var(--cs-color-accent);
}
ul.block-editor-block-list__layout.has-text-color li::marker {
  color: inherit;
}

ul.block-editor-block-list__layout,
ol.block-editor-block-list__layout {
  padding-left: 32px;
  padding-right: 16px;
}
ul.block-editor-block-list__layout li,
ol.block-editor-block-list__layout li {
  margin-bottom: 0.5rem;
  padding-left: 0.25rem;
}

.wp-block-quote {
  position: relative;
  display: flex;
  flex-direction: column;
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 24px;
  font-size: 2rem;
  line-height: var(--cs-font-base-line-height);
  color: var(--cs-color-primary);
  border-radius: var(--cs-layout-elements-border-radius);
}
.wp-block-quote:not(.has-background) {
  background-color: rgba(255, 131, 89, 0.1);
}
@media (prefers-color-scheme: dark) {
  :root [data-scheme=auto] .wp-block-quote {
    background-color: var(--cs-color-primary-contrast) !important;
  }
}
[data-scheme=dark] .wp-block-quote {
  background-color: var(--cs-color-primary-contrast) !important;
}
@media (prefers-color-scheme: dark) {
  :root [data-scheme=auto][data-d=dark] .wp-block-quote {
    background-color: var(--cs-color-primary-contrast) !important;
  }
}
@media (prefers-color-scheme: light) {
  :root [data-scheme=auto][data-l=dark] .wp-block-quote {
    background-color: var(--cs-color-primary-contrast) !important;
  }
}
.wp-block-quote {
  font-family: var(--cs-font-headings-family), sans-serif;
  font-weight: var(--cs-font-headings-weight);
  font-style: var(--cs-font-headings-style);
  text-transform: var(--cs-font-headings-text-transform);
  line-height: var(--cs-font-headings-line-height);
  letter-spacing: var(--cs-font-headings-letter-spacing);
}
@media (min-width: 576px) {
  .wp-block-quote:not(.is-style-plain) {
    padding: 4rem 2rem 2rem 2rem;
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .wp-block-quote:not(.is-style-plain):before {
    font-family: "cs-icons";
    content: "\e905";
    font-size: 5.375rem;
    display: inline-block;
    position: absolute;
    z-index: 0;
    color: var(--cs-color-accent);
    opacity: 0.15;
    top: 0;
    left: 0.375rem;
  }
}
@media (min-width: 576px) and (prefers-color-scheme: dark) {
  :root [data-scheme=auto] .wp-block-quote:not(.is-style-plain):before {
    color: var(--cs-color-contrast-600);
    opacity: 1;
  }
}
@media (min-width: 576px) {
  [data-scheme=dark] .wp-block-quote:not(.is-style-plain):before {
    color: var(--cs-color-contrast-600);
    opacity: 1;
  }
}
@media (min-width: 576px) and (prefers-color-scheme: dark) {
  :root [data-scheme=auto][data-d=dark] .wp-block-quote:not(.is-style-plain):before {
    color: var(--cs-color-contrast-600);
    opacity: 1;
  }
}
@media (min-width: 576px) and (prefers-color-scheme: light) {
  :root [data-scheme=auto][data-l=dark] .wp-block-quote:not(.is-style-plain):before {
    color: var(--cs-color-contrast-600);
    opacity: 1;
  }
}
@media (min-width: 576px) {
  .wp-block-quote:not(.is-style-plain):after {
    font-family: "cs-icons";
    content: "\e905";
    font-size: 5.375rem;
    display: inline-block;
    position: absolute;
    z-index: 0;
    color: var(--cs-color-accent);
    opacity: 0.15;
    bottom: 0;
    right: 0.375rem;
    transform: rotate(-180deg);
  }
}
@media (min-width: 576px) and (prefers-color-scheme: dark) {
  :root [data-scheme=auto] .wp-block-quote:not(.is-style-plain):after {
    color: var(--cs-color-contrast-600);
    opacity: 1;
  }
}
@media (min-width: 576px) {
  [data-scheme=dark] .wp-block-quote:not(.is-style-plain):after {
    color: var(--cs-color-contrast-600);
    opacity: 1;
  }
}
@media (min-width: 576px) and (prefers-color-scheme: dark) {
  :root [data-scheme=auto][data-d=dark] .wp-block-quote:not(.is-style-plain):after {
    color: var(--cs-color-contrast-600);
    opacity: 1;
  }
}
@media (min-width: 576px) and (prefers-color-scheme: light) {
  :root [data-scheme=auto][data-l=dark] .wp-block-quote:not(.is-style-plain):after {
    color: var(--cs-color-contrast-600);
    opacity: 1;
  }
}
@media (min-width: 576px) {
  .wp-block-quote:not(.is-style-plain).has-text-align-center {
    padding-right: 60px;
  }
}
@media (min-width: 768px) {
  .wp-block-quote:not(.is-style-plain) {
    padding: 40px 40px 40px 88px;
  }
  .wp-block-quote:not(.is-style-plain):before {
    top: 44px;
    left: 40px;
  }
  .wp-block-quote:not(.is-style-plain).has-text-align-center {
    padding-right: 88px;
  }
}
.wp-block-quote[style*="text-decoration:line-through"] {
  text-decoration: none !important;
}
.wp-block-quote[style*="text-decoration:line-through"] p,
.wp-block-quote[style*="text-decoration:line-through"] cite {
  text-decoration: line-through;
}
.wp-block-quote[style*="text-decoration:underline"] {
  text-decoration: none !important;
}
.wp-block-quote[style*="text-decoration:underline"] p,
.wp-block-quote[style*="text-decoration:underline"] cite {
  text-decoration: underline;
}
.wp-block-quote p {
  font-size: inherit;
}
.wp-block-quote p:first-child {
  margin-top: 0;
}
.wp-block-quote p:last-child {
  margin-bottom: 0;
}
.wp-block-quote cite,
.wp-block-quote footer,
.wp-block-quote .wp-block-quote__citation {
  margin-top: 0.5rem;
}
.wp-block-quote:not(.has-text-color, .has-link-color) cite,
.wp-block-quote:not(.has-text-color, .has-link-color) footer,
.wp-block-quote:not(.has-text-color, .has-link-color) .wp-block-quote__citation {
  color: var(--cs-color-primary);
}
.wp-block-quote:not(.has-text-color, .has-link-color) cite:before,
.wp-block-quote:not(.has-text-color, .has-link-color) footer:before,
.wp-block-quote:not(.has-text-color, .has-link-color) .wp-block-quote__citation:before {
  color: var(--cs-color-secondary);
}
.wp-block-quote cite:not(:first-child) {
  margin-top: 0;
}
.wp-block-quote.is-large, .wp-block-quote.is-style-large:not(.is-style-plain) {
  align-items: flex-start;
  text-align: left;
  padding: 40px;
  padding-left: 100px;
}
.wp-block-quote.is-large:before, .wp-block-quote.is-style-large:not(.is-style-plain):before {
  position: absolute;
  left: 40px;
  top: 60px;
}
.wp-block-quote.is-large:after, .wp-block-quote.is-style-large:not(.is-style-plain):after {
  display: none;
}
.wp-block-quote.is-large p,
.wp-block-quote.is-large p:first-child, .wp-block-quote.is-style-large:not(.is-style-plain) p,
.wp-block-quote.is-style-large:not(.is-style-plain) p:first-child {
  font-size: 1.75rem;
  font-style: normal;
  line-height: var(--cs-font-base-line-height);
}
.wp-block-quote.is-large cite,
.wp-block-quote.is-large footer,
.wp-block-quote.is-large .wp-block-quote__citation, .wp-block-quote.is-style-large:not(.is-style-plain) cite,
.wp-block-quote.is-style-large:not(.is-style-plain) footer,
.wp-block-quote.is-style-large:not(.is-style-plain) .wp-block-quote__citation {
  font-family: var(--cs-font-primary-family), sans-serif;
  font-size: var(--cs-font-primary-size);
  line-height: var(--cs-font-primary-line-height);
  font-weight: var(--cs-font-primary-weight);
  font-style: var(--cs-font-primary-style);
  letter-spacing: var(--cs-font-primary-letter-spacing);
  text-transform: var(--cs-font-primary-text-transform);
}
.wp-block-quote.is-large cite,
.wp-block-quote.is-large footer,
.wp-block-quote.is-large .wp-block-quote__citation, .wp-block-quote.is-style-large:not(.is-style-plain) cite,
.wp-block-quote.is-style-large:not(.is-style-plain) footer,
.wp-block-quote.is-style-large:not(.is-style-plain) .wp-block-quote__citation {
  font-style: normal;
  line-height: var(--cs-font-base-line-height);
}

.wp-block-pullquote {
  border-top: 4px solid var(--cs-color-primary);
  border-bottom: 4px solid var(--cs-color-primary);
  border-left: none;
  border-right: none;
  padding: 2rem 1rem;
  color: var(--cs-color-primary);
}
.wp-block-pullquote.is-style-solid-color {
  border: none;
}
.wp-block-pullquote.is-style-solid-color blockquote p {
  font-size: 1.75rem;
  line-height: var(--cs-font-base-line-height);
}
.wp-block-pullquote blockquote {
  margin-top: 0;
  margin-bottom: 0;
}
.wp-block-pullquote:not(.has-small-font-size, .has-medium-font-size, .has-large-font-size, .has-x-large-font-size) p {
  font-size: 1.75rem;
}
.wp-block-pullquote:not([style*=line-height]) p {
  line-height: var(--cs-font-base-line-height);
}
.wp-block-pullquote.has-small-font-size cite, .wp-block-pullquote.has-medium-font-size cite, .wp-block-pullquote.has-large-font-size cite, .wp-block-pullquote.has-x-large-font-size cite {
  font-size: inherit;
  line-height: 1.2;
}
.wp-block-pullquote[style*=font-style] cite {
  font-style: inherit;
}
.wp-block-pullquote[style*=font-weight] cite {
  font-weight: inherit;
}
.wp-block-pullquote[style*=line-height] cite {
  line-height: inherit;
}
.wp-block-pullquote[style*=letter-spacing] cite {
  letter-spacing: inherit;
}
.wp-block-pullquote[style*=text-transform] cite {
  text-transform: inherit;
}
.wp-block-pullquote[style*="text-decoration:line-through"] {
  text-decoration: none !important;
}
.wp-block-pullquote[style*="text-decoration:line-through"] p,
.wp-block-pullquote[style*="text-decoration:line-through"] cite {
  text-decoration: line-through;
}
.wp-block-pullquote[style*="text-decoration:underline"] {
  text-decoration: none !important;
}
.wp-block-pullquote[style*="text-decoration:underline"] p,
.wp-block-pullquote[style*="text-decoration:underline"] cite {
  text-decoration: underline;
}
.wp-block-pullquote .alignleft p,
.wp-block-pullquote .alignright p {
  font-size: 1.5rem;
}

.wp-block-search .wp-block-search__label {
  font-family: var(--cs-font-section-headings-family), sans-serif;
  font-weight: var(--cs-font-section-headings-weight);
  font-style: var(--cs-font-section-headings-style);
  letter-spacing: var(--cs-font-section-headings-letter-spacing);
  text-transform: var(--cs-font-section-headings-text-transform);
  line-height: var(--cs-font-section-headings-line-height);
}
.wp-block-search .wp-block-search__label {
  margin-bottom: 1.5rem;
  color: var(--cs-color-primary);
  font-size: 1.3125em;
}
.wp-block-search .wp-block-search__inside-wrapper {
  position: relative;
  display: flex;
  flex-direction: row;
  min-height: 40px;
  gap: 0.25rem;
}
.wp-block-search .wp-block-search__inside-wrapper:has(.wp-block-search__input:first-child:last-child) {
  width: 100%;
}
.wp-block-search .wp-block-search__inside-wrapper .wp-block-search__button {
  margin-left: 0;
}
.wp-block-search .wp-block-search__input {
  display: block;
  width: 100%;
  background-color: var(--cs-color-input, var(--cs-site-background));
  color: var(--cs-color-input-contrast, var(--cs-color-primary));
  line-height: var(--cs-font-input-line-height);
  box-shadow: none;
}
.wp-block-search .wp-block-search__input {
  padding: 0.5625rem 1.125rem;
}
.wp-block-search .wp-block-search__input {
  border-radius: var(--cs-button-border-radius);
}
.wp-block-search .wp-block-search__input {
  flex: 1 1 auto;
  width: 1%;
  max-width: 100%;
  background: var(--cs-color-input, var(--cs-layout-background));
  color: var(--cs-color-input-contrast, var(--cs-color-primary));
}
.wp-block-search .wp-block-search__input[style*=border-width] {
  border-style: solid;
}
.wp-block-search .wp-block-search__button {
  background-color: var(--cs-color-button);
  color: var(--cs-color-button-contrast);
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  border: none;
  transition: 0.25s;
  box-shadow: none;
  overflow: hidden;
  cursor: pointer;
  z-index: 1;
}
.wp-block-search .wp-block-search__button {
  font-family: var(--cs-font-primary-family), sans-serif;
  font-size: var(--cs-font-primary-size);
  line-height: var(--cs-font-primary-line-height);
  font-weight: var(--cs-font-primary-weight);
  font-style: var(--cs-font-primary-style);
  letter-spacing: var(--cs-font-primary-letter-spacing);
  text-transform: var(--cs-font-primary-text-transform);
}
.wp-block-search .wp-block-search__button {
  padding: 0.65625rem 1rem 0.65625rem 1rem;
}
.wp-block-search .wp-block-search__button {
  border-radius: var(--cs-button-border-radius);
}
.wp-block-search .wp-block-search__button:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--cs-color-button-hover);
  transform: translateY(100%);
  transition: 0.25s;
  z-index: -1;
}
.wp-block-search .wp-block-search__button:focus {
  color: var(--cs-color-button-hover-contrast);
  outline: none;
}
.wp-block-search .wp-block-search__button:focus:before {
  transform: translateY(0px);
}
@media (hover: hover) {
  .wp-block-search .wp-block-search__button:hover {
    color: var(--cs-color-button-hover-contrast);
    outline: none;
  }
  .wp-block-search .wp-block-search__button:hover:before {
    transform: translateY(0px);
  }
  .wp-block-search .wp-block-search__button:hover .cs-button-content:before {
    opacity: 0;
  }
  .wp-block-search .wp-block-search__button:hover .cs-button-content:after {
    opacity: 1;
  }
}
.wp-block-search .wp-block-search__button:disabled, .wp-block-search .wp-block-search__button:disabled[disabled] {
  color: var(--cs-color-button-contrast);
  opacity: 0.5;
}
.wp-block-search .wp-block-search__button:disabled, .wp-block-search .wp-block-search__button:disabled[disabled] {
  padding: 0.65625rem 1rem 0.65625rem 1rem;
}
.wp-block-search .wp-block-search__button:disabled:hover, .wp-block-search .wp-block-search__button:disabled[disabled]:hover {
  background-color: var(--cs-color-button);
  color: var(--cs-color-button-contrast);
}
.wp-block-search .wp-block-search__button {
  margin-left: 0.5rem;
}
.wp-block-search .wp-block-search__button.has-icon {
  line-height: 1;
}
.wp-block-search .wp-block-search__button.has-icon.has-small-font-size, .wp-block-search .wp-block-search__button.has-icon.has-medium-font-size, .wp-block-search .wp-block-search__button.has-icon.has-large-font-size, .wp-block-search .wp-block-search__button.has-icon.has-x-large-font-size {
  line-height: 1.5;
}
.wp-block-search .wp-block-search__button:hover {
  opacity: 0.9;
}
.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper {
  border: none;
  border-radius: var(--cs-button-border-radius);
  background: var(--cs-color-input, var(--cs-layout-background));
  padding: 0;
}
.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__input {
  border-radius: var(--cs-button-border-radius) 0 0 var(--cs-button-border-radius);
  outline: none !important;
}
.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__button {
  margin-left: 0;
  border-radius: 0 var(--cs-button-border-radius) var(--cs-button-border-radius) 0;
}
.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__button.has-icon {
  padding: 0.5625rem 1.25rem 0.5625rem 1rem;
}
.wp-block-search.aligncenter {
  max-width: calc(100% - 2rem);
  margin-left: 1rem;
  margin-right: 1rem;
}

.wp-block-social-links {
  clear: both;
}
.wp-block-social-links.alignright {
  justify-content: flex-end;
  float: none;
}
.wp-block-social-links .wp-social-link {
  padding: 0;
}
.wp-block-social-links .wp-social-link:not(.is-style-logos-only) {
  color: var(--cs-color-primary);
  fill: var(--cs-color-primary);
}
.wp-block-social-links .wp-social-link:hover {
  transform: none;
  transition: 0.25s;
}
.wp-block-social-links:not(.has-icon-color) .wp-social-link:hover {
  background: var(--cs-color-primary);
  color: var(--cs-color-primary-contrast);
  fill: var(--cs-color-primary-contrast);
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-fivehundredpx,
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-wordpress {
  background-color: var(--cs-layout-background);
}

.wp-block-latest-comments {
  padding: 0;
  margin: 0 auto;
}
.wp-block-latest-comments__comment {
  margin: 1.5rem 0 0;
}
.wp-block-latest-comments__comment:first-child {
  margin-top: 0;
}
.wp-block-latest-comments__comment > article {
  border: none !important;
  margin: 0 !important;
  padding: 0 !important;
}
.wp-block-latest-comments__comment-meta {
  font-family: var(--cs-font-post-meta-family), sans-serif;
  font-size: var(--cs-font-post-meta-size);
  line-height: var(--cs-font-post-meta-line-height);
  font-weight: var(--cs-font-post-meta-weight);
  font-style: var(--cs-font-post-meta-style);
  letter-spacing: var(--cs-font-post-meta-letter-spacing);
  text-transform: var(--cs-font-post-meta-text-transform);
}
.wp-block-latest-comments__comment-meta {
  margin-left: 0;
}
.wp-block-latest-comments__comment-author {
  transition: 0.25s;
}
.wp-block-latest-comments__comment-author {
  display: inline;
  padding-bottom: 0.02em;
  background: linear-gradient(to right, currentColor 0%, currentColor 98%);
  background-size: 100% 1px;
  background-repeat: no-repeat;
  background-position: var(--cs-underline-bg-position);
  color: var(--cs-color-primary);
  transition: 0.25s;
  text-decoration: none;
}
.wp-block-latest-comments__comment-author:hover {
  background-size: 0px 1px;
  color: var(--cs-color-primary);
}
.wp-block-latest-comments__comment-link {
  display: inline;
  padding-bottom: 0.02em;
  background: linear-gradient(to right, currentColor 0%, currentColor 98%);
  background-size: 100% 1px;
  background-repeat: no-repeat;
  background-position: var(--cs-underline-bg-position);
  color: var(--cs-color-primary);
  transition: 0.25s;
  text-decoration: none;
}
.wp-block-latest-comments__comment-link:hover {
  background-size: 0px 1px;
  color: var(--cs-color-primary);
}
.wp-block-latest-comments__comment-date {
  margin-top: 0.25rem;
  font-size: 0.875rem;
  line-height: 1.3;
}
.wp-block-latest-comments__comment-excerpt {
  font-family: var(--cs-font-entry-excerpt-family), sans-serif;
  font-weight: var(--cs-font-entry-excerpt-weight);
  font-size: var(--cs-font-entry-excerpt-size);
  letter-spacing: var(--cs-font-entry-excerpt-letter-spacing);
  line-height: var(--cs-font-entry-excerpt-line-height);
}
.wp-block-latest-comments__comment-excerpt {
  margin-left: 0;
  color: var(--cs-color-primary);
}
.wp-block-latest-comments__comment-excerpt p {
  margin-top: 0.25rem;
}
.wp-block-latest-comments__comment-excerpt p:not(:last-child) {
  margin-bottom: 0.5rem;
}
.wp-block-latest-comments__comment-excerpt p:last-child {
  margin-bottom: 0;
}
.wp-block-latest-comments.has-avatars .wp-block-latest-comments__comment > img + article .wp-block-latest-comments__comment-meta,
.wp-block-latest-comments.has-avatars .wp-block-latest-comments__comment > img + article .wp-block-latest-comments__comment-excerpt {
  margin-left: 4rem;
}
.wp-block-latest-comments.alignleft {
  max-width: clac(100%-2rem);
  margin-right: 2rem;
}
.wp-block-latest-comments.aligncenter {
  max-width: clac(100%-2rem);
  margin-left: 1rem;
  margin-right: 1rem;
}
.wp-block-latest-comments.alignright {
  max-width: clac(100%-2rem);
  margin-left: 2rem;
}
.wp-block-latest-comments.has-text-color .wp-block-post-title,
.wp-block-latest-comments.has-text-color .wp-block-post-excerpt {
  color: inherit;
}
.wp-block-latest-comments.has-small-font-size .wp-block-latest-comments__comment-meta,
.wp-block-latest-comments.has-small-font-size .wp-block-latest-comments__comment-link,
.wp-block-latest-comments.has-small-font-size .wp-block-latest-comments__comment-date,
.wp-block-latest-comments.has-small-font-size .wp-block-latest-comments__comment-excerpt, .wp-block-latest-comments.has-medium-font-size .wp-block-latest-comments__comment-meta,
.wp-block-latest-comments.has-medium-font-size .wp-block-latest-comments__comment-link,
.wp-block-latest-comments.has-medium-font-size .wp-block-latest-comments__comment-date,
.wp-block-latest-comments.has-medium-font-size .wp-block-latest-comments__comment-excerpt, .wp-block-latest-comments.has-large-font-size .wp-block-latest-comments__comment-meta,
.wp-block-latest-comments.has-large-font-size .wp-block-latest-comments__comment-link,
.wp-block-latest-comments.has-large-font-size .wp-block-latest-comments__comment-date,
.wp-block-latest-comments.has-large-font-size .wp-block-latest-comments__comment-excerpt, .wp-block-latest-comments.has-x-large-font-size .wp-block-latest-comments__comment-meta,
.wp-block-latest-comments.has-x-large-font-size .wp-block-latest-comments__comment-link,
.wp-block-latest-comments.has-x-large-font-size .wp-block-latest-comments__comment-date,
.wp-block-latest-comments.has-x-large-font-size .wp-block-latest-comments__comment-excerpt {
  font-size: inherit;
}
.wp-block-latest-comments[style*=font-style] .wp-block-latest-comments__comment-meta,
.wp-block-latest-comments[style*=font-style] .wp-block-latest-comments__comment-link,
.wp-block-latest-comments[style*=font-style] .wp-block-latest-comments__comment-date,
.wp-block-latest-comments[style*=font-style] .wp-block-latest-comments__comment-excerpt {
  font-style: inherit;
}
.wp-block-latest-comments[style*=font-weight] .wp-block-latest-comments__comment-meta,
.wp-block-latest-comments[style*=font-weight] .wp-block-latest-comments__comment-link,
.wp-block-latest-comments[style*=font-weight] .wp-block-latest-comments__comment-date,
.wp-block-latest-comments[style*=font-weight] .wp-block-latest-comments__comment-excerpt {
  font-weight: inherit;
}
.wp-block-latest-comments[style*=line-height] .wp-block-latest-comments__comment-meta,
.wp-block-latest-comments[style*=line-height] .wp-block-latest-comments__comment-link,
.wp-block-latest-comments[style*=line-height] .wp-block-latest-comments__comment-date,
.wp-block-latest-comments[style*=line-height] .wp-block-latest-comments__comment-excerpt {
  line-height: inherit;
}
.wp-block-latest-comments[style*=letter-spacing] .wp-block-latest-comments__comment-meta,
.wp-block-latest-comments[style*=letter-spacing] .wp-block-latest-comments__comment-link,
.wp-block-latest-comments[style*=letter-spacing] .wp-block-latest-comments__comment-date,
.wp-block-latest-comments[style*=letter-spacing] .wp-block-latest-comments__comment-excerpt {
  letter-spacing: inherit;
}
.wp-block-latest-comments[style*=text-transform] .wp-block-latest-comments__comment-meta,
.wp-block-latest-comments[style*=text-transform] .wp-block-latest-comments__comment-link,
.wp-block-latest-comments[style*=text-transform] .wp-block-latest-comments__comment-date,
.wp-block-latest-comments[style*=text-transform] .wp-block-latest-comments__comment-excerpt {
  text-transform: inherit;
}

.wp-block-latest-posts,
.wp-block-categories-list,
.wp-block-categories__list,
.wp-block-archives-list {
  padding-left: 0;
  margin-bottom: 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
}
.wp-block-latest-posts ul,
.wp-block-categories-list ul,
.wp-block-categories__list ul,
.wp-block-archives-list ul {
  padding-left: 20px;
}
.wp-block-latest-posts li,
.wp-block-categories-list li,
.wp-block-categories__list li,
.wp-block-archives-list li {
  font-family: var(--cs-font-primary-family), sans-serif;
  font-size: var(--cs-font-primary-size);
  line-height: var(--cs-font-primary-line-height);
  font-weight: var(--cs-font-primary-weight);
  font-style: var(--cs-font-primary-style);
  letter-spacing: var(--cs-font-primary-letter-spacing);
  text-transform: var(--cs-font-primary-text-transform);
}
.wp-block-latest-posts li,
.wp-block-categories-list li,
.wp-block-categories__list li,
.wp-block-archives-list li {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  position: relative;
  padding: 0 0 0.75rem 0;
  column-gap: 0.5rem;
}
.wp-block-latest-posts li:last-child,
.wp-block-categories-list li:last-child,
.wp-block-categories__list li:last-child,
.wp-block-archives-list li:last-child {
  padding-bottom: 0;
}
.wp-block-latest-posts li:first-child:last-child,
.wp-block-categories-list li:first-child:last-child,
.wp-block-categories__list li:first-child:last-child,
.wp-block-archives-list li:first-child:last-child {
  padding-bottom: 0;
}
.wp-block-latest-posts li:first-child:last-child > .sub-menu,
.wp-block-categories-list li:first-child:last-child > .sub-menu,
.wp-block-categories__list li:first-child:last-child > .sub-menu,
.wp-block-archives-list li:first-child:last-child > .sub-menu {
  padding-bottom: 0;
}
.wp-block-latest-posts li a,
.wp-block-categories-list li a,
.wp-block-categories__list li a,
.wp-block-archives-list li a {
  font-family: var(--cs-font-entry-title-family), sans-serif;
  line-height: var(--cs-font-entry-title-line-height);
  font-weight: var(--cs-font-entry-title-weight);
  font-style: var(--cs-font-entry-title-style);
  letter-spacing: var(--cs-font-entry-title-letter-spacing);
  text-transform: var(--cs-font-entry-title-text-transform);
}
.wp-block-latest-posts li a,
.wp-block-categories-list li a,
.wp-block-categories__list li a,
.wp-block-archives-list li a {
  text-decoration: none;
}
.wp-block-latest-posts li .wp-block-latest-posts__post-title,
.wp-block-categories-list li .wp-block-latest-posts__post-title,
.wp-block-categories__list li .wp-block-latest-posts__post-title,
.wp-block-archives-list li .wp-block-latest-posts__post-title {
  width: 100%;
}
.wp-block-latest-posts li .wp-block-latest-posts__featured-image,
.wp-block-categories-list li .wp-block-latest-posts__featured-image,
.wp-block-categories__list li .wp-block-latest-posts__featured-image,
.wp-block-archives-list li .wp-block-latest-posts__featured-image {
  width: 100%;
}
.wp-block-latest-posts li .wp-block-latest-posts__featured-image img,
.wp-block-categories-list li .wp-block-latest-posts__featured-image img,
.wp-block-categories__list li .wp-block-latest-posts__featured-image img,
.wp-block-archives-list li .wp-block-latest-posts__featured-image img {
  width: 100%;
  height: auto;
  border-radius: var(--cs-thumbnail-border-radius);
}
.wp-block-latest-posts li .wp-block-latest-posts__featured-image:not(:last-child),
.wp-block-categories-list li .wp-block-latest-posts__featured-image:not(:last-child),
.wp-block-categories__list li .wp-block-latest-posts__featured-image:not(:last-child),
.wp-block-archives-list li .wp-block-latest-posts__featured-image:not(:last-child) {
  margin-bottom: 0.5rem;
}
.wp-block-latest-posts li .wp-block-latest-posts__post-author,
.wp-block-categories-list li .wp-block-latest-posts__post-author,
.wp-block-categories__list li .wp-block-latest-posts__post-author,
.wp-block-archives-list li .wp-block-latest-posts__post-author {
  font-family: var(--cs-font-post-meta-family), sans-serif;
  font-size: var(--cs-font-post-meta-size);
  line-height: var(--cs-font-post-meta-line-height);
  font-weight: var(--cs-font-post-meta-weight);
  font-style: var(--cs-font-post-meta-style);
  letter-spacing: var(--cs-font-post-meta-letter-spacing);
  text-transform: var(--cs-font-post-meta-text-transform);
}
.wp-block-latest-posts li .wp-block-latest-posts__post-author:not(:first-child),
.wp-block-categories-list li .wp-block-latest-posts__post-author:not(:first-child),
.wp-block-categories__list li .wp-block-latest-posts__post-author:not(:first-child),
.wp-block-archives-list li .wp-block-latest-posts__post-author:not(:first-child) {
  margin-top: 0.5rem;
}
.wp-block-latest-posts li .wp-block-latest-posts__post-author:not(:last-child),
.wp-block-categories-list li .wp-block-latest-posts__post-author:not(:last-child),
.wp-block-categories__list li .wp-block-latest-posts__post-author:not(:last-child),
.wp-block-archives-list li .wp-block-latest-posts__post-author:not(:last-child) {
  margin-right: 0.5rem;
}
.wp-block-latest-posts li .wp-block-latest-posts__post-date,
.wp-block-categories-list li .wp-block-latest-posts__post-date,
.wp-block-categories__list li .wp-block-latest-posts__post-date,
.wp-block-archives-list li .wp-block-latest-posts__post-date {
  font-family: var(--cs-font-post-meta-family), sans-serif;
  font-size: var(--cs-font-post-meta-size);
  line-height: var(--cs-font-post-meta-line-height);
  font-weight: var(--cs-font-post-meta-weight);
  font-style: var(--cs-font-post-meta-style);
  letter-spacing: var(--cs-font-post-meta-letter-spacing);
  text-transform: var(--cs-font-post-meta-text-transform);
}
.wp-block-latest-posts li .wp-block-latest-posts__post-date:not(:last-child),
.wp-block-categories-list li .wp-block-latest-posts__post-date:not(:last-child),
.wp-block-categories__list li .wp-block-latest-posts__post-date:not(:last-child),
.wp-block-archives-list li .wp-block-latest-posts__post-date:not(:last-child) {
  margin-right: 0.5rem;
}
.wp-block-latest-posts li .wp-block-latest-posts__post-excerpt,
.wp-block-categories-list li .wp-block-latest-posts__post-excerpt,
.wp-block-categories__list li .wp-block-latest-posts__post-excerpt,
.wp-block-archives-list li .wp-block-latest-posts__post-excerpt {
  font-family: var(--cs-font-entry-excerpt-family), sans-serif;
  font-weight: var(--cs-font-entry-excerpt-weight);
  font-size: var(--cs-font-entry-excerpt-size);
  letter-spacing: var(--cs-font-entry-excerpt-letter-spacing);
  line-height: var(--cs-font-entry-excerpt-line-height);
}
.wp-block-latest-posts li .wp-block-latest-posts__post-excerpt,
.wp-block-categories-list li .wp-block-latest-posts__post-excerpt,
.wp-block-categories__list li .wp-block-latest-posts__post-excerpt,
.wp-block-archives-list li .wp-block-latest-posts__post-excerpt {
  margin-top: 0.5rem;
  font-size: 1rem;
}
.wp-block-latest-posts.aligncenter li a,
.wp-block-categories-list.aligncenter li a,
.wp-block-categories__list.aligncenter li a,
.wp-block-archives-list.aligncenter li a {
  margin-left: auto;
  margin-right: auto;
}
.wp-block-latest-posts:not(.is-style-cs-numbered-layout) > li .alignleft,
.wp-block-categories-list:not(.is-style-cs-numbered-layout) > li .alignleft,
.wp-block-categories__list:not(.is-style-cs-numbered-layout) > li .alignleft,
.wp-block-archives-list:not(.is-style-cs-numbered-layout) > li .alignleft {
  margin-right: 2rem;
}
.wp-block-latest-posts:not(.is-style-cs-numbered-layout) > li .alignleft + a,
.wp-block-categories-list:not(.is-style-cs-numbered-layout) > li .alignleft + a,
.wp-block-categories__list:not(.is-style-cs-numbered-layout) > li .alignleft + a,
.wp-block-archives-list:not(.is-style-cs-numbered-layout) > li .alignleft + a {
  float: left;
  margin-right: 2rem;
}
.wp-block-latest-posts:not(.is-style-cs-numbered-layout) > li .aligncenter,
.wp-block-categories-list:not(.is-style-cs-numbered-layout) > li .aligncenter,
.wp-block-categories__list:not(.is-style-cs-numbered-layout) > li .aligncenter,
.wp-block-archives-list:not(.is-style-cs-numbered-layout) > li .aligncenter {
  margin-left: 1rem;
  margin-right: 1rem;
}
.wp-block-latest-posts:not(.is-style-cs-numbered-layout) > li .aligncenter + a,
.wp-block-categories-list:not(.is-style-cs-numbered-layout) > li .aligncenter + a,
.wp-block-categories__list:not(.is-style-cs-numbered-layout) > li .aligncenter + a,
.wp-block-archives-list:not(.is-style-cs-numbered-layout) > li .aligncenter + a {
  margin-left: 1rem;
  margin-right: 1rem;
}
.wp-block-latest-posts:not(.is-style-cs-numbered-layout) > li .alignright,
.wp-block-categories-list:not(.is-style-cs-numbered-layout) > li .alignright,
.wp-block-categories__list:not(.is-style-cs-numbered-layout) > li .alignright,
.wp-block-archives-list:not(.is-style-cs-numbered-layout) > li .alignright {
  margin-left: 2rem;
}
.wp-block-latest-posts:not(.is-style-cs-numbered-layout) > li .alignright + a,
.wp-block-categories-list:not(.is-style-cs-numbered-layout) > li .alignright + a,
.wp-block-categories__list:not(.is-style-cs-numbered-layout) > li .alignright + a,
.wp-block-archives-list:not(.is-style-cs-numbered-layout) > li .alignright + a {
  float: right;
  margin-left: 2rem;
}
.wp-block-latest-posts:not(.has-text-color) > li > a,
.wp-block-categories-list:not(.has-text-color) > li > a,
.wp-block-categories__list:not(.has-text-color) > li > a,
.wp-block-archives-list:not(.has-text-color) > li > a {
  color: var(--cs-color-primary);
}
.wp-block-latest-posts:not(.has-text-color) .wp-block-latest-posts__post-author,
.wp-block-latest-posts:not(.has-text-color) .wp-block-latest-posts__post-date,
.wp-block-latest-posts:not(.has-text-color) .wp-block-latest-posts__post-excerpt,
.wp-block-categories-list:not(.has-text-color) .wp-block-latest-posts__post-author,
.wp-block-categories-list:not(.has-text-color) .wp-block-latest-posts__post-date,
.wp-block-categories-list:not(.has-text-color) .wp-block-latest-posts__post-excerpt,
.wp-block-categories__list:not(.has-text-color) .wp-block-latest-posts__post-author,
.wp-block-categories__list:not(.has-text-color) .wp-block-latest-posts__post-date,
.wp-block-categories__list:not(.has-text-color) .wp-block-latest-posts__post-excerpt,
.wp-block-archives-list:not(.has-text-color) .wp-block-latest-posts__post-author,
.wp-block-archives-list:not(.has-text-color) .wp-block-latest-posts__post-date,
.wp-block-archives-list:not(.has-text-color) .wp-block-latest-posts__post-excerpt {
  color: var(--cs-color-secondary);
}
.wp-block-latest-posts.has-small-font-size li,
.wp-block-latest-posts.has-small-font-size li a,
.wp-block-latest-posts.has-small-font-size .wp-block-latest-posts__post-author,
.wp-block-latest-posts.has-small-font-size .wp-block-latest-posts__post-date,
.wp-block-latest-posts.has-small-font-size .wp-block-latest-posts__post-excerpt, .wp-block-latest-posts.has-medium-font-size li,
.wp-block-latest-posts.has-medium-font-size li a,
.wp-block-latest-posts.has-medium-font-size .wp-block-latest-posts__post-author,
.wp-block-latest-posts.has-medium-font-size .wp-block-latest-posts__post-date,
.wp-block-latest-posts.has-medium-font-size .wp-block-latest-posts__post-excerpt, .wp-block-latest-posts.has-large-font-size li,
.wp-block-latest-posts.has-large-font-size li a,
.wp-block-latest-posts.has-large-font-size .wp-block-latest-posts__post-author,
.wp-block-latest-posts.has-large-font-size .wp-block-latest-posts__post-date,
.wp-block-latest-posts.has-large-font-size .wp-block-latest-posts__post-excerpt, .wp-block-latest-posts.has-x-large-font-size li,
.wp-block-latest-posts.has-x-large-font-size li a,
.wp-block-latest-posts.has-x-large-font-size .wp-block-latest-posts__post-author,
.wp-block-latest-posts.has-x-large-font-size .wp-block-latest-posts__post-date,
.wp-block-latest-posts.has-x-large-font-size .wp-block-latest-posts__post-excerpt,
.wp-block-categories-list.has-small-font-size li,
.wp-block-categories-list.has-small-font-size li a,
.wp-block-categories-list.has-small-font-size .wp-block-latest-posts__post-author,
.wp-block-categories-list.has-small-font-size .wp-block-latest-posts__post-date,
.wp-block-categories-list.has-small-font-size .wp-block-latest-posts__post-excerpt,
.wp-block-categories-list.has-medium-font-size li,
.wp-block-categories-list.has-medium-font-size li a,
.wp-block-categories-list.has-medium-font-size .wp-block-latest-posts__post-author,
.wp-block-categories-list.has-medium-font-size .wp-block-latest-posts__post-date,
.wp-block-categories-list.has-medium-font-size .wp-block-latest-posts__post-excerpt,
.wp-block-categories-list.has-large-font-size li,
.wp-block-categories-list.has-large-font-size li a,
.wp-block-categories-list.has-large-font-size .wp-block-latest-posts__post-author,
.wp-block-categories-list.has-large-font-size .wp-block-latest-posts__post-date,
.wp-block-categories-list.has-large-font-size .wp-block-latest-posts__post-excerpt,
.wp-block-categories-list.has-x-large-font-size li,
.wp-block-categories-list.has-x-large-font-size li a,
.wp-block-categories-list.has-x-large-font-size .wp-block-latest-posts__post-author,
.wp-block-categories-list.has-x-large-font-size .wp-block-latest-posts__post-date,
.wp-block-categories-list.has-x-large-font-size .wp-block-latest-posts__post-excerpt,
.wp-block-categories__list.has-small-font-size li,
.wp-block-categories__list.has-small-font-size li a,
.wp-block-categories__list.has-small-font-size .wp-block-latest-posts__post-author,
.wp-block-categories__list.has-small-font-size .wp-block-latest-posts__post-date,
.wp-block-categories__list.has-small-font-size .wp-block-latest-posts__post-excerpt,
.wp-block-categories__list.has-medium-font-size li,
.wp-block-categories__list.has-medium-font-size li a,
.wp-block-categories__list.has-medium-font-size .wp-block-latest-posts__post-author,
.wp-block-categories__list.has-medium-font-size .wp-block-latest-posts__post-date,
.wp-block-categories__list.has-medium-font-size .wp-block-latest-posts__post-excerpt,
.wp-block-categories__list.has-large-font-size li,
.wp-block-categories__list.has-large-font-size li a,
.wp-block-categories__list.has-large-font-size .wp-block-latest-posts__post-author,
.wp-block-categories__list.has-large-font-size .wp-block-latest-posts__post-date,
.wp-block-categories__list.has-large-font-size .wp-block-latest-posts__post-excerpt,
.wp-block-categories__list.has-x-large-font-size li,
.wp-block-categories__list.has-x-large-font-size li a,
.wp-block-categories__list.has-x-large-font-size .wp-block-latest-posts__post-author,
.wp-block-categories__list.has-x-large-font-size .wp-block-latest-posts__post-date,
.wp-block-categories__list.has-x-large-font-size .wp-block-latest-posts__post-excerpt,
.wp-block-archives-list.has-small-font-size li,
.wp-block-archives-list.has-small-font-size li a,
.wp-block-archives-list.has-small-font-size .wp-block-latest-posts__post-author,
.wp-block-archives-list.has-small-font-size .wp-block-latest-posts__post-date,
.wp-block-archives-list.has-small-font-size .wp-block-latest-posts__post-excerpt,
.wp-block-archives-list.has-medium-font-size li,
.wp-block-archives-list.has-medium-font-size li a,
.wp-block-archives-list.has-medium-font-size .wp-block-latest-posts__post-author,
.wp-block-archives-list.has-medium-font-size .wp-block-latest-posts__post-date,
.wp-block-archives-list.has-medium-font-size .wp-block-latest-posts__post-excerpt,
.wp-block-archives-list.has-large-font-size li,
.wp-block-archives-list.has-large-font-size li a,
.wp-block-archives-list.has-large-font-size .wp-block-latest-posts__post-author,
.wp-block-archives-list.has-large-font-size .wp-block-latest-posts__post-date,
.wp-block-archives-list.has-large-font-size .wp-block-latest-posts__post-excerpt,
.wp-block-archives-list.has-x-large-font-size li,
.wp-block-archives-list.has-x-large-font-size li a,
.wp-block-archives-list.has-x-large-font-size .wp-block-latest-posts__post-author,
.wp-block-archives-list.has-x-large-font-size .wp-block-latest-posts__post-date,
.wp-block-archives-list.has-x-large-font-size .wp-block-latest-posts__post-excerpt {
  font-size: inherit;
}
.wp-block-latest-posts[style*=font-style] li,
.wp-block-latest-posts[style*=font-style] li a,
.wp-block-latest-posts[style*=font-style] .wp-block-latest-posts__post-author,
.wp-block-latest-posts[style*=font-style] .wp-block-latest-posts__post-date,
.wp-block-latest-posts[style*=font-style] .wp-block-latest-posts__post-excerpt,
.wp-block-categories-list[style*=font-style] li,
.wp-block-categories-list[style*=font-style] li a,
.wp-block-categories-list[style*=font-style] .wp-block-latest-posts__post-author,
.wp-block-categories-list[style*=font-style] .wp-block-latest-posts__post-date,
.wp-block-categories-list[style*=font-style] .wp-block-latest-posts__post-excerpt,
.wp-block-categories__list[style*=font-style] li,
.wp-block-categories__list[style*=font-style] li a,
.wp-block-categories__list[style*=font-style] .wp-block-latest-posts__post-author,
.wp-block-categories__list[style*=font-style] .wp-block-latest-posts__post-date,
.wp-block-categories__list[style*=font-style] .wp-block-latest-posts__post-excerpt,
.wp-block-archives-list[style*=font-style] li,
.wp-block-archives-list[style*=font-style] li a,
.wp-block-archives-list[style*=font-style] .wp-block-latest-posts__post-author,
.wp-block-archives-list[style*=font-style] .wp-block-latest-posts__post-date,
.wp-block-archives-list[style*=font-style] .wp-block-latest-posts__post-excerpt {
  font-style: inherit;
}
.wp-block-latest-posts[style*=font-weight] li,
.wp-block-latest-posts[style*=font-weight] li a,
.wp-block-latest-posts[style*=font-weight] .wp-block-latest-posts__post-author,
.wp-block-latest-posts[style*=font-weight] .wp-block-latest-posts__post-date,
.wp-block-latest-posts[style*=font-weight] .wp-block-latest-posts__post-excerpt,
.wp-block-categories-list[style*=font-weight] li,
.wp-block-categories-list[style*=font-weight] li a,
.wp-block-categories-list[style*=font-weight] .wp-block-latest-posts__post-author,
.wp-block-categories-list[style*=font-weight] .wp-block-latest-posts__post-date,
.wp-block-categories-list[style*=font-weight] .wp-block-latest-posts__post-excerpt,
.wp-block-categories__list[style*=font-weight] li,
.wp-block-categories__list[style*=font-weight] li a,
.wp-block-categories__list[style*=font-weight] .wp-block-latest-posts__post-author,
.wp-block-categories__list[style*=font-weight] .wp-block-latest-posts__post-date,
.wp-block-categories__list[style*=font-weight] .wp-block-latest-posts__post-excerpt,
.wp-block-archives-list[style*=font-weight] li,
.wp-block-archives-list[style*=font-weight] li a,
.wp-block-archives-list[style*=font-weight] .wp-block-latest-posts__post-author,
.wp-block-archives-list[style*=font-weight] .wp-block-latest-posts__post-date,
.wp-block-archives-list[style*=font-weight] .wp-block-latest-posts__post-excerpt {
  font-weight: inherit;
}
.wp-block-latest-posts[style*=line-height] li,
.wp-block-latest-posts[style*=line-height] li a,
.wp-block-latest-posts[style*=line-height] .wp-block-latest-posts__post-author,
.wp-block-latest-posts[style*=line-height] .wp-block-latest-posts__post-date,
.wp-block-latest-posts[style*=line-height] .wp-block-latest-posts__post-excerpt,
.wp-block-categories-list[style*=line-height] li,
.wp-block-categories-list[style*=line-height] li a,
.wp-block-categories-list[style*=line-height] .wp-block-latest-posts__post-author,
.wp-block-categories-list[style*=line-height] .wp-block-latest-posts__post-date,
.wp-block-categories-list[style*=line-height] .wp-block-latest-posts__post-excerpt,
.wp-block-categories__list[style*=line-height] li,
.wp-block-categories__list[style*=line-height] li a,
.wp-block-categories__list[style*=line-height] .wp-block-latest-posts__post-author,
.wp-block-categories__list[style*=line-height] .wp-block-latest-posts__post-date,
.wp-block-categories__list[style*=line-height] .wp-block-latest-posts__post-excerpt,
.wp-block-archives-list[style*=line-height] li,
.wp-block-archives-list[style*=line-height] li a,
.wp-block-archives-list[style*=line-height] .wp-block-latest-posts__post-author,
.wp-block-archives-list[style*=line-height] .wp-block-latest-posts__post-date,
.wp-block-archives-list[style*=line-height] .wp-block-latest-posts__post-excerpt {
  line-height: inherit;
}
.wp-block-latest-posts[style*=letter-spacing] li,
.wp-block-latest-posts[style*=letter-spacing] li a,
.wp-block-latest-posts[style*=letter-spacing] .wp-block-latest-posts__post-author,
.wp-block-latest-posts[style*=letter-spacing] .wp-block-latest-posts__post-date,
.wp-block-latest-posts[style*=letter-spacing] .wp-block-latest-posts__post-excerpt,
.wp-block-categories-list[style*=letter-spacing] li,
.wp-block-categories-list[style*=letter-spacing] li a,
.wp-block-categories-list[style*=letter-spacing] .wp-block-latest-posts__post-author,
.wp-block-categories-list[style*=letter-spacing] .wp-block-latest-posts__post-date,
.wp-block-categories-list[style*=letter-spacing] .wp-block-latest-posts__post-excerpt,
.wp-block-categories__list[style*=letter-spacing] li,
.wp-block-categories__list[style*=letter-spacing] li a,
.wp-block-categories__list[style*=letter-spacing] .wp-block-latest-posts__post-author,
.wp-block-categories__list[style*=letter-spacing] .wp-block-latest-posts__post-date,
.wp-block-categories__list[style*=letter-spacing] .wp-block-latest-posts__post-excerpt,
.wp-block-archives-list[style*=letter-spacing] li,
.wp-block-archives-list[style*=letter-spacing] li a,
.wp-block-archives-list[style*=letter-spacing] .wp-block-latest-posts__post-author,
.wp-block-archives-list[style*=letter-spacing] .wp-block-latest-posts__post-date,
.wp-block-archives-list[style*=letter-spacing] .wp-block-latest-posts__post-excerpt {
  letter-spacing: inherit;
}
.wp-block-latest-posts[style*=text-transform] li,
.wp-block-latest-posts[style*=text-transform] li a,
.wp-block-latest-posts[style*=text-transform] .wp-block-latest-posts__post-author,
.wp-block-latest-posts[style*=text-transform] .wp-block-latest-posts__post-date,
.wp-block-latest-posts[style*=text-transform] .wp-block-latest-posts__post-excerpt,
.wp-block-categories-list[style*=text-transform] li,
.wp-block-categories-list[style*=text-transform] li a,
.wp-block-categories-list[style*=text-transform] .wp-block-latest-posts__post-author,
.wp-block-categories-list[style*=text-transform] .wp-block-latest-posts__post-date,
.wp-block-categories-list[style*=text-transform] .wp-block-latest-posts__post-excerpt,
.wp-block-categories__list[style*=text-transform] li,
.wp-block-categories__list[style*=text-transform] li a,
.wp-block-categories__list[style*=text-transform] .wp-block-latest-posts__post-author,
.wp-block-categories__list[style*=text-transform] .wp-block-latest-posts__post-date,
.wp-block-categories__list[style*=text-transform] .wp-block-latest-posts__post-excerpt,
.wp-block-archives-list[style*=text-transform] li,
.wp-block-archives-list[style*=text-transform] li a,
.wp-block-archives-list[style*=text-transform] .wp-block-latest-posts__post-author,
.wp-block-archives-list[style*=text-transform] .wp-block-latest-posts__post-date,
.wp-block-archives-list[style*=text-transform] .wp-block-latest-posts__post-excerpt {
  text-transform: inherit;
}
.wp-block-latest-posts[style*="text-decoration:line-through"],
.wp-block-categories-list[style*="text-decoration:line-through"],
.wp-block-categories__list[style*="text-decoration:line-through"],
.wp-block-archives-list[style*="text-decoration:line-through"] {
  text-decoration: none !important;
}
.wp-block-latest-posts[style*="text-decoration:line-through"] li a,
.wp-block-latest-posts[style*="text-decoration:line-through"] .wp-block-latest-posts__post-author,
.wp-block-latest-posts[style*="text-decoration:line-through"] .wp-block-latest-posts__post-date,
.wp-block-latest-posts[style*="text-decoration:line-through"] .wp-block-latest-posts__post-excerpt,
.wp-block-categories-list[style*="text-decoration:line-through"] li a,
.wp-block-categories-list[style*="text-decoration:line-through"] .wp-block-latest-posts__post-author,
.wp-block-categories-list[style*="text-decoration:line-through"] .wp-block-latest-posts__post-date,
.wp-block-categories-list[style*="text-decoration:line-through"] .wp-block-latest-posts__post-excerpt,
.wp-block-categories__list[style*="text-decoration:line-through"] li a,
.wp-block-categories__list[style*="text-decoration:line-through"] .wp-block-latest-posts__post-author,
.wp-block-categories__list[style*="text-decoration:line-through"] .wp-block-latest-posts__post-date,
.wp-block-categories__list[style*="text-decoration:line-through"] .wp-block-latest-posts__post-excerpt,
.wp-block-archives-list[style*="text-decoration:line-through"] li a,
.wp-block-archives-list[style*="text-decoration:line-through"] .wp-block-latest-posts__post-author,
.wp-block-archives-list[style*="text-decoration:line-through"] .wp-block-latest-posts__post-date,
.wp-block-archives-list[style*="text-decoration:line-through"] .wp-block-latest-posts__post-excerpt {
  text-decoration: line-through;
}
.wp-block-latest-posts[style*="text-decoration:underline"],
.wp-block-categories-list[style*="text-decoration:underline"],
.wp-block-categories__list[style*="text-decoration:underline"],
.wp-block-archives-list[style*="text-decoration:underline"] {
  text-decoration: none !important;
}
.wp-block-latest-posts[style*="text-decoration:underline"] li a,
.wp-block-latest-posts[style*="text-decoration:underline"] .wp-block-latest-posts__post-author,
.wp-block-latest-posts[style*="text-decoration:underline"] .wp-block-latest-posts__post-date,
.wp-block-latest-posts[style*="text-decoration:underline"] .wp-block-latest-posts__post-excerpt,
.wp-block-categories-list[style*="text-decoration:underline"] li a,
.wp-block-categories-list[style*="text-decoration:underline"] .wp-block-latest-posts__post-author,
.wp-block-categories-list[style*="text-decoration:underline"] .wp-block-latest-posts__post-date,
.wp-block-categories-list[style*="text-decoration:underline"] .wp-block-latest-posts__post-excerpt,
.wp-block-categories__list[style*="text-decoration:underline"] li a,
.wp-block-categories__list[style*="text-decoration:underline"] .wp-block-latest-posts__post-author,
.wp-block-categories__list[style*="text-decoration:underline"] .wp-block-latest-posts__post-date,
.wp-block-categories__list[style*="text-decoration:underline"] .wp-block-latest-posts__post-excerpt,
.wp-block-archives-list[style*="text-decoration:underline"] li a,
.wp-block-archives-list[style*="text-decoration:underline"] .wp-block-latest-posts__post-author,
.wp-block-archives-list[style*="text-decoration:underline"] .wp-block-latest-posts__post-date,
.wp-block-archives-list[style*="text-decoration:underline"] .wp-block-latest-posts__post-excerpt {
  text-decoration: underline;
}
.wp-block-latest-posts > li > a,
.wp-block-categories-list > li > a,
.wp-block-categories__list > li > a,
.wp-block-archives-list > li > a {
  max-width: 100%;
  word-wrap: break-word;
  transition: 0.25s;
}
.wp-block-latest-posts > li > a:hover,
.wp-block-categories-list > li > a:hover,
.wp-block-categories__list > li > a:hover,
.wp-block-archives-list > li > a:hover {
  color: var(--cs-color-secondary);
}
.wp-block-latest-posts ul.children,
.wp-block-categories-list ul.children,
.wp-block-categories__list ul.children,
.wp-block-archives-list ul.children {
  flex: 0 0 100%;
  width: 100%;
  margin-top: 0.5rem;
}
.wp-block-latest-posts ul.children li,
.wp-block-categories-list ul.children li,
.wp-block-categories__list ul.children li,
.wp-block-archives-list ul.children li {
  padding: 0.5rem 0;
}
.wp-block-latest-posts ul.children li:last-child,
.wp-block-categories-list ul.children li:last-child,
.wp-block-categories__list ul.children li:last-child,
.wp-block-archives-list ul.children li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.wp-block-latest-posts ul.children li a,
.wp-block-categories-list ul.children li a,
.wp-block-categories__list ul.children li a,
.wp-block-archives-list ul.children li a {
  font-family: var(--cs-font-headings-family), sans-serif;
  font-weight: var(--cs-font-headings-weight);
  font-style: var(--cs-font-headings-style);
  text-transform: var(--cs-font-headings-text-transform);
  line-height: var(--cs-font-headings-line-height);
  letter-spacing: var(--cs-font-headings-letter-spacing);
}
.wp-block-latest-posts ul.children ul.children li,
.wp-block-categories-list ul.children ul.children li,
.wp-block-categories__list ul.children ul.children li,
.wp-block-archives-list ul.children ul.children li {
  margin-left: 1rem;
  padding-left: 0;
}
.wp-block-latest-posts ul.sub-menu,
.wp-block-categories-list ul.sub-menu,
.wp-block-categories__list ul.sub-menu,
.wp-block-archives-list ul.sub-menu {
  margin-top: 0.5rem;
}
.wp-block-latest-posts ul.sub-menu li,
.wp-block-categories-list ul.sub-menu li,
.wp-block-categories__list ul.sub-menu li,
.wp-block-archives-list ul.sub-menu li {
  padding: 0.5rem 0;
}
.wp-block-latest-posts ul.sub-menu li:last-child,
.wp-block-categories-list ul.sub-menu li:last-child,
.wp-block-categories__list ul.sub-menu li:last-child,
.wp-block-archives-list ul.sub-menu li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.wp-block-latest-posts ul.sub-menu li a,
.wp-block-categories-list ul.sub-menu li a,
.wp-block-categories__list ul.sub-menu li a,
.wp-block-archives-list ul.sub-menu li a {
  font-family: var(--cs-font-headings-family), sans-serif;
  font-weight: var(--cs-font-headings-weight);
  font-style: var(--cs-font-headings-style);
  text-transform: var(--cs-font-headings-text-transform);
  line-height: var(--cs-font-headings-line-height);
  letter-spacing: var(--cs-font-headings-letter-spacing);
}
.wp-block-latest-posts ul.sub-menu ul.sub-menu li,
.wp-block-categories-list ul.sub-menu ul.sub-menu li,
.wp-block-categories__list ul.sub-menu ul.sub-menu li,
.wp-block-archives-list ul.sub-menu ul.sub-menu li {
  margin-left: 1rem;
  padding-left: 0;
}
.wp-block-latest-posts .screen-reader-text,
.wp-block-categories-list .screen-reader-text,
.wp-block-categories__list .screen-reader-text,
.wp-block-archives-list .screen-reader-text {
  display: none;
}

.wp-block-latest-posts:not(.is-style-cs-numbered-layout) li .wp-block-latest-posts__post-title {
  font-family: var(--cs-font-entry-title-family), sans-serif;
  line-height: var(--cs-font-entry-title-line-height);
  font-weight: var(--cs-font-entry-title-weight);
  font-style: var(--cs-font-entry-title-style);
  letter-spacing: var(--cs-font-entry-title-letter-spacing);
  text-transform: var(--cs-font-entry-title-text-transform);
}
.wp-block-latest-posts:not(.is-style-cs-numbered-layout) li .wp-block-latest-posts__post-title {
  font-size: 1.25rem;
}
.wp-block-latest-posts:not(.is-style-cs-numbered-layout) li .wp-block-latest-posts__post-excerpt {
  font-family: var(--cs-font-entry-excerpt-family), sans-serif;
  font-weight: var(--cs-font-entry-excerpt-weight);
  font-size: var(--cs-font-entry-excerpt-size);
  letter-spacing: var(--cs-font-entry-excerpt-letter-spacing);
  line-height: var(--cs-font-entry-excerpt-line-height);
}
.wp-block-latest-posts:not(.is-style-cs-numbered-layout) li:has(.wp-block-latest-posts__featured-image) {
  padding-bottom: 2rem;
}
.wp-block-latest-posts:not(.is-style-cs-numbered-layout).aligncenter li {
  margin-left: auto;
  margin-right: auto;
}

.wp-block label {
  font-family: var(--cs-font-primary-family), sans-serif;
  font-size: var(--cs-font-primary-size);
  line-height: var(--cs-font-primary-line-height);
  font-weight: var(--cs-font-primary-weight);
  font-style: var(--cs-font-primary-style);
  letter-spacing: var(--cs-font-primary-letter-spacing);
  text-transform: var(--cs-font-primary-text-transform);
}
.wp-block label {
  margin-bottom: 0.75rem;
}
.wp-block select {
  display: block;
  width: 100%;
  background-color: var(--cs-color-input, var(--cs-site-background));
  color: var(--cs-color-input-contrast, var(--cs-color-primary));
  line-height: var(--cs-font-input-line-height);
  box-shadow: none;
}
.wp-block select {
  padding: 0.9375rem 1.5rem;
}
.wp-block select {
  border-radius: var(--cs-button-border-radius);
}
.wp-block select {
  font-family: var(--cs-font-input-family), sans-serif;
  font-size: var(--cs-font-input-size);
  font-weight: var(--cs-font-input-weight);
  font-style: var(--cs-font-input-style);
  line-height: var(--cs-font-input-line-height);
  letter-spacing: var(--cs-font-input-letter-spacing);
  text-transform: var(--cs-font-input-text-transform);
}
.wp-block select {
  width: 100%;
  max-width: 100%;
  min-height: 40px;
  margin: 0;
  outline: none;
  appearance: none;
  border: none;
  background-color: var(--cs-color-input, var(--cs-layout-background));
  color: var(--cs-color-input-contrast, var(--cs-color-primary));
  transition: 0.25s;
}
.wp-block select:focus {
  outline: none;
  box-shadow: none;
}
.wp-block select:focus::placeholder {
  opacity: 1;
}
.wp-block select::placeholder {
  color: var(--cs-color-placeholder, var(--cs-color-secondary));
}
.wp-block select:not([size]):not([multiple]) {
  height: calc(var(--cs-font-input-line-height) + var(--cs-input-padding-y, 1rem) * 2 + var(--cs-input-border-size, 1px) * 2);
  padding-right: 1.5rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cg fill='currentColor'%3E%3Cpath d='M10.293,3.293,6,7.586,1.707,3.293A1,1,0,0,0,.293,4.707l5,5a1,1,0,0,0,1.414,0l5-5a1,1,0,1,0-1.414-1.414Z' fill='currentColor'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
  background-size: 0.6em;
  background-repeat: no-repeat;
}
@media (prefers-color-scheme: dark) {
  :root [data-scheme=auto] .wp-block select:not([size]):not([multiple]) {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cg fill='%23fff'%3E%3Cpath d='M10.293,3.293,6,7.586,1.707,3.293A1,1,0,0,0,.293,4.707l5,5a1,1,0,0,0,1.414,0l5-5a1,1,0,1,0-1.414-1.414Z' fill='%23fff'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
  }
}
[data-scheme=dark] .wp-block select:not([size]):not([multiple]) {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cg fill='%23fff'%3E%3Cpath d='M10.293,3.293,6,7.586,1.707,3.293A1,1,0,0,0,.293,4.707l5,5a1,1,0,0,0,1.414,0l5-5a1,1,0,1,0-1.414-1.414Z' fill='%23fff'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
}
@media (prefers-color-scheme: dark) {
  :root [data-scheme=auto][data-d=dark] .wp-block select:not([size]):not([multiple]) {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cg fill='%23fff'%3E%3Cpath d='M10.293,3.293,6,7.586,1.707,3.293A1,1,0,0,0,.293,4.707l5,5a1,1,0,0,0,1.414,0l5-5a1,1,0,1,0-1.414-1.414Z' fill='%23fff'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
  }
}
@media (prefers-color-scheme: light) {
  :root [data-scheme=auto][data-l=dark] .wp-block select:not([size]):not([multiple]) {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cg fill='%23fff'%3E%3Cpath d='M10.293,3.293,6,7.586,1.707,3.293A1,1,0,0,0,.293,4.707l5,5a1,1,0,0,0,1.414,0l5-5a1,1,0,1,0-1.414-1.414Z' fill='%23fff'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
  }
}
[data-scheme=inverse] .wp-block select:not([size]):not([multiple]) {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cg fill='%23fff'%3E%3Cpath d='M10.293,3.293,6,7.586,1.707,3.293A1,1,0,0,0,.293,4.707l5,5a1,1,0,0,0,1.414,0l5-5a1,1,0,1,0-1.414-1.414Z' fill='%23fff'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
}
@media (prefers-color-scheme: dark) {
  :root [data-scheme=auto][data-d=inverse] .wp-block select:not([size]):not([multiple]) {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cg fill='%23fff'%3E%3Cpath d='M10.293,3.293,6,7.586,1.707,3.293A1,1,0,0,0,.293,4.707l5,5a1,1,0,0,0,1.414,0l5-5a1,1,0,1,0-1.414-1.414Z' fill='%23fff'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
  }
}
@media (prefers-color-scheme: light) {
  :root [data-scheme=auto][data-l=inverse] .wp-block select:not([size]):not([multiple]) {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cg fill='%23fff'%3E%3Cpath d='M10.293,3.293,6,7.586,1.707,3.293A1,1,0,0,0,.293,4.707l5,5a1,1,0,0,0,1.414,0l5-5a1,1,0,1,0-1.414-1.414Z' fill='%23fff'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
  }
}
.wp-block select:not([size]):not([multiple]) {
  background-position: calc(100% - var(--cs-input-padding-y, 1rem)) center;
}

.wp-block-site-title {
  font-family: var(--cs-font-main-logo-family), sans-serif;
  font-size: var(--cs-font-main-logo-size);
  font-weight: var(--cs-font-main-logo-weight);
  font-style: var(--cs-font-main-logo-style);
  letter-spacing: var(--cs-font-main-logo-letter-spacing);
  text-transform: var(--cs-font-main-logo-text-transform);
}
.wp-block-site-title a {
  text-decoration: none;
}

.wp-block .wp-block-post-title:not(:first-child) {
  margin-top: 0.5rem;
}

.wp-block-group:has(.wp-block-post-navigation-link + .wp-block-post-navigation-link.has-text-align-right) {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.wp-block-post-title {
  font-family: var(--cs-font-headings-family), sans-serif;
  font-weight: var(--cs-font-headings-weight);
  font-style: var(--cs-font-headings-style);
  text-transform: var(--cs-font-headings-text-transform);
  line-height: var(--cs-font-headings-line-height);
  letter-spacing: var(--cs-font-headings-letter-spacing);
}
.wp-block-post-title a {
  display: block;
  text-decoration: none;
}
.wp-block-post-title a {
  display: inline;
  padding-bottom: 0.05em;
  background: linear-gradient(to right, currentColor 0%, currentColor 98%);
  background-size: 0px 1px;
  background-repeat: no-repeat;
  background-position: var(--cs-underline-bg-position);
  color: var(--cs-color-title, var(--cs-color-primary));
  transition: 0.25s;
  text-decoration: none;
}
.wp-block-post-title a:hover {
  background-size: 100% 1px;
  color: var(--cs-color-primary);
}
.entry-content .is-layout-constrained .wp-block-post-title.alignwide, .entry-content .is-layout-constrained .wp-block-post-title.alignfull {
  margin-top: 0;
  margin-bottom: 0;
}

.wp-block-post-excerpt {
  font-family: var(--cs-font-entry-excerpt-family), sans-serif;
  font-weight: var(--cs-font-entry-excerpt-weight);
  font-size: var(--cs-font-entry-excerpt-size);
  letter-spacing: var(--cs-font-entry-excerpt-letter-spacing);
  line-height: var(--cs-font-entry-excerpt-line-height);
}
.wp-block-post-excerpt {
  margin-top: 0.5rem;
  color: var(--cs-color-secondary);
}
.wp-block-post-excerpt__more-text {
  margin-top: 0.5rem;
}
.wp-block-post-excerpt:not(.has-link-color) .wp-block-post-excerpt__more-link {
  color: var(--cs-color-accent);
}
.wp-block-post-excerpt[style*="text-decoration:line-through"] .wp-block-post-excerpt__more-link {
  text-decoration: line-through;
}

.wp-block-post-terms {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.5rem;
  background: none;
}
.wp-block-post-terms {
  font-family: var(--cs-font-category-family), sans-serif;
  font-size: var(--cs-font-category-size);
  line-height: var(--cs-font-category-line-height);
  font-weight: var(--cs-font-category-weight);
  font-style: var(--cs-font-category-style);
  letter-spacing: var(--cs-font-category-letter-spacing);
  text-transform: var(--cs-font-category-text-transform);
}
.wp-block-post-terms:not(:first-child) {
  margin-top: 1.25rem;
}
.wp-block-post-terms.has-text-align-left {
  justify-content: flex-start;
}
.wp-block-post-terms.has-text-align-right {
  justify-content: flex-end;
}
.wp-block-post-terms.has-text-align-center {
  justify-content: center;
}
.wp-block-post-terms .wp-block-post-terms__separator {
  display: none;
}
.wp-block-post-terms a {
  display: flex;
  align-items: center;
}
.wp-block-post-terms a:not(.has-link-color, .has-link-color a) {
  color: var(--cs-color-accent);
}
@media (prefers-color-scheme: dark) {
  :root [data-scheme=auto] .wp-block-post-terms a:not(.has-link-color, .has-link-color a) {
    color: var(--cs-color-primary);
  }
}
[data-scheme=dark] .wp-block-post-terms a:not(.has-link-color, .has-link-color a) {
  color: var(--cs-color-primary);
}
@media (prefers-color-scheme: dark) {
  :root [data-scheme=auto][data-d=dark] .wp-block-post-terms a:not(.has-link-color, .has-link-color a) {
    color: var(--cs-color-primary);
  }
}
@media (prefers-color-scheme: light) {
  :root [data-scheme=auto][data-l=dark] .wp-block-post-terms a:not(.has-link-color, .has-link-color a) {
    color: var(--cs-color-primary);
  }
}
.wp-block-post-terms a:not(.has-link-color, .has-link-color a):hover {
  color: var(--cs-color-primary);
}
@media (prefers-color-scheme: dark) {
  :root [data-scheme=auto] .wp-block-post-terms a:not(.has-link-color, .has-link-color a):hover {
    color: var(--cs-color-secondary);
  }
}
[data-scheme=dark] .wp-block-post-terms a:not(.has-link-color, .has-link-color a):hover {
  color: var(--cs-color-secondary);
}
@media (prefers-color-scheme: dark) {
  :root [data-scheme=auto][data-d=dark] .wp-block-post-terms a:not(.has-link-color, .has-link-color a):hover {
    color: var(--cs-color-secondary);
  }
}
@media (prefers-color-scheme: light) {
  :root [data-scheme=auto][data-l=dark] .wp-block-post-terms a:not(.has-link-color, .has-link-color a):hover {
    color: var(--cs-color-secondary);
  }
}
.wp-block-post-terms[style*=underline] {
  text-decoration: none !important;
}
.wp-block-post-terms[style*=underline] a {
  text-decoration: underline;
}
.wp-block-post-terms[style*=line-through] {
  text-decoration: none !important;
}
.wp-block-post-terms[style*=line-through] a {
  text-decoration: line-through !important;
}

.wp-block-post-date {
  margin-top: 0;
  margin-bottom: 0;
  color: var(--cs-color-secondary);
}
.wp-block-post-date:not([style*=line-height]) {
  line-height: 1;
}
.wp-block-post-date.has-small-font-size time, .wp-block-post-date.has-medium-font-size time, .wp-block-post-date.has-large-font-size time, .wp-block-post-date.has-x-large-font-size time {
  font-size: inherit;
}
.wp-block-post-date[style*=font-style] time {
  font-style: inherit;
}
.wp-block-post-date[style*=font-weight] time {
  font-weight: inherit;
}
.wp-block-post-date[style*=line-height] time {
  line-height: inherit;
}
.wp-block-post-date[style*=letter-spacing] time {
  letter-spacing: inherit;
}
.wp-block-post-date[style*=text-transform] time {
  text-transform: inherit;
}
.wp-block-post-date[style*="text-decoration:underline"], .wp-block-post-date[style*="text-decoration: underline"] {
  text-decoration: none !important;
}
.wp-block-post-date[style*="text-decoration:underline"] time, .wp-block-post-date[style*="text-decoration: underline"] time {
  text-decoration: underline;
}
.wp-block-post-date[style*="text-decoration:line-through"], .wp-block-post-date[style*="text-decoration: line-through"] {
  text-decoration: none !important;
}
.wp-block-post-date[style*="text-decoration:line-through"] time, .wp-block-post-date[style*="text-decoration: line-through"] time {
  text-decoration: line-through;
}

.wp-block-post-author {
  margin-top: 0;
  margin-bottom: 0;
}
.wp-block-post-author .wp-block-post-author__content {
  display: flex;
  flex-direction: column;
}
.wp-block-post-author .wp-block-post-author__content .wp-block-post-author__byline {
  font-size: inherit;
}
.wp-block-post-author .wp-block-post-author__content .wp-block-post-author__link {
  display: inline;
  padding-bottom: 0;
  background: linear-gradient(to right, currentColor 0%, currentColor 98%);
  background-size: 100% 1px;
  background-repeat: no-repeat;
  background-position: var(--cs-underline-bg-position);
  color: var(--cs-color-primary);
  transition: 0.25s;
  text-decoration: none;
}
.wp-block-post-author .wp-block-post-author__content .wp-block-post-author__link {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}
.wp-block-post-author .wp-block-post-author__content .wp-block-post-author__link:hover {
  background-size: 0px 1px;
  color: var(--cs-color-primary);
}
.wp-block-post-author:not(.has-small-font-size, .has-medium-font-size, .has-large-font-size, .has-x-large-font-size) {
  font-size: 1rem;
}
.wp-block-post-author .wp-block-post-author__avatar img {
  border-radius: var(--cs-avatar-border-radius);
}

.wp-block-avatar img {
  border-radius: var(--cs-avatar-border-radius);
}
.wp-block-avatar img[style*=border-width] {
  border-style: solid;
}

.wp-block-read-more {
  font-family: var(--cs-font-primary-family), sans-serif;
  font-size: var(--cs-font-primary-size);
  line-height: var(--cs-font-primary-line-height);
  font-weight: var(--cs-font-primary-weight);
  font-style: var(--cs-font-primary-style);
  letter-spacing: var(--cs-font-primary-letter-spacing);
  text-transform: var(--cs-font-primary-text-transform);
}
.wp-block-read-more {
  background-color: var(--cs-color-button);
  color: var(--cs-color-button-contrast);
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: 0.25s;
  box-shadow: none;
  overflow: hidden;
  cursor: pointer;
  margin-left: auto;
  margin-right: auto;
  padding: 0.5625rem 1.25rem 0.5625rem 1.25rem;
  border-radius: var(--cs-button-border-radius);
}
.wp-block-read-more.has-text-color {
  color: inherit;
}
.wp-block-read-more:focus, .wp-block-read-more:hover {
  background-color: var(--cs-color-button-hover);
  color: var(--cs-color-button-hover-contrast);
  outline: none;
}
.wp-block-read-more:disabled, .wp-block-read-more:disabled[disabled] {
  color: var(--cs-color-button-contrast);
  opacity: 0.5;
}
.wp-block-read-more:disabled:hover, .wp-block-read-more:disabled[disabled]:hover {
  background-color: var(--cs-color-button);
  color: var(--cs-color-button-contrast);
}
.wp-block-read-more b, .wp-block-read-more strong {
  color: inherit;
}

.wp-block-query .wp-block-post-featured-image {
  margin-bottom: 1.5rem;
}
.wp-block-query .wp-block-post-featured-image img {
  border-radius: var(--cs-thumbnail-border-radius);
}
.wp-block-query .wp-block-query-pagination {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 3rem;
  padding: 0;
}
.wp-block-query .wp-block-query-pagination > a, .wp-block-query .wp-block-query-pagination > span {
  border: 1px solid transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  min-height: 40px;
  padding: 0.5rem 0.75rem;
  margin: 0;
}
.wp-block-query .wp-block-query-pagination > a, .wp-block-query .wp-block-query-pagination > span {
  font-family: var(--cs-font-primary-family), sans-serif;
  font-size: var(--cs-font-primary-size);
  line-height: var(--cs-font-primary-line-height);
  font-weight: var(--cs-font-primary-weight);
  font-style: var(--cs-font-primary-style);
  letter-spacing: var(--cs-font-primary-letter-spacing);
  text-transform: var(--cs-font-primary-text-transform);
}
.wp-block-query .wp-block-query-pagination > a:hover {
  color: var(--cs-color-primary);
}
.wp-block-query .wp-block-query-pagination .wp-block-query-pagination-numbers {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
}
.wp-block-query .wp-block-query-pagination .wp-block-query-pagination-numbers > span, .wp-block-query .wp-block-query-pagination .wp-block-query-pagination-numbers > a {
  box-sizing: border-box;
  border: 1px solid transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  min-height: 40px;
  padding: 0.5rem 0.75rem;
  text-decoration: none;
}
.wp-block-query .wp-block-query-pagination .wp-block-query-pagination-numbers > span, .wp-block-query .wp-block-query-pagination .wp-block-query-pagination-numbers > a {
  font-family: var(--cs-font-primary-family), sans-serif;
  font-size: var(--cs-font-primary-size);
  line-height: var(--cs-font-primary-line-height);
  font-weight: var(--cs-font-primary-weight);
  font-style: var(--cs-font-primary-style);
  letter-spacing: var(--cs-font-primary-letter-spacing);
  text-transform: var(--cs-font-primary-text-transform);
}
.wp-block-query .wp-block-query-pagination .wp-block-query-pagination-numbers > .current {
  color: var(--cs-color-primary-contrast);
  background-color: var(--cs-color-primary);
  border-radius: var(--cs-layout-elements-border-radius);
  padding: 0.5rem 0.75rem;
}
.wp-block-query .wp-block-query-pagination a.post-page-numbers:hover, .wp-block-query .wp-block-query-pagination a.page-numbers:hover, .wp-block-query .wp-block-query-pagination a.wp-block-query-pagination-previous:hover, .wp-block-query .wp-block-query-pagination a.wp-block-query-pagination-next:hover {
  color: var(--cs-color-accent);
}
.wp-block-query .wp-block-query-pagination .wp-block-query-pagination-previous {
  font-size: 0;
  text-decoration: none;
}
.wp-block-query .wp-block-query-pagination .wp-block-query-pagination-previous:before {
  font-size: 0.875rem;
  font-family: "cs-icons";
  content: "\e904";
}
.wp-block-query .wp-block-query-pagination .wp-block-query-pagination-next {
  font-size: 0;
  text-decoration: none;
}
.wp-block-query .wp-block-query-pagination .wp-block-query-pagination-next:after {
  font-size: 0.875rem;
  font-family: "cs-icons";
  content: "\e906";
}

.wp-block-post-template .wp-block-post-date {
  margin-top: 0.25rem;
}
.wp-block-post-template .wp-block-post-title {
  margin-bottom: 0;
}
.wp-block-post-template.is-flex-container {
  row-gap: 5rem;
  column-gap: 1.5rem;
}
.wp-block-post-template.is-flex-container.is-style-cs-post-template-buttom-border > li {
  position: relative;
}
.wp-block-post-template.is-flex-container.is-style-cs-post-template-buttom-border > li:after {
  background-color: var(--cs-color-border);
  display: block;
  position: absolute;
  left: 0;
  bottom: -2.5rem;
  width: 100%;
  height: 1px;
  content: "";
}
@media (min-width: 576px) and (max-width: 991.98px) {
  .wp-block-post-template.is-flex-container.is-style-cs-post-template-buttom-border > li:nth-last-child(-n+2):after {
    display: none;
  }
}
@media (max-width: 575.98px) {
  .wp-block-post-template.is-flex-container.is-style-cs-post-template-buttom-border > li:last-child:after {
    display: none;
  }
}
@media (max-width: 1199.98px) {
  .wp-block-post-template.is-flex-container {
    row-gap: 3.75rem;
  }
  .wp-block-post-template.is-flex-container.is-style-cs-post-template-buttom-border > li:after {
    bottom: -1.875rem;
  }
}
@media (max-width: 991.98px) {
  .wp-block-post-template.is-flex-container {
    row-gap: 2.5rem;
  }
  .wp-block-post-template.is-flex-container.is-style-cs-post-template-buttom-border > li:after {
    bottom: -1.25rem;
  }
}
@media (max-width: 575.98px) {
  .wp-block-post-template.is-flex-container {
    row-gap: 2.5rem;
  }
  .wp-block-post-template.is-flex-container.is-style-cs-post-template-buttom-border > li:after {
    bottom: -1.25rem;
  }
}
.wp-block-post-template.is-flex-container.is-flex-container[class*=columns-] > li {
  width: 100%;
}
@media (min-width: 576px) {
  .wp-block-post-template.is-flex-container.is-flex-container.columns-2 > li {
    width: calc(50% - 0.75rem);
  }
}
@media (min-width: 576px) {
  .wp-block-post-template.is-flex-container.is-flex-container.columns-3 > li {
    width: calc(50% - 0.75rem);
  }
}
@media (min-width: 768px) {
  .wp-block-post-template.is-flex-container.is-flex-container.columns-3 > li {
    width: calc(33.33333% - 1rem);
  }
}
@media (min-width: 576px) {
  .wp-block-post-template.is-flex-container.is-flex-container.columns-4 > li {
    width: calc(50% - 0.75rem);
  }
}
@media (min-width: 768px) {
  .wp-block-post-template.is-flex-container.is-flex-container.columns-4 > li {
    width: calc(50% - 0.75rem);
  }
}
@media (min-width: 992px) {
  .wp-block-post-template.is-flex-container.is-flex-container.columns-4 > li {
    width: calc(25% - 1.125rem);
  }
}
@media (min-width: 576px) {
  .wp-block-post-template.is-flex-container.is-flex-container.columns-5 > li {
    width: calc(50% - 0.75rem);
  }
}
@media (min-width: 768px) {
  .wp-block-post-template.is-flex-container.is-flex-container.columns-5 > li {
    width: calc(33.33333% - 1rem);
  }
}
@media (min-width: 992px) {
  .wp-block-post-template.is-flex-container.is-flex-container.columns-5 > li {
    width: calc(25% - 1.125rem);
  }
}
@media (min-width: 1200px) {
  .wp-block-post-template.is-flex-container.is-flex-container.columns-5 > li {
    width: calc(16.66667% - 1.25rem);
  }
}
@media (min-width: 576px) {
  .wp-block-post-template.is-flex-container.is-flex-container.columns-6 > li {
    width: calc(50% - 0.75rem);
  }
}
@media (min-width: 768px) {
  .wp-block-post-template.is-flex-container.is-flex-container.columns-6 > li {
    width: calc(33.33333% - 1rem);
  }
}
@media (min-width: 992px) {
  .wp-block-post-template.is-flex-container.is-flex-container.columns-6 > li {
    width: calc(25% - 1.125rem);
  }
}
@media (min-width: 1200px) {
  .wp-block-post-template.is-flex-container.is-flex-container.columns-6 > li {
    width: calc(16.66667% - 1.2857142857rem);
  }
}
.alignfull .wp-block-post-template.is-layout-constrained .alignwide,
.alignfull .wp-block-post-template.is-layout-constrained .alignfull {
  width: unset;
  margin-left: unset;
  margin-right: unset;
}
.alignfull .wp-block-post-template.is-layout-constrained.has-background > li {
  max-width: var(--cs-entry-content-medium-width);
  margin-left: auto;
  margin-right: auto;
}
.alignfull .wp-block-post-template.is-layout-constrained:not(.has-background) {
  max-width: var(--cs-entry-content-medium-width);
  margin-left: auto;
  margin-right: auto;
}
.wp-block-post-template.has-text-color .wp-block-post-title,
.wp-block-post-template.has-text-color .wp-block-post-excerpt {
  color: inherit;
}
.wp-block-post-template.has-text-color:not(.has-link-color) .wp-block-post-date, .wp-block-post-template.has-text-color:not(.has-link-color) .wp-block-post-date time, .wp-block-post-template.has-text-color:not(.has-link-color) .wp-block-post-date time a {
  color: inherit;
}
.wp-block-post-template.has-small-font-size .wp-block-post-title,
.wp-block-post-template.has-small-font-size .wp-block-post-date time, .wp-block-post-template.has-small-font-size .wp-block-post-date time a,
.wp-block-post-template.has-small-font-size .wp-block-post-excerpt, .wp-block-post-template.has-medium-font-size .wp-block-post-title,
.wp-block-post-template.has-medium-font-size .wp-block-post-date time, .wp-block-post-template.has-medium-font-size .wp-block-post-date time a,
.wp-block-post-template.has-medium-font-size .wp-block-post-excerpt, .wp-block-post-template.has-large-font-size .wp-block-post-title,
.wp-block-post-template.has-large-font-size .wp-block-post-date time, .wp-block-post-template.has-large-font-size .wp-block-post-date time a,
.wp-block-post-template.has-large-font-size .wp-block-post-excerpt, .wp-block-post-template.has-x-large-font-size .wp-block-post-title,
.wp-block-post-template.has-x-large-font-size .wp-block-post-date time, .wp-block-post-template.has-x-large-font-size .wp-block-post-date time a,
.wp-block-post-template.has-x-large-font-size .wp-block-post-excerpt {
  font-size: inherit;
}
.wp-block-post-template[style*=font-style] .wp-block-post-title,
.wp-block-post-template[style*=font-style] .wp-block-post-date time, .wp-block-post-template[style*=font-style] .wp-block-post-date time a,
.wp-block-post-template[style*=font-style] .wp-block-post-excerpt {
  font-style: inherit;
}
.wp-block-post-template[style*=font-weight] .wp-block-post-title,
.wp-block-post-template[style*=font-weight] .wp-block-post-date time, .wp-block-post-template[style*=font-weight] .wp-block-post-date time a,
.wp-block-post-template[style*=font-weight] .wp-block-post-excerpt {
  font-weight: inherit;
}
.wp-block-post-template[style*=line-height] .wp-block-post-title,
.wp-block-post-template[style*=line-height] .wp-block-post-date time, .wp-block-post-template[style*=line-height] .wp-block-post-date time a,
.wp-block-post-template[style*=line-height] .wp-block-post-excerpt {
  line-height: inherit;
}
.wp-block-post-template[style*=letter-spacing] .wp-block-post-title,
.wp-block-post-template[style*=letter-spacing] .wp-block-post-date time, .wp-block-post-template[style*=letter-spacing] .wp-block-post-date time a,
.wp-block-post-template[style*=letter-spacing] .wp-block-post-excerpt {
  letter-spacing: inherit;
}
.wp-block-post-template[style*=text-transform] .wp-block-post-title,
.wp-block-post-template[style*=text-transform] .wp-block-post-date time, .wp-block-post-template[style*=text-transform] .wp-block-post-date time a,
.wp-block-post-template[style*=text-transform] .wp-block-post-excerpt {
  text-transform: inherit;
}

.wp-block-comments-pagination {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 3rem;
  padding: 0;
}
@media (min-width: 768px) {
  .wp-block-comments-pagination {
    margin-top: 4rem;
  }
}
@media (min-width: 992px) {
  .wp-block-comments-pagination {
    margin-top: 5rem;
  }
}
.wp-block-comments-pagination > a, .wp-block-comments-pagination > span {
  border: 1px solid transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  min-height: 40px;
  padding: 0.5rem 0.75rem;
  margin: 0;
}
.wp-block-comments-pagination > a, .wp-block-comments-pagination > span {
  font-family: var(--cs-font-primary-family), sans-serif;
  font-size: var(--cs-font-primary-size);
  line-height: var(--cs-font-primary-line-height);
  font-weight: var(--cs-font-primary-weight);
  font-style: var(--cs-font-primary-style);
  letter-spacing: var(--cs-font-primary-letter-spacing);
  text-transform: var(--cs-font-primary-text-transform);
}
.wp-block-comments-pagination > a:hover {
  color: var(--cs-color-primary);
}
.wp-block-comments-pagination .wp-block-comments-pagination-numbers {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
}
.wp-block-comments-pagination .wp-block-comments-pagination-numbers > span, .wp-block-comments-pagination .wp-block-comments-pagination-numbers > a {
  box-sizing: border-box;
  border: 1px solid transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  min-height: 40px;
  padding: 0.5rem 0.75rem;
  text-decoration: none;
}
.wp-block-comments-pagination .wp-block-comments-pagination-numbers > span, .wp-block-comments-pagination .wp-block-comments-pagination-numbers > a {
  font-family: var(--cs-font-primary-family), sans-serif;
  font-size: var(--cs-font-primary-size);
  line-height: var(--cs-font-primary-line-height);
  font-weight: var(--cs-font-primary-weight);
  font-style: var(--cs-font-primary-style);
  letter-spacing: var(--cs-font-primary-letter-spacing);
  text-transform: var(--cs-font-primary-text-transform);
}
.wp-block-comments-pagination .wp-block-comments-pagination-numbers > .current {
  color: var(--cs-color-primary-contrast);
  background-color: var(--cs-color-primary);
  border-radius: var(--cs-layout-elements-border-radius);
  padding: 0.5rem 0.75rem;
  margin: 0 0.75rem;
}
.wp-block-comments-pagination a.post-page-numbers:hover, .wp-block-comments-pagination a.page-numbers:hover, .wp-block-comments-pagination a.wp-block-query-pagination-previous:hover, .wp-block-comments-pagination a.wp-block-query-pagination-next:hover {
  color: var(--cs-color-primary);
}
.wp-block-comments-pagination .wp-block-comments-pagination-previous {
  font-size: 0;
  text-decoration: none;
}
.wp-block-comments-pagination .wp-block-comments-pagination-previous:before {
  font-size: 0.875rem;
  font-family: "cs-icons";
  content: "\e904";
}
.wp-block-comments-pagination .wp-block-comments-pagination-next {
  font-size: 0;
  text-decoration: none;
}
.wp-block-comments-pagination .wp-block-comments-pagination-next:after {
  font-size: 0.875rem;
  font-family: "cs-icons";
  content: "\e906";
}

.wp-block-comments .wp-block-columns {
  gap: 1rem;
}
.wp-block-comments .wp-block-columns:not(:last-child) {
  margin-bottom: 2rem;
}
.wp-block-comments .wp-block-columns:last-child {
  margin-bottom: 1rem;
}
.wp-block-comments .wp-block-comment-date,
.wp-block-comments .wp-block-comment-edit-link {
  margin-top: 0;
  margin-bottom: 0;
}
.wp-block-comments .wp-block-comment-author-name {
  margin-bottom: 0.25rem !important;
}
.wp-block-comments .wp-block-comment-author-name,
.wp-block-comments .wp-block-comment-date {
  font-family: var(--cs-font-post-meta-family), sans-serif;
  font-size: var(--cs-font-post-meta-size);
  line-height: var(--cs-font-post-meta-line-height);
  font-weight: var(--cs-font-post-meta-weight);
  font-style: var(--cs-font-post-meta-style);
  letter-spacing: var(--cs-font-post-meta-letter-spacing);
  text-transform: var(--cs-font-post-meta-text-transform);
}
.wp-block-comments .wp-block-comment-author-name a,
.wp-block-comments .wp-block-comment-date a {
  text-decoration: none;
}
.wp-block-comments .wp-block-comment-edit-link a {
  font-family: var(--cs-font-primary-family), sans-serif;
  font-size: var(--cs-font-primary-size);
  line-height: var(--cs-font-primary-line-height);
  font-weight: var(--cs-font-primary-weight);
  font-style: var(--cs-font-primary-style);
  letter-spacing: var(--cs-font-primary-letter-spacing);
  text-transform: var(--cs-font-primary-text-transform);
}
.wp-block-comments .wp-block-comment-content {
  font-family: var(--cs-font-entry-excerpt-family), sans-serif;
  font-weight: var(--cs-font-entry-excerpt-weight);
  font-size: var(--cs-font-entry-excerpt-size);
  letter-spacing: var(--cs-font-entry-excerpt-letter-spacing);
  line-height: var(--cs-font-entry-excerpt-line-height);
}
.wp-block-comments .wp-block-comment-content {
  margin-top: 0.5rem !important;
  margin-bottom: 1rem !important;
}
.wp-block-comments .wp-block-comment-reply-link {
  margin-top: 1rem !important;
}
.wp-block-comments .wp-block-comment-reply-link a {
  color: var(--cs-color-primary);
}
.wp-block-comments .wp-block-comment-reply-link a:focus, .wp-block-comments .wp-block-comment-reply-link a:hover {
  color: var(--cs-color-secondary);
}
.wp-block-comments:not(.has-text-color) .wp-block-comment-content {
  color: var(--cs-color-primary);
}
.wp-block-comments.has-text-color .comment-reply-title,
.wp-block-comments.has-text-color .comment-form-cookies-consent label {
  color: inherit;
}
.wp-block-comments.has-text-color:not(.has-link-color) .wp-block-comment-author-name a,
.wp-block-comments.has-text-color:not(.has-link-color) .wp-block-comment-date a {
  color: inherit;
}
.wp-block-comments.has-small-font-size .wp-block-comment-content, .wp-block-comments.has-medium-font-size .wp-block-comment-content, .wp-block-comments.has-large-font-size .wp-block-comment-content, .wp-block-comments.has-x-large-font-size .wp-block-comment-content {
  font-size: inherit;
}
.wp-block-comments[style*=font-style] .wp-block-comment-content {
  font-style: inherit;
}
.wp-block-comments[style*=font-weight] .wp-block-comment-content {
  font-weight: inherit;
}
.wp-block-comments[style*=line-height] .wp-block-comment-content {
  line-height: inherit;
}
.wp-block-comments[style*=letter-spacing] .wp-block-comment-content {
  letter-spacing: inherit;
}
.wp-block-comments[style*=text-transform] .wp-block-comment-content {
  text-transform: inherit;
}

.wp-block-post-comments-form {
  margin-bottom: 2.5rem;
  background: var(--cs-layout-background);
  border-radius: var(--cs-thumbnail-border-radius);
}
.wp-block-post-comments-form .comment-form > p {
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  width: 100%;
}
.wp-block-post-comments-form .comment-form > p:not(:last-child, .form-submit) {
  margin-bottom: 1.5rem;
}
.wp-block-post-comments-form .comment-form > p.comment-form-cookies-consent label {
  margin-top: 0.35em;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .wp-block-post-comments-form .comment-form > p {
    column-gap: 1rem;
  }
  .wp-block-post-comments-form .comment-form > p.comment-form-author {
    flex: 0 0 calc(50% - 0.5rem);
  }
  .wp-block-post-comments-form .comment-form > p.comment-form-email {
    flex: 0 0 calc(50% - 0.5rem);
  }
}
.wp-block-post-comments-form .comment-form input:not([type=submit]),
.wp-block-post-comments-form .comment-form textarea {
  background: var(--cs-site-background);
  border: none;
}
.wp-block-post-comments-form .comment-form .wp-block-button .wp-block-button__link {
  border: none;
}
.wp-block-post-comments-form.has-text-color .comment-reply-title,
.wp-block-post-comments-form.has-text-color .comment-form-cookies-consent label {
  color: inherit;
}
.wp-block-post-comments-form.has-small-font-size .comment-form > p, .wp-block-post-comments-form.has-small-font-size .comment-form > p a, .wp-block-post-comments-form.has-small-font-size .comment-form-cookies-consent label, .wp-block-post-comments-form.has-medium-font-size .comment-form > p, .wp-block-post-comments-form.has-medium-font-size .comment-form > p a, .wp-block-post-comments-form.has-medium-font-size .comment-form-cookies-consent label, .wp-block-post-comments-form.has-large-font-size .comment-form > p, .wp-block-post-comments-form.has-large-font-size .comment-form > p a, .wp-block-post-comments-form.has-large-font-size .comment-form-cookies-consent label, .wp-block-post-comments-form.has-x-large-font-size .comment-form > p, .wp-block-post-comments-form.has-x-large-font-size .comment-form > p a, .wp-block-post-comments-form.has-x-large-font-size .comment-form-cookies-consent label {
  font-size: inherit;
}
.wp-block-post-comments-form[style*=font-style] .comment-form > p, .wp-block-post-comments-form[style*=font-style] .comment-form > p a, .wp-block-post-comments-form[style*=font-style] .comment-form-cookies-consent label {
  font-style: inherit;
}
.wp-block-post-comments-form[style*=font-weight] .comment-form > p, .wp-block-post-comments-form[style*=font-weight] .comment-form > p a, .wp-block-post-comments-form[style*=font-weight] .comment-form-cookies-consent label {
  font-weight: inherit;
}
.wp-block-post-comments-form[style*=line-height] .comment-form > p, .wp-block-post-comments-form[style*=line-height] .comment-form > p a, .wp-block-post-comments-form[style*=line-height] .comment-form-cookies-consent label {
  line-height: inherit;
}
.wp-block-post-comments-form[style*=letter-spacing] .comment-form > p, .wp-block-post-comments-form[style*=letter-spacing] .comment-form > p a, .wp-block-post-comments-form[style*=letter-spacing] .comment-form-cookies-consent label {
  letter-spacing: inherit;
}
.wp-block-post-comments-form[style*=text-transform] .comment-form > p, .wp-block-post-comments-form[style*=text-transform] .comment-form > p a, .wp-block-post-comments-form[style*=text-transform] .comment-form-cookies-consent label {
  text-transform: inherit;
}

.wp-block-rss__item:not(:last-child) {
  margin-bottom: 0.5rem;
}
.wp-block-rss__item-publish-date, .wp-block-rss__item-author {
  font-family: var(--cs-font-post-meta-family), sans-serif;
  font-size: var(--cs-font-post-meta-size);
  line-height: var(--cs-font-post-meta-line-height);
  font-weight: var(--cs-font-post-meta-weight);
  font-style: var(--cs-font-post-meta-style);
  letter-spacing: var(--cs-font-post-meta-letter-spacing);
  text-transform: var(--cs-font-post-meta-text-transform);
}
.wp-block-rss__item-excerpt {
  font-family: var(--cs-font-entry-excerpt-family), sans-serif;
  font-weight: var(--cs-font-entry-excerpt-weight);
  font-size: var(--cs-font-entry-excerpt-size);
  letter-spacing: var(--cs-font-entry-excerpt-letter-spacing);
  line-height: var(--cs-font-entry-excerpt-line-height);
}
.wp-block-rss__item-excerpt {
  margin-top: 0.25rem;
  color: var(--cs-color-secondary);
}
.wp-block-rss.aligncenter {
  margin-left: 2rem;
  margin-right: 2rem;
}

.wp-block-tag-cloud {
  margin: 0 auto;
}
.is-style-outline .wp-block-tag-cloud, .wp-block-tag-cloud.is-style-outline {
  margin: 0;
  padding: 0;
  list-style: none;
}
.is-style-outline .wp-block-tag-cloud, .wp-block-tag-cloud.is-style-outline {
  font-family: var(--cs-font-primary-family), sans-serif;
  font-size: var(--cs-font-primary-size);
  line-height: var(--cs-font-primary-line-height);
  font-weight: var(--cs-font-primary-weight);
  font-style: var(--cs-font-primary-style);
  letter-spacing: var(--cs-font-primary-letter-spacing);
  text-transform: var(--cs-font-primary-text-transform);
}
@media (max-width: 767.98px) {
  .is-style-outline .wp-block-tag-cloud, .wp-block-tag-cloud.is-style-outline {
    font-size: 0.75rem;
  }
}
.is-style-outline .wp-block-tag-cloud, .wp-block-tag-cloud.is-style-outline {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.is-style-outline .wp-block-tag-cloud li, .wp-block-tag-cloud.is-style-outline li {
  position: relative;
  line-height: 1;
}
.is-style-outline .wp-block-tag-cloud li a, .wp-block-tag-cloud.is-style-outline li a {
  position: relative;
  z-index: 2;
  text-decoration: none;
}
.is-style-outline .wp-block-tag-cloud a, .wp-block-tag-cloud.is-style-outline a {
  font-family: var(--cs-font-category-family), sans-serif;
  font-size: var(--cs-font-category-size);
  line-height: var(--cs-font-category-line-height);
  font-weight: var(--cs-font-category-weight);
  font-style: var(--cs-font-category-style);
  letter-spacing: var(--cs-font-category-letter-spacing);
  text-transform: var(--cs-font-category-text-transform);
}
.is-style-outline .wp-block-tag-cloud a, .wp-block-tag-cloud.is-style-outline a {
  display: flex;
  padding: 0.5rem 0.875rem;
  justify-content: center;
  align-items: center;
  color: var(--cs-color-secondary);
  background: var(--cs-color-tag-background);
  border-radius: var(--cs-layout-elements-border-radius);
  text-decoration: none;
  transition: 0.25s;
}
.is-style-outline .wp-block-tag-cloud a:hover, .wp-block-tag-cloud.is-style-outline a:hover {
  background: var(--cs-color-button);
  color: var(--cs-color-button-contrast);
}
.is-style-outline .wp-block-tag-cloud a, .wp-block-tag-cloud.is-style-outline a {
  font-size: var(--cs-font-category-size) !important;
  border: none;
}

.wp-block-calendar table {
  margin: 0;
}
.wp-block-calendar td,
.wp-block-calendar th {
  font-family: var(--cs-font-primary-family), sans-serif;
  font-size: var(--cs-font-primary-size);
  line-height: var(--cs-font-primary-line-height);
  font-weight: var(--cs-font-primary-weight);
  font-style: var(--cs-font-primary-style);
  letter-spacing: var(--cs-font-primary-letter-spacing);
  text-transform: var(--cs-font-primary-text-transform);
}
.wp-block-calendar td,
.wp-block-calendar th {
  padding: 0.25rem;
  line-height: 2.75rem;
  text-align: center;
  border-top: 1px solid var(--cs-color-border);
  color: var(--cs-color-secondary);
}
.wp-block-calendar th {
  font-family: var(--cs-font-primary-family), sans-serif;
  font-size: var(--cs-font-primary-size);
  line-height: var(--cs-font-primary-line-height);
  font-weight: var(--cs-font-primary-weight);
  font-style: var(--cs-font-primary-style);
  letter-spacing: var(--cs-font-primary-letter-spacing);
  text-transform: var(--cs-font-primary-text-transform);
}
.wp-block-calendar th {
  border-bottom: none;
  color: var(--cs-color-primary);
  border-bottom: 1px solid var(--cs-color-border);
}
.wp-block-calendar tr {
  border: none;
}
.wp-block-calendar tbody td a {
  position: relative;
  display: block;
  transition: 0.25s;
  text-decoration: none;
}
.wp-block-calendar tbody td#today a:after {
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  border-top: 10px solid var(--cs-color-secondary);
  border-left: 10px solid transparent;
  transition: 0.25s;
  content: "";
}
.wp-block-calendar tfoot td {
  text-align: left;
}
.wp-block-calendar tfoot td a {
  display: inline-block;
  position: relative;
  padding-left: 5px;
  padding-right: 10px;
}
.wp-block-calendar tfoot td a {
  font-family: var(--cs-font-primary-family), sans-serif;
  font-size: var(--cs-font-primary-size);
  line-height: var(--cs-font-primary-line-height);
  font-weight: var(--cs-font-primary-weight);
  font-style: var(--cs-font-primary-style);
  letter-spacing: var(--cs-font-primary-letter-spacing);
  text-transform: var(--cs-font-primary-text-transform);
}
.wp-block-calendar tfoot td a:after {
  content: "";
  position: absolute;
  height: 100%;
  top: 0;
  bottom: 0;
  right: 0;
  width: 2px;
  background-color: var(--cs-color-contrast-300);
}
.wp-block-calendar tfoot td a:hover {
  color: var(--cs-color-primary);
}
.wp-block-calendar caption {
  color: var(--cs-color-primary);
  caption-side: top;
  padding-top: 0;
  text-align: left;
}
.wp-block-calendar caption {
  font-family: var(--cs-font-section-headings-family), sans-serif;
  font-weight: var(--cs-font-section-headings-weight);
  font-style: var(--cs-font-section-headings-style);
  letter-spacing: var(--cs-font-section-headings-letter-spacing);
  text-transform: var(--cs-font-section-headings-text-transform);
  line-height: var(--cs-font-section-headings-line-height);
}
.wp-block-calendar .wp-calendar-nav {
  display: flex;
  justify-content: center;
  margin-top: 1rem;
}
.wp-block-calendar .wp-calendar-nav a {
  color: var(--cs-color-primary);
  text-decoration: none;
  transition: 0.25s;
}
.wp-block-calendar .wp-calendar-nav a:hover {
  color: var(--cs-color-secondary);
}
.wp-block-calendar .wp-calendar-nav .pad {
  width: 1rem;
}
.wp-block-calendar .wp-calendar-table.has-text-color thead {
  border-bottom: none;
}
.wp-block-calendar .wp-calendar-table.has-text-color td,
.wp-block-calendar .wp-calendar-table.has-text-color th {
  color: inherit;
  border-color: currentColor;
}
.wp-block-calendar .wp-calendar-table:not(.has-background, .has-text-color, .has-link-color) thead th {
  background-color: var(--cs-color-border);
  border-color: var(--cs-color-border);
}
.wp-block-calendar .wp-calendar-table:not(.has-background, .has-text-color, .has-link-color) tbody td {
  border-color: var(--cs-color-border);
}
.wp-block-calendar .wp-calendar-table:not(.has-background, .has-text-color, .has-link-color) tbody td a {
  background: var(--cs-layout-background);
  color: var(--cs-color-accent);
}
.wp-block-calendar .wp-calendar-table:not(.has-background, .has-text-color, .has-link-color) tbody td a:hover {
  background-color: var(--cs-color-secondary);
  color: var(--cs-color-secondary-contrast);
}
.wp-block-calendar .wp-calendar-table.has-background thead th, .wp-block-calendar .wp-calendar-table.has-text-color thead th, .wp-block-calendar .wp-calendar-table.has-link-color thead th {
  background-color: inherit;
  border-color: inherit;
}
.wp-block-calendar .wp-calendar-table.has-background tbody td, .wp-block-calendar .wp-calendar-table.has-text-color tbody td, .wp-block-calendar .wp-calendar-table.has-link-color tbody td {
  border-color: inherit;
}
.wp-block-calendar .wp-calendar-table.has-background tbody td a, .wp-block-calendar .wp-calendar-table.has-text-color tbody td a, .wp-block-calendar .wp-calendar-table.has-link-color tbody td a {
  text-decoration: underline;
}
.wp-block-calendar .wp-calendar-table.has-background tbody td a:hover, .wp-block-calendar .wp-calendar-table.has-text-color tbody td a:hover, .wp-block-calendar .wp-calendar-table.has-link-color tbody td a:hover {
  text-decoration: none;
}
.wp-block-calendar.aligncenter .wp-calendar-table {
  max-width: calc(100% - 2rem);
  margin-left: 1rem;
  margin-right: 1rem;
}
.wp-block-calendar.has-small-font-size .wp-calendar-table caption, .wp-block-calendar.has-small-font-size .wp-calendar-table th, .wp-block-calendar.has-small-font-size .wp-calendar-table td, .wp-block-calendar.has-medium-font-size .wp-calendar-table caption, .wp-block-calendar.has-medium-font-size .wp-calendar-table th, .wp-block-calendar.has-medium-font-size .wp-calendar-table td, .wp-block-calendar.has-large-font-size .wp-calendar-table caption, .wp-block-calendar.has-large-font-size .wp-calendar-table th, .wp-block-calendar.has-large-font-size .wp-calendar-table td, .wp-block-calendar.has-x-large-font-size .wp-calendar-table caption, .wp-block-calendar.has-x-large-font-size .wp-calendar-table th, .wp-block-calendar.has-x-large-font-size .wp-calendar-table td {
  font-size: inherit;
}
.wp-block-calendar[style*=font-style] .wp-calendar-table caption, .wp-block-calendar[style*=font-style] .wp-calendar-table th, .wp-block-calendar[style*=font-style] .wp-calendar-table td {
  font-style: inherit;
}
.wp-block-calendar[style*=font-weight] .wp-calendar-table caption, .wp-block-calendar[style*=font-weight] .wp-calendar-table th, .wp-block-calendar[style*=font-weight] .wp-calendar-table td {
  font-weight: inherit;
}
.wp-block-calendar[style*=line-height] .wp-calendar-table caption, .wp-block-calendar[style*=line-height] .wp-calendar-table th, .wp-block-calendar[style*=line-height] .wp-calendar-table td {
  line-height: inherit;
}
.wp-block-calendar[style*=letter-spacing] .wp-calendar-table caption, .wp-block-calendar[style*=letter-spacing] .wp-calendar-table th, .wp-block-calendar[style*=letter-spacing] .wp-calendar-table td {
  letter-spacing: inherit;
}
.wp-block-calendar[style*=text-transform] .wp-calendar-table caption, .wp-block-calendar[style*=text-transform] .wp-calendar-table th, .wp-block-calendar[style*=text-transform] .wp-calendar-table td {
  text-transform: inherit;
}

.wp-block-navigation .has-text-color .wp-block-navigation-item a.wp-block-navigation-item__content,
.wp-block-navigation .has-link-color .wp-block-navigation-item a.wp-block-navigation-item__content {
  color: inherit;
}
.wp-block-navigation .has-text-color .wp-block-navigation-item a.wp-block-navigation-item__content:hover,
.wp-block-navigation .has-link-color .wp-block-navigation-item a.wp-block-navigation-item__content:hover {
  color: inherit;
}
.wp-block-navigation .has-text-decoration-line-through .wp-block-navigation-item a.wp-block-navigation-item__content {
  text-decoration: line-through;
}
@media (prefers-color-scheme: dark) {
  :root [data-scheme=auto] .wp-block-navigation__responsive-container.is-menu-open {
    background-color: var(--cs-layout-background);
  }
}
[data-scheme=dark] .wp-block-navigation__responsive-container.is-menu-open {
  background-color: var(--cs-layout-background);
}
@media (prefers-color-scheme: dark) {
  :root [data-scheme=auto][data-d=dark] .wp-block-navigation__responsive-container.is-menu-open {
    background-color: var(--cs-layout-background);
  }
}
@media (prefers-color-scheme: light) {
  :root [data-scheme=auto][data-l=dark] .wp-block-navigation__responsive-container.is-menu-open {
    background-color: var(--cs-layout-background);
  }
}
.wp-block-navigation__responsive-container-open {
  width: 40px;
  height: 40px;
}
.wp-block-navigation__responsive-container-open rect {
  height: 2px;
}
.wp-block-navigation__responsive-container-close {
  top: 1rem;
  right: 1rem;
  width: 40px;
  height: 40px;
}
@media (prefers-color-scheme: dark) {
  :root [data-scheme=auto] .wp-block-navigation__responsive-container-close {
    color: var(--cs-color-primary);
  }
}
[data-scheme=dark] .wp-block-navigation__responsive-container-close {
  color: var(--cs-color-primary);
}
@media (prefers-color-scheme: dark) {
  :root [data-scheme=auto][data-d=dark] .wp-block-navigation__responsive-container-close {
    color: var(--cs-color-primary);
  }
}
@media (prefers-color-scheme: light) {
  :root [data-scheme=auto][data-l=dark] .wp-block-navigation__responsive-container-close {
    color: var(--cs-color-primary);
  }
}
.wp-block-navigation__responsive-dialog {
  max-width: var(--cs-entry-content-width);
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.wp-block-navigation:not(.has-background) .wp-block-navigation__submenu-container {
  background-color: var(--cs-site-background);
}
@media (prefers-color-scheme: dark) {
  :root [data-scheme=auto] .wp-block-navigation:not(.has-background) .wp-block-navigation__submenu-container {
    background-color: var(--cs-layout-background);
  }
}
[data-scheme=dark] .wp-block-navigation:not(.has-background) .wp-block-navigation__submenu-container {
  background-color: var(--cs-layout-background);
}
@media (prefers-color-scheme: dark) {
  :root [data-scheme=auto][data-d=dark] .wp-block-navigation:not(.has-background) .wp-block-navigation__submenu-container {
    background-color: var(--cs-layout-background);
  }
}
@media (prefers-color-scheme: light) {
  :root [data-scheme=auto][data-l=dark] .wp-block-navigation:not(.has-background) .wp-block-navigation__submenu-container {
    background-color: var(--cs-layout-background);
  }
}
.wp-block-navigation.has-background .wp-block-navigation__submenu-container {
  background-color: inherit;
}

.wp-block-audio.aligncenter {
  margin-left: 2rem;
  margin-right: 2rem;
}

/*--------------------------------------------------------------
## Overlay
--------------------------------------------------------------*/
/*
Theme Name:           Sugar Blog
Theme URI:            https://sugar.codesupply.co
Description:          Modern WordPress Personal Blog Theme
Documentation URI:    https://support.codesupply.co/documentation/sugar/
Author:               Code Supply Co.
Author URI:           https://codesupply.co
Version:              1.0.2
Tested up to:         6.8
Requires at least:    6.0
Requires PHP:         7.0
Tags:                 custom-colors, editor-style, theme-options, custom-menu, sticky-post, right-sidebar, translation-ready
License:              GNU General Public License version 3.0
License URI:          http://www.gnu.org/licenses/gpl-3.0.html
Text Domain:          sugar-blog
*/
.cs-entry__overlay {
  position: relative;
}

.cs-overlay-background {
  display: flex;
  flex-direction: column;
  position: relative;
}
.cs-overlay-background:after {
  background: rgba(var(--cs-color-overlay-background), 0.3);
  border-radius: var(--cs-thumbnail-border-radius);
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  transition: 0.25s;
  opacity: 1;
}
.cs-overlay-background.cs-overlay-transparent:after, .cs-overlay-background.cs-overlay-transparent:before {
  opacity: 0 !important;
}

.cs-overlay-content {
  padding: 10px;
}
.cs-overlay-content a {
  position: relative;
  z-index: 2;
}

.cs-overlay-link {
  display: flex;
  position: absolute !important;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.cs-overlay-link a {
  display: block;
}

.cs-overlay-ratio {
  position: relative;
  display: flex;
  flex-direction: column;
}
.cs-overlay-ratio:not(.cs-ratio-original) .cs-overlay-background {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.cs-overlay-ratio:not(.cs-ratio-original) .cs-overlay-background img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cs-overlay-ratio:not(.cs-ratio-original):before {
  content: "";
  display: table;
  box-sizing: border-box;
  width: 0;
}
.cs-overlay-ratio:not(.cs-ratio-original) .cs-overlay-content {
  flex: 1 0 100%;
  width: 100%;
}

.cs-ratio-landscape:before {
  padding-bottom: 75%;
}

.cs-ratio-landscape-3-2:before {
  padding-bottom: 66.66667%;
}

.cs-ratio-landscape-16-9:before {
  padding-bottom: 56.25%;
}

.cs-ratio-landscape-20-9:before {
  padding-bottom: 45.162%;
}

.cs-ratio-landscape-21-9:before {
  padding-bottom: 42.85%;
}

.cs-ratio-portrait:before {
  padding-bottom: 133.33333%;
}

.cs-ratio-portrait-2-3:before {
  padding-bottom: 150%;
}

.cs-ratio-square:before {
  padding-bottom: 100%;
}

@media (max-width: 991.98px) {
  .cs-ratio-wide:before {
    padding-bottom: 56.25%;
  }
}
@media (min-width: 992px) {
  .cs-ratio-wide:before {
    min-height: 520px;
  }
}

.cs-ratio-fullwidth:before {
  min-height: 400px;
  padding-bottom: 35%;
}

.cs-entry__overlay .cs-overlay-background img {
  -webkit-transform: translateZ(0) scale(1);
  transform: translateZ(0) scale(1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: 0.25s;
}

.cs-entry__inner.cs-entry__overlay .cs-overlay-background:after, .cs-entry__inner.cs-entry__overlay .cs-overlay-background:before {
  opacity: 0;
}
.cs-entry__inner.cs-entry__overlay .cs-overlay-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  transition: 0.25s;
  overflow: hidden;
}

.cs-entry__inner.cs-overlay-content:not(:first-child) {
  margin-top: 0;
}

/*--------------------------------------------------------------
## Forms
--------------------------------------------------------------*/
/*
Theme Name:           Sugar Blog
Theme URI:            https://sugar.codesupply.co
Description:          Modern WordPress Personal Blog Theme
Documentation URI:    https://support.codesupply.co/documentation/sugar/
Author:               Code Supply Co.
Author URI:           https://codesupply.co
Version:              1.0.2
Tested up to:         6.8
Requires at least:    6.0
Requires PHP:         7.0
Tags:                 custom-colors, editor-style, theme-options, custom-menu, sticky-post, right-sidebar, translation-ready
License:              GNU General Public License version 3.0
License URI:          http://www.gnu.org/licenses/gpl-3.0.html
Text Domain:          sugar-blog
*/
:root,
[data-scheme=light] {
  --cs-color-placeholder: var(--cs-color-secondary);
}

@media (prefers-color-scheme: dark) {
  :root [data-scheme=auto][data-d=light] {
    --cs-color-placeholder: var(--cs-color-secondary);
  }
}
@media (prefers-color-scheme: light) {
  :root [data-scheme=auto][data-l=light] {
    --cs-color-placeholder: var(--cs-color-secondary);
  }
}
@media (prefers-color-scheme: dark) {
  :root [data-scheme=auto] {
    --cs-color-placeholder: var(--cs-color-primary);
  }
}
[data-scheme=dark] {
  --cs-color-placeholder: var(--cs-color-primary);
}

@media (prefers-color-scheme: dark) {
  :root [data-scheme=auto][data-d=dark] {
    --cs-color-placeholder: var(--cs-color-primary);
  }
}
@media (prefers-color-scheme: light) {
  :root [data-scheme=auto][data-l=dark] {
    --cs-color-placeholder: var(--cs-color-primary);
  }
}
button,
input[type=button],
input[type=reset],
input[type=submit],
.cs-button {
  background-color: var(--cs-color-button);
  color: var(--cs-color-button-contrast);
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  border: none;
  transition: 0.25s;
  box-shadow: none;
  overflow: hidden;
  cursor: pointer;
  z-index: 1;
}
button,
input[type=button],
input[type=reset],
input[type=submit],
.cs-button {
  font-family: var(--cs-font-primary-family), sans-serif;
  font-size: var(--cs-font-primary-size);
  line-height: var(--cs-font-primary-line-height);
  font-weight: var(--cs-font-primary-weight);
  font-style: var(--cs-font-primary-style);
  letter-spacing: var(--cs-font-primary-letter-spacing);
  text-transform: var(--cs-font-primary-text-transform);
}
button,
input[type=button],
input[type=reset],
input[type=submit],
.cs-button {
  padding: 0.625rem 1rem 0.625rem 1rem;
}
button,
input[type=button],
input[type=reset],
input[type=submit],
.cs-button {
  border-radius: var(--cs-button-border-radius);
}
button:before,
input[type=button]:before,
input[type=reset]:before,
input[type=submit]:before,
.cs-button:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--cs-color-button-hover);
  transform: translateY(100%);
  transition: 0.25s;
  z-index: -1;
}
button:focus,
input[type=button]:focus,
input[type=reset]:focus,
input[type=submit]:focus,
.cs-button:focus {
  color: var(--cs-color-button-hover-contrast);
  outline: none;
}
button:focus:before,
input[type=button]:focus:before,
input[type=reset]:focus:before,
input[type=submit]:focus:before,
.cs-button:focus:before {
  transform: translateY(0px);
}
@media (hover: hover) {
  button:hover,
  input[type=button]:hover,
  input[type=reset]:hover,
  input[type=submit]:hover,
  .cs-button:hover {
    color: var(--cs-color-button-hover-contrast);
    outline: none;
  }
  button:hover:before,
  input[type=button]:hover:before,
  input[type=reset]:hover:before,
  input[type=submit]:hover:before,
  .cs-button:hover:before {
    transform: translateY(0px);
  }
  button:hover .cs-button-content:before,
  input[type=button]:hover .cs-button-content:before,
  input[type=reset]:hover .cs-button-content:before,
  input[type=submit]:hover .cs-button-content:before,
  .cs-button:hover .cs-button-content:before {
    opacity: 0;
  }
  button:hover .cs-button-content:after,
  input[type=button]:hover .cs-button-content:after,
  input[type=reset]:hover .cs-button-content:after,
  input[type=submit]:hover .cs-button-content:after,
  .cs-button:hover .cs-button-content:after {
    opacity: 1;
  }
}
button:disabled, button:disabled[disabled],
input[type=button]:disabled,
input[type=button]:disabled[disabled],
input[type=reset]:disabled,
input[type=reset]:disabled[disabled],
input[type=submit]:disabled,
input[type=submit]:disabled[disabled],
.cs-button:disabled,
.cs-button:disabled[disabled] {
  color: var(--cs-color-button-contrast);
  opacity: 0.5;
}
button:disabled, button:disabled[disabled],
input[type=button]:disabled,
input[type=button]:disabled[disabled],
input[type=reset]:disabled,
input[type=reset]:disabled[disabled],
input[type=submit]:disabled,
input[type=submit]:disabled[disabled],
.cs-button:disabled,
.cs-button:disabled[disabled] {
  padding: 0.625rem 1rem 0.625rem 1rem;
}
button:disabled:hover, button:disabled[disabled]:hover,
input[type=button]:disabled:hover,
input[type=button]:disabled[disabled]:hover,
input[type=reset]:disabled:hover,
input[type=reset]:disabled[disabled]:hover,
input[type=submit]:disabled:hover,
input[type=submit]:disabled[disabled]:hover,
.cs-button:disabled:hover,
.cs-button:disabled[disabled]:hover {
  background-color: var(--cs-color-button);
  color: var(--cs-color-button-contrast);
}
button .cs-button-content,
input[type=button] .cs-button-content,
input[type=reset] .cs-button-content,
input[type=submit] .cs-button-content,
.cs-button .cs-button-content {
  position: relative;
  padding-right: 0.875rem;
  transition: 0.25s;
}
button .cs-button-content:before, button .cs-button-content:after,
input[type=button] .cs-button-content:before,
input[type=button] .cs-button-content:after,
input[type=reset] .cs-button-content:before,
input[type=reset] .cs-button-content:after,
input[type=submit] .cs-button-content:before,
input[type=submit] .cs-button-content:after,
.cs-button .cs-button-content:before,
.cs-button .cs-button-content:after {
  font-family: "cs-icons" !important;
  font-style: normal !important;
  position: absolute;
  top: 50%;
  transform: translateX(50%) translateY(-50%) translateZ(0);
  color: var(--cs-color-button-contrast);
}
button .cs-button-content:before,
input[type=button] .cs-button-content:before,
input[type=reset] .cs-button-content:before,
input[type=submit] .cs-button-content:before,
.cs-button .cs-button-content:before {
  content: "\e90e";
  right: 0.125rem;
  z-index: 1;
  opacity: 1;
}
button .cs-button-content:after,
input[type=button] .cs-button-content:after,
input[type=reset] .cs-button-content:after,
input[type=submit] .cs-button-content:after,
.cs-button .cs-button-content:after {
  content: "\e919";
  right: 0.125rem;
  z-index: 2;
  opacity: 0;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
select,
textarea {
  display: block;
  width: 100%;
  background-color: var(--cs-color-input, var(--cs-site-background));
  color: var(--cs-color-input-contrast, var(--cs-color-primary));
  line-height: var(--cs-font-input-line-height);
  box-shadow: none;
}
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],
select,
textarea {
  padding: 0.625rem 1.25rem 0.5625rem 1.25rem;
}
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],
select,
textarea {
  border-radius: var(--cs-input-border-radius);
}
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],
select,
textarea {
  font-family: var(--cs-font-input-family), sans-serif;
  font-size: var(--cs-font-input-size);
  font-weight: var(--cs-font-input-weight);
  font-style: var(--cs-font-input-style);
  line-height: var(--cs-font-input-line-height);
  letter-spacing: var(--cs-font-input-letter-spacing);
  text-transform: var(--cs-font-input-text-transform);
}
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],
select,
textarea {
  width: 100%;
  min-height: 40px;
  margin: 0;
  appearance: none;
  border: none;
  outline: 1px solid var(--cs-color-border);
  outline-offset: -1px;
  background-color: var(--cs-color-input, var(--cs-site-background));
  color: var(--cs-color-input-contrast, var(--cs-color-primary));
  transition: 0.25s;
}
.comment-form input[type=text], .cs-search input[type=text],
.comment-form input[type=email],
.cs-search input[type=email],
.comment-form input[type=url],
.cs-search input[type=url],
.comment-form input[type=password],
.cs-search input[type=password],
.comment-form input[type=search],
.cs-search input[type=search],
.comment-form input[type=number],
.cs-search input[type=number],
.comment-form input[type=tel],
.cs-search input[type=tel],
.comment-form input[type=range],
.cs-search input[type=range],
.comment-form input[type=date],
.cs-search input[type=date],
.comment-form input[type=month],
.cs-search input[type=month],
.comment-form input[type=week],
.cs-search input[type=week],
.comment-form input[type=time],
.cs-search input[type=time],
.comment-form input[type=datetime],
.cs-search input[type=datetime],
.comment-form input[type=datetime-local],
.cs-search input[type=datetime-local],
.comment-form input[type=color],
.cs-search input[type=color],
.comment-form select,
.cs-search select,
.comment-form textarea,
.cs-search textarea {
  outline-color: transparent;
}
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,
select:focus,
textarea:focus {
  outline: 1px solid var(--cs-color-border);
  outline-color: var(--cs-color-border);
  box-shadow: none;
}
input[type=text]:focus::placeholder,
input[type=email]:focus::placeholder,
input[type=url]:focus::placeholder,
input[type=password]:focus::placeholder,
input[type=search]:focus::placeholder,
input[type=number]:focus::placeholder,
input[type=tel]:focus::placeholder,
input[type=range]:focus::placeholder,
input[type=date]:focus::placeholder,
input[type=month]:focus::placeholder,
input[type=week]:focus::placeholder,
input[type=time]:focus::placeholder,
input[type=datetime]:focus::placeholder,
input[type=datetime-local]:focus::placeholder,
input[type=color]:focus::placeholder,
select:focus::placeholder,
textarea:focus::placeholder {
  opacity: 1;
}
input[type=text]::placeholder,
input[type=email]::placeholder,
input[type=url]::placeholder,
input[type=password]::placeholder,
input[type=search]::placeholder,
input[type=number]::placeholder,
input[type=tel]::placeholder,
input[type=range]::placeholder,
input[type=date]::placeholder,
input[type=month]::placeholder,
input[type=week]::placeholder,
input[type=time]::placeholder,
input[type=datetime]::placeholder,
input[type=datetime-local]::placeholder,
input[type=color]::placeholder,
select::placeholder,
textarea::placeholder {
  color: var(--cs-color-placeholder);
}

input[type=range] {
  min-height: unset;
}

input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  display: none;
}

select:not([size]):not([multiple]) {
  height: calc(var(--cs-font-input-line-height) + var(--cs-input-padding-y, 1rem) * 2 + var(--cs-input-border-size, 1px) * 2);
  padding-right: 1.5rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cg fill='currentColor'%3E%3Cpath d='M10.293,3.293,6,7.586,1.707,3.293A1,1,0,0,0,.293,4.707l5,5a1,1,0,0,0,1.414,0l5-5a1,1,0,1,0-1.414-1.414Z' fill='currentColor'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
  background-size: 0.6em;
  background-repeat: no-repeat;
}
@media (prefers-color-scheme: dark) {
  :root [data-scheme=auto] select:not([size]):not([multiple]) {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cg fill='%23fff'%3E%3Cpath d='M10.293,3.293,6,7.586,1.707,3.293A1,1,0,0,0,.293,4.707l5,5a1,1,0,0,0,1.414,0l5-5a1,1,0,1,0-1.414-1.414Z' fill='%23fff'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
  }
}
[data-scheme=dark] select:not([size]):not([multiple]) {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cg fill='%23fff'%3E%3Cpath d='M10.293,3.293,6,7.586,1.707,3.293A1,1,0,0,0,.293,4.707l5,5a1,1,0,0,0,1.414,0l5-5a1,1,0,1,0-1.414-1.414Z' fill='%23fff'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
}
@media (prefers-color-scheme: dark) {
  :root [data-scheme=auto][data-d=dark] select:not([size]):not([multiple]) {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cg fill='%23fff'%3E%3Cpath d='M10.293,3.293,6,7.586,1.707,3.293A1,1,0,0,0,.293,4.707l5,5a1,1,0,0,0,1.414,0l5-5a1,1,0,1,0-1.414-1.414Z' fill='%23fff'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
  }
}
@media (prefers-color-scheme: light) {
  :root [data-scheme=auto][data-l=dark] select:not([size]):not([multiple]) {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cg fill='%23fff'%3E%3Cpath d='M10.293,3.293,6,7.586,1.707,3.293A1,1,0,0,0,.293,4.707l5,5a1,1,0,0,0,1.414,0l5-5a1,1,0,1,0-1.414-1.414Z' fill='%23fff'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
  }
}
[data-scheme=inverse] select:not([size]):not([multiple]) {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cg fill='%23fff'%3E%3Cpath d='M10.293,3.293,6,7.586,1.707,3.293A1,1,0,0,0,.293,4.707l5,5a1,1,0,0,0,1.414,0l5-5a1,1,0,1,0-1.414-1.414Z' fill='%23fff'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
}
@media (prefers-color-scheme: dark) {
  :root [data-scheme=auto][data-d=inverse] select:not([size]):not([multiple]) {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cg fill='%23fff'%3E%3Cpath d='M10.293,3.293,6,7.586,1.707,3.293A1,1,0,0,0,.293,4.707l5,5a1,1,0,0,0,1.414,0l5-5a1,1,0,1,0-1.414-1.414Z' fill='%23fff'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
  }
}
@media (prefers-color-scheme: light) {
  :root [data-scheme=auto][data-l=inverse] select:not([size]):not([multiple]) {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cg fill='%23fff'%3E%3Cpath d='M10.293,3.293,6,7.586,1.707,3.293A1,1,0,0,0,.293,4.707l5,5a1,1,0,0,0,1.414,0l5-5a1,1,0,1,0-1.414-1.414Z' fill='%23fff'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
  }
}
select:not([size]):not([multiple]) {
  background-position: calc(100% - var(--cs-input-padding-y, 1rem)) center;
}

select::-ms-expand {
  display: none;
}

textarea {
  height: 110px;
  resize: vertical;
  border-radius: var(--cs-layout-elements-border-radius);
}

label {
  font-family: var(--cs-font-input-family), sans-serif;
  font-size: var(--cs-font-input-size);
  font-weight: var(--cs-font-input-weight);
  font-style: var(--cs-font-input-style);
  line-height: var(--cs-font-input-line-height);
  letter-spacing: var(--cs-font-input-letter-spacing);
  text-transform: var(--cs-font-input-text-transform);
}
label {
  margin-bottom: 0.75rem;
  color: var(--cs-color-secondary);
}

.post-password-form {
  padding: 1rem;
  background: var(--cs-layout-background);
  border-radius: var(--cs-layout-elements-border-radius);
}
@media (min-width: 576px) {
  .post-password-form {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .post-password-form {
    padding: 3rem;
  }
}
.post-password-form label {
  margin-bottom: 0;
  flex: 1;
}
.post-password-form input[type=password] {
  margin-top: 0.5rem;
  background: var(--cs-site-background);
}
.post-password-form input[type=submit] {
  min-height: 42px;
  margin-left: 0.5rem;
}
.post-password-form > p:first-child {
  margin-bottom: 2rem;
}
.post-password-form > p:last-child {
  display: flex;
  align-items: flex-end;
  margin-bottom: 0;
}

.cs-form-group {
  display: grid;
  width: 100%;
  min-height: 40px;
  grid-template-columns: 1fr auto;
  gap: 0.25rem;
}
@media (max-width: 991.98px) {
  .cs-form-group {
    grid-template-columns: 1fr;
  }
}
.cs-form-group input {
  background: var(--cs-color-input, var(--cs-layout-background));
}
.cs-form-group button {
  position: relative;
}
.cs-form-group .cs-icon {
  font-size: 1.125rem;
}
.cs-form-group .cs-icon:not(:last-child) {
  margin-right: 0.5rem;
}

/*--------------------------------------------------------------
## Block Styles
--------------------------------------------------------------*/
/*
Theme Name:           Sugar Blog
Theme URI:            https://sugar.codesupply.co
Description:          Modern WordPress Personal Blog Theme
Documentation URI:    https://support.codesupply.co/documentation/sugar/
Author:               Code Supply Co.
Author URI:           https://codesupply.co
Version:              1.0.2
Tested up to:         6.8
Requires at least:    6.0
Requires PHP:         7.0
Tags:                 custom-colors, editor-style, theme-options, custom-menu, sticky-post, right-sidebar, translation-ready
License:              GNU General Public License version 3.0
License URI:          http://www.gnu.org/licenses/gpl-3.0.html
Text Domain:          sugar-blog
*/
.is-style-cs-numbered-layout {
  counter-reset: numberedCounter;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  grid-row-gap: 1rem;
  margin-top: 1.5rem;
}
.is-style-cs-numbered-layout > li {
  position: relative;
  counter-increment: numberedCounter;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto 1fr;
  align-items: center;
  column-gap: 0;
  row-gap: 0;
  padding: 0;
  margin: 0;
}
.is-style-cs-numbered-layout > li:not(:has(.wp-block-latest-posts__featured-image)):after {
  content: counter(numberedCounter);
}
.is-style-cs-numbered-layout > li:not(:has(.wp-block-latest-posts__featured-image)):after {
  font-family: var(--cs-font-post-meta-family), sans-serif;
  font-size: var(--cs-font-post-meta-size);
  line-height: var(--cs-font-post-meta-line-height);
  font-weight: var(--cs-font-post-meta-weight);
  font-style: var(--cs-font-post-meta-style);
  letter-spacing: var(--cs-font-post-meta-letter-spacing);
  text-transform: var(--cs-font-post-meta-text-transform);
}
.is-style-cs-numbered-layout > li:not(:has(.wp-block-latest-posts__featured-image)):after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 24px;
  height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 200px;
  color: var(--cs-post-number-color, var(--cs-color-primary-contrast));
  background: var(--cs-post-number-background, var(--cs-color-accent));
}
.is-style-cs-numbered-layout > li:not(:has(.wp-block-latest-posts__featured-image)) > a,
.is-style-cs-numbered-layout > li:not(:has(.wp-block-latest-posts__featured-image)) .wp-block-latest-posts__post-title,
.is-style-cs-numbered-layout > li:not(:has(.wp-block-latest-posts__featured-image)) .wp-block-latest-posts__meta,
.is-style-cs-numbered-layout > li:not(:has(.wp-block-latest-posts__featured-image)) > .wp-block-latest-posts__category,
.is-style-cs-numbered-layout > li:not(:has(.wp-block-latest-posts__featured-image)) > .wp-block-latest-posts__post-author,
.is-style-cs-numbered-layout > li:not(:has(.wp-block-latest-posts__featured-image)) > .wp-block-latest-posts__post-date {
  grid-column: 1/3;
  padding-left: calc(24px + 1rem);
}
.is-style-cs-numbered-layout > li:has(.wp-block-latest-posts__featured-image) {
  grid-template-columns: 90px minmax(0, 1fr);
  column-gap: 1rem;
}
.is-style-cs-numbered-layout > li .wp-block-latest-posts__featured-image {
  position: relative;
  grid-column: 1/2;
  grid-row: 1/3;
  margin: 0 !important;
  padding: 0 !important;
}
.is-style-cs-numbered-layout > li .wp-block-latest-posts__featured-image a {
  display: block;
  position: relative;
  width: 90px;
  height: 90px;
  margin: 0;
  padding: 0;
  transition: 0.25s;
  border-radius: var(--cs-thumbnail-border-radius);
  overflow: hidden;
}
.is-style-cs-numbered-layout > li .wp-block-latest-posts__featured-image a img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: 100%;
  max-height: 100%;
  object-fit: cover;
  transition: 0.25s;
  border-radius: 200px;
  overflow: hidden;
}
.is-style-cs-numbered-layout > li .wp-block-latest-posts__featured-image a:after {
  content: counter(numberedCounter);
}
.is-style-cs-numbered-layout > li .wp-block-latest-posts__featured-image a:after {
  font-family: var(--cs-font-post-meta-family), sans-serif;
  font-size: var(--cs-font-post-meta-size);
  line-height: var(--cs-font-post-meta-line-height);
  font-weight: var(--cs-font-post-meta-weight);
  font-style: var(--cs-font-post-meta-style);
  letter-spacing: var(--cs-font-post-meta-letter-spacing);
  text-transform: var(--cs-font-post-meta-text-transform);
}
.is-style-cs-numbered-layout > li .wp-block-latest-posts__featured-image a:after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 24px;
  height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 200px;
  color: var(--cs-post-number-color, #ffffff);
  background: var(--cs-post-number-background, var(--cs-color-accent));
  font-weight: 700;
}
.is-style-cs-numbered-layout > li .wp-block-latest-posts__featured-image:not(:has(a)):after {
  content: counter(numberedCounter);
}
.is-style-cs-numbered-layout > li .wp-block-latest-posts__featured-image:not(:has(a)):after {
  font-family: var(--cs-font-post-meta-family), sans-serif;
  font-size: var(--cs-font-post-meta-size);
  line-height: var(--cs-font-post-meta-line-height);
  font-weight: var(--cs-font-post-meta-weight);
  font-style: var(--cs-font-post-meta-style);
  letter-spacing: var(--cs-font-post-meta-letter-spacing);
  text-transform: var(--cs-font-post-meta-text-transform);
}
.is-style-cs-numbered-layout > li .wp-block-latest-posts__featured-image:not(:has(a)):after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 24px;
  height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 200px;
  color: var(--cs-post-number-color, var(--cs-color-primary-contrast));
  background: var(--cs-post-number-background, var(--cs-color-accent));
}
.is-style-cs-numbered-layout > li > a,
.is-style-cs-numbered-layout > li .wp-block-latest-posts__post-title {
  grid-column: 2/3;
  grid-row: 2/2;
}
.is-style-cs-numbered-layout > li > a,
.is-style-cs-numbered-layout > li .wp-block-latest-posts__post-title {
  font-family: var(--cs-font-entry-title-family), sans-serif;
  line-height: var(--cs-font-entry-title-line-height);
  font-weight: var(--cs-font-entry-title-weight);
  font-style: var(--cs-font-entry-title-style);
  letter-spacing: var(--cs-font-entry-title-letter-spacing);
  text-transform: var(--cs-font-entry-title-text-transform);
}
.is-style-cs-numbered-layout > li > a,
.is-style-cs-numbered-layout > li .wp-block-latest-posts__post-title {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
  font-size: 1.125rem;
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-word;
}
.is-style-cs-numbered-layout > li > a:hover,
.is-style-cs-numbered-layout > li .wp-block-latest-posts__post-title:hover {
  color: var(--cs-color-accent);
}
.is-style-cs-numbered-layout > li > .wp-block-latest-posts__meta {
  grid-column: 2/3;
  grid-row: 1/2;
  margin-top: auto;
  padding-bottom: 0.5rem;
}
.is-style-cs-numbered-layout > li > .wp-block-latest-posts__meta .wp-block-latest-posts__meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.375rem;
}
.is-style-cs-numbered-layout > li:has(.wp-block-latest-posts__post-excerpt) > .wp-block-latest-posts__meta, .is-style-cs-numbered-layout > li:has(.wp-block-latest-posts__post-full-content) > .wp-block-latest-posts__meta {
  grid-row: 1/2;
}
.is-style-cs-numbered-layout > li .wp-block-latest-posts__category {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  line-height: 1;
}
.is-style-cs-numbered-layout > li .wp-block-latest-posts__category a {
  font-family: var(--cs-font-category-family), sans-serif;
  font-size: var(--cs-font-category-size);
  line-height: var(--cs-font-category-line-height);
  font-weight: var(--cs-font-category-weight);
  font-style: var(--cs-font-category-style);
  letter-spacing: var(--cs-font-category-letter-spacing);
  text-transform: var(--cs-font-category-text-transform);
}
.is-style-cs-numbered-layout > li .wp-block-latest-posts__category a {
  position: relative;
  display: flex;
  align-items: center;
  padding: 0.28125rem 0.5rem;
  background: var(--cs-category-bg-color, var(--cs-layout-background));
  color: var(--cs-category-color, var(--cs-color-primary));
  border-radius: var(--cs-tag-border-radius);
  text-decoration: none;
}
.is-style-cs-numbered-layout > li .wp-block-latest-posts__category a:hover {
  background: var(--cs-category-bg-hover-color, var(--cs-layout-background));
}
.is-style-cs-numbered-layout > li .wp-block-latest-posts__category:not(:last-child):after {
  content: "";
  display: block;
  width: 0.1875rem;
  height: 0.1875rem;
  margin-left: 0.375rem;
  background: var(--cs-color-divider, var(--cs-color-border));
}
.is-style-cs-numbered-layout > li .wp-block-latest-posts__date {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  flex-direction: row-reverse;
}
.is-style-cs-numbered-layout > li .wp-block-latest-posts__date:not(:last-child):after {
  content: "";
  display: block;
  width: 0.1875rem;
  height: 0.1875rem;
  margin-left: 0.375rem;
  background: var(--cs-color-divider, var(--cs-color-border));
}
.is-style-cs-numbered-layout > li .wp-block-latest-posts__author {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.is-style-cs-numbered-layout > li .wp-block-latest-posts__author:not(:last-child):after {
  content: "";
  display: block;
  width: 0.1875rem;
  height: 0.1875rem;
  margin-left: 0.375rem;
  background: var(--cs-color-divider, var(--cs-color-border));
}
.is-style-cs-numbered-layout > li .wp-block-latest-posts__meta-content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem;
}
.is-style-cs-numbered-layout > li .wp-block-latest-posts__post-author {
  order: 2;
  margin-right: 0 !important;
}
.is-style-cs-numbered-layout > li .wp-block-latest-posts__post-author {
  font-family: var(--cs-font-post-meta-family), sans-serif;
  font-size: var(--cs-font-post-meta-size);
  line-height: var(--cs-font-post-meta-line-height);
  font-weight: var(--cs-font-post-meta-weight);
  font-style: var(--cs-font-post-meta-style);
  letter-spacing: var(--cs-font-post-meta-letter-spacing);
  text-transform: var(--cs-font-post-meta-text-transform);
}
.is-style-cs-numbered-layout > li .wp-block-latest-posts__post-author a {
  font-family: var(--cs-font-post-meta-family), sans-serif;
  font-size: var(--cs-font-post-meta-size);
  line-height: var(--cs-font-post-meta-line-height);
  font-weight: var(--cs-font-post-meta-weight);
  font-style: var(--cs-font-post-meta-style);
  letter-spacing: var(--cs-font-post-meta-letter-spacing);
  text-transform: var(--cs-font-post-meta-text-transform);
}
.is-style-cs-numbered-layout > li .wp-block-latest-posts__post-author a {
  display: inline;
  padding-bottom: 0.02em;
  background: linear-gradient(to right, currentColor 0%, currentColor 98%);
  background-size: 0px 1px;
  background-repeat: no-repeat;
  background-position: var(--cs-underline-bg-position);
  color: var(--cs-color-primary);
  transition: 0.25s;
  text-decoration: none;
}
.is-style-cs-numbered-layout > li .wp-block-latest-posts__post-author a {
  position: relative;
  z-index: 4;
  padding: 0;
}
.is-style-cs-numbered-layout > li .wp-block-latest-posts__post-author a:hover {
  background-size: 100% 1px;
  color: var(--cs-color-accent);
}
.is-style-cs-numbered-layout > li .wp-block-latest-posts__post-date {
  order: 1;
}
.is-style-cs-numbered-layout > li .wp-block-latest-posts__post-date {
  font-family: var(--cs-font-post-meta-family), sans-serif;
  font-size: var(--cs-font-post-meta-size);
  line-height: var(--cs-font-post-meta-line-height);
  font-weight: var(--cs-font-post-meta-weight);
  font-style: var(--cs-font-post-meta-style);
  letter-spacing: var(--cs-font-post-meta-letter-spacing);
  text-transform: var(--cs-font-post-meta-text-transform);
}
.is-style-cs-numbered-layout > li > .wp-block-latest-posts__category {
  grid-column: 2/3;
  grid-row: 2/3;
}
.is-style-cs-numbered-layout > li > .wp-block-latest-posts__post-author {
  grid-column: 2/3;
  grid-row: 4/4;
}
.is-style-cs-numbered-layout > li > .wp-block-latest-posts__post-author + .wp-block-latest-posts__post-date {
  margin-top: auto;
  padding-top: 1.5625rem;
}
.is-style-cs-numbered-layout > li > .wp-block-latest-posts__post-date {
  grid-column: 2/3;
  grid-row: 3/4;
}
.is-style-cs-numbered-layout > li .wp-block-latest-posts__post-excerpt,
.is-style-cs-numbered-layout > li .wp-block-latest-posts__post-full-content {
  grid-column: 2/2;
  grid-row: 3/3;
  margin-top: 0.625rem;
  margin-bottom: 0;
}

.cs-post-slider .is-style-cs-tile-layout {
  container-name: slider;
  container-type: inline-size;
  position: relative;
  width: 100%;
  margin-top: 0;
}
.cs-post-slider .is-style-cs-tile-layout .cs-post-slider__slider {
  overflow: hidden;
}
.cs-post-slider .is-style-cs-tile-layout .cs-post-slider__slider:not(.swiper-initialized) {
  position: relative;
}
.cs-post-slider .is-style-cs-tile-layout .cs-post-slider__slider:not(.swiper-initialized)::before {
  content: "";
  position: absolute;
  top: calc(50% - 50px);
  left: calc(50% - 14px);
  transform: translate(-50%, -50%);
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 4px solid rgba(255, 255, 255, 0.5);
  border-top-color: #111;
  animation: loading 2s linear infinite;
  z-index: 5;
}
@keyframes loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.cs-post-slider__slider:not(.swiper-initialized) .cs-post-slider .is-style-cs-tile-layout__button-prev, .cs-post-slider__slider:not(.swiper-initialized) .cs-post-slider .is-style-cs-tile-layout__button-next {
  display: none;
}
.cs-post-slider .is-style-cs-tile-layout .cs-post-slider__wrapper {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cs-post-slider .is-style-cs-tile-layout .cs-post-slider__wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: ease;
}
.cs-post-slider .is-style-cs-tile-layout .cs-post-slider__item {
  position: relative;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  transition-property: transform;
  backface-visibility: hidden;
  transform: translateZ(0);
  display: flex;
  flex-direction: column;
  gap: 0;
}
.cs-post-slider .is-style-cs-tile-layout .cs-post-slider__item .wp-block-latest-posts__featured-image {
  position: relative;
}
.cs-post-slider .is-style-cs-tile-layout .cs-post-slider__item .wp-block-latest-posts__featured-image:before {
  content: "";
  display: table;
  box-sizing: border-box;
  width: 0;
  padding-bottom: 56.25%;
}
.cs-post-slider .is-style-cs-tile-layout .cs-post-slider__item .wp-block-latest-posts__featured-image a {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}
.cs-post-slider .is-style-cs-tile-layout .cs-post-slider__item .wp-block-latest-posts__featured-image img {
  width: 100%;
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
  transition: 0.25s;
  border-radius: unset;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
}
.cs-post-slider .is-style-cs-tile-layout .cs-post-slider__item .wp-block-latest-posts__featured-image:not(:last-child) {
  margin: 0;
}
.cs-post-slider .is-style-cs-tile-layout .cs-post-slider__item .wp-block-latest-posts__category {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.cs-post-slider .is-style-cs-tile-layout .cs-post-slider__item .wp-block-latest-posts__category a {
  font-family: var(--cs-font-category-family), sans-serif;
  font-size: var(--cs-font-category-size);
  line-height: var(--cs-font-category-line-height);
  font-weight: var(--cs-font-category-weight);
  font-style: var(--cs-font-category-style);
  letter-spacing: var(--cs-font-category-letter-spacing);
  text-transform: var(--cs-font-category-text-transform);
}
.cs-post-slider .is-style-cs-tile-layout .cs-post-slider__item .wp-block-latest-posts__category a {
  position: relative;
  display: flex;
  align-items: center;
  padding: 0.28125rem 0.5rem;
  background: var(--cs-category-bg-color, var(--cs-layout-background));
  color: var(--cs-category-color, var(--cs-color-primary));
  border-radius: var(--cs-tag-border-radius);
  text-decoration: none;
  transition: 0.25s;
}
.cs-post-slider .is-style-cs-tile-layout .cs-post-slider__item .wp-block-latest-posts__category a:hover {
  background: var(--cs-category-bg-hover-color, var(--cs-layout-background));
}
.cs-post-slider .is-style-cs-tile-layout .cs-post-slider__item .wp-block-latest-posts__category:not(:last-child):after {
  content: "";
  display: block;
  width: 0.1875rem;
  height: 0.1875rem;
  margin-left: 0.375rem;
  background: var(--cs-color-divider, var(--cs-color-border));
}
.cs-post-slider .is-style-cs-tile-layout .cs-post-slider__item .wp-block-latest-posts__post-title {
  font-family: var(--cs-font-headings-family), sans-serif;
  font-weight: var(--cs-font-headings-weight);
  font-style: var(--cs-font-headings-style);
  text-transform: var(--cs-font-headings-text-transform);
  line-height: var(--cs-font-headings-line-height);
  letter-spacing: var(--cs-font-headings-letter-spacing);
}
.cs-post-slider .is-style-cs-tile-layout .cs-post-slider__item .wp-block-latest-posts__post-title {
  width: 100%;
  margin-top: 0.5rem;
  z-index: 4;
  font-size: Var(--cs-heading-4-font-size);
  color: var(--cs-color-primary);
  text-align: center;
  text-decoration: unset;
  transition: 0.25s;
  order: 1;
}
.cs-post-slider .is-style-cs-tile-layout .cs-post-slider__item .wp-block-latest-posts__post-title:hover {
  color: var(--cs-color-accent);
}
.cs-post-slider .is-style-cs-tile-layout .cs-post-slider__item .wp-block-latest-posts__meta {
  order: 0;
}
.cs-post-slider .is-style-cs-tile-layout .cs-post-slider__item .wp-block-latest-posts__meta:not(:first-child) {
  margin-top: 1rem;
}
.cs-post-slider .is-style-cs-tile-layout .cs-post-slider__item .wp-block-latest-posts__meta .wp-block-latest-posts__meta-content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  color: var(--cs-color-secondary);
  gap: 0.375rem;
  justify-content: center;
}
.cs-post-slider .is-style-cs-tile-layout .cs-post-slider__item .wp-block-latest-posts__author {
  display: flex;
  align-items: center;
}
.cs-post-slider .is-style-cs-tile-layout .cs-post-slider__item .wp-block-latest-posts__author a,
.cs-post-slider .is-style-cs-tile-layout .cs-post-slider__item .wp-block-latest-posts__author .wp-block-latest-posts__post-author {
  font-family: var(--cs-font-post-meta-family), sans-serif;
  font-size: var(--cs-font-post-meta-size);
  line-height: var(--cs-font-post-meta-line-height);
  font-weight: var(--cs-font-post-meta-weight);
  font-style: var(--cs-font-post-meta-style);
  letter-spacing: var(--cs-font-post-meta-letter-spacing);
  text-transform: var(--cs-font-post-meta-text-transform);
}
.cs-post-slider .is-style-cs-tile-layout .cs-post-slider__item .wp-block-latest-posts__author a,
.cs-post-slider .is-style-cs-tile-layout .cs-post-slider__item .wp-block-latest-posts__author .wp-block-latest-posts__post-author {
  position: relative;
  color: var(--cs-color-secondary);
  z-index: 4;
  text-decoration: unset;
  transition: 0.25s;
}
.cs-post-slider .is-style-cs-tile-layout .cs-post-slider__item .wp-block-latest-posts__author a:hover,
.cs-post-slider .is-style-cs-tile-layout .cs-post-slider__item .wp-block-latest-posts__author .wp-block-latest-posts__post-author:hover {
  color: var(--cs-color-accent);
}
.cs-post-slider .is-style-cs-tile-layout .cs-post-slider__item .wp-block-latest-posts__author:not(:last-child):after {
  content: "";
  display: block;
  width: 0.1875rem;
  height: 0.1875rem;
  margin-left: 0.375rem;
  background: var(--cs-color-divider, var(--cs-color-border));
}
.cs-post-slider .is-style-cs-tile-layout .cs-post-slider__item .wp-block-latest-posts__date {
  display: flex;
  align-items: center;
}
.cs-post-slider .is-style-cs-tile-layout .cs-post-slider__item .wp-block-latest-posts__date .wp-block-latest-posts__post-date {
  font-family: var(--cs-font-post-meta-family), sans-serif;
  font-size: var(--cs-font-post-meta-size);
  line-height: var(--cs-font-post-meta-line-height);
  font-weight: var(--cs-font-post-meta-weight);
  font-style: var(--cs-font-post-meta-style);
  letter-spacing: var(--cs-font-post-meta-letter-spacing);
  text-transform: var(--cs-font-post-meta-text-transform);
}
.cs-post-slider .is-style-cs-tile-layout .cs-post-slider__item .wp-block-latest-posts__date .wp-block-latest-posts__post-date {
  display: flex;
  align-items: center;
  color: var(--cs-color-secondary);
}
.cs-post-slider .is-style-cs-tile-layout .cs-post-slider__item .wp-block-latest-posts__date:not(:last-child):after {
  content: "";
  display: block;
  width: 0.1875rem;
  height: 0.1875rem;
  margin-left: 0.375rem;
  background: var(--cs-color-divider, var(--cs-color-border));
}
.cs-post-slider .is-style-cs-tile-layout .cs-post-slider__item .wp-block-latest-posts__link {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.cs-post-slider .is-style-cs-tile-layout .cs-post-slider__item a {
  margin: 0;
  padding: 0;
}
.is-style-cs-tile-layout .wp-block-latest-posts__post-excerpt {
  order: 2;
  margin-top: 0.625rem;
  margin-bottom: 0;
  text-align: center;
}

.is-style-cs-apps .wp-block-group.has-background {
  position: relative;
}
@media (prefers-color-scheme: dark) {
  :root [data-scheme=auto] .is-style-cs-apps .wp-block-group.has-background > .wp-block-group {
    color: var(--cs-color-primary-contrast);
  }
}
[data-scheme=dark] .is-style-cs-apps .wp-block-group.has-background > .wp-block-group {
  color: var(--cs-color-primary-contrast);
}
@media (prefers-color-scheme: dark) {
  :root [data-scheme=auto][data-d=dark] .is-style-cs-apps .wp-block-group.has-background > .wp-block-group {
    color: var(--cs-color-primary-contrast);
  }
}
@media (prefers-color-scheme: light) {
  :root [data-scheme=auto][data-l=dark] .is-style-cs-apps .wp-block-group.has-background > .wp-block-group {
    color: var(--cs-color-primary-contrast);
  }
}
.is-style-cs-apps .wp-block-group.has-background .wp-block-heading {
  position: relative;
  z-index: 1;
  color: var(--cs-color-primary);
}
.is-style-cs-apps .wp-block-group.has-background .wp-block-heading a {
  display: flex;
  align-items: center;
  position: relative;
  text-decoration: none;
  transition: 0.25s;
  color: #000000;
  padding-right: 1.5rem;
}
.is-style-cs-apps .wp-block-group.has-background .wp-block-heading a:before, .is-style-cs-apps .wp-block-group.has-background .wp-block-heading a:after {
  font-family: "cs-icons" !important;
  font-style: normal !important;
  position: absolute;
  top: 50%;
  transform: translateX(50%) translateY(-50%) translateZ(0);
}
.is-style-cs-apps .wp-block-group.has-background .wp-block-heading a:before {
  content: "\e90e";
  right: 0.625rem;
  z-index: 1;
  opacity: 1;
}
.is-style-cs-apps .wp-block-group.has-background .wp-block-heading a:after {
  content: "\e919";
  right: 0.625rem;
  z-index: 2;
  opacity: 0;
}
.is-style-cs-apps .wp-block-group.has-background .wp-block-heading a:hover {
  color: var(--cs-color-accent);
}
.is-style-cs-apps .wp-block-group.has-background .wp-block-heading a:hover:before {
  opacity: 0;
}
.is-style-cs-apps .wp-block-group.has-background .wp-block-heading a:hover:after {
  opacity: 1;
}
@media (prefers-color-scheme: dark) {
  :root [data-scheme=auto] .is-style-cs-apps .wp-block-group.has-background .wp-block-heading {
    color: var(--cs-color-primary-contrast);
  }
}
[data-scheme=dark] .is-style-cs-apps .wp-block-group.has-background .wp-block-heading {
  color: var(--cs-color-primary-contrast);
}
@media (prefers-color-scheme: dark) {
  :root [data-scheme=auto][data-d=dark] .is-style-cs-apps .wp-block-group.has-background .wp-block-heading {
    color: var(--cs-color-primary-contrast);
  }
}
@media (prefers-color-scheme: light) {
  :root [data-scheme=auto][data-l=dark] .is-style-cs-apps .wp-block-group.has-background .wp-block-heading {
    color: var(--cs-color-primary-contrast);
  }
}

.is-style-cs-connect > .wp-block-group__inner-container {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .is-style-cs-connect > .wp-block-group__inner-container {
    max-width: 100%;
    align-items: center;
  }
}
.is-style-cs-connect > .wp-block-group__inner-container > .wp-block-group {
  display: flex;
  gap: 0.5rem;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.is-style-cs-connect > .wp-block-group__inner-container > .wp-block-group .wp-block-image {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 56px;
  height: 56px;
  transition: 0.25s;
}
.is-style-cs-connect > .wp-block-group__inner-container > .wp-block-group .wp-block-image img {
  width: 100%;
  height: 100%;
  max-width: 44px;
  max-height: 44px;
  object-fit: cover;
}
.is-style-cs-connect > .wp-block-group__inner-container > .wp-block-group .wp-block-image:after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  content: "";
  display: block;
  width: 56px;
  height: 56px;
  background-image: url("data:image/svg+xml,%3Csvg width='56' height='56' viewBox='0 0 56 56' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='28' cy='28' r='27' stroke='url(%23paint0_linear_1140_10417)' stroke-width='2'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_1140_10417' x1='13.125' y1='65.625' x2='56' y2='-18.375' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23F6B851'/%3E%3Cstop offset='0.49' stop-color='%23E94E4C'/%3E%3Cstop offset='1' stop-color='%234761C2'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");
}
.is-style-cs-connect > .wp-block-group__inner-container > .wp-block-group .wp-block-image a {
  z-index: 2;
}
.is-style-cs-connect > .wp-block-group__inner-container > .wp-block-group .wp-block-image:hover {
  opacity: 0.8;
}
.is-style-cs-connect > .wp-block-group__inner-container > .wp-block-group > .wp-block-group .wp-block-heading {
  font-family: var(--cs-font-section-headings-family), sans-serif;
  font-weight: var(--cs-font-section-headings-weight);
  font-style: var(--cs-font-section-headings-style);
  letter-spacing: var(--cs-font-section-headings-letter-spacing);
  text-transform: var(--cs-font-section-headings-text-transform);
  line-height: var(--cs-font-section-headings-line-height);
}
.is-style-cs-connect > .wp-block-group__inner-container > .wp-block-group > .wp-block-group .wp-block-heading {
  margin: 0;
  padding: 0;
  border: none;
  color: var(--cs-color-primary);
  font-size: 1.3125rem;
}
.is-style-cs-connect > .wp-block-group__inner-container > .wp-block-group > .wp-block-group .wp-block-heading a {
  text-decoration: none;
  color: var(--cs-color-primary);
  transition: 0.25s;
}
.is-style-cs-connect > .wp-block-group__inner-container > .wp-block-group > .wp-block-group .wp-block-heading a:hover {
  color: var(--cs-color-accent);
}
.is-style-cs-connect > .wp-block-group__inner-container > .wp-block-group > .wp-block-group p {
  font-family: var(--cs-font-secondary-family), sans-serif;
  font-size: var(--cs-font-secondary-size);
  font-weight: var(--cs-font-secondary-weight);
  font-style: var(--cs-font-secondary-style);
  letter-spacing: var(--cs-font-secondary-letter-spacing);
  text-transform: var(--cs-font-secondary-text-transform);
  line-height: var(--cs-font-secondary-line-height);
}
.is-style-cs-connect > .wp-block-group__inner-container > .wp-block-group > .wp-block-group p {
  font-size: 0.875rem;
  color: var(--cs-color-secondary);
}
.is-style-cs-connect > .wp-block-group__inner-container > .wp-block-image {
  width: 100%;
  margin: 0;
  border-radius: var(--cs-thumbnail-border-radius);
  overflow: hidden;
}
.is-style-cs-connect > .wp-block-group__inner-container > .wp-block-image img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
.is-style-cs-connect > .wp-block-group__inner-container .wp-block-buttons .wp-block-button,
.is-style-cs-connect > .wp-block-group__inner-container .wp-block-buttons .wp-block-button__link {
  width: 100%;
}
.is-style-cs-connect.block-editor-block-list__block {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  padding: 1.25rem;
  background: transparent;
}
.is-style-cs-connect.block-editor-block-list__block > .wp-block {
  column-gap: 0.5rem;
  width: 100%;
  justify-content: space-between;
}
.is-style-cs-connect.block-editor-block-list__block > .wp-block:not(.wp-block-buttons) {
  margin-left: 0;
}
.is-style-cs-connect.block-editor-block-list__block > .wp-block > .wp-block {
  row-gap: 0.25rem;
}
.is-style-cs-connect.block-editor-block-list__block > .wp-block > .wp-block h2 {
  font-family: var(--cs-font-section-headings-family), sans-serif;
  font-weight: var(--cs-font-section-headings-weight);
  font-style: var(--cs-font-section-headings-style);
  letter-spacing: var(--cs-font-section-headings-letter-spacing);
  text-transform: var(--cs-font-section-headings-text-transform);
  line-height: var(--cs-font-section-headings-line-height);
}
.is-style-cs-connect.block-editor-block-list__block > .wp-block > .wp-block p {
  font-family: var(--cs-font-secondary-family), sans-serif;
  font-size: var(--cs-font-secondary-size);
  font-weight: var(--cs-font-secondary-weight);
  font-style: var(--cs-font-secondary-style);
  letter-spacing: var(--cs-font-secondary-letter-spacing);
  text-transform: var(--cs-font-secondary-text-transform);
  line-height: var(--cs-font-secondary-line-height);
}
.is-style-cs-connect.block-editor-block-list__block > .wp-block > .wp-block.wp-block-group > figure {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 56px;
  height: 56px;
}
.is-style-cs-connect.block-editor-block-list__block > .wp-block > .wp-block.wp-block-group > figure img {
  width: 100%;
  height: 100%;
  max-width: 44px;
  max-height: 44px;
  object-fit: cover;
}
.is-style-cs-connect.block-editor-block-list__block > .wp-block > .wp-block.wp-block-group > figure:after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  content: "";
  display: block;
  width: 56px;
  height: 56px;
  background-image: url("data:image/svg+xml,%3Csvg width='56' height='56' viewBox='0 0 56 56' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='28' cy='28' r='27' stroke='url(%23paint0_linear_1140_10417)' stroke-width='2'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_1140_10417' x1='13.125' y1='65.625' x2='56' y2='-18.375' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23F6B851'/%3E%3Cstop offset='0.49' stop-color='%23E94E4C'/%3E%3Cstop offset='1' stop-color='%234761C2'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Display
--------------------------------------------------------------*/
/*
Theme Name:           Sugar Blog
Theme URI:            https://sugar.codesupply.co
Description:          Modern WordPress Personal Blog Theme
Documentation URI:    https://support.codesupply.co/documentation/sugar/
Author:               Code Supply Co.
Author URI:           https://codesupply.co
Version:              1.0.2
Tested up to:         6.8
Requires at least:    6.0
Requires PHP:         7.0
Tags:                 custom-colors, editor-style, theme-options, custom-menu, sticky-post, right-sidebar, translation-ready
License:              GNU General Public License version 3.0
License URI:          http://www.gnu.org/licenses/gpl-3.0.html
Text Domain:          sugar-blog
*/
.cs-d-none {
  display: none !important;
}

.cs-d-inline {
  display: inline !important;
}

.cs-d-inline-block {
  display: inline-block !important;
}

.cs-d-block {
  display: block !important;
}

.cs-d-flex {
  display: flex !important;
}

@media (min-width: 576px) {
  .cs-d-sm-none {
    display: none !important;
  }
  .cs-d-sm-inline {
    display: inline !important;
  }
  .cs-d-sm-inline-block {
    display: inline-block !important;
  }
  .cs-d-sm-block {
    display: block !important;
  }
  .cs-d-sm-flex {
    display: flex !important;
  }
}
@media (min-width: 768px) {
  .cs-d-md-none {
    display: none !important;
  }
  .cs-d-md-inline {
    display: inline !important;
  }
  .cs-d-md-inline-block {
    display: inline-block !important;
  }
  .cs-d-md-block {
    display: block !important;
  }
  .cs-d-md-flex {
    display: flex !important;
  }
}
@media (min-width: 992px) {
  .cs-d-lg-none {
    display: none !important;
  }
  .cs-d-lg-inline {
    display: inline !important;
  }
  .cs-d-lg-inline-block {
    display: inline-block !important;
  }
  .cs-d-lg-block {
    display: block !important;
  }
  .cs-d-lg-flex {
    display: flex !important;
  }
}
@media (min-width: 1200px) {
  .cs-d-xl-none {
    display: none !important;
  }
  .cs-d-xl-inline {
    display: inline !important;
  }
  .cs-d-xl-inline-block {
    display: inline-block !important;
  }
  .cs-d-xl-block {
    display: block !important;
  }
  .cs-d-xl-flex {
    display: flex !important;
  }
}
@media (min-width: 1288px) {
  .cs-d-xxl-none {
    display: none !important;
  }
  .cs-d-xxl-inline {
    display: inline !important;
  }
  .cs-d-xxl-inline-block {
    display: inline-block !important;
  }
  .cs-d-xxl-block {
    display: block !important;
  }
  .cs-d-xxl-flex {
    display: flex !important;
  }
}
.cs-display-only-dark {
  display: none;
}
@media (prefers-color-scheme: dark) {
  :root [data-scheme=auto] .cs-display-only-dark {
    display: block;
  }
}
[data-scheme=dark] .cs-display-only-dark {
  display: block;
}
@media (prefers-color-scheme: dark) {
  :root [data-scheme=auto][data-d=dark] .cs-display-only-dark {
    display: block;
  }
}
@media (prefers-color-scheme: light) {
  :root [data-scheme=auto][data-l=dark] .cs-display-only-dark {
    display: block;
  }
}

@media (prefers-color-scheme: dark) {
  :root [data-scheme=auto] .cs-display-only-light {
    display: none;
  }
}
[data-scheme=dark] .cs-display-only-light {
  display: none;
}
@media (prefers-color-scheme: dark) {
  :root [data-scheme=auto][data-d=dark] .cs-display-only-light {
    display: none;
  }
}
@media (prefers-color-scheme: light) {
  :root [data-scheme=auto][data-l=dark] .cs-display-only-light {
    display: none;
  }
}

/*--------------------------------------------------------------
# Layout
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Site
--------------------------------------------------------------*/
/*
Theme Name:           Sugar Blog
Theme URI:            https://sugar.codesupply.co
Description:          Modern WordPress Personal Blog Theme
Documentation URI:    https://support.codesupply.co/documentation/sugar/
Author:               Code Supply Co.
Author URI:           https://codesupply.co
Version:              1.0.2
Tested up to:         6.8
Requires at least:    6.0
Requires PHP:         7.0
Tags:                 custom-colors, editor-style, theme-options, custom-menu, sticky-post, right-sidebar, translation-ready
License:              GNU General Public License version 3.0
License URI:          http://www.gnu.org/licenses/gpl-3.0.html
Text Domain:          sugar-blog
*/
body {
  background: var(--cs-site-background);
  overflow-x: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  --cs-wpadminbar-height: 0px;
}
body.admin-bar {
  --cs-wpadminbar-height: 46px;
}
@media screen and (min-width: 601px) {
  body.admin-bar {
    --cs-wpadminbar-height: 46px;
  }
}
@media screen and (min-width: 783px) {
  body.admin-bar {
    --cs-wpadminbar-height: 32px;
  }
}

.cs-wrapper {
  min-height: calc(100vh - var(--cs-wpadminbar-height));
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.cs-site {
  margin-bottom: 4rem;
}
@media (min-width: 768px) {
  .cs-site {
    margin-bottom: 6rem;
  }
}
@media (min-width: 992px) {
  .home .cs-site {
    margin-bottom: 5.375rem;
  }
}

.cs-container {
  width: 100%;
  padding-right: 24px;
  padding-left: 24px;
  margin-right: auto;
  margin-left: auto;
  max-width: var(--cs-mobile-container, 576px);
}
@media (min-width: 768px) {
  .cs-container {
    max-width: var(--cs-tablet-container, 992px);
  }
}
@media (min-width: 992px) {
  .cs-container {
    max-width: var(--cs-desktop-container, 1288px);
  }
}

.cs-site-content {
  margin-top: 2rem;
  margin-bottom: 1.5rem;
}
.cs-display-header-overlay .cs-site-content {
  margin-top: 0;
}
.archive .cs-site-content {
  margin-top: 1.875rem;
}
.home .cs-site-content {
  margin-top: 2rem;
}

.cs-site-inner {
  display: flex;
  flex-direction: column;
}
.cs-site-inner > * {
  flex: 0 0 auto;
}
.cs-site-inner main {
  flex: 1 0 auto;
}

.search-no-results .cs-page__search-top {
  border-bottom: 1px solid var(--cs-color-border);
  padding-bottom: 1.5rem;
}

/*--------------------------------------------------------------
## Header
--------------------------------------------------------------*/
/*
Theme Name:           Sugar Blog
Theme URI:            https://sugar.codesupply.co
Description:          Modern WordPress Personal Blog Theme
Documentation URI:    https://support.codesupply.co/documentation/sugar/
Author:               Code Supply Co.
Author URI:           https://codesupply.co
Version:              1.0.2
Tested up to:         6.8
Requires at least:    6.0
Requires PHP:         7.0
Tags:                 custom-colors, editor-style, theme-options, custom-menu, sticky-post, right-sidebar, translation-ready
License:              GNU General Public License version 3.0
License URI:          http://www.gnu.org/licenses/gpl-3.0.html
Text Domain:          sugar-blog
*/
.cs-header {
  position: relative;
  width: 100%;
  z-index: 10;
}
@media (min-width: 992px) {
  .cs-header {
    z-index: 100;
  }
}
.cs-header__outer {
  width: 100%;
  background: var(--cs-header-background, var(--cs-site-background));
}
.cs-header__outer:after {
  content: "";
  display: block;
  width: 100%;
  height: var(--cs-header-border-width);
  background: var(--cs-color-border);
}
.cs-scroll-sticky .cs-header__outer:after {
  background: transparent;
}
.cs-header:has(.cs-floating-header.is-active) .cs-header__outer:after {
  background: var(--cs-color-border);
}
.cs-header__item {
  position: static;
  width: 100%;
  opacity: 1;
  border-bottom: 1px solid var(--cs-color-border);
  transition: 0.25s;
}
.cs-header__item:first-child {
  position: relative;
}
.cs-header__item:first-child:before {
  display: none;
  content: "";
  position: absolute;
  left: 100%;
  bottom: -1px;
  width: 0;
  height: 1px;
  background-color: var(--cs-color-border);
}
@media (min-width: 992px) {
  .cs-header__item:first-child:before {
    display: block;
    width: calc((100vw - 992px) / 2 + 20px);
  }
}
@media (min-width: 1200px) {
  .cs-header__item:first-child:before {
    display: block;
    width: calc((100vw - 1200px) / 2 + 20px);
  }
}
.cs-header__item:first-child .cs-col-left {
  padding: 0 20px;
}
.cs-header__item:last-child {
  display: block;
  border: none;
}
.cs-header__inner {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  min-height: var(--cs-header-height);
}
.cs-header__inner-mobile {
  display: flex;
}
@media (min-width: 992px) {
  .cs-header__inner-mobile {
    display: none;
  }
}
.cs-header__inner-mobile .cs-col-left,
.cs-header__inner-mobile .cs-col-right {
  flex: 2;
}
.cs-header__inner-desktop {
  display: none;
  min-height: var(--cs-header-initial-height);
}
@media (min-width: 992px) {
  .cs-header__inner-desktop {
    display: flex;
  }
  .cs-header__inner-desktop:not(:has(.cs-col-center)) .cs-col-left {
    flex: 5;
  }
}
.cs-header__left {
  display: flex;
  align-items: center;
}
@media (max-width: 991.98px) {
  .cs-header__left:not(:has(.cs-col-center)) {
    flex: 9;
  }
}
.cs-header__col {
  display: flex;
  align-items: center;
  flex: 2;
}
.cs-header__inner-desktop .cs-header__col:has(.cs-logo-mobile) .cs-logo-mobile {
  display: none;
  opacity: 0;
  visibility: hidden;
}
.cs-header__inner-desktop .cs-header__col:has(.cs-logo-mobile) .cs-logo-mobile img {
  max-height: calc(var(--cs-header-height) - 0.125rem);
}
.cs-header__col.cs-col-nav {
  display: flex;
  justify-content: center;
  flex: 1 1 auto;
  padding: 0 20px;
}
@media (min-width: 992px) {
  .cs-header__col.cs-col-nav {
    justify-content: flex-start;
  }
}
.cs-header__col.cs-col-center {
  justify-content: center;
  padding: 0 20px;
}
.cs-header__inner-mobile .cs-header__col.cs-col-center {
  flex: 5;
  padding: 0;
}
.cs-header__inner .cs-header__col.cs-col-center {
  padding-right: 0.75rem;
}
.cs-header__col.cs-col-left:not(:only-child) {
  padding-right: 20px;
}
.cs-header__col.cs-col-left:has(.cs-header__burger-toggle):has(.cs-header__more-toggle) .cs-header__more-toggle:after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  width: 1px;
  height: 24px;
  background: var(--cs-color-border);
}
.cs-header__col.cs-col-right {
  justify-content: flex-end;
}
.cs-header__col.cs-col-right:not(:only-child) {
  padding-left: 20px;
}
.cs-header__col.cs-col-column {
  flex-direction: column;
  flex: 1 1 auto;
}
.cs-header__col.cs-col-column > *:not(:first-child) {
  margin-left: 0;
}
.cs-header__col.cs-col-large {
  flex: 1 1 auto;
}
.cs-header__logo {
  display: block;
  color: var(--cs-color-primary);
  white-space: nowrap;
  text-decoration: none;
}
.cs-header__logo {
  font-family: var(--cs-font-main-logo-family), sans-serif;
  font-size: var(--cs-font-main-logo-size);
  font-weight: var(--cs-font-main-logo-weight);
  font-style: var(--cs-font-main-logo-style);
  letter-spacing: var(--cs-font-main-logo-letter-spacing);
  text-transform: var(--cs-font-main-logo-text-transform);
}
.cs-header__logo.cs-logo-large {
  padding: 10px 0;
  transition: 0.25s;
}
.cs-header__logo.cs-logo-dark {
  display: none;
}
@media (prefers-color-scheme: dark) {
  :root [data-scheme=auto] .cs-header__logo.cs-logo-dark {
    display: block;
  }
}
[data-scheme=dark] .cs-header__logo.cs-logo-dark {
  display: block;
}
@media (prefers-color-scheme: dark) {
  :root [data-scheme=auto][data-d=dark] .cs-header__logo.cs-logo-dark {
    display: block;
  }
}
@media (prefers-color-scheme: light) {
  :root [data-scheme=auto][data-l=dark] .cs-header__logo.cs-logo-dark {
    display: block;
  }
}
[data-scheme=inverse] .cs-header__logo.cs-logo-dark {
  display: block;
}
@media (prefers-color-scheme: dark) {
  :root [data-scheme=auto][data-d=inverse] .cs-header__logo.cs-logo-dark {
    display: block;
  }
}
@media (prefers-color-scheme: light) {
  :root [data-scheme=auto][data-l=inverse] .cs-header__logo.cs-logo-dark {
    display: block;
  }
}
@media (prefers-color-scheme: dark) {
  :root [data-scheme=auto] .cs-header__logo.cs-logo-default {
    display: none;
  }
}
[data-scheme=dark] .cs-header__logo.cs-logo-default {
  display: none;
}
@media (prefers-color-scheme: dark) {
  :root [data-scheme=auto][data-d=dark] .cs-header__logo.cs-logo-default {
    display: none;
  }
}
@media (prefers-color-scheme: light) {
  :root [data-scheme=auto][data-l=dark] .cs-header__logo.cs-logo-default {
    display: none;
  }
}
[data-scheme=inverse] .cs-header__logo.cs-logo-default {
  display: none;
}
@media (prefers-color-scheme: dark) {
  :root [data-scheme=auto][data-d=inverse] .cs-header__logo.cs-logo-default {
    display: none;
  }
}
@media (prefers-color-scheme: light) {
  :root [data-scheme=auto][data-l=inverse] .cs-header__logo.cs-logo-default {
    display: none;
  }
}
.cs-header__logo img {
  display: block;
  width: initial;
  transition: opacity 0.25s;
}
@media (max-width: 991.98px) {
  .cs-header__logo img {
    max-height: calc(var(--cs-header-height) - 0.125rem);
  }
}
.cs-header__logo-mobile {
  font-family: var(--cs-font-mobile-logo-family), sans-serif;
  font-size: var(--cs-font-mobile-logo-size);
  font-weight: var(--cs-font-mobile-logo-weight);
  font-style: var(--cs-font-mobile-logo-style);
  letter-spacing: var(--cs-font-mobile-logo-letter-spacing);
  text-transform: var(--cs-font-mobile-logo-text-transform);
}
.cs-header .cs-logo {
  margin-bottom: 0;
  transition: 0.25s;
}
.cs-header .cs-logo.cs-logo-hide .cs-header__logo {
  font-size: 0;
  transition: font-size 0.25s;
  padding-right: 0;
}
.cs-header .cs-logo.cs-logo-hide .cs-header__logo img {
  max-height: 0;
  opacity: 0;
}
.cs-header .cs-logo.cs-logo-hide + .cs-header__nav {
  margin-left: 32px;
}
.cs-header .cs-svg-icon-menu svg {
  width: 24px;
  height: 24px;
}
.cs-header .cs-svg-icon-menu svg path {
  transition: 0.25s;
  stroke: #000000;
}
@media (prefers-color-scheme: dark) {
  :root [data-scheme=auto] .cs-header .cs-svg-icon-menu svg path {
    stroke: #ffffff;
  }
}
[data-scheme=dark] .cs-header .cs-svg-icon-menu svg path {
  stroke: #ffffff;
}
@media (prefers-color-scheme: dark) {
  :root [data-scheme=auto][data-d=dark] .cs-header .cs-svg-icon-menu svg path {
    stroke: #ffffff;
  }
}
@media (prefers-color-scheme: light) {
  :root [data-scheme=auto][data-l=dark] .cs-header .cs-svg-icon-menu svg path {
    stroke: #ffffff;
  }
}
.cs-header-topbar .cs-logo {
  margin-bottom: 0;
}
.cs-header__nav {
  display: block;
  height: 100%;
  transition: 0.25s;
}
.cs-header__nav:not(:first-child) {
  margin-left: 28px;
}
.cs-header__nav-inner {
  display: flex;
  height: 100%;
  padding: 0;
  margin: 0;
  align-items: center;
  list-style: none;
  gap: 1.5rem;
}
.cs-header__nav-inner:hover > li:has(*:hover) > a:after,
.cs-header__nav-inner:hover > li:has(*:hover) > a > span span, .cs-header__nav-inner:not(:hover) > li:has(*:hover) > a:after,
.cs-header__nav-inner:not(:hover) > li:has(*:hover) > a > span span {
  opacity: 1;
  color: var(--cs-color-accent);
}
.cs-header__nav-inner:hover > li:has(*:hover) > a:after:after,
.cs-header__nav-inner:hover > li:has(*:hover) > a > span span:after, .cs-header__nav-inner:not(:hover) > li:has(*:hover) > a:after:after,
.cs-header__nav-inner:not(:hover) > li:has(*:hover) > a > span span:after {
  opacity: 1;
  color: var(--cs-color-accent);
}
.cs-header__nav-inner li {
  position: relative;
}
.cs-header__nav-inner li:not(.touch-device):hover > .sub-menu {
  visibility: visible;
  opacity: 1;
  top: 0;
  transform: translate3d(0, 0, 0);
}
.cs-header__nav-inner li.submenu-visible > .sub-menu {
  visibility: visible;
  opacity: 1;
  top: -1px;
  transform: translate3d(0, 0, 0);
}
.cs-header__nav-inner li.menu-item-has-children > a:after {
  margin-left: 0.125rem;
  font-family: "cs-icons";
  font-size: 1rem;
  content: "\e93c";
  transform: rotate(-90deg);
  line-height: 1;
}
.cs-header__nav-inner > li {
  height: 100%;
  margin: 0;
  padding: 0;
}
.cs-header__nav-inner > li > a {
  position: relative;
  display: flex;
  align-items: center;
  white-space: nowrap;
  height: calc(100% + var(--cs-header-border-width));
  padding-left: 0;
  padding-right: 0;
  text-decoration: none;
  color: var(--cs-color-primary);
  transition: 0.25s;
}
.cs-header__nav-inner > li > a > .expanded {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 14px;
  z-index: 2;
}
.cs-header__nav-inner > li > a {
  font-family: var(--cs-font-menu-family), sans-serif;
  font-size: var(--cs-font-menu-size);
  line-height: var(--cs-font-menu-line-height);
  font-weight: var(--cs-font-menu-weight);
  font-style: var(--cs-font-menu-style);
  letter-spacing: var(--cs-font-menu-letter-spacing);
  text-transform: var(--cs-font-menu-text-transform);
}
.cs-header__nav-inner > li > a:hover {
  color: var(--cs-color-accent);
}
.cs-header__nav-inner > li.current-menu-ancestor > a, .cs-header__nav-inner > li.current-menu-item > a {
  color: var(--cs-color-accent);
}
.cs-header__nav-inner > li.current-menu-ancestor > a:after, .cs-header__nav-inner > li.current-menu-item > a:after {
  opacity: 1;
  color: var(--cs-color-accent) !important;
}
.cs-header__nav-inner > li.menu-item-has-children:not(.cs-mega-menu, .cs-featured-menu, .cs-categories-menu) > a:after {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "cs-icons";
  width: 20px;
  height: 20px;
  content: "\e93c";
  display: block;
  margin-left: 0.125rem;
  line-height: 1;
  color: var(--cs-color-primary);
  transition: 0.25s;
  transform: rotate(0deg);
  font-size: 1.125rem;
}
.cs-header__nav-inner > li.cs-featured-menu > .sub-menu, .cs-header__nav-inner > li.cs-categories-menu > .sub-menu, .cs-header__nav-inner > li.menu-item-has-children > .sub-menu {
  top: -9999px;
  left: 0;
  z-index: 11;
  opacity: 0;
  visibility: hidden;
}
.cs-header__nav-inner > li.cs-featured-menu > a:after, .cs-header__nav-inner > li.cs-categories-menu > a:after, .cs-header__nav-inner > li.menu-item-has-children > a:after {
  display: none;
}
.cs-header__nav-inner > li.cs-featured-menu:not(.touch-device):hover > .sub-menu, .cs-header__nav-inner > li.cs-categories-menu:not(.touch-device):hover > .sub-menu, .cs-header__nav-inner > li.menu-item-has-children:not(.touch-device):hover > .sub-menu {
  top: calc(100% + var(--cs-header-border-width));
  opacity: 1;
  visibility: visible;
  transition: opacity 0.25s, left 0.25s;
}
.cs-header__nav-inner > li.cs-featured-menu:not(.touch-device):hover > div.sub-menu, .cs-header__nav-inner > li.cs-categories-menu:not(.touch-device):hover > div.sub-menu, .cs-header__nav-inner > li.menu-item-has-children:not(.touch-device):hover > div.sub-menu {
  top: 100%;
  border-top: none;
}
.cs-header__nav-inner > li.cs-featured-menu:not(.touch-device):hover > a, .cs-header__nav-inner > li.cs-categories-menu:not(.touch-device):hover > a, .cs-header__nav-inner > li.menu-item-has-children:not(.touch-device):hover > a {
  color: var(--cs-color-accent);
}
.cs-header__nav-inner > li.cs-featured-menu:not(.touch-device):hover > a:after, .cs-header__nav-inner > li.cs-categories-menu:not(.touch-device):hover > a:after, .cs-header__nav-inner > li.menu-item-has-children:not(.touch-device):hover > a:after {
  content: "\e914";
  color: var(--cs-color-accent);
}
.cs-header__nav-inner > li.cs-featured-menu.submenu-visible > .sub-menu, .cs-header__nav-inner > li.cs-categories-menu.submenu-visible > .sub-menu, .cs-header__nav-inner > li.menu-item-has-children.submenu-visible > .sub-menu {
  top: 100%;
  left: 0;
  visibility: visible;
  opacity: 1;
}
.cs-header__nav-inner > li.menu-item-has-children > .sub-menu {
  left: -1.25rem;
}
.cs-header__nav-inner .sub-menu {
  position: absolute;
  display: block;
  padding: 0;
  margin: 0;
  text-align: left;
  list-style: none;
  background: var(--cs-header-submenu-background);
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.08);
}
.cs-header__nav-inner .sub-menu > li {
  padding: 0;
}
.cs-header__nav-inner .sub-menu > li:hover {
  background: var(--cs-layout-background);
}
.cs-header__nav-inner .sub-menu > li a {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  min-width: 207px;
  padding: 0.75rem 0.75rem 0.75rem 1.25rem;
  color: var(--cs-color-primary);
  text-decoration: none;
  transition: 0.25s;
}
.cs-header__nav-inner .sub-menu > li a:has(.menu-item-tag) {
  justify-content: flex-start;
}
.cs-header__nav-inner .sub-menu > li a {
  font-family: var(--cs-font-submenu-family), sans-serif;
  font-size: var(--cs-font-submenu-size);
  line-height: var(--cs-font-submenu-line-height);
  font-weight: var(--cs-font-submenu-weight);
  font-style: var(--cs-font-submenu-style);
  letter-spacing: var(--cs-font-submenu-letter-spacing);
  text-transform: var(--cs-font-submenu-text-transform);
}
.cs-header__nav-inner .sub-menu > li a > .expanded {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 32px;
  z-index: 2;
}
.cs-header__nav-inner .sub-menu > li.current-menu-ancestor > a, .cs-header__nav-inner .sub-menu > li.current-menu-item > a {
  color: var(--cs-color-accent);
}
.cs-header__nav-inner .sub-menu > li:hover > a {
  color: var(--cs-color-accent);
}
.cs-header__nav-inner .sub-menu > li.menu-item-has-children:hover > a:after {
  content: "\e914";
}
.cs-header__nav-inner .sub-menu .sub-menu {
  display: block;
  top: -9999px;
  left: 100%;
  z-index: 1;
  opacity: 0;
  transition: opacity 0.25s;
  transform: translate3d(0.5rem, 0, 0);
  visibility: hidden;
}
.cs-header__nav-inner .sub-menu .cs-sm-position-left > .sub-menu {
  left: auto;
  right: 100%;
}
.cs-header__nav-inner .sub-menu .cs-sm-position-left > a:after {
  transform: rotate(180deg);
}
.cs-header__nav-inner .cs-featured-menu,
.cs-header__nav-inner .cs-categories-menu,
.cs-header__nav-inner .cs-mega-menu {
  position: static;
}
@media (max-width: 575.98px) {
  .cs-header__inner-mobile {
    margin-left: -8px;
    margin-right: -8px;
  }
  .cs-header__inner-mobile .cs-header__col.cs-col-left:not(:only-child) {
    padding-right: 12px;
  }
  .cs-header__inner-mobile .cs-header__col.cs-col-right:not(:only-child) {
    padding-left: 12px;
  }
  .cs-header__inner-mobile .cs-header__offcanvas-toggle ~ .cs-logo {
    margin-left: 16px;
  }
}
.cs-header__toggles {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (min-width: 576px) {
  .cs-header__toggles a:first-of-type:not(:first-child) {
    margin-left: 10px;
  }
  .cs-header__toggles a:first-of-type:not(:first-child):before {
    content: "";
    position: absolute;
    left: -5px;
    width: 1px;
    height: 40px;
    background: var(--cs-color-border);
  }
}
.cs-header__toggles:has(.cs-header__search-toggle):has(.cs-site-scheme-toggle) .cs-header__search-toggle:before {
  content: "";
  display: flex;
  width: 1px;
  height: 1.5rem;
  background: var(--cs-color-border);
  margin-right: 0.5rem;
}
.cs-header__toggle {
  position: relative;
  width: 40px;
  height: 100%;
  border-radius: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  opacity: 1;
  text-decoration: none;
  transition: 0.25s;
  color: var(--cs-color-primary);
}
@media (min-width: 576px) {
  .cs-header__toggle {
    width: 52px;
  }
}
.cs-header__toggle .cs-icon {
  width: 24px;
  height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.5rem;
  transition: 0.25s;
}
.cs-header__toggle:hover {
  color: var(--cs-color-accent);
}
.cs-header__toggle-labeled {
  position: relative;
  width: auto;
  height: 100%;
  max-height: 48px;
  border-radius: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.4375rem;
  cursor: pointer;
  transition: 0.25s;
}
.cs-header__toggle-labeled:not(:first-child) {
  padding-left: 0.125rem;
}
.cs-header__toggle-labeled:not(:last-child) {
  padding-right: 0.125rem;
}
.cs-header__toggle-labeled .cs-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.25rem;
  transition: 0.25s;
}
.cs-header__toggle-labeled:hover {
  color: var(--cs-color-accent);
}
.cs-header__toggle-labeled .cs-header__toggle-label {
  font-family: var(--cs-font-submenu-family), sans-serif;
  font-size: var(--cs-font-submenu-size);
  line-height: var(--cs-font-submenu-line-height);
  font-weight: var(--cs-font-submenu-weight);
  font-style: var(--cs-font-submenu-style);
  letter-spacing: var(--cs-font-submenu-letter-spacing);
  text-transform: var(--cs-font-submenu-text-transform);
}
.cs-header__toggle-labeled .cs-header__toggle-label {
  white-space: nowrap;
  transition: opacity 0.25s;
}
.cs-header__scheme-toggle {
  position: relative;
}
.cs-header__scheme-toggle > span {
  position: relative;
  z-index: 1;
  transition: 0.25s;
}
.cs-header__scheme-toggle:hover > span {
  transform: rotate(15deg);
}
.cs-header__search-toggle {
  position: relative;
}
.cs-header__search-toggle:hover .cs-icon {
  transform: scale(1.1);
}
.cs-header__burger-toggle, .cs-header__offcanvas-toggle {
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 100%;
  padding: 0;
  cursor: pointer;
}
.cs-header__burger-toggle .cs-icon, .cs-header__offcanvas-toggle .cs-icon {
  font-size: 1.3125rem;
  transition: 0.25s;
}
.cs-header__burger-toggle:hover .cs-icon, .cs-header__offcanvas-toggle:hover .cs-icon {
  color: var(--cs-color-accent);
}
.cs-header__burger-toggle:hover .cs-svg-icon-menu svg path, .cs-header__offcanvas-toggle:hover .cs-svg-icon-menu svg path {
  stroke: var(--cs-color-accent);
}
.cs-header__burger-toggle:hover .cs-svg-icon-menu svg path:nth-of-type(2), .cs-header__offcanvas-toggle:hover .cs-svg-icon-menu svg path:nth-of-type(2) {
  d: path("M1 14H19");
}
@media (prefers-color-scheme: dark) {
  :root [data-scheme=auto] .cs-header__burger-toggle:hover .cs-svg-icon-menu svg path, :root [data-scheme=auto] .cs-header__offcanvas-toggle:hover .cs-svg-icon-menu svg path {
    stroke: var(--cs-color-accent);
  }
}
[data-scheme=dark] .cs-header__burger-toggle:hover .cs-svg-icon-menu svg path, [data-scheme=dark] .cs-header__offcanvas-toggle:hover .cs-svg-icon-menu svg path {
  stroke: var(--cs-color-accent);
}
@media (prefers-color-scheme: dark) {
  :root [data-scheme=auto][data-d=dark] .cs-header__burger-toggle:hover .cs-svg-icon-menu svg path, :root [data-scheme=auto][data-d=dark] .cs-header__offcanvas-toggle:hover .cs-svg-icon-menu svg path {
    stroke: var(--cs-color-accent);
  }
}
@media (prefers-color-scheme: light) {
  :root [data-scheme=auto][data-l=dark] .cs-header__burger-toggle:hover .cs-svg-icon-menu svg path, :root [data-scheme=auto][data-l=dark] .cs-header__offcanvas-toggle:hover .cs-svg-icon-menu svg path {
    stroke: var(--cs-color-accent);
  }
}
.cs-header__burger-toggle {
  display: none;
}
@media (min-width: 992px) {
  .cs-header__burger-toggle {
    display: flex;
    margin-left: -0.8125rem;
  }
}
.cs-header__burger-toggle .cs-svg-icon-menu {
  display: block;
}
.cs-header__burger-toggle .cs-icon-close {
  display: none;
}
.cs-header__more-toggle {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 48px;
  height: 100%;
  font-size: 1.5rem;
  cursor: pointer;
}
@media (min-width: 576px) {
  .cs-header__more-toggle {
    margin-left: 0.25rem;
    padding-left: 0.625rem;
  }
}
.cs-header__more-toggle .cs-icon {
  transition: 0.25s;
}
.cs-header__more-toggle:hover .cs-icon {
  transform: scale(1.1);
  color: var(--cs-color-accent);
}
.cs-header__offcanvas-toggle {
  display: flex;
  margin-left: -6px;
}
@media (min-width: 992px) {
  .cs-header__offcanvas-toggle {
    display: none;
  }
}
.cs-header__offcanvas-toggle ~ .cs-logo {
  margin-left: 8px;
}
.cs-header__custom-button {
  display: none;
}
@media (min-width: 992px) {
  .cs-header__custom-button {
    display: inline-flex;
    padding: 0.625rem 1rem 0.625rem 1rem;
    white-space: nowrap;
  }
  .cs-header__custom-button:not(:first-child) {
    margin-left: 0.75rem;
  }
  .cs-header__toggles + .cs-header__custom-button {
    margin-left: 0.75rem;
  }
}
.cs-offcanvas__header .cs-header__custom-button {
  display: inline-flex;
  padding: 0.625rem 1rem 0.625rem 1rem;
}
.cs-header__search {
  position: relative;
  width: 100%;
  container-name: headersearch;
  container-type: inline-size;
}
.cs-header__search .cs-header__search-inner {
  opacity: 0;
  visibility: hidden;
  max-height: 0;
  position: absolute;
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 100%;
  margin-top: 2px;
  padding: 24px;
  border-radius: var(--cs-thumbnail-border-radius);
  background: var(--cs-layout-background);
  transition: 0.25s;
}
.cs-header__search .cs-form-group:has(input:focus) {
  border-color: var(--cs-layout-background);
}
.cs-header__search:has(.cs-search__form-group input:focus) .cs-header__search-inner {
  opacity: 1;
  visibility: visible;
  max-height: unset;
}
.cs-header__search .cs-search__post-area.cs-posts-area__main {
  --cs-posts-area-grid-columns: 3;
}
@media (min-width: 992px) {
  @container headersearch (width < 750px) {
    .cs-header__search .cs-search__post-area.cs-posts-area__main {
      --cs-posts-area-grid-columns: 1;
      --cs-posts-area-grid-row-gap: 12px;
    }
    .cs-header__search .cs-entry {
      max-width: 451px;
    }
    .cs-header__search .cs-entry:not(:first-child) {
      padding-top: var(--cs-posts-area-grid-row-gap);
      border-top: 1px solid var(--cs-color-border);
    }
    .cs-header__search .cs-entry .cs-entry__outer {
      grid-template-columns: 95px minmax(0, 1fr);
      grid-template-rows: minmax(0, 1fr);
      align-items: start;
    }
    .cs-header__search .cs-entry .cs-entry-format {
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 32px;
      height: 32px;
    }
    .cs-header__search .cs-entry .cs-entry-format > i.cs-format-icon:after {
      font-size: 1.25rem;
    }
    .cs-header__search .cs-entry .cs-entry__meta {
      margin-top: 0;
      padding-top: 0;
      border-top: none;
    }
    .cs-header__search .cs-entry .cs-meta-author {
      display: none;
    }
    .cs-header__search .cs-entry .cs-meta-comments {
      margin-left: 0;
    }
    .cs-header__search .cs-entry .cs-ratio-landscape-16-9:before {
      padding-bottom: 100%;
    }
  }
  @container headersearch ( width > 751px ) and (width < 950px) {
    .cs-header__search .cs-search__post-area.cs-posts-area__main {
      grid-template-columns: repeat(2, minmax(0, 1fr));
      grid-template-rows: auto minmax(0, 1fr);
      --cs-posts-area-grid-column-gap: 24px;
      --cs-posts-area-grid-row-gap: 24px;
    }
    .cs-header__search .cs-entry:not(:first-child) .cs-entry__outer {
      grid-template-columns: 95px minmax(0, 1fr);
      grid-template-rows: minmax(0, 1fr);
      align-items: start;
    }
    .cs-header__search .cs-entry:not(:first-child) .cs-entry-format {
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 32px;
      height: 32px;
    }
    .cs-header__search .cs-entry:not(:first-child) .cs-entry-format > i.cs-format-icon:after {
      font-size: 1.25rem;
    }
    .cs-header__search .cs-entry:not(:first-child) .cs-entry__meta {
      margin-top: 0;
      padding-top: 0;
      border-top: none;
    }
    .cs-header__search .cs-entry:not(:first-child) .cs-meta-author {
      display: none;
    }
    .cs-header__search .cs-entry:not(:first-child) .cs-meta-comments {
      margin-left: 0;
    }
    .cs-header__search .cs-entry:not(:first-child) .cs-ratio-landscape-16-9:before {
      padding-bottom: 100%;
    }
    .cs-header__search .cs-entry:first-child {
      grid-column: 1/2;
      grid-row: 1/3;
      position: relative;
    }
    .cs-header__search .cs-entry:first-child:after {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      right: calc(40px * -0.3 - 1px);
      width: 1px;
      height: 100%;
      background: var(--cs-color-border);
    }
    .cs-header__search .cs-entry:nth-child(2) {
      grid-column: 2/3;
      grid-row: 1/2;
    }
    .cs-header__search .cs-entry:nth-child(3) {
      grid-column: 2/3;
      grid-row: 2/3;
      padding-top: var(--cs-posts-area-grid-row-gap);
      border-top: 1px solid var(--cs-color-border);
    }
  }
}
.cs-header__search .cs-entry__post-meta .post-categories a {
  background: var(--cs-site-background);
}
.cs-header__featured {
  display: grid;
  grid-template-columns: 95px minmax(0, 1fr);
  column-gap: 0.5rem;
}
.cs-header__featured-image {
  position: relative;
  width: 95px;
  height: 53px;
  border-radius: var(--cs-thumbnail-border-radius);
  overflow: hidden;
}
.cs-header__featured-image img {
  width: 100%;
  max-width: 100%;
  height: 100%;
  max-height: 100%;
  object-fit: cover;
  transition: 0.25s;
}
.cs-header__featured-image:hover img {
  transform: scale(1.025);
}
.cs-header__featured-image .cs-entry-format {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 28px;
  height: 28px;
}
.cs-header__featured-content {
  max-width: 155px;
  height: 100%;
}
.cs-header__featured-content {
  font-family: var(--cs-font-secondary-family), sans-serif;
  font-size: var(--cs-font-secondary-size);
  font-weight: var(--cs-font-secondary-weight);
  font-style: var(--cs-font-secondary-style);
  letter-spacing: var(--cs-font-secondary-letter-spacing);
  text-transform: var(--cs-font-secondary-text-transform);
  line-height: var(--cs-font-secondary-line-height);
}
.cs-header__featured-title {
  text-decoration: none;
  color: var(--cs-color-primary);
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-word;
}
.cs-header__featured-title:hover {
  color: var(--cs-color-secondary);
}
.cs-header__featured-link {
  display: inline;
  padding-bottom: 0.02em;
  background: linear-gradient(to right, currentColor 0%, currentColor 98%);
  background-size: 100% 1px;
  background-repeat: no-repeat;
  background-position: var(--cs-underline-bg-position);
  color: var(--cs-color-primary);
  transition: 0.25s;
  text-decoration: none;
}
.cs-header__featured-link {
  display: inline-block;
  margin-top: 0.5rem;
}
.cs-header__featured-link:hover {
  display: inline;
  padding-bottom: 0.02em;
  background: linear-gradient(to right, currentColor 0%, currentColor 98%);
  background-size: 0px 1px;
  background-repeat: no-repeat;
  background-position: var(--cs-underline-bg-position);
  color: var(--cs-color-primary);
  transition: 0.25s;
  text-decoration: none;
}
.cs-header__featured-link:hover {
  display: inline-block;
}
.cs-navbar-sticky-enabled .cs-header.cs-scroll-sticky .cs-header__inner-desktop, .cs-navbar-smart-enabled .cs-header.cs-scroll-sticky .cs-header__inner-desktop {
  min-height: var(--cs-header-height);
}
.cs-navbar-sticky-enabled .cs-header.cs-scroll-sticky .cs-logo-hide, .cs-navbar-smart-enabled .cs-header.cs-scroll-sticky .cs-logo-hide {
  margin-right: 1rem;
}
.cs-navbar-sticky-enabled .cs-header.cs-scroll-sticky .cs-logo-hide .cs-header__logo, .cs-navbar-smart-enabled .cs-header.cs-scroll-sticky .cs-logo-hide .cs-header__logo {
  font-size: var(--cs-font-main-logo-size);
}
.cs-navbar-sticky-enabled .cs-header.cs-scroll-sticky .cs-logo-hide .cs-header__logo img, .cs-navbar-smart-enabled .cs-header.cs-scroll-sticky .cs-logo-hide .cs-header__logo img {
  max-height: calc(var(--cs-header-height) - 20px);
  opacity: 1;
}
@media (min-width: 992px) {
  .cs-navbar-sticky-enabled .cs-header.cs-scroll-sticky .cs-header__inner-desktop .cs-col-left .cs-header__more-toggle, .cs-navbar-smart-enabled .cs-header.cs-scroll-sticky .cs-header__inner-desktop .cs-col-left .cs-header__more-toggle {
    display: none;
  }
  .cs-navbar-sticky-enabled .cs-header.cs-scroll-sticky .cs-header__inner-desktop .cs-col-left .cs-logo-mobile, .cs-navbar-smart-enabled .cs-header.cs-scroll-sticky .cs-header__inner-desktop .cs-col-left .cs-logo-mobile {
    opacity: 1;
    visibility: visible;
    display: block;
  }
}
.cs-navbar-sticky-enabled .cs-header {
  position: sticky;
  top: 0;
}
.cs-navbar-sticky-enabled .cs-header.cs-scroll-sticky {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.0705882353);
}
.cs-navbar-smart-enabled .cs-header {
  transition: 0.4s;
  position: sticky;
  top: calc(0px - var(--cs-header-height) - var(--cs-header-border-width));
}
.cs-navbar-smart-enabled .cs-header.cs-header-smart-visible {
  top: 0px;
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.0705882353);
}
.cs-navbar-smart-enabled .cs-header.cs-scroll-active {
  top: 0;
  transform: translateY(-100%);
}
.cs-navbar-sticky-enabled.admin-bar .cs-header {
  top: 32px;
}
.cs-navbar-smart-enabled.admin-bar .cs-header {
  top: calc(32px - var(--cs-header-height) - var(--cs-header-border-width));
}
.cs-navbar-smart-enabled.admin-bar .cs-header.cs-header-smart-visible {
  top: 32px;
}

.cs-header-topbar {
  --cs-border-topbar-width: 2px;
  display: none;
}
.cs-header-topbar__top {
  position: relative;
}
.cs-header-topbar__top:after {
  content: "";
  display: block;
  width: 100%;
  height: var(--cs-header-topbar-border-width);
  background: var(--cs-color-border);
}
@media (min-width: 992px) {
  .cs-header-topbar {
    position: relative;
    z-index: 101;
    display: grid;
    grid-template-rows: minmax(0, 1fr);
    width: 100%;
    min-height: var(--cs-header-topbar-height);
  }
  .cs-header-topbar__inner {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    height: 100%;
  }
  .cs-header-topbar .cs-container {
    height: 100%;
  }
  .cs-header-topbar__top {
    min-height: 40px;
    background: var(--cs-header-topbar-background);
  }
  .cs-header-topbar__top .cs-header-topbar__inner:has(.cs-col-center:first-child:not(:only-child)):before {
    content: "";
    flex: 1;
    padding-right: 20px;
  }
  .cs-header-topbar__top .cs-header-topbar__inner:has(.cs-col-center:last-child:not(:only-child)):after {
    content: "";
    flex: 1;
    padding-left: 20px;
  }
  .cs-header-topbar__top .cs-col-center {
    flex: 4;
  }
  .cs-header-topbar__main {
    background: var(--cs-site-background);
  }
  .cs-header-topbar__main .cs-header-topbar__inner:has(.cs-col-center:first-child:not(:only-child)):before {
    content: "";
    flex: 1;
    padding-right: 20px;
  }
  .cs-header-topbar__main .cs-header-topbar__inner:has(.cs-col-center:last-child:not(:only-child)):after {
    content: "";
    flex: 1;
    padding-left: 20px;
  }
  .cs-header-topbar .cs-header__logo img {
    max-height: var(--cs-header-topbar-height);
  }
  .cs-header-topbar .cs-header__post {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 0;
  }
  .cs-header-topbar .cs-header__post .cs-entry__post-meta .post-categories a:not(:hover) {
    background: var(--cs-site-background);
  }
  .cs-header-topbar .cs-header__post-title {
    font-family: var(--cs-font-secondary-family), sans-serif;
    font-size: var(--cs-font-secondary-size);
    font-weight: var(--cs-font-secondary-weight);
    font-style: var(--cs-font-secondary-style);
    letter-spacing: var(--cs-font-secondary-letter-spacing);
    text-transform: var(--cs-font-secondary-text-transform);
    line-height: var(--cs-font-secondary-line-height);
  }
  .cs-header-topbar .cs-header__post-title {
    padding-bottom: 0.02em;
    font-size: 0.875rem;
    letter-spacing: -0.04em;
    text-decoration: none;
    color: var(--cs-color-primary);
    transition: 0.25s;
    overflow-wrap: break-word;
    word-wrap: break-word;
    word-break: break-word;
  }
  .cs-header-topbar .cs-header__post-title:hover {
    color: var(--cs-color-secondary);
  }
  .cs-header-topbar .cs-header__post-read-now {
    font-family: var(--cs-font-secondary-family), sans-serif;
    font-size: var(--cs-font-secondary-size);
    font-weight: var(--cs-font-secondary-weight);
    font-style: var(--cs-font-secondary-style);
    letter-spacing: var(--cs-font-secondary-letter-spacing);
    text-transform: var(--cs-font-secondary-text-transform);
    line-height: var(--cs-font-secondary-line-height);
  }
  .cs-header-topbar .cs-header__post-read-now {
    display: inline;
    padding-bottom: 0.02em;
    background: linear-gradient(to right, currentColor 0%, currentColor 98%);
    background-size: 100% 1px;
    background-repeat: no-repeat;
    background-position: var(--cs-underline-bg-position);
    color: var(--cs-color-primary);
    transition: 0.25s;
    text-decoration: none;
  }
  .cs-header-topbar .cs-header__post-read-now {
    font-size: 0.875rem;
    white-space: nowrap;
    transition: 0.25s;
  }
  .cs-header-topbar .cs-header__post-read-now:hover {
    background-size: 0px 1px;
    color: var(--cs-color-primary);
  }
}
.cs-header-topbar .cs-search__nav-form {
  position: relative;
  width: var(--cs-search-input-wigth);
  max-width: 100%;
}
.cs-header-topbar .cs-search__nav-form .cs-search__group {
  padding-left: 0;
  background-color: var(--cs-color-search-input-background);
  border: var(--cs-search-input-border-width) solid var(--cs-palette-color-gray-200);
  border-radius: var(--cs-search-input-border-radius);
}
.cs-header-topbar .cs-search__nav-form .cs-search__input {
  height: var(--cs-search-input-height);
  color: var(--cs-color-search-input);
  border-radius: 0;
}
.cs-header-topbar .cs-search__nav-form .cs-search__input::placeholder {
  color: var(--cs-color-search-input);
}
.cs-header-topbar .cs-search__nav-form .cs-search__submit {
  left: auto;
  right: 0;
  justify-content: center;
  height: var(--cs-search-input-height);
}
.cs-header-topbar .cs-search__nav-form .cs-search__submit .cs-icon {
  color: var(--cs-color-search-input);
  font-size: var(--cs-font-input-size);
}
.cs-header-topbar .cs-search__nav-form .cs-search__submit .cs-icon:hover {
  color: var(--cs-color-secondary);
}
.cs-header-topbar .cs-search__nav-form .cs-search__close {
  display: none;
}
.cs-search-active .cs-header-topbar {
  z-index: 0;
}

@media screen and (max-width: 782px) {
  .cs-navbar-sticky-enabled.admin-bar .cs-header {
    top: 46px;
  }
  .cs-navbar-smart-enabled.admin-bar .cs-header.cs-scroll-sticky {
    top: calc(46px - var(--cs-header-height) - 10px);
  }
  .cs-navbar-smart-enabled.admin-bar .cs-header.cs-scroll-sticky.cs-header-smart-visible {
    top: 46px;
  }
}
@media screen and (max-width: 600px) {
  .cs-navbar-sticky-enabled.admin-bar .cs-header {
    top: 0;
  }
  .cs-navbar-smart-enabled.admin-bar .cs-header.cs-scroll-sticky {
    top: calc(0 - var(--cs-header-height) - 10px);
  }
  .cs-navbar-smart-enabled.admin-bar .cs-header.cs-scroll-sticky.cs-header-smart-visible {
    top: -1px;
  }
}
.cs-header-overlay {
  display: none;
  position: fixed;
  top: var(--cs-wpadminbar-height);
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  background: rgba(var(--cs-color-overlay-background), 0.2);
  backdrop-filter: blur(3px);
}
.cs-search-visible .cs-header-overlay {
  z-index: 2;
}
@media (prefers-color-scheme: dark) {
  :root [data-scheme=auto] .cs-header-overlay {
    background: rgba(var(--cs-color-overlay-background), 0.2);
  }
}
[data-scheme=dark] .cs-header-overlay {
  background: rgba(var(--cs-color-overlay-background), 0.2);
}
@media (prefers-color-scheme: dark) {
  :root [data-scheme=auto][data-d=dark] .cs-header-overlay {
    background: rgba(var(--cs-color-overlay-background), 0.2);
  }
}
@media (prefers-color-scheme: light) {
  :root [data-scheme=auto][data-l=dark] .cs-header-overlay {
    background: rgba(var(--cs-color-overlay-background), 0.2);
  }
}
[data-scheme=inverse] .cs-header-overlay {
  background: rgba(var(--cs-color-overlay-background), 0.2);
}
@media (prefers-color-scheme: dark) {
  :root [data-scheme=auto][data-d=inverse] .cs-header-overlay {
    background: rgba(var(--cs-color-overlay-background), 0.2);
  }
}
@media (prefers-color-scheme: light) {
  :root [data-scheme=auto][data-l=inverse] .cs-header-overlay {
    background: rgba(var(--cs-color-overlay-background), 0.2);
  }
}
@media (min-width: 992px) {
  .cs-header-overlay {
    top: var(--cs-wpadminbar-height);
  }
}
@media (min-width: 992px) {
  .cs-scroll-sticky .cs-header-overlay {
    top: var(--cs-wpadminbar-height);
  }
}
.cs-search-visible .cs-header-overlay {
  display: block;
}
.cs-burger-visible .cs-header-overlay {
  display: block;
}
.cs-more-visible .cs-header-overlay {
  display: block;
}

.cs-header:has(.cs-header__nav-inner > li.cs-mega-menu:not(.touch-device):hover) .cs-header-overlay, .cs-header:has(.cs-header__nav-inner > li.cs-featured-menu:not(.touch-device):hover) .cs-header-overlay, .cs-header:has(.cs-header__nav-inner > li.cs-categories-menu:not(.touch-device):hover) .cs-header-overlay, .cs-header:has(.cs-header__nav-inner > li.menu-item-has-children:not(.touch-device):hover) .cs-header-overlay {
  display: block;
}
.cs-header.cs-burger-visible:has(.cs-header__nav-inner > li.cs-mega-menu:not(.touch-device):hover) .cs-header-overlay, .cs-header.cs-burger-visible:has(.cs-header__nav-inner > li.cs-featured-menu:not(.touch-device):hover) .cs-header-overlay, .cs-header.cs-burger-visible:has(.cs-header__nav-inner > li.cs-categories-menu:not(.touch-device):hover) .cs-header-overlay, .cs-header.cs-burger-visible:has(.cs-header__nav-inner > li.menu-item-has-children:not(.touch-device):hover) .cs-header-overlay, .cs-header.cs-search-visible:has(.cs-header__nav-inner > li.cs-mega-menu:not(.touch-device):hover) .cs-header-overlay, .cs-header.cs-search-visible:has(.cs-header__nav-inner > li.cs-featured-menu:not(.touch-device):hover) .cs-header-overlay, .cs-header.cs-search-visible:has(.cs-header__nav-inner > li.cs-categories-menu:not(.touch-device):hover) .cs-header-overlay, .cs-header.cs-search-visible:has(.cs-header__nav-inner > li.menu-item-has-children:not(.touch-device):hover) .cs-header-overlay {
  z-index: -1;
}

@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*
Theme Name:           Sugar Blog
Theme URI:            https://sugar.codesupply.co
Description:          Modern WordPress Personal Blog Theme
Documentation URI:    https://support.codesupply.co/documentation/sugar/
Author:               Code Supply Co.
Author URI:           https://codesupply.co
Version:              1.0.2
Tested up to:         6.8
Requires at least:    6.0
Requires PHP:         7.0
Tags:                 custom-colors, editor-style, theme-options, custom-menu, sticky-post, right-sidebar, translation-ready
License:              GNU General Public License version 3.0
License URI:          http://www.gnu.org/licenses/gpl-3.0.html
Text Domain:          sugar-blog
*/
.cs-search {
  display: none;
  flex-direction: column;
  opacity: 0;
  visibility: hidden;
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 999;
  width: 100%;
  max-width: 1002px;
  height: unset;
  max-height: calc(100vh - var(--cs-wpadminbar-height) - var(--cs-header-height) - var(--cs-header-border-width));
  transform: translate(-50%, -50%);
  overflow: hidden;
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
  background: var(--cs-header-background, var(--cs-site-background));
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.08);
  -webkit-overflow-scrolling: touch;
}
@media (max-width: 1199.98px) {
  .cs-search {
    width: calc(100% - 2 * 24px);
  }
}
@media (max-width: 767.98px) {
  .cs-search {
    max-width: calc(var(--cs-mobile-container) - 2 * 24px);
  }
}
@media (max-width: 575.98px) {
  .cs-search {
    top: var(--cs-wpadminbar-height);
    left: 0;
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    transform: none;
  }
}
.cs-adminbar-mobile-scrolled .cs-search {
  top: 0;
}
@media screen and (max-width: 600px) {
  .cs-adminbar-mobile-scrolled .cs-search {
    --cs-wpadminbar-height: 0px;
  }
}
@media screen and (min-width: 601px) {
  .cs-adminbar-mobile-scrolled .cs-search {
    top: var(--cs-wpadminbar-height);
  }
}
.cs-search::-webkit-scrollbar {
  display: none;
}
.cs-search-visible .cs-search {
  opacity: 1;
  visibility: visible;
}
.cs-search-visible:has(.cs-header__nav-inner > li.menu-item-has-children:not(.touch-device):hover) .cs-search {
  z-index: -2;
}
.cs-search__inner {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 2.5rem;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 575.98px) {
  .cs-search__inner {
    padding: 1.5rem;
  }
}
.cs-search__form-header {
  font-family: var(--cs-font-headings-family), sans-serif;
  font-weight: var(--cs-font-headings-weight);
  font-style: var(--cs-font-headings-style);
  text-transform: var(--cs-font-headings-text-transform);
  line-height: var(--cs-font-headings-line-height);
  letter-spacing: var(--cs-font-headings-letter-spacing);
}
.cs-search__form-header {
  padding-bottom: 1rem;
  position: relative;
}
@media (min-width: 576px) {
  .cs-search__form-header {
    font-size: 1.3125em;
  }
}
.cs-search__form-header .cs-header__toggle {
  position: absolute;
  right: -2.75rem;
  top: -2.625rem;
}
@media (max-width: 575.98px) {
  .cs-search__form-header .cs-header__toggle {
    right: -0.625rem;
    top: -0.5rem;
  }
}
.cs-search__post-area.cs-posts-area__main {
  --cs-posts-area-grid-columns: 1;
}
.cs-search .cs-posts-area__outer {
  margin-top: 1.5rem;
}
.cs-search .cs-posts-area__posts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-column-gap: var(--cs-posts-column-gap, 2rem);
  grid-row-gap: var(--cs-posts-row-gap, 2rem);
}
@media (max-width: 767.98px) {
  .cs-search .cs-posts-area__posts {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
.cs-search .cs-posts-area__posts .cs-entry__title {
  font-size: 1.3125em;
}

.cs-search__popular {
  display: flex;
}
.cs-search__popular-header {
  font-family: var(--cs-font-section-headings-family), sans-serif;
  font-weight: var(--cs-font-section-headings-weight);
  font-style: var(--cs-font-section-headings-style);
  letter-spacing: var(--cs-font-section-headings-letter-spacing);
  text-transform: var(--cs-font-section-headings-text-transform);
  line-height: var(--cs-font-section-headings-line-height);
}
.cs-search__popular-header {
  padding-right: 0.5rem;
  color: var(--cs-color-primary);
  white-space: nowrap;
}
.cs-search__popular-categories a {
  white-space: nowrap;
}

.cs-search-active {
  overflow: hidden;
}
.cs-search-active .cs-search {
  visibility: visible;
  opacity: 1;
  display: flex;
}

/*
Theme Name:           Sugar Blog
Theme URI:            https://sugar.codesupply.co
Description:          Modern WordPress Personal Blog Theme
Documentation URI:    https://support.codesupply.co/documentation/sugar/
Author:               Code Supply Co.
Author URI:           https://codesupply.co
Version:              1.0.2
Tested up to:         6.8
Requires at least:    6.0
Requires PHP:         7.0
Tags:                 custom-colors, editor-style, theme-options, custom-menu, sticky-post, right-sidebar, translation-ready
License:              GNU General Public License version 3.0
License URI:          http://www.gnu.org/licenses/gpl-3.0.html
Text Domain:          sugar-blog
*/
.cs-featured-menu.cs-mega-menu > .sub-menu-featured {
  display: none !important;
}
.cs-featured-menu > .sub-menu {
  width: 100%;
  right: 0;
  padding: 2.5rem 0;
}
.cs-featured-menu .cs-fm__content-posts {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
}
.cs-featured-menu .menu-post-item-standard .cs-entry__outer {
  display: grid;
  grid-template-rows: auto minmax(0, 1fr);
  gap: 1rem;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
}
.cs-featured-menu .menu-post-item-standard .cs-entry__info:not(:first-child) {
  margin-top: 0.5rem;
}
@media (min-width: 992px) {
  .cs-featured-menu .menu-post-item-standard .cs-entry__title {
    font-size: 1.3125rem;
  }
}
.cs-featured-menu .menu-post-item-standard .cs-entry__excerpt {
  margin-top: 0.625rem;
  max-width: 524px;
}

.active-menu .featured-menu-item {
  opacity: 0;
  transform: translateY(20px);
  animation: fadeInUp 0.45s ease forwards;
}
.active-menu .featured-menu-item:nth-child(1) {
  animation-delay: 0s;
}
.active-menu .featured-menu-item:nth-child(2) {
  animation-delay: 0.15s;
}
.active-menu .featured-menu-item:nth-child(3) {
  animation-delay: 0.3s;
}
.active-menu .featured-menu-item:nth-child(4) {
  animation-delay: 0.45s;
}

@keyframes fadeInUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/*
Theme Name:           Sugar Blog
Theme URI:            https://sugar.codesupply.co
Description:          Modern WordPress Personal Blog Theme
Documentation URI:    https://support.codesupply.co/documentation/sugar/
Author:               Code Supply Co.
Author URI:           https://codesupply.co
Version:              1.0.2
Tested up to:         6.8
Requires at least:    6.0
Requires PHP:         7.0
Tags:                 custom-colors, editor-style, theme-options, custom-menu, sticky-post, right-sidebar, translation-ready
License:              GNU General Public License version 3.0
License URI:          http://www.gnu.org/licenses/gpl-3.0.html
Text Domain:          sugar-blog
*/
.cs-categories-menu.cs-mega-menu > .sub-menu-featured {
  display: none !important;
}
.cs-categories-menu > .sub-menu {
  width: 100%;
  right: 0;
  padding: 2rem 0;
}
.cs-categories-menu .cs-featured-categories__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  grid-column-gap: 2rem;
  grid-row-gap: 2.5rem;
}
@media (min-width: 576px) and (max-width: 1199.98px) {
  .cs-categories-menu .cs-featured-categories__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 992px) {
  .cs-categories-menu .cs-featured-categories__grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
.cs-categories-menu .cs-featured-categories__item {
  position: relative;
  transition: 0.25s;
}
.cs-categories-menu .cs-featured-categories__item-thumbnail {
  border-radius: var(--cs-thumbnail-border-radius);
  position: relative;
  overflow: hidden;
}
.cs-categories-menu .cs-featured-categories__item-thumbnail a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.cs-categories-menu .cs-featured-categories__item-thumbnail img {
  width: 100%;
  height: 100%;
  max-height: 100%;
  object-fit: cover;
  transition: 0.25s;
}
.cs-categories-menu .cs-featured-categories__item-thumbnail:hover img {
  transform: scale(1.025);
}
.cs-categories-menu .cs-featured-categories__item-title {
  width: max-content;
  margin: 0 auto;
  margin-top: -1.25rem;
}
.cs-categories-menu .cs-featured-categories__item-title a {
  font-family: var(--cs-font-headings-family), sans-serif;
  font-weight: var(--cs-font-headings-weight);
  font-style: var(--cs-font-headings-style);
  text-transform: var(--cs-font-headings-text-transform);
  line-height: var(--cs-font-headings-line-height);
  letter-spacing: var(--cs-font-headings-letter-spacing);
}
.cs-categories-menu .cs-featured-categories__item-title a {
  position: relative;
  display: flex;
  align-items: center;
  padding: 0.375rem 1rem;
  background: var(--cs-category-bg-color, var(--cs-layout-background));
  color: var(--cs-category-color, var(--cs-color-primary));
  border-radius: var(--cs-tag-border-radius);
  border: 6px solid var(--cs-color-primary-contrast);
  transition: 0.25s;
  text-transform: uppercase;
  font-size: 1.125rem;
  text-decoration: none;
}
@media (prefers-color-scheme: dark) {
  :root [data-scheme=auto] .cs-categories-menu .cs-featured-categories__item-title a {
    border-color: var(--cs-site-background);
  }
}
[data-scheme=dark] .cs-categories-menu .cs-featured-categories__item-title a {
  border-color: var(--cs-site-background);
}
@media (prefers-color-scheme: dark) {
  :root [data-scheme=auto][data-d=dark] .cs-categories-menu .cs-featured-categories__item-title a {
    border-color: var(--cs-site-background);
  }
}
@media (prefers-color-scheme: light) {
  :root [data-scheme=auto][data-l=dark] .cs-categories-menu .cs-featured-categories__item-title a {
    border-color: var(--cs-site-background);
  }
}
.cs-categories-menu .cs-featured-categories__item-title a:hover {
  background: var(--cs-category-bg-hover-color, var(--cs-layout-background));
}
.cs-categories-menu .cs-featured-categories__item-description {
  font-family: var(--cs-font-entry-excerpt-family), sans-serif;
  font-weight: var(--cs-font-entry-excerpt-weight);
  font-size: var(--cs-font-entry-excerpt-size);
  letter-spacing: var(--cs-font-entry-excerpt-letter-spacing);
  line-height: var(--cs-font-entry-excerpt-line-height);
}
.cs-categories-menu .cs-featured-categories__item-description {
  margin-top: 0.25rem;
  color: var(--cs-color-description, var(--cs-color-secondary));
  text-align: center;
  padding: 0 1rem;
  font-size: 0.875rem;
}

.active-menu .cs-featured-categories__item {
  opacity: 0;
  transform: translateY(20px);
  animation: fadeInUp 0.45s ease forwards;
}
.active-menu .cs-featured-categories__item:nth-child(1) {
  animation-delay: 0s;
}
.active-menu .cs-featured-categories__item:nth-child(2) {
  animation-delay: 0.15s;
}
.active-menu .cs-featured-categories__item:nth-child(3) {
  animation-delay: 0.3s;
}
.active-menu .cs-featured-categories__item:nth-child(4) {
  animation-delay: 0.45s;
}

@keyframes fadeInUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/*
Theme Name:           Sugar Blog
Theme URI:            https://sugar.codesupply.co
Description:          Modern WordPress Personal Blog Theme
Documentation URI:    https://support.codesupply.co/documentation/sugar/
Author:               Code Supply Co.
Author URI:           https://codesupply.co
Version:              1.0.2
Tested up to:         6.8
Requires at least:    6.0
Requires PHP:         7.0
Tags:                 custom-colors, editor-style, theme-options, custom-menu, sticky-post, right-sidebar, translation-ready
License:              GNU General Public License version 3.0
License URI:          http://www.gnu.org/licenses/gpl-3.0.html
Text Domain:          sugar-blog
*/
.cs-burger-menu {
  display: none;
  position: absolute;
  top: calc(var(--cs-header-initial-height) + var(--cs-header-border-width));
  left: 0;
  z-index: 110;
  flex-direction: column;
  width: 100%;
  max-height: calc(100vh - var(--cs-wpadminbar-height) - var(--cs-header-initial-height) - var(--cs-header-border-width) - var(--cs-header-topbar-height));
  height: auto;
  overflow: hidden;
  overflow-y: scroll;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
  transition: 0.4s;
  opacity: 0;
  background: var(--cs-header-submenu-background, var(--cs-site-background));
}
.cs-burger-menu .cs-container {
  position: relative;
}
@media (min-width: 992px) {
  .cs-scroll-sticky .cs-burger-menu {
    top: calc(var(--cs-header-height) + var(--cs-header-border-width));
    max-height: calc(100vh - var(--cs-wpadminbar-height) - var(--cs-header-height) - var(--cs-header-border-width));
    margin-bottom: calc(var(--cs-header-height));
  }
}
.cs-burger-menu__content {
  display: grid;
  align-items: start;
  margin: 2.5rem 0;
  padding: 0;
  gap: 3rem;
}
@media (min-width: 992px) {
  .cs-burger-menu__content {
    grid-template-columns: repeat(2, 1fr);
    gap: 3rem;
  }
}
.cs-burger-menu__content:has(.cs-burger-menu__left):has(.cs-burger-menu__right) .cs-burger-menu__left {
  position: relative;
}
.cs-burger-menu__content:has(.cs-burger-menu__left):has(.cs-burger-menu__right) .cs-burger-menu__left:after {
  position: absolute;
  content: "";
  top: 0;
  right: -0.25rem;
  width: 1px;
  height: 100%;
  background: var(--cs-color-border);
}
.cs-burger-menu__content .cs-burger-menu__nav {
  display: block;
  margin-top: -0.1875rem;
  padding-top: 0;
  border: none;
}
.cs-burger-menu__content .cs-burger-menu__nav-menu {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cs-burger-menu__content .cs-burger-menu__nav-menu {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  column-gap: 0.5rem;
  row-gap: 1.5rem;
}
.cs-burger-menu__content .cs-burger-menu__nav-menu .menu-item {
  width: auto;
}
.cs-burger-menu__content .cs-burger-menu__nav-menu .menu-item > a {
  font-family: var(--cs-font-submenu-family), sans-serif;
  font-size: var(--cs-font-submenu-size);
  line-height: var(--cs-font-submenu-line-height);
  font-weight: var(--cs-font-submenu-weight);
  font-style: var(--cs-font-submenu-style);
  letter-spacing: var(--cs-font-submenu-letter-spacing);
  text-transform: var(--cs-font-submenu-text-transform);
}
.cs-burger-menu__content .cs-burger-menu__nav-menu .menu-item > a {
  width: 100%;
  padding: 0;
  color: var(--cs-color-primary);
  transition: 0.25s;
  text-decoration: none;
}
.cs-burger-menu__content .cs-burger-menu__nav-menu .menu-item > a:hover {
  color: var(--cs-color-secondary);
}
.cs-burger-menu__content .cs-burger-menu__nav-menu .menu-item-has-children > a {
  width: 100%;
  padding: 0;
}
.cs-burger-menu__content .cs-burger-menu__nav-menu .menu-item-has-children > a:has(.menu-item-tag) {
  position: relative;
  display: flex;
  align-items: center;
  white-space: nowrap;
  text-decoration: none;
}
.cs-burger-menu__content .cs-burger-menu__nav-menu .menu-item-has-children span:not(.menu-item-tag) {
  display: none;
}
.cs-burger-menu__content .cs-burger-menu__nav-menu .menu-item-has-children .sub-menu {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cs-burger-menu__content .cs-burger-menu__nav-menu .menu-item-has-children .sub-menu {
  display: flex;
  flex-direction: column;
  padding-top: 0.625rem;
}
.cs-burger-menu__content .cs-burger-menu__nav-menu .menu-item-has-children .sub-menu li {
  padding: 0.5rem 0 0 0;
}
.cs-burger-menu__content .cs-burger-menu__nav-menu .menu-item-has-children .sub-menu li:first-child {
  padding: 0;
}
.cs-burger-menu__content .cs-burger-menu__nav-menu .menu-item-has-children .sub-menu a {
  font-family: var(--cs-font-footer-submenu-family), sans-serif;
  font-size: var(--cs-font-footer-submenu-size);
  font-weight: var(--cs-font-footer-submenu-weight);
  font-style: var(--cs-font-footer-submenu-style);
  letter-spacing: var(--cs-font-footer-submenu-letter-spacing);
  text-transform: var(--cs-font-footer-submenu-text-transform);
  line-height: var(--cs-font-footer-submenu-line-height);
}
.cs-burger-menu__content .cs-burger-menu__nav-menu .menu-item-has-children .sub-menu a {
  display: inline-block;
  text-decoration: none;
  color: var(--cs-color-primary);
  transition: 0.25s;
}
.cs-burger-menu__content .cs-burger-menu__nav-menu .menu-item-has-children .sub-menu a:has(.menu-item-tag) {
  position: relative;
  display: flex;
  align-items: center;
  white-space: nowrap;
  text-decoration: none;
}
.cs-burger-menu__content .cs-burger-menu__nav-menu .menu-item-has-children .sub-menu a:hover {
  color: var(--cs-color-accent);
}
.cs-burger-menu__content .cs-burger-menu__nav-menu > .menu-item {
  min-width: 180px;
}
.cs-burger-visible .cs-burger-menu__content .cs-burger-menu__nav-menu > .menu-item {
  opacity: 0;
  transform: translateY(20px);
  animation: fadeInUp 0.45s ease forwards;
}
.cs-burger-visible .cs-burger-menu__content .cs-burger-menu__nav-menu > .menu-item:nth-child(1) {
  animation-delay: 0s;
}
.cs-burger-visible .cs-burger-menu__content .cs-burger-menu__nav-menu > .menu-item:nth-child(2) {
  animation-delay: 0.15s;
}
.cs-burger-visible .cs-burger-menu__content .cs-burger-menu__nav-menu > .menu-item:nth-child(3) {
  animation-delay: 0.3s;
}
.cs-burger-visible .cs-burger-menu__content .cs-burger-menu__nav-menu > .menu-item:nth-child(4) {
  animation-delay: 0.45s;
}
.cs-burger-visible .cs-burger-menu__content .cs-burger-menu__nav-menu > .menu-item:nth-child(5) {
  animation-delay: 0.6s;
}
.cs-burger-visible .cs-burger-menu__content .cs-burger-menu__nav-menu > .menu-item:nth-child(6) {
  animation-delay: 0.75s;
}
.cs-burger-menu__post-area.cs-posts-area__main {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
}
.cs-burger-menu__post-area.cs-posts-area__main .entry__content {
  justify-content: flex-start;
}
.cs-burger-menu__post-area.cs-posts-area__main .cs-entry__title {
  font-size: 1.3125em;
}
.cs-burger-menu__heading {
  font-family: var(--cs-font-section-headings-family), sans-serif;
  font-weight: var(--cs-font-section-headings-weight);
  font-style: var(--cs-font-section-headings-style);
  letter-spacing: var(--cs-font-section-headings-letter-spacing);
  text-transform: var(--cs-font-section-headings-text-transform);
  line-height: var(--cs-font-section-headings-line-height);
}
.cs-burger-menu__heading {
  margin-bottom: 1rem;
}
.cs-burger-visible:has(.cs-header__nav-inner > li.menu-item-has-children:not(.touch-device):hover) .cs-burger-menu {
  z-index: -2;
}

@keyframes fadeInUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.cs-burger-active {
  overflow: hidden;
}
.cs-burger-active .cs-header__burger-toggle .cs-svg-icon-menu {
  display: none;
}
.cs-burger-active .cs-header__burger-toggle .cs-icon-close {
  font-size: 1.625rem;
  display: block;
}
.cs-burger-active .cs-burger-menu {
  display: flex;
  visibility: visible;
  opacity: 1;
}

/*
Theme Name:           Sugar Blog
Theme URI:            https://sugar.codesupply.co
Description:          Modern WordPress Personal Blog Theme
Documentation URI:    https://support.codesupply.co/documentation/sugar/
Author:               Code Supply Co.
Author URI:           https://codesupply.co
Version:              1.0.2
Tested up to:         6.8
Requires at least:    6.0
Requires PHP:         7.0
Tags:                 custom-colors, editor-style, theme-options, custom-menu, sticky-post, right-sidebar, translation-ready
License:              GNU General Public License version 3.0
License URI:          http://www.gnu.org/licenses/gpl-3.0.html
Text Domain:          sugar-blog
*/
.cs-more {
  display: none;
  position: absolute;
  top: calc(var(--cs-header-initial-height) + var(--cs-header-border-width));
  left: 0;
  z-index: 110;
  flex-direction: column;
  width: 100%;
  max-height: calc(100vh - var(--cs-wpadminbar-height) - var(--cs-header-initial-height) - var(--cs-header-border-width) - var(--cs-header-topbar-height));
  height: auto;
  overflow: hidden;
  overflow-y: scroll;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
  transition: 0.4s;
  opacity: 0;
  background: var(--cs-header-submenu-background, var(--cs-site-background));
  padding: 2rem;
}
@media (max-width: 575.98px) {
  .cs-more {
    padding: 2rem 1.5rem;
    max-height: 100vh;
  }
  .cs-more .cs-container {
    padding: 0;
  }
}
.cs-more .cs-container {
  position: relative;
}
@media (min-width: 992px) {
  .cs-scroll-sticky .cs-more {
    top: calc(var(--cs-header-height) + var(--cs-header-border-width));
    max-height: calc(100vh - var(--cs-wpadminbar-height) - var(--cs-header-height) - var(--cs-header-border-width));
    margin-bottom: calc(var(--cs-header-height));
  }
}

.cs-more-connect {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 2rem;
}
@media (min-width: 768px) {
  .cs-more-connect {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 1200px) {
  .cs-more-connect {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media (max-width: 991.98px) {
  .cs-more-connect {
    gap: 1rem;
  }
}
.cs-more-connect__item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  overflow: hidden;
  padding: 1rem 1.5rem;
}
.cs-more-visible .cs-more-connect__item {
  opacity: 0;
  transform: translateY(20px);
  animation: fadeInUp 0.45s ease forwards;
}
.cs-more-visible .cs-more-connect__item:nth-child(1) {
  animation-delay: 0s;
}
.cs-more-visible .cs-more-connect__item:nth-child(2) {
  animation-delay: 0.15s;
}
.cs-more-visible .cs-more-connect__item:nth-child(3) {
  animation-delay: 0.3s;
}
.cs-more-visible .cs-more-connect__item:nth-child(4) {
  animation-delay: 0.45s;
}
.cs-more-connect__content {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0.5rem;
  background: var(--cs-color-primary-contrast);
  padding: 0.5rem 0.75rem 0.5rem 0.5rem;
  border-radius: 300px;
}
@media (prefers-color-scheme: dark) {
  :root [data-scheme=auto] .cs-more-connect__content {
    background: var(--cs-color-primary);
  }
}
[data-scheme=dark] .cs-more-connect__content {
  background: var(--cs-color-primary);
}
@media (prefers-color-scheme: dark) {
  :root [data-scheme=auto][data-d=dark] .cs-more-connect__content {
    background: var(--cs-color-primary);
  }
}
@media (prefers-color-scheme: light) {
  :root [data-scheme=auto][data-l=dark] .cs-more-connect__content {
    background: var(--cs-color-primary);
  }
}
.cs-more-connect__image {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.cs-more-connect__image img {
  width: 100%;
  height: 100%;
  max-height: 100%;
  object-fit: cover;
}
.cs-more-connect__heading span,
.cs-more-connect__heading a {
  color: var(--cs-heading-color, var(--cs-color-primary));
  text-decoration: none;
  transition: 0.25s;
}
.cs-more-connect__heading span,
.cs-more-connect__heading a {
  font-family: var(--cs-font-headings-family), sans-serif;
  font-weight: var(--cs-font-headings-weight);
  font-style: var(--cs-font-headings-style);
  text-transform: var(--cs-font-headings-text-transform);
  line-height: var(--cs-font-headings-line-height);
  letter-spacing: var(--cs-font-headings-letter-spacing);
}
@media (min-width: 576px) {
  .cs-more-connect__heading span,
  .cs-more-connect__heading a {
    font-size: 1.3125em;
  }
}
@media (prefers-color-scheme: dark) {
  :root [data-scheme=auto] .cs-more-connect__heading span,
  :root [data-scheme=auto] .cs-more-connect__heading a {
    color: var(--cs-color-primary-contrast);
  }
}
[data-scheme=dark] .cs-more-connect__heading span,
[data-scheme=dark] .cs-more-connect__heading a {
  color: var(--cs-color-primary-contrast);
}
@media (prefers-color-scheme: dark) {
  :root [data-scheme=auto][data-d=dark] .cs-more-connect__heading span,
  :root [data-scheme=auto][data-d=dark] .cs-more-connect__heading a {
    color: var(--cs-color-primary-contrast);
  }
}
@media (prefers-color-scheme: light) {
  :root [data-scheme=auto][data-l=dark] .cs-more-connect__heading span,
  :root [data-scheme=auto][data-l=dark] .cs-more-connect__heading a {
    color: var(--cs-color-primary-contrast);
  }
}
.cs-more-connect__heading a {
  display: flex;
  align-items: center;
  position: relative;
  transition: 0.25s;
  white-space: nowrap;
  gap: 0.25rem;
}
.cs-more-connect__heading a:after {
  font-family: "cs-icons" !important;
  font-style: normal !important;
  content: "\e90e";
  transition: 0.25s;
  z-index: 1;
  opacity: 1;
  right: 0.4375rem;
  color: var(--cs-color-primary);
}
@media (prefers-color-scheme: dark) {
  :root [data-scheme=auto] .cs-more-connect__heading a:after {
    color: var(--cs-color-primary-contrast);
  }
}
[data-scheme=dark] .cs-more-connect__heading a:after {
  color: var(--cs-color-primary-contrast);
}
@media (prefers-color-scheme: dark) {
  :root [data-scheme=auto][data-d=dark] .cs-more-connect__heading a:after {
    color: var(--cs-color-primary-contrast);
  }
}
@media (prefers-color-scheme: light) {
  :root [data-scheme=auto][data-l=dark] .cs-more-connect__heading a:after {
    color: var(--cs-color-primary-contrast);
  }
}
@media (prefers-color-scheme: dark) {
  :root [data-scheme=auto] .cs-more-connect__heading a {
    color: var(--cs-color-primary-contrast);
  }
}
[data-scheme=dark] .cs-more-connect__heading a {
  color: var(--cs-color-primary-contrast);
}
@media (prefers-color-scheme: dark) {
  :root [data-scheme=auto][data-d=dark] .cs-more-connect__heading a {
    color: var(--cs-color-primary-contrast);
  }
}
@media (prefers-color-scheme: light) {
  :root [data-scheme=auto][data-l=dark] .cs-more-connect__heading a {
    color: var(--cs-color-primary-contrast);
  }
}
.cs-more-connect__heading a:hover {
  color: var(--cs-color-accent);
}
.cs-more-connect__heading a:hover:after {
  color: var(--cs-color-accent);
  content: "\e919";
}
.cs-more-connect__subheading {
  font-family: var(--cs-font-base-family), sans-serif;
  font-size: var(--cs-font-base-size);
  font-weight: var(--cs-font-base-weight);
  font-style: var(--cs-font-base-style);
  line-height: var(--cs-font-base-line-height);
  letter-spacing: var(--cs-font-base-letter-spacing);
}
.cs-more-connect__subheading {
  color: var(--cs-subheading-color, var(--cs-color-primary));
  text-align: center;
}
@media (prefers-color-scheme: dark) {
  :root [data-scheme=auto] .cs-more-connect__subheading {
    color: var(--cs-color-primary-contrast);
  }
}
[data-scheme=dark] .cs-more-connect__subheading {
  color: var(--cs-color-primary-contrast);
}
@media (prefers-color-scheme: dark) {
  :root [data-scheme=auto][data-d=dark] .cs-more-connect__subheading {
    color: var(--cs-color-primary-contrast);
  }
}
@media (prefers-color-scheme: light) {
  :root [data-scheme=auto][data-l=dark] .cs-more-connect__subheading {
    color: var(--cs-color-primary-contrast);
  }
}
.cs-more-connect__subheading:not(:first-child) {
  margin-top: 0.5rem;
}

@keyframes fadeInUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.cs-more-active {
  overflow: hidden;
}
.cs-more-active .cs-more {
  display: flex;
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/
/*
Theme Name:           Sugar Blog
Theme URI:            https://sugar.codesupply.co
Description:          Modern WordPress Personal Blog Theme
Documentation URI:    https://support.codesupply.co/documentation/sugar/
Author:               Code Supply Co.
Author URI:           https://codesupply.co
Version:              1.0.2
Tested up to:         6.8
Requires at least:    6.0
Requires PHP:         7.0
Tags:                 custom-colors, editor-style, theme-options, custom-menu, sticky-post, right-sidebar, translation-ready
License:              GNU General Public License version 3.0
License URI:          http://www.gnu.org/licenses/gpl-3.0.html
Text Domain:          sugar-blog
*/
.cs-footer {
  position: relative;
  z-index: 3;
  background: var(--cs-footer-background);
  border-top: 1px solid var(--cs-color-border);
}
.cs-footer__col {
  display: flex;
}
.cs-footer__item-top-bar {
  padding: 4rem 0 4rem 0;
}
.cs-footer__item-top-bar .cs-footer__item-inner {
  display: grid;
  grid-template-columns: 1fr;
}
.cs-footer__item-top-bar .cs-col-center {
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.cs-footer__item-center-bar {
  border-top: 1px solid var(--cs-color-border);
  padding: 4rem 0 4rem 0;
}
.cs-footer__item-center-bar .cs-footer__item-inner {
  display: grid;
  gap: 32px;
  align-items: flex-start;
}
@media (max-width: 991.98px) {
  .cs-footer__item-center-bar .cs-footer__item-inner {
    grid-template-columns: 1fr;
  }
}
@media (min-width: 992px) {
  .cs-footer__item-center-bar .cs-footer__item-inner {
    grid-template-columns: 1fr auto;
  }
}
.cs-footer__item-center-bar .cs-col-right {
  display: flex;
  flex-direction: column;
}
.cs-footer__item-bottom-bar {
  padding: 16px 0;
  background: var(--cs-layout-background);
}
.cs-footer__item-bottom-bar .cs-footer__item-inner {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
}
@media (min-width: 768px) {
  .cs-footer__item-bottom-bar .cs-footer__item-inner {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 40px;
  }
}
.cs-footer__item-bottom-bar .cs-footer__col {
  align-items: center;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cs-footer__item-bottom-bar .cs-col-right {
    justify-content: flex-end;
  }
}
.cs-footer__logo {
  white-space: nowrap;
  flex: none;
}
.cs-footer__logo {
  font-family: var(--cs-font-footer-logo-family), sans-serif;
  font-size: var(--cs-font-footer-logo-size);
  font-weight: var(--cs-font-footer-logo-weight);
  font-style: var(--cs-font-footer-logo-style);
  letter-spacing: var(--cs-font-footer-logo-letter-spacing);
  text-transform: var(--cs-font-footer-logo-text-transform);
}
.cs-footer__logo {
  color: var(--cs-color-primary);
  text-decoration: none;
}
.cs-footer__logo:has(img) {
  padding: 0;
}
.cs-footer__logo:has(img) img {
  width: auto;
}
.cs-footer__logo.cs-logo-dark {
  display: none;
}
@media (prefers-color-scheme: dark) {
  :root [data-scheme=auto] .cs-footer__logo.cs-logo-dark {
    display: block;
  }
}
[data-scheme=dark] .cs-footer__logo.cs-logo-dark {
  display: block;
}
@media (prefers-color-scheme: dark) {
  :root [data-scheme=auto][data-d=dark] .cs-footer__logo.cs-logo-dark {
    display: block;
  }
}
@media (prefers-color-scheme: light) {
  :root [data-scheme=auto][data-l=dark] .cs-footer__logo.cs-logo-dark {
    display: block;
  }
}
[data-scheme=inverse] .cs-footer__logo.cs-logo-dark {
  display: block;
}
@media (prefers-color-scheme: dark) {
  :root [data-scheme=auto][data-d=inverse] .cs-footer__logo.cs-logo-dark {
    display: block;
  }
}
@media (prefers-color-scheme: light) {
  :root [data-scheme=auto][data-l=inverse] .cs-footer__logo.cs-logo-dark {
    display: block;
  }
}
@media (prefers-color-scheme: dark) {
  :root [data-scheme=auto] .cs-footer__logo.cs-logo-default {
    display: none;
  }
}
[data-scheme=dark] .cs-footer__logo.cs-logo-default {
  display: none;
}
@media (prefers-color-scheme: dark) {
  :root [data-scheme=auto][data-d=dark] .cs-footer__logo.cs-logo-default {
    display: none;
  }
}
@media (prefers-color-scheme: light) {
  :root [data-scheme=auto][data-l=dark] .cs-footer__logo.cs-logo-default {
    display: none;
  }
}
[data-scheme=inverse] .cs-footer__logo.cs-logo-default {
  display: none;
}
@media (prefers-color-scheme: dark) {
  :root [data-scheme=auto][data-d=inverse] .cs-footer__logo.cs-logo-default {
    display: none;
  }
}
@media (prefers-color-scheme: light) {
  :root [data-scheme=auto][data-l=inverse] .cs-footer__logo.cs-logo-default {
    display: none;
  }
}
.cs-footer__description {
  font-family: var(--cs-font-entry-excerpt-family), sans-serif;
  font-weight: var(--cs-font-entry-excerpt-weight);
  font-size: var(--cs-font-entry-excerpt-size);
  letter-spacing: var(--cs-font-entry-excerpt-letter-spacing);
  line-height: var(--cs-font-entry-excerpt-line-height);
}
.cs-footer__description {
  max-width: 400px;
  color: var(--cs-color-secondary);
  text-align: center;
  font-size: 1.125em;
}
.cs-footer__nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cs-footer__nav {
  line-height: 1;
  margin-top: -0.2em;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.cs-footer__nav > li > a {
  font-family: var(--cs-font-secondary-family), sans-serif;
  font-size: var(--cs-font-secondary-size);
  font-weight: var(--cs-font-secondary-weight);
  font-style: var(--cs-font-secondary-style);
  letter-spacing: var(--cs-font-secondary-letter-spacing);
  text-transform: var(--cs-font-secondary-text-transform);
  line-height: var(--cs-font-secondary-line-height);
}
.cs-footer__nav > li > a {
  display: inline;
  padding-bottom: 0.02em;
  background: linear-gradient(to right, currentColor 0%, currentColor 98%);
  background-size: 0px 1px;
  background-repeat: no-repeat;
  background-position: var(--cs-underline-bg-position);
  color: var(--cs-color-primary);
  transition: 0.25s;
  text-decoration: none;
}
.cs-footer__nav > li > a {
  color: var(--cs-color-primary);
}
.cs-footer__nav > li > a:hover {
  background-size: 100% 1px;
  color: var(--cs-color-primary);
}
.cs-footer__nav > li > a:hover {
  color: var(--cs-color-accent);
}
.cs-footer-columns__nav-menu {
  width: 100%;
}
.cs-footer-columns__nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cs-footer-columns__nav {
  display: flex;
  width: 100%;
  column-gap: 4rem;
  row-gap: 1rem;
  flex-direction: row;
}
@media (max-width: 767.98px) {
  .cs-footer-columns__nav {
    flex-direction: column;
  }
}
.cs-footer-columns__nav > li {
  position: relative;
  min-width: 110px;
}
@media (max-width: 767.98px) {
  .cs-footer-columns__nav > li {
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
  }
  .cs-footer-columns__nav > li > a {
    width: auto;
    max-width: calc(100% - 40px * 1.2);
  }
  .cs-footer-columns__nav > li span {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 48px;
    margin-right: -12px;
    cursor: pointer;
  }
  .cs-footer-columns__nav > li span:after {
    font-family: "cs-icons";
    content: "\e93c";
    font-size: 1.5rem;
    width: 24px;
  }
  .cs-footer-columns__nav > li > ul {
    order: 3;
    width: 100%;
  }
  .cs-footer-columns__nav > li.menu-item-expanded span {
    transform: rotate(180deg);
  }
}
@media (min-width: 768px) {
  .cs-footer-columns__nav > li span {
    display: none;
  }
}
.cs-footer-columns__nav > li > a {
  font-family: var(--cs-font-footer-menu-family), sans-serif;
  font-size: var(--cs-font-footer-menu-size);
  font-weight: var(--cs-font-footer-menu-weight);
  font-style: var(--cs-font-footer-menu-style);
  letter-spacing: var(--cs-font-footer-menu-letter-spacing);
  text-transform: var(--cs-font-footer-menu-text-transform);
  line-height: var(--cs-font-footer-menu-line-height);
}
.cs-footer-columns__nav > li > a {
  text-decoration: none;
  color: var(--cs-color-primary);
}
@media (hover: hover) {
  .cs-footer-columns__nav > li > a {
    display: inline;
    padding-bottom: 0.02em;
    background: linear-gradient(to right, currentColor 0%, currentColor 98%);
    background-size: 0px 1px;
    background-repeat: no-repeat;
    background-position: var(--cs-underline-bg-position);
    color: var(--cs-color-primary);
    transition: 0.25s;
    text-decoration: none;
  }
  .cs-footer-columns__nav > li > a:hover {
    background-size: 100% 1px;
    color: var(--cs-color-primary);
  }
}
.cs-footer-columns__nav > li > ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cs-footer-columns__nav > li > ul {
  display: none;
}
@media (min-width: 768px) {
  .cs-footer-columns__nav > li > ul {
    display: block !important;
    height: auto !important;
    margin-top: 0.75rem;
  }
}
@media (max-width: 767.98px) {
  .cs-footer-columns__nav > li > ul > li:first-child {
    padding-top: 0.625rem;
  }
}
.cs-footer-columns__nav > li > ul > li + li {
  margin-top: 0.5rem;
}
.cs-footer-columns__nav > li > ul > li > a {
  font-family: var(--cs-font-footer-submenu-family), sans-serif;
  font-size: var(--cs-font-footer-submenu-size);
  font-weight: var(--cs-font-footer-submenu-weight);
  font-style: var(--cs-font-footer-submenu-style);
  letter-spacing: var(--cs-font-footer-submenu-letter-spacing);
  text-transform: var(--cs-font-footer-submenu-text-transform);
  line-height: var(--cs-font-footer-submenu-line-height);
}
.cs-footer-columns__nav > li > ul > li > a {
  display: inline-block;
  text-decoration: none;
  color: var(--cs-color-primary);
  transition: 0.25s;
}
.cs-footer-columns__nav > li > ul > li > a:hover {
  color: var(--cs-color-accent);
}
.cs-footer__copyright {
  font-family: var(--cs-font-secondary-family), sans-serif;
  font-size: var(--cs-font-secondary-size);
  font-weight: var(--cs-font-secondary-weight);
  font-style: var(--cs-font-secondary-style);
  letter-spacing: var(--cs-font-secondary-letter-spacing);
  text-transform: var(--cs-font-secondary-text-transform);
  line-height: var(--cs-font-secondary-line-height);
}
.cs-footer__copyright {
  color: var(--cs-color-secondary);
}
.cs-footer__copyright a {
  display: inline;
  padding-bottom: 0.02em;
  background: linear-gradient(to right, currentColor 0%, currentColor 98%);
  background-size: 100% 1px;
  background-repeat: no-repeat;
  background-position: var(--cs-underline-bg-position);
  color: var(--cs-color-primary);
  transition: 0.25s;
  text-decoration: none;
}
.cs-footer__copyright a {
  color: var(--cs-color-secondary);
  padding-bottom: 0.0625rem;
}
.cs-footer__copyright a:hover {
  background-size: 0px 1px;
  color: var(--cs-color-primary);
}
.cs-footer__copyright a:hover {
  color: var(--cs-color-primary);
}
.cs-footer__follow {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1rem;
}
.cs-footer__follow-heading {
  font-family: var(--cs-font-footer-menu-family), sans-serif;
  font-size: var(--cs-font-footer-menu-size);
  font-weight: var(--cs-font-footer-menu-weight);
  font-style: var(--cs-font-footer-menu-style);
  letter-spacing: var(--cs-font-footer-menu-letter-spacing);
  text-transform: var(--cs-font-footer-menu-text-transform);
  line-height: var(--cs-font-footer-menu-line-height);
}

/*--------------------------------------------------------------
## Singular
--------------------------------------------------------------*/
/*
Theme Name:           Sugar Blog
Theme URI:            https://sugar.codesupply.co
Description:          Modern WordPress Personal Blog Theme
Documentation URI:    https://support.codesupply.co/documentation/sugar/
Author:               Code Supply Co.
Author URI:           https://codesupply.co
Version:              1.0.2
Tested up to:         6.8
Requires at least:    6.0
Requires PHP:         7.0
Tags:                 custom-colors, editor-style, theme-options, custom-menu, sticky-post, right-sidebar, translation-ready
License:              GNU General Public License version 3.0
License URI:          http://www.gnu.org/licenses/gpl-3.0.html
Text Domain:          sugar-blog
*/
.entry-content:not(:first-child) {
  margin-top: 2rem;
}
.entry-content:after, .entry-content:before {
  content: "";
  display: table;
  clear: both;
}
.entry-content {
  font-family: var(--cs-font-post-content-family), sans-serif;
  font-weight: var(--cs-font-post-content-weight);
  font-size: var(--cs-font-post-content-size);
  letter-spacing: var(--cs-font-post-content-letter-spacing);
  line-height: var(--cs-font-post-content-line-height);
}
@media (max-width: 767.98px) {
  .entry-content {
    font-size: 1.125rem;
  }
}
.entry-content a:not([class],
.wp-block-post-terms > a,
.wp-block-latest-posts a,
.wp-block-categories a,
.wp-block-archives-list a,
.wp-block-cover a,
.wp-block-calendar a,
.wp-block-comment-reply-link a,
.wp-block-comment-author-name a,
.wp-block-comment-date a,
.cs-posts-area-elementor a,
.has-link-color a,
.wp-block-post-navigation-link.has-text-color a,
.cs-post-slider__item a,
*[style*=text-decoration] a),
.entry-content a.wp-block-pages-list__item__link:not([style*=text-decoration] a) {
  display: inline;
  padding-bottom: 0.02em;
  background: linear-gradient(to right, currentColor 0%, currentColor 98%);
  background-size: 100% 1px;
  background-repeat: no-repeat;
  background-position: var(--cs-underline-bg-position);
  color: var(--cs-color-accent);
  transition: 0.25s;
  text-decoration: none;
}
.entry-content a:not([class],
.wp-block-post-terms > a,
.wp-block-latest-posts a,
.wp-block-categories a,
.wp-block-archives-list a,
.wp-block-cover a,
.wp-block-calendar a,
.wp-block-comment-reply-link a,
.wp-block-comment-author-name a,
.wp-block-comment-date a,
.cs-posts-area-elementor a,
.has-link-color a,
.wp-block-post-navigation-link.has-text-color a,
.cs-post-slider__item a,
*[style*=text-decoration] a):hover,
.entry-content a.wp-block-pages-list__item__link:not([style*=text-decoration] a):hover {
  background-size: 0px 1px;
  color: var(--cs-color-accent);
}
.entry-content *[style*="text-decoration:underline"] a {
  color: var(--cs-color-accent);
  text-decoration: underline;
}
.entry-content *[style*="text-decoration:underline"] a:hover {
  color: var(--cs-color-accent);
  text-decoration: none;
}
.entry-content *[style*="text-decoration:line-through"] a {
  color: var(--cs-color-accent);
  text-decoration: line-through;
}
.entry-content *[style*="text-decoration:line-through"] a:hover {
  color: var(--cs-color-accent);
}

@media (min-width: 992px) {
  .single .cs-entry__container {
    display: grid;
    justify-content: center;
  }
}
.single .cs-entry__container {
  grid-template-columns: minmax(0, var(--cs-entry-content-width));
  justify-content: center;
}
@media (min-width: 768px) {
  .single .entry-content {
    max-width: var(--cs-entry-content-medium-width);
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 992px) {
  .single .cs-sidebar-disabled .cs-entry__content-wrap {
    margin-left: auto;
    margin-right: auto;
  }
}

.single .entry-content .alignwide {
  margin: 40px 0;
  transform: translateX(0);
}
.single .entry-content .alignwide img:not(.avatar) {
  width: 100%;
  min-width: 100%;
}
@media (min-width: 854px) and (max-width: 991.98px) {
  .single .entry-content .alignwide {
    width: var(--cs-entry-content-large-width);
    margin: 40px 0;
    margin-left: calc(var(--cs-entry-content-large-width) / -2 + 50%);
    margin-right: calc(var(--cs-entry-content-large-width) / -2 + 50%);
  }
  .single .entry-content .alignwide figcaption {
    max-width: var(--cs-entry-content-large-width);
  }
}
@media (min-width: 1200px) {
  .single .entry-content .alignwide {
    width: var(--cs-entry-content-large-width);
    margin: 40px 0;
    margin-left: calc(var(--cs-entry-content-large-width) / -2 + 50%);
    margin-right: calc(var(--cs-entry-content-large-width) / -2 + 50%);
  }
  .single .entry-content .alignwide figcaption {
    max-width: var(--cs-entry-content-large-width);
  }
}
.entry-content .alignwide .alignwide,
.entry-content .alignwide .alignfull {
  width: unset !important;
  margin-left: unset !important;
  margin-right: unset !important;
}

.single .entry-content .alignfull {
  transform: translateX(0);
}
@media (max-width: 991.98px) {
  .single .entry-content .alignfull img:not(.avatar) {
    width: 100%;
    min-width: 100%;
    border-radius: 0;
  }
}
@media (max-width: 575.98px) {
  .single .entry-content .alignfull {
    width: 100vw !important;
    max-width: 100vw;
    margin: 28px calc(-50vw + 50%);
    transform: translateX(0);
  }
  .single .entry-content .alignfull figcaption {
    max-width: 100%;
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .single .entry-content .alignfull {
    width: 100vw !important;
    margin: 0 calc((100vw - 100%) * -0.5);
  }
  .single .entry-content .alignfull figcaption {
    max-width: var(--cs-mobile-container);
    margin-left: auto;
    margin-right: auto;
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .single .entry-content .alignfull {
    width: 100vw !important;
    max-width: 100vw;
    margin: 28px calc(-50vw + 50%);
    transform: translateX(0);
  }
  .single .entry-content .alignfull figcaption {
    max-width: var(--cs-entry-content-medium-width);
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 1200px) {
  .single.cs-page-layout-right .entry-content .alignfull, .single.cs-page-layout-left .entry-content .alignfull {
    width: var(--cs-entry-content-large-width);
    margin: 16px 0;
    margin-left: calc(var(--cs-entry-content-large-width) / -2 + 50%);
    margin-right: calc(var(--cs-entry-content-large-width) / -2 + 50%);
  }
  .single.cs-page-layout-right .entry-content .alignfull figcaption, .single.cs-page-layout-left .entry-content .alignfull figcaption {
    max-width: var(--cs-entry-content-width);
  }
}
@media (min-width: 992px) {
  .single.cs-page-layout-disabled .entry-content .alignfull {
    width: 100vw;
    margin-left: calc(-50vw + 50% + 8px);
    margin-right: calc(-50vw + 50% + 8px);
  }
  .single.cs-page-layout-disabled .entry-content .alignfull figcaption {
    max-width: var(--cs-entry-content-medium-width);
    margin-left: auto;
    margin-right: auto;
  }
}
.entry-content .alignfull .alignwide,
.entry-content .alignfull .alignfull {
  width: unset !important;
  margin-left: unset !important;
  margin-right: unset !important;
}

@media (min-width: 992px) {
  .cs-sidebar-disabled .entry-content .alignwide {
    width: var(--cs-entry-content-large-width);
    margin: 28px 0;
    margin-left: calc(var(--cs-entry-content-large-width) / -2 + 50%);
    margin-right: calc(var(--cs-entry-content-large-width) / -2 + 50%);
    transform: translateX(0);
  }
  .cs-sidebar-disabled .entry-content .alignwide img {
    max-width: var(--cs-entry-content-large-width);
  }
  .cs-sidebar-disabled .entry-content .alignwide figcaption {
    max-width: var(--cs-entry-content-width);
  }
}
.cs-sidebar-disabled .entry-content .alignfull {
  width: 100vw;
  max-width: 100vw;
  margin: 28px 0;
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  transform: translateX(0);
}
.cs-sidebar-disabled .entry-content .alignfull img:not(.avatar) {
  width: 100%;
  min-width: 100%;
  border-radius: 0;
}
.cs-sidebar-disabled .entry-content .alignfull figcaption {
  max-width: 100%;
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}

@media (max-width: 575.98px) {
  .single.cs-page-layout-right .entry-content .alignfull figcaption,
  .single.cs-page-layout-left .entry-content .alignfull figcaption {
    max-width: 100%;
    margin-left: 2rem;
    margin-right: 2rem;
  }
}

.cs-nextpost-loading {
  position: relative;
  margin-top: 1rem;
  height: 80px;
}
.cs-nextpost-loading:before {
  width: 1.5rem;
  height: 1.5rem;
  border: 2px solid rgba(164, 164, 164, 0.25);
  border-top-color: #a4a4a4;
  border-radius: 50%;
  position: relative;
  animation: loader-rotate 1s linear infinite;
}
@keyframes loader-rotate {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.cs-nextpost-loading:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  text-align: center;
  content: "";
}

.cs-nextpost-section {
  margin-top: 5rem;
  border-top: 1px solid var(--cs-color-border);
}
.cs-nextpost-section .cs-site-content {
  margin-top: 5rem;
}
.cs-nextpost-section .cs-entry__header-standard {
  margin-top: 0;
}

/*--------------------------------------------------------------
## Sidebar
--------------------------------------------------------------*/
/*
Theme Name:           Sugar Blog
Theme URI:            https://sugar.codesupply.co
Description:          Modern WordPress Personal Blog Theme
Documentation URI:    https://support.codesupply.co/documentation/sugar/
Author:               Code Supply Co.
Author URI:           https://codesupply.co
Version:              1.0.2
Tested up to:         6.8
Requires at least:    6.0
Requires PHP:         7.0
Tags:                 custom-colors, editor-style, theme-options, custom-menu, sticky-post, right-sidebar, translation-ready
License:              GNU General Public License version 3.0
License URI:          http://www.gnu.org/licenses/gpl-3.0.html
Text Domain:          sugar-blog
*/
.cs-sidebar__area {
  margin: 0 auto;
}
.cs-sidebar-enabled .cs-sidebar__area {
  order: 2;
}
@media (min-width: 768px) {
  .cs-sidebar__area {
    margin: initial;
  }
}
@media (min-width: 992px) {
  .cs-sidebar__area {
    margin: initial;
  }
  .cs-sidebar-right .cs-sidebar__area {
    order: 2;
  }
  .cs-sidebar-left .cs-sidebar__area {
    order: 1;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .cs-sidebar__inner {
    column-count: 2;
    column-gap: 40px;
  }
}
.cs-sidebar__inner .widget {
  break-inside: avoid;
}

.cs-sidebar__area .widget:not(:last-child) {
  padding-bottom: 2rem;
  margin-bottom: 2rem;
  border-bottom: 1px solid var(--cs-color-divider);
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .cs-sidebar__area .widget:not(:last-child) {
    border-bottom: unset;
  }
}

@supports (position: sticky) or (position: -webkit-sticky) {
  @media (min-width: 992px) {
    .cs-sticky-sidebar-enabled.cs-stick-to-top .cs-sidebar__area {
      display: flex;
      flex-direction: column;
    }
    .cs-sticky-sidebar-enabled.cs-stick-to-top .cs-sidebar__inner {
      position: relative;
      position: sticky;
      top: calc(var(--cs-wpadminbar-height) + 4rem);
      flex: initial;
      transition: 0.25s;
    }
    .cs-sticky-sidebar-enabled.cs-stick-to-top.cs-navbar-sticky-enabled .cs-sidebar__inner {
      top: calc(var(--cs-header-height) + var(--cs-wpadminbar-height) + 4rem);
    }
    .cs-sticky-sidebar-enabled.cs-stick-to-top.cs-navbar-smart-enabled .cs-header-smart-visible + .cs-site-primary .cs-sidebar__inner {
      top: calc(var(--cs-header-height) + var(--cs-wpadminbar-height) + 4rem);
    }
    .cs-sticky-sidebar-enabled.cs-stick-to-bottom .cs-sidebar__area {
      display: flex;
      flex-direction: column;
    }
    .cs-sticky-sidebar-enabled.cs-stick-to-bottom .cs-sidebar__inner {
      position: relative;
      position: sticky;
      bottom: 2rem;
      margin-top: auto;
      flex: 0 0 auto;
    }
    .cs-sticky-sidebar-enabled.cs-stick-last .cs-sidebar__inner {
      display: flex;
      flex-direction: column;
      height: 100%;
    }
    .cs-sticky-sidebar-enabled.cs-stick-last .cs-sidebar__inner .widget:last-child {
      position: relative;
      position: sticky;
      top: calc(var(--cs-wpadminbar-height) + 4rem);
      transition: 0.4s;
    }
    .cs-sticky-sidebar-enabled.cs-stick-last.cs-navbar-sticky-enabled .cs-sidebar__inner .widget:last-child {
      top: calc(var(--cs-header-height) + var(--cs-wpadminbar-height) + 4rem);
    }
    .cs-sticky-sidebar-enabled.cs-stick-last.cs-navbar-smart-enabled .cs-header-smart-visible + .cs-site-primary .cs-sidebar__inner .widget:last-child {
      top: calc(var(--cs-header-height) + var(--cs-wpadminbar-height) + 4rem);
    }
  }
}
@-moz-document url-prefix() {
  @media (min-width: 992px) {
    .cs-sticky-sidebar-enabled.cs-stick-to-bottom .cs-sidebar__inner {
      top: 0;
      bottom: initial;
      margin-top: initial;
      flex: initial;
      transition: 0.25s;
    }
  }
}
/*--------------------------------------------------------------
## Content
--------------------------------------------------------------*/
/*
Theme Name:           Sugar Blog
Theme URI:            https://sugar.codesupply.co
Description:          Modern WordPress Personal Blog Theme
Documentation URI:    https://support.codesupply.co/documentation/sugar/
Author:               Code Supply Co.
Author URI:           https://codesupply.co
Version:              1.0.2
Tested up to:         6.8
Requires at least:    6.0
Requires PHP:         7.0
Tags:                 custom-colors, editor-style, theme-options, custom-menu, sticky-post, right-sidebar, translation-ready
License:              GNU General Public License version 3.0
License URI:          http://www.gnu.org/licenses/gpl-3.0.html
Text Domain:          sugar-blog
*/
.cs-main-content {
  position: relative;
  display: grid;
  grid-auto-flow: row;
  row-gap: 3rem;
  grid-template-columns: minmax(0, 1fr);
  margin-top: 2rem;
}
@media (min-width: 992px) {
  .cs-main-content {
    column-gap: 32px;
  }
}
@media (min-width: 1200px) {
  .cs-main-content {
    column-gap: 104px;
  }
}
@media (min-width: 992px) {
  .home .cs-main-content {
    margin-top: 2rem;
  }
}
.cs-entry__header-standard + .cs-main-content {
  margin-top: 0;
}
.cs-sidebar-disabled .cs-main-content {
  grid-template-columns: minmax(0, 1fr);
}
.cs-sidebar-disabled .cs-main-content .cs-archive-list {
  margin-left: auto;
  margin-right: auto;
}
.cs-sidebar-right .cs-main-content {
  grid-template-columns: minmax(0, 1fr);
}
@media (min-width: 992px) {
  .cs-sidebar-right .cs-main-content {
    grid-template-columns: minmax(0, 1fr) 320px;
  }
}
.cs-sidebar-left .cs-main-content {
  grid-template-columns: auto;
}
@media (min-width: 992px) {
  .cs-sidebar-left .cs-main-content {
    grid-template-columns: 320px minmax(0, 1fr);
  }
}

.cs-content-area {
  position: relative;
  font-size: var(--cs-font-post-content-size);
}
.cs-sidebar-enabled .cs-content-area {
  order: 1;
}
@media (min-width: 992px) {
  .cs-sidebar-right .cs-content-area {
    order: 1;
  }
  .cs-sidebar-left .cs-content-area {
    order: 2;
    margin-left: auto;
    margin-right: auto;
  }
}

/*--------------------------------------------------------------
## Posts Area
--------------------------------------------------------------*/
/*
Theme Name:           Sugar Blog
Theme URI:            https://sugar.codesupply.co
Description:          Modern WordPress Personal Blog Theme
Documentation URI:    https://support.codesupply.co/documentation/sugar/
Author:               Code Supply Co.
Author URI:           https://codesupply.co
Version:              1.0.2
Tested up to:         6.8
Requires at least:    6.0
Requires PHP:         7.0
Tags:                 custom-colors, editor-style, theme-options, custom-menu, sticky-post, right-sidebar, translation-ready
License:              GNU General Public License version 3.0
License URI:          http://www.gnu.org/licenses/gpl-3.0.html
Text Domain:          sugar-blog
*/
.cs-content-area {
  --cs-post-area-align-content: flex-start;
  --cs-post-area-content-padding: 0px;
  --cs-post-area-content-border-radius: 0;
  --cs-post-area-content-background: none;
  --cs-post-area-content-border: 0px;
  --cs-post-area-align-image: stretch;
}

.cs-posts-area {
  --cs-post-area-separator-width: 1px;
  --cs-post-area-separator-color: var(--cs-color-border);
}
.cs-section-heading + .cs-posts-area {
  margin-top: 1.5rem;
}
.cs-page__author + .cs-posts-area {
  margin-top: 1.5rem;
}
@media (min-width: 992px) {
  .cs-page__author + .cs-posts-area {
    margin-top: 4rem;
  }
}

.cs-posts-area-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
  border-top: 1px solid var(--cs-color-border);
  margin-top: 1rem;
  margin-bottom: 1.5rem;
  padding-top: 1rem;
}
.cs-posts-area-header .cs-posts-area-header-label {
  color: var(--cs-color-primary);
  font-size: 2.1875rem;
}
.cs-posts-area-header .cs-posts-area-header-value {
  font-family: var(--cs-font-secondary-family), sans-serif;
  font-size: var(--cs-font-secondary-size);
  font-weight: var(--cs-font-secondary-weight);
  font-style: var(--cs-font-secondary-style);
  letter-spacing: var(--cs-font-secondary-letter-spacing);
  text-transform: var(--cs-font-secondary-text-transform);
  line-height: var(--cs-font-secondary-line-height);
}

.cs-posts-area__main {
  --cs-posts-area-grid-columns: 1;
  --cs-posts-area-grid-row-gap: 4rem;
  --cs-posts-area-grid-column-gap: 2rem;
  display: grid;
  grid-row-gap: var(--cs-posts-area-grid-row-gap);
  grid-column-gap: var(--cs-posts-area-grid-column-gap);
  grid-template-columns: repeat(var(--cs-posts-area-grid-columns), minmax(0, 1fr));
}
.cs-posts-area__main .cs-entry__outer {
  display: grid;
  grid-template-rows: auto minmax(0, 1fr);
  row-gap: 1rem;
  height: 100%;
  position: relative;
}
.cs-posts-area__main .cs-entry__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0;
  height: 100%;
  margin-left: 0;
  margin-right: 0;
}
.cs-post-layout__grid .cs-posts-area__main .cs-entry__content {
  justify-content: flex-start;
}
.cs-posts-area__main .cs-entry__excerpt {
  margin-top: 0.625rem;
}
.cs-posts-area__main .cs-entry__meta-category {
  margin-top: 0.875rem;
}

.cs-posts-area__home,
.cs-posts-area__archive {
  --cs-posts-column-gap: var(--cs-posts-area-grid-column-gap);
  --cs-posts-row-gap: var(--cs-posts-area-grid-row-gap);
}

.cs-posts-area__read-next {
  --cs-posts-area-grid-row-gap: 64px;
}

.cs-posts-area__list {
  grid-gap: 0;
  max-width: var(--cs-entry-content-large-width);
}
.cs-posts-area__list .cs-entry:not(:first-child) {
  margin-top: var(--cs-posts-area-grid-row-gap);
}
.cs-posts-area__list .cs-entry__outer {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 2rem;
  row-gap: 0;
}
@media (max-width: 767.98px) {
  .cs-posts-area__list .cs-entry__outer {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    row-gap: 1.25rem;
  }
}
.cs-posts-area__list .cs-entry__thumbnail {
  max-width: 100%;
  margin-right: 0;
  border-radius: var(--cs-thumbnail-border-radius);
  clip-path: inset(0 0 0 0 round var(--cs-thumbnail-border-radius));
  transform: translate3d(0, 0, 0);
  overflow: hidden;
}
@media (min-width: 768px) {
  .cs-posts-area__list .cs-entry__thumbnail {
    align-self: start;
  }
}
.cs-posts-area__list .cs-entry__thumbnail img {
  border-radius: 0;
}
.cs-posts-area__list .cs-entry__content {
  flex-direction: column;
  gap: 0.625rem;
  max-width: 100%;
}
@media (min-width: 576px) {
  .cs-posts-area__list .cs-entry__content {
    align-self: start;
  }
}
@media (min-width: 768px) {
  .cs-posts-area__list .cs-entry__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 0;
    height: 100%;
    margin-left: 0;
    margin-right: 0;
    max-width: 100%;
  }
  .cs-posts-area__list .cs-entry__content:not(:first-child) {
    margin-top: 0;
  }
}
.cs-posts-area__list .cs-entry__content:not(:first-child) .cs-entry__post-meta:last-child {
  margin-top: auto;
}
.cs-posts-area__list .cs-entry__content:not(:first-child) .cs-entry__post-meta:last-child:not(:first-child) {
  padding-top: 1rem;
}
.cs-posts-area__list .cs-entry__excerpt:not(:first-child) {
  margin-top: 0.5rem;
}
.cs-posts-area__list .cs-entry__info {
  display: flex;
  flex-direction: column;
}
.cs-posts-area__list .cs-entry__meta-category:not(:first-child) {
  margin-top: auto;
  padding-top: 0.75rem;
}

.cs-posts-area__full {
  max-width: var(--cs-entry-content-large-width);
  margin-left: auto;
  margin-right: auto;
}
.cs-posts-area__full .cs-entry__full-header {
  margin-bottom: 0;
}
.cs-posts-area__full .cs-entry__full-header .cs-entry__title {
  font-family: var(--cs-font-entry-title-family), sans-serif;
  line-height: var(--cs-font-entry-title-line-height);
  font-weight: var(--cs-font-entry-title-weight);
  font-style: var(--cs-font-entry-title-style);
  letter-spacing: var(--cs-font-entry-title-letter-spacing);
  text-transform: var(--cs-font-entry-title-text-transform);
}
.cs-posts-area__full .cs-entry__full-header .cs-entry__title:not(:first-child) {
  margin-top: 0.5rem;
}
.cs-posts-area__full .cs-entry__full-header .cs-entry__title:not(:last-child) {
  margin-bottom: 0.25rem;
}
.cs-posts-area__full .cs-entry__full-header .cs-entry__post-meta {
  margin: 0;
}
.cs-posts-area__full .cs-entry__thumbnail {
  position: relative;
  margin-bottom: 0;
}
.cs-posts-area__full .cs-entry-type-summary {
  font-family: var(--cs-font-entry-excerpt-family), sans-serif;
  font-weight: var(--cs-font-entry-excerpt-weight);
  font-size: var(--cs-font-entry-excerpt-size);
  letter-spacing: var(--cs-font-entry-excerpt-letter-spacing);
  line-height: var(--cs-font-entry-excerpt-line-height);
}
.cs-posts-area__full .cs-entry-type-summary {
  color: var(--cs-color-secondary);
  margin-top: 0.625rem;
}
.cs-posts-area__full .cs-entry-type-content {
  margin-top: 0.625rem;
}
.cs-posts-area__full .more-link {
  background-color: var(--cs-color-button);
  color: var(--cs-color-button-contrast);
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  border: none;
  transition: 0.25s;
  box-shadow: none;
  overflow: hidden;
  cursor: pointer;
  z-index: 1;
}
.cs-posts-area__full .more-link {
  font-family: var(--cs-font-primary-family), sans-serif;
  font-size: var(--cs-font-primary-size);
  line-height: var(--cs-font-primary-line-height);
  font-weight: var(--cs-font-primary-weight);
  font-style: var(--cs-font-primary-style);
  letter-spacing: var(--cs-font-primary-letter-spacing);
  text-transform: var(--cs-font-primary-text-transform);
}
.cs-posts-area__full .more-link {
  padding: 0.625rem 1rem 0.625rem 1rem;
}
.cs-posts-area__full .more-link {
  border-radius: var(--cs-button-border-radius);
}
.cs-posts-area__full .more-link:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--cs-color-button-hover);
  transform: translateY(100%);
  transition: 0.25s;
  z-index: -1;
}
.cs-posts-area__full .more-link:focus {
  color: var(--cs-color-button-hover-contrast);
  outline: none;
}
.cs-posts-area__full .more-link:focus:before {
  transform: translateY(0px);
}
@media (hover: hover) {
  .cs-posts-area__full .more-link:hover {
    color: var(--cs-color-button-hover-contrast);
    outline: none;
  }
  .cs-posts-area__full .more-link:hover:before {
    transform: translateY(0px);
  }
  .cs-posts-area__full .more-link:hover .cs-button-content:before {
    opacity: 0;
  }
  .cs-posts-area__full .more-link:hover .cs-button-content:after {
    opacity: 1;
  }
}
.cs-posts-area__full .more-link:disabled, .cs-posts-area__full .more-link:disabled[disabled] {
  color: var(--cs-color-button-contrast);
  opacity: 0.5;
}
.cs-posts-area__full .more-link:disabled, .cs-posts-area__full .more-link:disabled[disabled] {
  padding: 0.875rem 1.25rem;
}
.cs-posts-area__full .more-link:disabled:hover, .cs-posts-area__full .more-link:disabled[disabled]:hover {
  background-color: var(--cs-color-button);
  color: var(--cs-color-button-contrast);
}
.cs-posts-area__full .more-link {
  font-family: var(--cs-font-primary-family), sans-serif;
  font-size: var(--cs-font-primary-size);
  line-height: var(--cs-font-primary-line-height);
  font-weight: var(--cs-font-primary-weight);
  font-style: var(--cs-font-primary-style);
  letter-spacing: var(--cs-font-primary-letter-spacing);
  text-transform: var(--cs-font-primary-text-transform);
}
.cs-posts-area__full .more-link {
  margin-top: 0;
}

.cs-posts-area__header {
  font-family: var(--cs-font-section-headings-family), sans-serif;
  font-weight: var(--cs-font-section-headings-weight);
  font-style: var(--cs-font-section-headings-style);
  letter-spacing: var(--cs-font-section-headings-letter-spacing);
  text-transform: var(--cs-font-section-headings-text-transform);
  line-height: var(--cs-font-section-headings-line-height);
}
.cs-posts-area__header {
  width: 100%;
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  font-size: var(--cs-heading-5-font-size);
}

.cs-newest-post {
  position: relative;
  z-index: 1;
  display: block;
  margin-top: 10rem;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  overflow: hidden;
  overflow: clip;
  list-style: none;
  touch-action: pan-y;
}
.cs-newest-post__headline {
  padding-bottom: 1.5rem;
  margin-bottom: 1.5rem;
  border-bottom: 1px solid var(--cs-color-divider);
}
.cs-newest-post__headline-container a {
  color: var(--cs-color-primary);
  text-decoration: none;
}
.cs-newest-post__headline-container a:hover {
  color: var(--cs-color-accent);
}
.cs-newest-post__heading {
  font-family: var(--cs-font-section-headings-family), sans-serif;
  font-weight: var(--cs-font-section-headings-weight);
  font-style: var(--cs-font-section-headings-style);
  letter-spacing: var(--cs-font-section-headings-letter-spacing);
  text-transform: var(--cs-font-section-headings-text-transform);
  line-height: var(--cs-font-section-headings-line-height);
}
.cs-newest-post__heading {
  display: inline-flex;
  align-items: center;
  margin: 0;
  color: var(--cs-section-heading-color, var(--cs-color-primary));
}
.cs-newest-post__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  grid-column-gap: 2rem;
  grid-row-gap: 2.5rem;
}
@media (min-width: 576px) and (max-width: 1199.98px) {
  .cs-newest-post__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 1200px) {
  .cs-newest-post__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.cs-newest-post .cs-entry__outer {
  gap: 1rem;
}
.cs-newest-post .cs-entry__excerpt:not(:first-child) {
  margin-top: 0.625rem;
}
.cs-newest-post .cs-entry__info:not(:first-child) {
  margin-top: 0.5rem;
}

/*--------------------------------------------------------------
## Search Form
--------------------------------------------------------------*/
/*
Theme Name:           Sugar Blog
Theme URI:            https://sugar.codesupply.co
Description:          Modern WordPress Personal Blog Theme
Documentation URI:    https://support.codesupply.co/documentation/sugar/
Author:               Code Supply Co.
Author URI:           https://codesupply.co
Version:              1.0.2
Tested up to:         6.8
Requires at least:    6.0
Requires PHP:         7.0
Tags:                 custom-colors, editor-style, theme-options, custom-menu, sticky-post, right-sidebar, translation-ready
License:              GNU General Public License version 3.0
License URI:          http://www.gnu.org/licenses/gpl-3.0.html
Text Domain:          sugar-blog
*/
.search .cs-site-primary .cs-search__form-group {
  margin-bottom: 1.5rem;
}
.cs-search__input {
  width: 100%;
  outline: none;
  appearance: none;
  transition: 0.25s;
  min-height: unset;
  border-radius: var(--cs-button-border-radius) 0 0 var(--cs-button-border-radius);
}
.cs-search__submit {
  border-radius: 0 var(--cs-button-border-radius) var(--cs-button-border-radius) 0;
}

/*--------------------------------------------------------------
## Entry
--------------------------------------------------------------*/
/*
Theme Name:           Sugar Blog
Theme URI:            https://sugar.codesupply.co
Description:          Modern WordPress Personal Blog Theme
Documentation URI:    https://support.codesupply.co/documentation/sugar/
Author:               Code Supply Co.
Author URI:           https://codesupply.co
Version:              1.0.2
Tested up to:         6.8
Requires at least:    6.0
Requires PHP:         7.0
Tags:                 custom-colors, editor-style, theme-options, custom-menu, sticky-post, right-sidebar, translation-ready
License:              GNU General Public License version 3.0
License URI:          http://www.gnu.org/licenses/gpl-3.0.html
Text Domain:          sugar-blog
*/
.cs-entry__wrap:not(:first-child) {
  margin-top: 1.5rem;
}
@media (min-width: 992px) {
  .cs-entry__wrap:not(:first-child) {
    margin-top: 2rem;
  }
}
.cs-entry__outer {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.cs-entry__content {
  position: relative;
  width: 100%;
  max-width: var(--cs-entry-content-width);
  margin-left: auto;
  margin-right: auto;
}
.cs-entry__thumbnail {
  border-radius: var(--cs-thumbnail-border-radius);
  overflow: hidden;
}
.cs-entry__thumbnail a {
  display: block;
  width: 100%;
  height: 100%;
}
.cs-entry__thumbnail img {
  width: 100%;
  transition: 0.25s;
}
.cs-entry__thumbnail .cs-overlay-background img {
  transition: 0.25s;
}
.cs-entry__thumbnail.cs-entry__overlay {
  border-radius: var(--cs-thumbnail-border-radius);
  clip-path: inset(0 0 0 0 round var(--cs-thumbnail-border-radius));
  transform: translate3d(0, 0, 0);
  overflow: hidden;
}
.cs-entry .cs-entry__thumbnail:hover img {
  transform: scale(1.025);
}
.cs-entry__title {
  font-family: var(--cs-font-entry-title-family), sans-serif;
  line-height: var(--cs-font-entry-title-line-height);
  font-weight: var(--cs-font-entry-title-weight);
  font-style: var(--cs-font-entry-title-style);
  letter-spacing: var(--cs-font-entry-title-letter-spacing);
  text-transform: var(--cs-font-entry-title-text-transform);
}
.cs-entry__title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: var(--cs-entry-title-font-size, 1.5rem);
  color: var(--cs-color-title, var(--cs-color-primary));
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-word;
}
.cs-entry__title:not(:first-child) {
  margin-top: 0.5rem;
}
.cs-entry__title a {
  display: block;
  text-decoration: none;
  color: var(--cs-color-title, var(--cs-color-primary));
}
.cs-entry__title a:hover {
  color: var(--cs-color-title-hover, var(--cs-color-accent));
}
.cs-entry__excerpt {
  font-family: var(--cs-font-entry-excerpt-family), sans-serif;
  font-weight: var(--cs-font-entry-excerpt-weight);
  font-size: var(--cs-font-entry-excerpt-size);
  letter-spacing: var(--cs-font-entry-excerpt-letter-spacing);
  line-height: var(--cs-font-entry-excerpt-line-height);
}
.cs-entry__excerpt {
  color: var(--cs-color-excerpt, var(--cs-color-secondary));
}
.cs-entry .cs-entry__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem;
}
.cs-entry .cs-entry__meta:last-child {
  margin-top: auto;
}
.cs-entry .cs-entry__meta-category {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.cs-entry .cs-entry__meta-content {
  flex: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem;
}
.cs-entry .cs-entry__meta-date {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.cs-entry .cs-entry__meta-author {
  flex: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.cs-entry .cs-entry__meta-author .cs-entry__post-meta {
  width: 100%;
}
.cs-entry__info:not(:first-child) {
  margin-top: 1rem;
}
.cs-posts-area__archive .cs-entry__info:not(:first-child), .cs-burger-menu__post-area .cs-entry__info:not(:first-child), .cs-search .cs-entry__info:not(:first-child) {
  margin-top: 0.5rem;
}
.cs-entry__subtitle {
  font-family: var(--cs-font-post-subtitle-family), sans-serif;
  font-size: var(--cs-font-post-subtitle-size);
  line-height: var(--cs-font-post-subtitle-line-height);
  font-weight: var(--cs-font-post-subtitle-weight);
  letter-spacing: var(--cs-font-post-subtitle-letter-spacing);
}
.cs-entry__subtitle {
  color: var(--cs-color-secondary);
}
.cs-entry__subtitle:not(:first-child) {
  margin-top: 0.5rem;
}
.cs-entry__summary {
  color: var(--cs-color-contrast-800);
  font-size: 1.5rem;
}
.cs-entry__summary:not(:first-child) {
  margin-top: 1rem;
}
.cs-entry__category {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  background: none;
}
.cs-entry__category {
  font-family: var(--cs-font-category-family), sans-serif;
  font-size: var(--cs-font-category-size);
  line-height: var(--cs-font-category-line-height);
  font-weight: var(--cs-font-category-weight);
  font-style: var(--cs-font-category-style);
  letter-spacing: var(--cs-font-category-letter-spacing);
  text-transform: var(--cs-font-category-text-transform);
}
.cs-entry__category:not(:first-child) {
  margin-top: 1.25rem;
}
.cs-entry__category .post-categories {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cs-entry__category .post-categories {
  display: inline-block;
}
.cs-entry__category .post-categories li {
  display: inline-block;
}
.cs-entry__category li {
  margin-bottom: 10px;
}
.cs-entry__category li:not(:last-child) {
  margin-right: 10px;
}
.cs-entry__category li a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 1px 5px;
  background: var(--cs-color-primary-contrast);
  color: var(--cs-color-primary);
  border-radius: var(--cs-thumbnail-border-radius);
  text-decoration: none;
  transition: 0.25s;
}
.cs-entry__category li a:hover {
  text-decoration: none;
  background: var(--cs-color-primary);
  color: var(--cs-color-primary-contrast);
}
.cs-entry__overlay .cs-entry__excerpt {
  color: var(--cs-color-excerpt, var(--cs-color-primary));
}
.cs-entry__author-meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.cs-entry__author-meta a {
  position: relative;
  color: var(--cs-color-secondary);
  font-weight: 500;
}
.cs-entry__author-meta a:hover {
  color: var(--cs-color-primary);
}
.cs-entry__author-meta a:not(:last-child) {
  margin-right: 10px;
  padding-right: 10px;
}
.cs-entry__author-meta a:not(:last-child):before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 2px;
  height: 2px;
  border-radius: 50%;
  background-color: var(--cs-color-primary);
}
.cs-entry.sticky .cs-entry__title a:before {
  font-family: "cs-icons";
  margin-right: 0.25rem;
  content: "\e925";
}

/*
Theme Name:           Sugar Blog
Theme URI:            https://sugar.codesupply.co
Description:          Modern WordPress Personal Blog Theme
Documentation URI:    https://support.codesupply.co/documentation/sugar/
Author:               Code Supply Co.
Author URI:           https://codesupply.co
Version:              1.0.2
Tested up to:         6.8
Requires at least:    6.0
Requires PHP:         7.0
Tags:                 custom-colors, editor-style, theme-options, custom-menu, sticky-post, right-sidebar, translation-ready
License:              GNU General Public License version 3.0
License URI:          http://www.gnu.org/licenses/gpl-3.0.html
Text Domain:          sugar-blog
*/
.cs-entry__header {
  position: relative;
}
.cs-entry__header .cs-entry__header-content {
  position: relative;
  max-width: 925px;
  margin: 0;
}
.cs-entry__header .cs-entry__overlay {
  flex-direction: row;
  align-items: stretch;
}
.cs-entry__header .cs-overlay-background:after {
  opacity: 1;
  background: rgba(var(--cs-color-overlay-background), 0.3);
}
.cs-entry__header .cs-entry__outer {
  gap: 32px;
}
.cs-entry__header .cs-entry__header-content {
  display: flex;
  flex-direction: column;
  gap: 0;
}
@media (max-width: 991.98px) {
  .cs-entry__header .cs-entry__header-content {
    height: auto;
    justify-content: space-between;
  }
}
.cs-entry__header .cs-overlay-content {
  height: 100%;
}
.cs-entry__header .cs-entry__title {
  font-family: var(--cs-font-post-title-family), sans-serif;
  font-size: var(--cs-font-post-title-size);
  line-height: var(--cs-font-post-title-line-height);
  font-weight: var(--cs-font-post-title-weight);
  font-style: var(--cs-font-post-title-style);
  letter-spacing: var(--cs-font-post-title-letter-spacing);
  text-transform: var(--cs-font-post-title-text-transform);
}
.cs-entry__header .cs-entry__title {
  max-width: 700px;
  margin-bottom: 0;
  word-wrap: break-word;
}
@media (min-width: 1288px) {
  .cs-entry__header .cs-entry__title {
    max-width: 740px;
  }
}
@media (max-width: 767.98px) {
  .cs-entry__header .cs-entry__title {
    font-size: var(--cs-heading-3-font-size);
  }
}
.cs-entry__header .cs-entry__title:not(:first-child) {
  margin-top: 0.75rem;
}
@media (max-width: 767.98px) {
  .cs-entry__header .cs-entry__subtitle {
    font-size: 0.875em;
  }
}
.cs-entry__header .cs-entry__subtitle:not(:first-child) {
  margin-top: 0.625rem;
}
.cs-entry__header .cs-entry__post-meta-separator {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid var(--cs-color-border);
  margin-top: 0.875rem;
  padding-top: 1rem;
  width: 100%;
}
.cs-entry__header .cs-entry__post-meta:not(:first-child) {
  margin-top: 1rem;
}

.cs-entry__content-wrap {
  width: 100%;
  max-width: var(--cs-entry-content-large-width);
}
@media (min-width: 1280px) {
  .cs-entry__content-wrap {
    background: var(--cs-site-background);
  }
}
.cs-page-layout-right .cs-entry__content-wrap {
  margin-left: auto;
}
@media (max-width: 991.98px) {
  .cs-page-layout-right .cs-entry__content-wrap {
    margin-right: auto;
  }
}
.cs-page-layout-left .cs-entry__content-wrap {
  margin-right: auto;
}
@media (max-width: 991.98px) {
  .cs-page-layout-left .cs-entry__content-wrap {
    margin-left: auto;
  }
}
.cs-sidebar-disabled .cs-entry__content-wrap {
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1200px) {
  .cs-sidebar-disabled .cs-entry__content-wrap {
    background: var(--cs-site-background);
  }
}
.cs-entry__header-title-only + .cs-entry__content-wrap {
  padding-top: 2rem;
}
.page.cs-page-layout-right .cs-entry__content-wrap, .page.cs-page-layout-left .cs-entry__content-wrap {
  max-width: var(--cs-entry-content-width);
}
.page.cs-page-layout-disabled .cs-entry__content-wrap {
  max-width: 100%;
}

.cs-entry__media figure {
  margin: 0;
}
.cs-entry__media .cs-entry__media-wrap {
  position: relative;
  display: flex;
  flex-direction: row;
}

.cs-entry__thumbnail-caption {
  font-family: var(--cs-font-post-meta-family), sans-serif;
  font-size: var(--cs-font-post-meta-size);
  line-height: var(--cs-font-post-meta-line-height);
  font-weight: var(--cs-font-post-meta-weight);
  font-style: var(--cs-font-post-meta-style);
  letter-spacing: var(--cs-font-post-meta-letter-spacing);
  text-transform: var(--cs-font-post-meta-text-transform);
}
.cs-entry__thumbnail-caption {
  display: flex;
  width: 100%;
  margin-top: 0.5rem;
  color: var(--cs-color-secondary);
}
.cs-entry__header-large .cs-entry__thumbnail-caption, .cs-entry__header-overlay .cs-entry__thumbnail-caption {
  padding-left: 1.5rem;
}

.cs-entry__header-standard {
  margin-bottom: 2.5rem;
}
.cs-entry__header-standard .cs-entry__media {
  margin-top: 2.5rem;
}
.cs-sidebar-disabled .cs-entry__header-standard .cs-entry__header-content {
  justify-content: center;
  align-items: center;
  text-align: center;
  margin: 0 auto;
}

.cs-entry__header-featured {
  position: relative;
  margin-bottom: 2.5rem;
}
.cs-entry__header-featured .cs-entry__header-content {
  width: 100%;
  max-width: 100%;
  text-align: center;
  align-items: center;
}
.cs-entry__header-featured .cs-entry__header-inner {
  display: grid;
  gap: 2.5rem;
  grid-template-columns: 1fr;
}
.cs-entry__header-featured .cs-entry__subtitle {
  max-width: 700px;
  color: var(--cs-color-secondary);
}
@media (min-width: 1288px) {
  .cs-entry__header-featured .cs-entry__subtitle {
    max-width: 740px;
  }
}
@media (max-width: 767.98px) {
  .cs-entry__header-featured .cs-entry__subtitle {
    font-size: 0.875em;
  }
}
.cs-entry__header-featured .cs-entry__media-wrap {
  border-radius: var(--cs-thumbnail-border-radius);
  overflow: hidden;
}
@media (max-width: 575.98px) {
  .cs-entry__header-featured .cs-entry__media-wrap {
    width: 100vw;
    max-width: 100vw;
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
  }
}

.cs-entry__header.cs-entry__header-overlay {
  margin-bottom: 2.5rem;
}
@media (max-width: 575.98px) {
  .cs-entry__header.cs-entry__header-overlay .cs-entry__media-overlay {
    width: 100vw;
    max-width: 100vw;
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
  }
}
.cs-entry__header.cs-entry__header-overlay .cs-entry__post-meta-separator {
  border-top: unset;
  margin-top: auto;
  padding-top: 1rem;
}
.cs-entry__header.cs-entry__header-overlay .cs-overlay-background:after {
  border-radius: 0;
}
.cs-entry__header.cs-entry__header-overlay .cs-overlay-content {
  width: 100%;
  max-width: 100%;
  padding: 2.5rem;
  height: auto;
}
@media (max-width: 575.98px) {
  .cs-entry__header.cs-entry__header-overlay .cs-overlay-content {
    padding: 1.5rem 2rem;
  }
}
.cs-page-layout-left .cs-entry__header.cs-entry__header-overlay .cs-overlay-content {
  justify-self: end;
}
.cs-entry__header.cs-entry__header-overlay .cs-entry__title {
  max-width: 700px;
}
@media (min-width: 1288px) {
  .cs-entry__header.cs-entry__header-overlay .cs-entry__title {
    max-width: 740px;
  }
}
.cs-entry__header.cs-entry__header-overlay .cs-entry__subtitle {
  max-width: 700px;
  color: var(--cs-color-primary);
  display: none;
}
@media (min-width: 1288px) {
  .cs-entry__header.cs-entry__header-overlay .cs-entry__subtitle {
    max-width: 740px;
  }
}
@media (min-width: 992px) {
  .cs-entry__header.cs-entry__header-overlay .cs-entry__subtitle {
    display: block;
  }
}

/*
Theme Name:           Sugar Blog
Theme URI:            https://sugar.codesupply.co
Description:          Modern WordPress Personal Blog Theme
Documentation URI:    https://support.codesupply.co/documentation/sugar/
Author:               Code Supply Co.
Author URI:           https://codesupply.co
Version:              1.0.2
Tested up to:         6.8
Requires at least:    6.0
Requires PHP:         7.0
Tags:                 custom-colors, editor-style, theme-options, custom-menu, sticky-post, right-sidebar, translation-ready
License:              GNU General Public License version 3.0
License URI:          http://www.gnu.org/licenses/gpl-3.0.html
Text Domain:          sugar-blog
*/
.cs-entry__footer {
  width: 100%;
  margin-top: 2.5rem;
  padding-top: 2.5rem;
  border-top: 1px solid var(--cs-color-border);
}
.cs-entry__footer-inner {
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 40px;
}
@media (min-width: 768px) {
  .cs-entry__footer-inner {
    max-width: var(--cs-entry-content-medium-width);
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 575.98px) {
  .cs-entry__footer-inner {
    flex-direction: column;
    row-gap: 1.5rem;
    align-items: flex-start;
  }
}
.cs-entry__footer .cs-col-left {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
@media (min-width: 576px) {
  .cs-entry__footer .cs-col-left {
    flex: 3;
  }
}
.cs-entry__footer .cs-col-right {
  display: flex;
}
@media (min-width: 576px) {
  .cs-entry__footer .cs-col-right {
    flex: 1;
    justify-content: flex-end;
    align-items: center;
  }
}

/*
Theme Name:           Sugar Blog
Theme URI:            https://sugar.codesupply.co
Description:          Modern WordPress Personal Blog Theme
Documentation URI:    https://support.codesupply.co/documentation/sugar/
Author:               Code Supply Co.
Author URI:           https://codesupply.co
Version:              1.0.2
Tested up to:         6.8
Requires at least:    6.0
Requires PHP:         7.0
Tags:                 custom-colors, editor-style, theme-options, custom-menu, sticky-post, right-sidebar, translation-ready
License:              GNU General Public License version 3.0
License URI:          http://www.gnu.org/licenses/gpl-3.0.html
Text Domain:          sugar-blog
*/
.cs-entry__post-meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.375rem;
  transition: 0.25s;
  color: var(--cs-color-meta, var(--cs-color-secondary));
  z-index: 3;
}
.cs-entry__post-meta {
  font-family: var(--cs-font-post-meta-family), sans-serif;
  font-size: var(--cs-font-post-meta-size);
  line-height: var(--cs-font-post-meta-line-height);
  font-weight: var(--cs-font-post-meta-weight);
  font-style: var(--cs-font-post-meta-style);
  letter-spacing: var(--cs-font-post-meta-letter-spacing);
  text-transform: var(--cs-font-post-meta-text-transform);
}
@media (max-width: 1199.98px) {
  .cs-posts__compact .cs-entry__post-meta {
    font-size: 0.75rem;
  }
}
.cs-entry__post-meta a {
  color: var(--cs-color-meta-links, var(--cs-color-primary));
  font-size: inherit;
  transition: 0.25s;
}
.cs-entry__post-meta a:hover {
  color: var(--cs-color-meta-links-hover, var(--cs-color-accent));
}
.cs-entry__post-meta > * {
  display: flex;
}
.cs-entry__post-meta .cs-meta-icon {
  display: flex;
  align-items: center;
  margin-right: 4px;
}
.cs-entry__post-meta .cs-meta-author {
  align-items: center;
}
.cs-entry__post-meta .cs-meta-author:not(:last-child):after {
  content: "";
  display: block;
  width: 0.1875rem;
  height: 0.1875rem;
  margin-left: 0.375rem;
  background: var(--cs-color-divider, var(--cs-color-border));
}
.cs-entry__post-meta .cs-meta-author-avatar img {
  margin-right: 6px;
  border-radius: var(--cs-avatar-border-radius);
}
.cs-entry__post-meta .cs-meta-author-name {
  display: inline;
  padding-bottom: 0.02em;
  background: linear-gradient(to right, currentColor 0%, currentColor 98%);
  background-size: 0px 1px;
  background-repeat: no-repeat;
  background-position: var(--cs-underline-bg-position);
  color: var(--cs-color-meta-links, --cs-color-primary);
  transition: 0.25s;
  text-decoration: none;
}
.cs-entry__post-meta .cs-meta-author-name {
  padding: 0;
  transition: 0.25s;
}
.cs-entry__post-meta .cs-meta-author-by {
  display: inline;
  transition: 0.25s;
  color: var(--cs-color-meta, var(--cs-color-secondary));
}
.cs-entry__post-meta .cs-meta-author-by:after {
  content: " ";
  display: inline;
}
.cs-entry__post-meta .cs-meta-author-link {
  display: inline;
  text-decoration: none;
}
.cs-entry__post-meta .cs-meta-author-link:hover .cs-meta-author-name,
.cs-entry__post-meta .cs-meta-author-link:hover .cs-meta-author-by {
  color: var(--cs-color-meta-links-hover, var(--cs-color-accent));
}
.cs-entry__post-meta .cs-meta-date {
  display: flex;
  margin: 0;
  align-items: center;
}
.cs-entry__post-meta .cs-meta-date:not(:last-child):after {
  content: "";
  display: block;
  width: 0.1875rem;
  height: 0.1875rem;
  margin-left: 0.375rem;
  background: var(--cs-color-divider, var(--cs-color-border));
}
.cs-entry__post-meta .cs-meta-comments {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cs-entry__post-meta .cs-meta-comments:not(:last-child):after {
  content: "";
  display: block;
  width: 0.1875rem;
  height: 0.1875rem;
  margin-left: 0.375rem;
  background: var(--cs-color-divider, var(--cs-color-border));
}
.cs-entry__post-meta .cs-meta-comments .comments-link {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: var(--cs-color-meta-links, var(--cs-color-secondary));
  transition: 0.25s;
}
.cs-entry__post-meta .cs-meta-comments .comments-link:not(:last-child):after {
  content: "";
  display: block;
  width: 0.1875rem;
  height: 0.1875rem;
  margin-left: 0.375rem;
  background: var(--cs-color-divider, var(--cs-color-border));
}
.cs-entry__post-meta .cs-meta-comments .comments-link:not(:last-child) {
  margin-right: 0.5rem;
}
.cs-entry__post-meta .cs-meta-comments .comments-link:hover {
  color: var(--cs-color-meta-links-hover, var(--cs-color-accent));
}
.cs-entry__post-meta .cs-meta-comments .comments-link:before {
  content: "\e937";
  margin-right: 0.25rem;
  font-family: "cs-icons" !important;
  font-size: 0.8125rem;
}
[data-scheme=inverse] .cs-entry__post-meta .cs-meta-comments .comments-link {
  color: var(--cs-color-primary);
}
[data-scheme=inverse] .cs-entry__post-meta .cs-meta-comments .comments-link:hover {
  color: var(--cs-color-secondary);
}
@media (prefers-color-scheme: dark) {
  :root [data-scheme=auto][data-d=inverse] .cs-entry__post-meta .cs-meta-comments .comments-link {
    color: var(--cs-color-primary);
  }
  :root [data-scheme=auto][data-d=inverse] .cs-entry__post-meta .cs-meta-comments .comments-link:hover {
    color: var(--cs-color-secondary);
  }
}
@media (prefers-color-scheme: light) {
  :root [data-scheme=auto][data-l=inverse] .cs-entry__post-meta .cs-meta-comments .comments-link {
    color: var(--cs-color-primary);
  }
  :root [data-scheme=auto][data-l=inverse] .cs-entry__post-meta .cs-meta-comments .comments-link:hover {
    color: var(--cs-color-secondary);
  }
}
.cs-entry__post-meta .cs-meta-comments .cs-entry__header-content:not(:last-child):after {
  content: "";
  display: block;
  width: 0.1875rem;
  height: 0.1875rem;
  margin-left: 0.375rem;
  background: var(--cs-color-divider, var(--cs-color-border));
}
.cs-entry__post-meta .cs-meta-views {
  align-items: center;
}
.cs-entry__post-meta .cs-meta-views:not(:last-child):after {
  content: "";
  display: block;
  width: 0.1875rem;
  height: 0.1875rem;
  margin-left: 0.375rem;
  background: var(--cs-color-divider, var(--cs-color-border));
}
.cs-entry__post-meta .cs-meta-views .cs-icon {
  font-size: 0.875rem;
}
.cs-entry__post-meta .cs-meta-category {
  align-items: center;
}
.cs-entry__post-meta .cs-meta-category:not(:last-child):after {
  content: "";
  display: block;
  width: 0.1875rem;
  height: 0.1875rem;
  margin-left: 0.375rem;
  background: var(--cs-color-divider, var(--cs-color-border));
}
.cs-entry__post-meta .post-categories {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cs-entry__post-meta .post-categories {
  display: inline-block;
}
.cs-entry__post-meta .post-categories li {
  display: inline-block;
}
.cs-entry__post-meta .post-categories {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem;
}
.cs-entry__post-meta .post-categories.cs-search__popular-categories {
  gap: 0.5rem;
}
.cs-entry__post-meta .post-categories li {
  position: relative;
  line-height: 1;
}
.cs-entry__post-meta .post-categories a {
  font-family: var(--cs-font-category-family), sans-serif;
  font-size: var(--cs-font-category-size);
  line-height: var(--cs-font-category-line-height);
  font-weight: var(--cs-font-category-weight);
  font-style: var(--cs-font-category-style);
  letter-spacing: var(--cs-font-category-letter-spacing);
  text-transform: var(--cs-font-category-text-transform);
}
.cs-entry__post-meta .post-categories a {
  position: relative;
  display: flex;
  align-items: center;
  padding: 0.28125rem 0.5rem;
  background: var(--cs-category-bg-color, var(--cs-layout-background));
  color: var(--cs-category-color, var(--cs-color-primary));
  border-radius: var(--cs-tag-border-radius);
  text-decoration: none;
}
.cs-entry__post-meta .post-categories a:hover {
  background: var(--cs-category-bg-hover-color, var(--cs-layout-background));
}

.cs-entry__meta-overlay .cs-entry__meta-content {
  column-gap: 0;
  margin: -0.5rem 0;
}
.cs-entry__meta-overlay .cs-entry__meta-content .cs-entry__meta-author:not(:first-child) .cs-meta-author-link {
  padding-left: 0.5rem;
}
.cs-entry__meta-overlay .cs-entry__post-meta {
  height: 100%;
}
.cs-entry__meta-overlay .cs-entry__post-meta .cs-meta-author {
  height: 100%;
}
.cs-entry__meta-overlay .cs-entry__post-meta .cs-meta-author-link {
  display: inline;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.cs-entry__meta-overlay .cs-entry__post-meta .cs-meta-author-by {
  color: var(--cs-color-meta-links, var(--cs-color-secondary));
}
.cs-entry__meta-overlay .cs-entry__post-meta .cs-meta-comments .comments-link {
  padding-top: 0.325rem;
  padding-bottom: 0.325rem;
}

/*
Theme Name:           Sugar Blog
Theme URI:            https://sugar.codesupply.co
Description:          Modern WordPress Personal Blog Theme
Documentation URI:    https://support.codesupply.co/documentation/sugar/
Author:               Code Supply Co.
Author URI:           https://codesupply.co
Version:              1.0.2
Tested up to:         6.8
Requires at least:    6.0
Requires PHP:         7.0
Tags:                 custom-colors, editor-style, theme-options, custom-menu, sticky-post, right-sidebar, translation-ready
License:              GNU General Public License version 3.0
License URI:          http://www.gnu.org/licenses/gpl-3.0.html
Text Domain:          sugar-blog
*/
.cs-entry-format {
  position: absolute;
  z-index: 1;
  opacity: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background: #ffffff;
  backdrop-filter: blur(8.3px);
  transition: 0.25s;
  top: 10px;
  left: 10px;
  width: 40px;
  height: 40px;
}
.cs-entry__outer-style_1 .cs-entry-format, .cs-entry__outer-style_2 .cs-entry-format, .cs-entry__outer-style_3 .cs-entry-format {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.cs-video-bg-init:hover .cs-entry-format {
  opacity: 0;
}
.cs-entry-format > i.cs-format-icon {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.25s;
  color: var(--cs-color-accent);
}
.cs-entry-format > i.cs-format-icon:after {
  position: relative;
  width: auto;
  font-family: "cs-icons";
  font-weight: normal;
  font-style: normal;
  font-size: 1.125rem;
  opacity: 1;
  color: var(--cs-color-accent);
}
.cs-entry-format > i.cs-format-icon.cs-format-video:after {
  padding-left: 0.25rem;
  font-size: 1rem;
}
.cs-entry-format .cs-format-image:after {
  content: "\e924";
}
.cs-entry-format .cs-format-video:after {
  content: "\e91b";
}
.cs-entry-format .cs-format-audio:after {
  content: "\e908";
}
.cs-entry-format .cs-format-gallery:after {
  content: "\e924";
}
.cs-entry-format .cs-format-link:after {
  content: "\e90e";
}
.cs-entry-format .cs-format-quote:after {
  content: "\e922";
}
.cs-entry-format .cs-format-status:after {
  content: "\e907";
}
.cs-entry-format .cs-format-aside:after {
  content: "\e90a";
}
.cs-entry-format .cs-format-chat:after {
  content: "\e900";
}

/*
Theme Name:           Sugar Blog
Theme URI:            https://sugar.codesupply.co
Description:          Modern WordPress Personal Blog Theme
Documentation URI:    https://support.codesupply.co/documentation/sugar/
Author:               Code Supply Co.
Author URI:           https://codesupply.co
Version:              1.0.2
Tested up to:         6.8
Requires at least:    6.0
Requires PHP:         7.0
Tags:                 custom-colors, editor-style, theme-options, custom-menu, sticky-post, right-sidebar, translation-ready
License:              GNU General Public License version 3.0
License URI:          http://www.gnu.org/licenses/gpl-3.0.html
Text Domain:          sugar-blog
*/
.cs-entry-prev-next {
  position: relative;
  display: flex;
  flex-direction: column;
  margin-top: 40px;
  flex-direction: row;
}
.cs-entry-prev-next:has(.cs-entry__prev + .cs-entry__next):after {
  content: "";
  position: absolute;
  left: 50%;
  display: block;
  width: 1px;
  height: 100%;
  background: var(--cs-color-border);
  transition: 0.25s;
}
@media (max-width: 575.98px) {
  .cs-entry-prev-next {
    width: calc(100% + 48px);
    margin-left: -24px;
    margin-right: -24px;
    padding: 0 24px;
    border-top: 1px solid var(--cs-color-border);
    border-bottom: 1px solid var(--cs-color-border);
  }
}
@media (min-width: 576px) {
  .cs-entry-prev-next .cs-entry__prev {
    border-top: 1px solid var(--cs-color-border);
    border-bottom: 1px solid var(--cs-color-border);
    border-left: 1px solid var(--cs-color-border);
    border-radius: var(--cs-thumbnail-border-radius) 0 0 var(--cs-thumbnail-border-radius);
  }
  .cs-entry-prev-next .cs-entry__prev:only-child {
    border-right: 1px solid var(--cs-color-border);
    border-radius: var(--cs-thumbnail-border-radius);
  }
  .cs-entry-prev-next .cs-entry__next {
    border-top: 1px solid var(--cs-color-border);
    border-bottom: 1px solid var(--cs-color-border);
    border-right: 1px solid var(--cs-color-border);
    border-radius: 0 var(--cs-thumbnail-border-radius) var(--cs-thumbnail-border-radius) 0;
  }
  .cs-entry-prev-next .cs-entry__next:only-child {
    border-left: 1px solid var(--cs-color-border);
    border-radius: var(--cs-thumbnail-border-radius);
  }
  .cs-entry-prev-next:has(.cs-entry__prev + .cs-entry__next):hover:after {
    background: var(--cs-color-divider);
  }
}
.cs-entry-prev-next__item {
  position: relative;
  flex: 1;
  max-width: 50%;
  transition: 0.25s;
}
@media (max-width: 575.98px) {
  .cs-entry-prev-next__item {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
  .cs-entry-prev-next__item.cs-entry__prev:not(:only-child) {
    padding-right: 1rem;
  }
  .cs-entry-prev-next__item.cs-entry__next:not(:only-child) {
    padding-left: 1rem;
  }
}
@media (min-width: 576px) and (max-width: 1199.98px) {
  .cs-entry-prev-next__item {
    padding: 0.75rem 1.25rem;
  }
}
@media (min-width: 1200px) {
  .cs-entry-prev-next__item {
    padding: 1.25rem 2.5rem;
  }
}
.cs-entry-prev-next__item:only-child {
  max-width: 100%;
}
.cs-entry-prev-next__item:hover {
  border-color: var(--cs-color-divider) !important;
}
.cs-entry-prev-next__item a:not(.cs-entry-prev-next__link) {
  position: relative;
  z-index: 2;
}
.cs-entry-prev-next__link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.cs-entry-prev-next__label {
  display: flex;
  align-items: center;
  color: var(--cs-color-primary);
}
.cs-entry-prev-next__label {
  font-family: var(--cs-font-entry-title-family), sans-serif;
  line-height: var(--cs-font-entry-title-line-height);
  font-weight: var(--cs-font-entry-title-weight);
  font-style: var(--cs-font-entry-title-style);
  letter-spacing: var(--cs-font-entry-title-letter-spacing);
  text-transform: var(--cs-font-entry-title-text-transform);
}
.cs-entry-prev-next__label {
  font-size: 1rem;
}
.cs-entry-prev-next .cs-entry:not(:first-child) {
  margin-top: 1rem;
}
.cs-entry-prev-next .cs-entry__outer {
  display: flex;
  flex-direction: row;
}
@media (max-width: 767.98px) {
  .cs-entry-prev-next .cs-entry__thumbnail {
    display: none;
  }
}
@media (min-width: 768px) {
  .cs-entry-prev-next .cs-entry__thumbnail {
    flex: none;
    align-self: flex-start;
    width: 95px;
    overflow: hidden;
    border-radius: var(--cs-thumbnail-border-radius);
    clip-path: inset(0 0 0 0 round var(--cs-thumbnail-border-radius));
    transform: translate3d(0, 0, 0);
  }
  .cs-entry-prev-next .cs-entry__thumbnail img {
    display: block;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 0;
    transition: 0.25s;
  }
}
.cs-entry-prev-next .cs-entry__content {
  margin-top: 0;
}
.cs-entry-prev-next .cs-entry__title {
  font-size: 1rem;
}
.cs-entry-prev-next .cs-entry__post-meta {
  margin-top: 0.5rem;
  column-gap: 0;
}
.cs-entry-prev-next .cs-entry__post-meta .cs-meta-author:not(.cs-meta-category + .cs-meta-author):not(:first-child),
.cs-entry-prev-next .cs-entry__post-meta .cs-meta-comments:not(.cs-meta-category + .cs-meta-comments):not(:first-child) {
  margin-left: 0.5rem;
}
.cs-entry-prev-next .cs-entry__post-meta .post-categories {
  gap: 0;
}
.cs-entry-prev-next .cs-entry__post-meta .post-categories a {
  position: relative;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-right: 0.875rem;
  background: transparent;
}
.cs-entry-prev-next .cs-entry__post-meta .post-categories a:after {
  content: "";
  display: block;
  position: absolute;
  top: 0.5rem;
  bottom: 0.5rem;
  left: 0;
  right: 0.5rem;
  z-index: -1;
  border-radius: var(--cs-tag-border-radius);
  background: var(--cs-layout-background);
  transition: 0.25s;
}
.cs-entry-prev-next .cs-entry__post-meta .post-categories a:hover {
  background: transparent;
  color: var(--cs-color-button-hover-contrast);
}
.cs-entry-prev-next .cs-entry__post-meta .post-categories a:hover:after {
  background: var(--cs-color-button-hover);
}

/*
Theme Name:           Sugar Blog
Theme URI:            https://sugar.codesupply.co
Description:          Modern WordPress Personal Blog Theme
Documentation URI:    https://support.codesupply.co/documentation/sugar/
Author:               Code Supply Co.
Author URI:           https://codesupply.co
Version:              1.0.2
Tested up to:         6.8
Requires at least:    6.0
Requires PHP:         7.0
Tags:                 custom-colors, editor-style, theme-options, custom-menu, sticky-post, right-sidebar, translation-ready
License:              GNU General Public License version 3.0
License URI:          http://www.gnu.org/licenses/gpl-3.0.html
Text Domain:          sugar-blog
*/
.cs-read-next {
  position: relative;
  z-index: 1;
  display: block;
  margin-top: 6.875rem;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  overflow: hidden;
  overflow: clip;
  list-style: none;
  touch-action: pan-y;
}
@media (min-width: 992px) {
  .cs-read-next {
    margin-top: 80px;
  }
}
.cs-read-next__headline {
  padding-bottom: 1.5rem;
  margin-bottom: 1.5rem;
  border-bottom: 1px solid var(--cs-color-divider);
}
.cs-read-next__headline-container a {
  color: var(--cs-color-primary);
  text-decoration: none;
}
.cs-read-next__headline-container a:hover {
  color: var(--cs-color-accent);
}
.cs-read-next__heading {
  font-family: var(--cs-font-section-headings-family), sans-serif;
  font-weight: var(--cs-font-section-headings-weight);
  font-style: var(--cs-font-section-headings-style);
  letter-spacing: var(--cs-font-section-headings-letter-spacing);
  text-transform: var(--cs-font-section-headings-text-transform);
  line-height: var(--cs-font-section-headings-line-height);
}
.cs-read-next__heading {
  display: inline-flex;
  align-items: center;
  margin: 0;
  color: var(--cs-section-heading-color, var(--cs-color-primary));
}
.cs-read-next__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  grid-column-gap: 2rem;
  grid-row-gap: 2.5rem;
}
@media (min-width: 576px) and (max-width: 1199.98px) {
  .cs-read-next__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 992px) and (max-width: 1287.98px) {
  .cs-read-next__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (min-width: 1288px) {
  .cs-read-next__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.cs-read-next .cs-entry__outer {
  gap: 1rem;
}
.cs-read-next .cs-entry__excerpt:not(:first-child) {
  margin-top: 0.625rem;
}
.cs-read-next .cs-entry__info:not(:first-child) {
  margin-top: 0.5rem;
}

/*
Theme Name:           Sugar Blog
Theme URI:            https://sugar.codesupply.co
Description:          Modern WordPress Personal Blog Theme
Documentation URI:    https://support.codesupply.co/documentation/sugar/
Author:               Code Supply Co.
Author URI:           https://codesupply.co
Version:              1.0.2
Tested up to:         6.8
Requires at least:    6.0
Requires PHP:         7.0
Tags:                 custom-colors, editor-style, theme-options, custom-menu, sticky-post, right-sidebar, translation-ready
License:              GNU General Public License version 3.0
License URI:          http://www.gnu.org/licenses/gpl-3.0.html
Text Domain:          sugar-blog
*/
.cs-entry__comments {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
}
@media (min-width: 768px) {
  .cs-entry__comments {
    max-width: var(--cs-entry-content-medium-width);
    margin-left: auto;
    margin-right: auto;
  }
}
.cs-entry__comments .cs-entry__comments-inner {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: max-height 1s ease, opacity 0.3s ease;
}
.single .cs-entry__comments .cs-entry__comments-inner {
  max-width: var(--cs-entry-content-width);
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.cs-entry__comments.cs-entry__comments-visible .cs-entry__comments-inner {
  max-height: unset;
  opacity: 1;
  margin-top: 1.5rem;
}

.cs-entry__comments-toggle {
  font-family: var(--cs-font-primary-family), sans-serif;
  font-size: var(--cs-font-primary-size);
  line-height: var(--cs-font-primary-line-height);
  font-weight: var(--cs-font-primary-weight);
  font-style: var(--cs-font-primary-style);
  letter-spacing: var(--cs-font-primary-letter-spacing);
  text-transform: var(--cs-font-primary-text-transform);
}
.cs-entry__comments-toggle {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  min-height: 2.5rem;
  box-sizing: border-box;
  border-radius: var(--cs-button-border-radius);
  background: var(--cs-color-button);
  color: var(--cs-color-button-contrast);
  cursor: pointer;
  transition: 0.25s;
}
.cs-entry__comments-toggle:hover {
  background: var(--cs-color-button-hover);
}

.comment-list {
  padding: 0;
  margin: 0;
  list-style: none;
}
.comment-list > li.comment:not(:first-child) {
  margin-top: 1.5rem;
}
.comment-list .comment-body {
  display: flex;
  flex-direction: column;
}
.comment-list .comment-body {
  font-family: var(--cs-font-entry-excerpt-family), sans-serif;
  font-weight: var(--cs-font-entry-excerpt-weight);
  font-size: var(--cs-font-entry-excerpt-size);
  letter-spacing: var(--cs-font-entry-excerpt-letter-spacing);
  line-height: var(--cs-font-entry-excerpt-line-height);
}
.comment-list .comment-body > .reply {
  order: 3;
  margin-top: 0.75rem;
  height: 1.25rem;
}
.comment-list .comment-edit-link {
  font-family: var(--cs-font-post-meta-family), sans-serif;
  font-size: var(--cs-font-post-meta-size);
  line-height: var(--cs-font-post-meta-line-height);
  font-weight: var(--cs-font-post-meta-weight);
  font-style: var(--cs-font-post-meta-style);
  letter-spacing: var(--cs-font-post-meta-letter-spacing);
  text-transform: var(--cs-font-post-meta-text-transform);
}
.comment-list .comment-edit-link {
  color: var(--cs-color-secondary);
  transition: 0.25s;
  margin-left: 0.25rem;
}
.comment-list .comment-edit-link:hover {
  color: var(--cs-color-primary);
}
.comment-list .comment-author .says {
  display: none;
}
.comment-list .comment-author a {
  text-decoration: none;
  color: var(--cs-color-primary);
}
.comment-list .comment-author a:hover {
  color: var(--cs-color-secondary);
}
.comment-list .comment-author:not(:last-child):after {
  content: "";
  display: block;
  width: 0.1875rem;
  height: 0.1875rem;
  margin-left: 0.375rem;
  background: var(--cs-color-divider, var(--cs-color-border));
}
.comment-list .bypostauthor > .comment-body .comment-author:before {
  font-family: "cs-icons";
  font-size: 1.5rem;
  content: "\e921";
  display: flex;
  align-items: center;
  max-height: 20px;
}
.comment-list .byuser .comment-author b {
  display: inline-flex;
  align-items: center;
  position: relative;
}
.comment-list .children {
  margin: 0;
  margin-top: 1.5rem;
  padding-left: 1.5rem;
  list-style: none;
}
@media (min-width: 992px) {
  .comment-list .children {
    padding-left: 2rem;
  }
}
.comment-list .children > li.comment:not(:first-child) {
  margin-top: 1.5rem;
}
.comment-list .children .children .children .children .children .children {
  padding-left: 0;
}
@media (min-width: 768px) {
  .comment-list .children .children .children .children .children .children {
    padding-left: 0;
  }
}

.comment-meta {
  font-family: var(--cs-font-post-meta-family), sans-serif;
  font-size: var(--cs-font-post-meta-size);
  line-height: var(--cs-font-post-meta-line-height);
  font-weight: var(--cs-font-post-meta-weight);
  font-style: var(--cs-font-post-meta-style);
  letter-spacing: var(--cs-font-post-meta-letter-spacing);
  text-transform: var(--cs-font-post-meta-text-transform);
}
.comment-meta {
  line-height: 1.3;
  order: 1;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 0.5rem;
}
.comment-meta img {
  margin-right: 0.375rem;
  border-radius: var(--cs-avatar-border-radius);
}
.comment-meta:after {
  content: "";
  display: block;
  clear: both;
}
.comment-meta time {
  font-size: inherit;
  color: var(--cs-color-secondary);
}
.comment-meta a {
  text-decoration: none;
}
.comment-meta a time {
  color: var(--cs-color-secondary);
  transition: 0.25s;
}
.comment-meta a:hover time {
  color: var(--cs-color-primary);
}

.comment-metadata {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  margin-left: 0.375rem;
}
@media (max-width: 575.98px) {
  .comment-metadata {
    width: 100%;
    margin-left: 0;
  }
}
.comment-metadata > * {
  display: flex;
  align-items: center;
  margin-top: 0.25rem;
}
@media (min-width: 576px) {
  .comment-metadata > * {
    margin-top: 0;
  }
}

.comment-author {
  display: flex;
  align-items: center;
}
@media (max-width: 575.98px) {
  .comment-author {
    width: 100%;
  }
}

.comment-content {
  order: 2;
  color: var(--cs-color-primary);
}
.comment-content > * {
  margin-top: 16px;
  margin-bottom: 16px;
}
@media (min-width: 576px) {
  .comment-content > * {
    margin-top: 16px;
    margin-bottom: 16px;
  }
}
.comment-content > *:first-child {
  margin-top: 0;
}
.comment-content > *:last-child {
  margin-bottom: 0;
}

.comment-reply-link {
  font-family: var(--cs-font-primary-family), sans-serif;
  font-size: var(--cs-font-primary-size);
  line-height: var(--cs-font-primary-line-height);
  font-weight: var(--cs-font-primary-weight);
  font-style: var(--cs-font-primary-style);
  letter-spacing: var(--cs-font-primary-letter-spacing);
  text-transform: var(--cs-font-primary-text-transform);
}
.comment-reply-link {
  text-decoration: none;
  color: var(--cs-color-primary);
  display: flex;
  flex-direction: row;
  align-items: center;
}
.comment-reply-link:after {
  content: "\e90e";
  font-family: "cs-icons";
  font-weight: normal;
  font-size: 1.1875rem;
  margin-left: 0.25rem;
}
.comment-reply-link:hover {
  color: var(--cs-color-secondary);
}

#cancel-comment-reply-link {
  margin-left: 0.5rem;
}

.title-comment-reply {
  display: flex;
  align-items: center;
}
.title-comment-reply a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  margin-left: 8px;
  color: transparent;
  overflow: hidden;
  transition: 0.25s;
}
.title-comment-reply a:after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: var(--cs-color-secondary);
  font-family: "cs-icons";
  content: "\e913";
  line-height: 1;
  transition: 0.25s;
}
.title-comment-reply a:hover:after {
  color: var(--cs-color-primary);
}

.comment-body + .comment-respond,
.comment-navigation + .comment-respond,
.comment-list + .comment-respond {
  margin-top: 1rem;
}

.comment-respond {
  margin-top: 1.5rem;
  padding: 1.5rem;
  background: var(--cs-layout-background);
  border-radius: var(--cs-layout-elements-border-radius);
  overflow: hidden;
}
@media (min-width: 576px) {
  .comment-respond {
    padding: 2rem;
  }
}

.comment-reply-title {
  margin-bottom: 0.375rem;
  font-size: 1.125rem;
}

.comment-form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: baseline;
  margin-top: 0.375rem;
}
.comment-form .required {
  color: var(--cs-color-accent);
}

.comment.bypostauthor {
  outline: none;
}

.comment-notes,
.comment-form-comment,
.comment-form-cookies-consent,
.logged-in-as {
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  width: 100%;
  margin-bottom: 0.5rem;
}
.comment-notes textarea,
.comment-form-comment textarea,
.comment-form-cookies-consent textarea,
.logged-in-as textarea {
  background: var(--cs-color-input, var(--cs-site-background));
  border: none;
}
.comment-notes a,
.comment-form-comment a,
.comment-form-cookies-consent a,
.logged-in-as a {
  text-decoration: underline;
}
.comment-notes a:hover,
.comment-form-comment a:hover,
.comment-form-cookies-consent a:hover,
.logged-in-as a:hover {
  text-decoration: none;
}

.comment-form-comment {
  order: 4;
  margin-top: 1.5rem;
}
.comment-form-comment label {
  display: block;
  margin-bottom: 0.375rem;
  color: var(--cs-color-primary);
}
.comment-form-comment textarea {
  height: 132px;
  padding: 1rem;
  background: var(--cs-color-input, var(--cs-site-background));
}

.comment-form-author,
.comment-form-email {
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  width: 100%;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .comment-form-author,
  .comment-form-email {
    flex: 0 0 49%;
    max-width: 49%;
  }
}
.comment-form-author label,
.comment-form-email label {
  display: block;
  margin-bottom: 0.375rem;
  color: var(--cs-color-primary);
}
.comment-form-author input:not([type=submit]):not([type=checkbox]),
.comment-form-email input:not([type=submit]):not([type=checkbox]) {
  min-height: unset;
  padding-top: 0.59375rem;
  padding-bottom: 0.59375rem;
  padding-left: 1rem;
  padding-right: 1rem;
  background: var(--cs-color-input, var(--cs-site-background));
}

.comment-form-author {
  order: 1;
}

.comment-form-email {
  order: 2;
}

.comment-form-url {
  display: none;
  order: 3;
}

.comment-form-cookies-consent {
  display: grid;
  grid-template-columns: 0.875rem 1fr;
  gap: 0.375rem;
  align-items: center;
  margin-bottom: 1.5rem;
  order: 5;
}
.comment-form-cookies-consent label {
  margin: 0;
  font-size: 0.75rem;
}
.comment-form-cookies-consent input {
  width: 0.875rem;
  height: 0.875rem;
}

.comment-notes {
  width: 100%;
  margin-bottom: 1.25rem;
  font-size: 0.875rem;
  color: var(--cs-color-secondary);
}

.comment-awaiting-moderation {
  width: 100%;
  margin-top: 0.375rem;
  margin-bottom: 1.25rem;
  font-size: 0.875rem;
  color: var(--cs-color-secondary);
}

.logged-in-as,
.form-allowed-tags {
  margin-bottom: 0;
  font-size: 0.875rem;
}
.logged-in-as a,
.form-allowed-tags a {
  font-size: 0.875rem;
}

.form-submit {
  width: 100%;
  margin-bottom: 0;
  order: 6;
  margin-top: 1.5rem;
}
.form-submit button {
  border: none;
}
@media (max-width: 575.98px) {
  .form-submit button {
    width: 100%;
  }
}

.no-comments {
  margin-top: 1rem;
  padding: 10px;
  background: var(--cs-color-contrast-50);
}
.no-comments {
  font-family: var(--cs-font-primary-family), sans-serif;
  font-size: var(--cs-font-primary-size);
  line-height: var(--cs-font-primary-line-height);
  font-weight: var(--cs-font-primary-weight);
  font-style: var(--cs-font-primary-style);
  letter-spacing: var(--cs-font-primary-letter-spacing);
  text-transform: var(--cs-font-primary-text-transform);
}

.logged-in-as a {
  font-family: var(--cs-font-primary-family), sans-serif;
  font-size: var(--cs-font-primary-size);
  line-height: var(--cs-font-primary-line-height);
  font-weight: var(--cs-font-primary-weight);
  font-style: var(--cs-font-primary-style);
  letter-spacing: var(--cs-font-primary-letter-spacing);
  text-transform: var(--cs-font-primary-text-transform);
}
.logged-in-as a {
  font-size: 0.875rem;
}
.logged-in-as a:hover {
  color: var(--cs-color-primary);
  text-decoration: none;
}

/*
Theme Name:           Sugar Blog
Theme URI:            https://sugar.codesupply.co
Description:          Modern WordPress Personal Blog Theme
Documentation URI:    https://support.codesupply.co/documentation/sugar/
Author:               Code Supply Co.
Author URI:           https://codesupply.co
Version:              1.0.2
Tested up to:         6.8
Requires at least:    6.0
Requires PHP:         7.0
Tags:                 custom-colors, editor-style, theme-options, custom-menu, sticky-post, right-sidebar, translation-ready
License:              GNU General Public License version 3.0
License URI:          http://www.gnu.org/licenses/gpl-3.0.html
Text Domain:          sugar-blog
*/
.cs-entry__tags {
  display: grid;
  grid-template-columns: minmax(0, var(--cs-entry-content-medium-width));
  justify-content: center;
  align-items: baseline;
  margin-top: 40px;
}
.cs-entry__tags {
  font-family: var(--cs-font-category-family), sans-serif;
  font-size: var(--cs-font-category-size);
  line-height: var(--cs-font-category-line-height);
  font-weight: var(--cs-font-category-weight);
  font-style: var(--cs-font-category-style);
  letter-spacing: var(--cs-font-category-letter-spacing);
  text-transform: var(--cs-font-category-text-transform);
}
.cs-entry__tags ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cs-entry__tags ul {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin: 0;
}
.cs-entry__tags li {
  position: relative;
  line-height: 1;
}
.cs-entry__tags a {
  display: flex;
  height: 30px;
  padding: 0 0.75rem;
  justify-content: center;
  align-items: center;
  color: var(--cs-color-primary);
  background: var(--cs-color-tag-background);
  border-radius: var(--cs-layout-elements-border-radius);
  text-decoration: none;
  transition: 0.25s;
}
.cs-entry__tags a:hover {
  background: var(--cs-color-tag-background-hover);
}

/*
Theme Name:           Sugar Blog
Theme URI:            https://sugar.codesupply.co
Description:          Modern WordPress Personal Blog Theme
Documentation URI:    https://support.codesupply.co/documentation/sugar/
Author:               Code Supply Co.
Author URI:           https://codesupply.co
Version:              1.0.2
Tested up to:         6.8
Requires at least:    6.0
Requires PHP:         7.0
Tags:                 custom-colors, editor-style, theme-options, custom-menu, sticky-post, right-sidebar, translation-ready
License:              GNU General Public License version 3.0
License URI:          http://www.gnu.org/licenses/gpl-3.0.html
Text Domain:          sugar-blog
*/
.cs-entry__metabar {
  display: none;
}
@media (min-width: 576px) {
  .cs-entry__metabar {
    display: block;
  }
}
@media (min-width: 992px) {
  .cs-sidebar-disabled .cs-entry__metabar {
    display: block;
  }
}
@media (min-width: 1200px) {
  .cs-sidebar-left .cs-entry__metabar .cs-share {
    margin: 0 -2.375rem;
  }
}
.cs-entry__metabar-inner {
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) {
  .cs-metabar-enabled .cs-entry__metabar-inner {
    position: sticky;
    z-index: 1;
    top: calc(40px * 0.5 + var(--cs-wpadminbar-height));
    transition: 0.4s;
  }
  .cs-navbar-smart-enabled .cs-header-smart-visible ~ .cs-site-primary .cs-metabar-enabled .cs-entry__metabar-inner {
    top: calc(40px * 0.5 + var(--cs-wpadminbar-height) + var(--cs-header-height));
  }
  .cs-navbar-sticky-enabled .cs-metabar-enabled .cs-entry__metabar-inner {
    top: calc(40px * 0.5 + var(--cs-wpadminbar-height) + var(--cs-header-height));
  }
}
.cs-entry__metabar-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

/*--------------------------------------------------------------
## Pagination
--------------------------------------------------------------*/
/*
Theme Name:           Sugar Blog
Theme URI:            https://sugar.codesupply.co
Description:          Modern WordPress Personal Blog Theme
Documentation URI:    https://support.codesupply.co/documentation/sugar/
Author:               Code Supply Co.
Author URI:           https://codesupply.co
Version:              1.0.2
Tested up to:         6.8
Requires at least:    6.0
Requires PHP:         7.0
Tags:                 custom-colors, editor-style, theme-options, custom-menu, sticky-post, right-sidebar, translation-ready
License:              GNU General Public License version 3.0
License URI:          http://www.gnu.org/licenses/gpl-3.0.html
Text Domain:          sugar-blog
*/
.cs-posts-area__pagination {
  display: flex;
  justify-content: center;
  margin-top: 2.5rem;
}
.cs-posts-area__pagination .cs-load-more {
  width: 100%;
  max-width: 100%;
  min-height: 3rem;
  box-sizing: border-box;
  border-radius: var(--cs-button-border-radius);
  background: var(--cs-layout-background);
  color: var(--cs-color-primary);
}
@media (max-width: 575.98px) {
  .cs-posts-area__pagination .cs-load-more {
    width: 100%;
  }
}
.cs-posts-area__pagination .cs-load-more.loading {
  position: relative;
  color: transparent;
}
.cs-posts-area__pagination .cs-load-more.loading:after {
  width: 1rem;
  height: 1rem;
  border: 2px solid rgba(255, 255, 255, 0.25);
  border-top-color: white;
  border-radius: 50%;
  position: relative;
  animation: loader-rotate 1s linear infinite;
}
@keyframes loader-rotate {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.cs-posts-area__pagination .cs-load-more.loading:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  text-align: center;
  content: "";
}
.cs-posts-area__pagination .cs-load-more:hover, .cs-posts-area__pagination .cs-load-more:focus {
  color: var(--cs-color-primary-contrast);
}
@media (prefers-color-scheme: dark) {
  :root [data-scheme=auto] .cs-posts-area__pagination .cs-load-more:hover, :root [data-scheme=auto] .cs-posts-area__pagination .cs-load-more:focus {
    color: var(--cs-color-primary);
  }
}
[data-scheme=dark] .cs-posts-area__pagination .cs-load-more:hover, [data-scheme=dark] .cs-posts-area__pagination .cs-load-more:focus {
  color: var(--cs-color-primary);
}
@media (prefers-color-scheme: dark) {
  :root [data-scheme=auto][data-d=dark] .cs-posts-area__pagination .cs-load-more:hover, :root [data-scheme=auto][data-d=dark] .cs-posts-area__pagination .cs-load-more:focus {
    color: var(--cs-color-primary);
  }
}
@media (prefers-color-scheme: light) {
  :root [data-scheme=auto][data-l=dark] .cs-posts-area__pagination .cs-load-more:hover, :root [data-scheme=auto][data-l=dark] .cs-posts-area__pagination .cs-load-more:focus {
    color: var(--cs-color-primary);
  }
}

.cs-sidebar-left .cs-posts-area-posts:has(.cs-posts-area__list) .cs-posts-area__pagination, .cs-sidebar-right .cs-posts-area-posts:has(.cs-posts-area__list) .cs-posts-area__pagination {
  justify-content: center;
}
.cs-posts-area-posts:has(.cs-posts-area__list) .cs-posts-area__pagination .cs-load-more {
  max-width: var(--cs-entry-content-large-width);
}

.cs-posts-area-posts:has(.cs-posts-area__full) .cs-posts-area__pagination .cs-load-more {
  max-width: var(--cs-entry-content-large-width);
}

.navigation.pagination {
  display: flex;
  clear: both;
}
.navigation.pagination:last-child {
  margin-bottom: 0;
}
.navigation.pagination .nav-links {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  gap: 0.5rem;
}
.navigation.pagination .nav-links > span, .navigation.pagination .nav-links > a {
  border: 1px solid transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 2.25rem;
  height: 2.25rem;
  padding: 0.53125rem 0.8125rem;
  text-decoration: none;
}
.navigation.pagination .nav-links > span, .navigation.pagination .nav-links > a {
  font-family: var(--cs-font-primary-family), sans-serif;
  font-size: var(--cs-font-primary-size);
  line-height: var(--cs-font-primary-line-height);
  font-weight: var(--cs-font-primary-weight);
  font-style: var(--cs-font-primary-style);
  letter-spacing: var(--cs-font-primary-letter-spacing);
  text-transform: var(--cs-font-primary-text-transform);
}
.navigation.pagination .nav-links > .page-number, .navigation.pagination .nav-links > .current {
  color: var(--cs-color-primary-contrast);
  background-color: var(--cs-color-accent);
  border-radius: var(--cs-layout-elements-border-radius);
  padding: 0.53125rem 0.8125rem;
}
.navigation.pagination .nav-links > .current {
  color: var(--cs-color-primary-contrast);
  background-color: var(--cs-color-accent);
  border-radius: var(--cs-layout-elements-border-radius);
  padding: 0.53125rem 0.8125rem;
}
.navigation.pagination .nav-links a {
  text-decoration: none;
  transition: 0.25s;
}
.navigation.pagination .nav-links a.post-page-numbers, .navigation.pagination .nav-links a.page-numbers, .navigation.pagination .nav-links a.wp-block-query-pagination-previous, .navigation.pagination .nav-links a.wp-block-query-pagination-next {
  color: var(--cs-color-primary);
}
.navigation.pagination .nav-links a.post-page-numbers:hover, .navigation.pagination .nav-links a.page-numbers:hover, .navigation.pagination .nav-links a.wp-block-query-pagination-previous:hover, .navigation.pagination .nav-links a.wp-block-query-pagination-next:hover {
  background: var(--cs-layout-background);
  color: var(--cs-color-secondary);
}
.navigation.pagination .nav-links a.page-numbers.prev, .navigation.pagination .nav-links a.page-numbers.next {
  color: var(--cs-color-primary);
}
.navigation.pagination .nav-links a.page-numbers.prev:hover, .navigation.pagination .nav-links a.page-numbers.next:hover {
  background: transparent;
  color: var(--cs-color-secondary);
}
.navigation.pagination .nav-links a.page-numbers.prev {
  margin-right: 1rem;
}
.navigation.pagination .nav-links a.page-numbers.next {
  margin-left: 1rem;
}
.navigation.pagination .nav-links a:first-child:before {
  font-size: 1.125rem;
  font-family: "cs-icons";
  content: "\e90d";
  margin-right: 0.125rem;
}
.navigation.pagination .nav-links a:last-child:after {
  font-size: 1.125rem;
  font-family: "cs-icons";
  content: "\e90e";
  margin-left: 0.125rem;
}

.navigation.posts-navigation {
  margin-top: 2rem;
}
.navigation.posts-navigation + .cs-entry__footer {
  margin-top: 2rem;
}
.navigation.posts-navigation .nav-links > *:first-child {
  margin-left: 0;
}
.navigation.posts-navigation .nav-links > a:before, .navigation.posts-navigation .nav-links > a:after {
  display: none;
}

.navigation.comment-navigation {
  border-top: 1px solid var(--cs-color-border);
  border-bottom: 1px solid var(--cs-color-border);
}
.navigation.comment-navigation .nav-links {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 0;
}
.navigation.comment-navigation .nav-links {
  font-family: var(--cs-font-primary-family), sans-serif;
  font-size: var(--cs-font-primary-size);
  line-height: var(--cs-font-primary-line-height);
  font-weight: var(--cs-font-primary-weight);
  font-style: var(--cs-font-primary-style);
  letter-spacing: var(--cs-font-primary-letter-spacing);
  text-transform: var(--cs-font-primary-text-transform);
}
.navigation.comment-navigation .nav-links a {
  color: var(--cs-color-primary);
}
.navigation.comment-navigation .nav-links .nav-previous, .navigation.comment-navigation .nav-links .nav-next {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.navigation.comment-navigation .nav-links .nav-previous:before, .navigation.comment-navigation .nav-links .nav-previous:after, .navigation.comment-navigation .nav-links .nav-next:before, .navigation.comment-navigation .nav-links .nav-next:after {
  font-family: "cs-icons";
  font-size: 0.875rem;
  color: var(--cs-color-primary);
  transition: 0.25s;
}
.navigation.comment-navigation .nav-links .nav-previous:hover a, .navigation.comment-navigation .nav-links .nav-next:hover a {
  text-decoration: none;
  color: var(--cs-color-secondary);
}
.navigation.comment-navigation .nav-links .nav-previous:hover:before, .navigation.comment-navigation .nav-links .nav-previous:hover:after, .navigation.comment-navigation .nav-links .nav-next:hover:before, .navigation.comment-navigation .nav-links .nav-next:hover:after {
  color: var(--cs-color-secondary);
}
.navigation.comment-navigation .nav-links .nav-previous:before {
  content: "\e904";
  margin-right: 5px;
}
.navigation.comment-navigation .nav-links .nav-previous:hover:before {
  transform: translateX(-5px);
}
.navigation.comment-navigation .nav-links .nav-next:after {
  content: "\e906";
  margin-left: 5px;
}
.navigation.comment-navigation .nav-links .nav-next:hover:after {
  transform: translateX(5px);
}

.comment-list + .comment-navigation {
  border-top: none;
}

/*--------------------------------------------------------------
## Page
--------------------------------------------------------------*/
/*
Theme Name:           Sugar Blog
Theme URI:            https://sugar.codesupply.co
Description:          Modern WordPress Personal Blog Theme
Documentation URI:    https://support.codesupply.co/documentation/sugar/
Author:               Code Supply Co.
Author URI:           https://codesupply.co
Version:              1.0.2
Tested up to:         6.8
Requires at least:    6.0
Requires PHP:         7.0
Tags:                 custom-colors, editor-style, theme-options, custom-menu, sticky-post, right-sidebar, translation-ready
License:              GNU General Public License version 3.0
License URI:          http://www.gnu.org/licenses/gpl-3.0.html
Text Domain:          sugar-blog
*/
.cs-page__header:not(:last-child) {
  margin-bottom: 1.5rem;
}
.cs-page__header .cs-search__form:not(:first-child) {
  margin-top: 2rem;
}
.cs-page__title {
  margin-bottom: 0;
  max-width: var(--cs-entry-content-medium-width);
}
.cs-page__title:not(:first-child) {
  margin-top: 1rem;
}
.search .cs-page__title, .archive .cs-page__title {
  display: inline;
}
.cs-page__title + .cs-page__archive-count {
  padding-left: 0.5rem;
}
.cs-page__archive-description {
  font-family: var(--cs-font-post-subtitle-family), sans-serif;
  font-size: var(--cs-font-post-subtitle-size);
  line-height: var(--cs-font-post-subtitle-line-height);
  font-weight: var(--cs-font-post-subtitle-weight);
  letter-spacing: var(--cs-font-post-subtitle-letter-spacing);
}
.cs-page__archive-description {
  margin: 0.625rem 0 0 0;
  color: var(--cs-color-secondary);
  font-size: 1em;
}
.cs-page__archive-description > * {
  margin-bottom: 0;
}
.cs-page__archive-description > *:not(:first-child) {
  margin-top: 2rem;
}
.cs-page__author {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 1rem;
}
.cs-page__author:not(:first-child) {
  margin-top: 20px;
}
@media (min-width: 992px) {
  .cs-page__author {
    gap: 1.5rem;
  }
  .cs-page__author:not(:first-child) {
    margin-left: 20px;
    margin-top: 0;
  }
}
.cs-page__author-thumbnail {
  display: block;
  flex: 0 0 100px;
  width: 100px;
  height: 100px;
  margin: 0 auto;
  overflow: hidden;
  transition: 0.25s;
}
@media (min-width: 992px) {
  .cs-page__author-thumbnail {
    flex: 0 0 148px;
    width: 148px;
    height: 148px;
    margin: 0;
  }
}
.cs-page__author-thumbnail img {
  display: block;
  max-width: 100%;
  width: auto;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: var(--cs-avatar-border-radius);
}
.cs-page__author-info {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.cs-page__author-name {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
@media (min-width: 576px) {
  .cs-page__author-name {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: baseline;
  }
}
.cs-page__author-social-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  align-items: baseline;
  margin: -8px;
}
.cs-page__author-social-links a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
}
.cs-page__author-social-links a svg {
  transition: 0.25s;
}
@media (prefers-color-scheme: dark) {
  :root [data-scheme=auto] .cs-page__author-social-links a svg {
    filter: grayscale(100%) brightness(0%) invert(100%);
  }
}
[data-scheme=dark] .cs-page__author-social-links a svg {
  filter: grayscale(100%) brightness(0%) invert(100%);
}
@media (prefers-color-scheme: dark) {
  :root [data-scheme=auto][data-d=dark] .cs-page__author-social-links a svg {
    filter: grayscale(100%) brightness(0%) invert(100%);
  }
}
@media (prefers-color-scheme: light) {
  :root [data-scheme=auto][data-l=dark] .cs-page__author-social-links a svg {
    filter: grayscale(100%) brightness(0%) invert(100%);
  }
}
[data-scheme=inverse] .cs-page__author-social-links a svg {
  filter: grayscale(100%) brightness(0%) invert(100%);
}
@media (prefers-color-scheme: dark) {
  :root [data-scheme=auto][data-d=inverse] .cs-page__author-social-links a svg {
    filter: grayscale(100%) brightness(0%) invert(100%);
  }
}
@media (prefers-color-scheme: light) {
  :root [data-scheme=auto][data-l=inverse] .cs-page__author-social-links a svg {
    filter: grayscale(100%) brightness(0%) invert(100%);
  }
}
.cs-page__author-social-links:hover a:not(:hover) {
  opacity: 0.7;
}
.cs-page__author .cs-page__archive-description {
  margin-top: 2rem;
}
.cs-page__tags:not(:first-child) {
  margin-top: 2rem;
}
.cs-page__tags ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cs-page__tags ul {
  font-family: var(--cs-font-primary-family), sans-serif;
  font-size: var(--cs-font-primary-size);
  line-height: var(--cs-font-primary-line-height);
  font-weight: var(--cs-font-primary-weight);
  font-style: var(--cs-font-primary-style);
  letter-spacing: var(--cs-font-primary-letter-spacing);
  text-transform: var(--cs-font-primary-text-transform);
}
@media (max-width: 767.98px) {
  .cs-page__tags ul {
    font-size: 0.75rem;
  }
}
.cs-page__tags ul {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.cs-page__tags ul li {
  position: relative;
  line-height: 1;
}
.cs-page__tags ul li a {
  position: relative;
  z-index: 2;
  text-decoration: none;
}
.cs-page__tags ul a {
  font-family: var(--cs-font-category-family), sans-serif;
  font-size: var(--cs-font-category-size);
  line-height: var(--cs-font-category-line-height);
  font-weight: var(--cs-font-category-weight);
  font-style: var(--cs-font-category-style);
  letter-spacing: var(--cs-font-category-letter-spacing);
  text-transform: var(--cs-font-category-text-transform);
}
.cs-page__tags ul a {
  display: flex;
  padding: 0.5rem 0.875rem;
  justify-content: center;
  align-items: center;
  color: var(--cs-color-secondary);
  background: var(--cs-color-tag-background);
  border-radius: var(--cs-layout-elements-border-radius);
  text-decoration: none;
  transition: 0.25s;
}
.cs-page__tags ul a:hover {
  background: var(--cs-color-button);
  color: var(--cs-color-button-contrast);
}
.cs-page__tags ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cs-page__archive-count {
  font-family: var(--cs-font-headings-family), sans-serif;
  font-weight: var(--cs-font-headings-weight);
  font-style: var(--cs-font-headings-style);
  text-transform: var(--cs-font-headings-text-transform);
  line-height: var(--cs-font-headings-line-height);
  letter-spacing: var(--cs-font-headings-letter-spacing);
}
.cs-page__archive-count {
  display: block;
  margin-top: 2.5rem;
  margin-bottom: 1.5rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid var(--cs-color-border);
}
@media (max-width: 767.98px) {
  .cs-page__archive-count {
    font-size: var(--cs-heading-4-font-size);
  }
}
@media (min-width: 768px) {
  .cs-page__archive-count {
    font-size: var(--cs-heading-3-font-size);
  }
}

.home .cs-page__header,
.archive .cs-page__header {
  border-bottom: 1px solid var(--cs-color-divider);
  margin-bottom: 1.5rem;
  padding-bottom: 1.375rem;
}
.home .cs-page__header-category,
.archive .cs-page__header-category {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.search-no-results .cs-page__title span {
  text-transform: initial;
}
.search-no-results .cs-page__subtitle {
  display: block;
  margin-top: 1.5rem;
}

@media (min-width: 992px) {
  .page .cs-entry__container {
    display: grid;
    grid-template-columns: minmax(0, var(--cs-entry-content-full));
    justify-content: center;
  }
}

/*--------------------------------------------------------------
## 404
--------------------------------------------------------------*/
/*
Theme Name:           Sugar Blog
Theme URI:            https://sugar.codesupply.co
Description:          Modern WordPress Personal Blog Theme
Documentation URI:    https://support.codesupply.co/documentation/sugar/
Author:               Code Supply Co.
Author URI:           https://codesupply.co
Version:              1.0.2
Tested up to:         6.8
Requires at least:    6.0
Requires PHP:         7.0
Tags:                 custom-colors, editor-style, theme-options, custom-menu, sticky-post, right-sidebar, translation-ready
License:              GNU General Public License version 3.0
License URI:          http://www.gnu.org/licenses/gpl-3.0.html
Text Domain:          sugar-blog
*/
.error404 .cs-site-content {
  margin: 6rem auto;
}
.error404 .cs-site-inner main {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.error404 .cs-main-content {
  margin-top: 0.625rem;
}
.error404 .cs-page__header {
  text-align: center;
}
.error404 .cs-page__header:not(:last-child) {
  margin-bottom: 0.5rem;
}
.error404 .cs-page__title {
  margin: 0 auto;
}
.error404 .cs-page__title:not(:first-child) {
  margin-top: 1rem;
}
.error404 .cs-content-not-found {
  width: 100%;
  text-align: center;
}
.error404 .cs-content-not-found:not(:first-child) {
  margin-top: 0;
}
.error404 .cs-content-not-found-content {
  font-family: var(--cs-font-entry-excerpt-family), sans-serif;
  font-weight: var(--cs-font-entry-excerpt-weight);
  font-size: var(--cs-font-entry-excerpt-size);
  letter-spacing: var(--cs-font-entry-excerpt-letter-spacing);
  line-height: var(--cs-font-entry-excerpt-line-height);
}
.error404 .cs-content-not-found-content {
  margin: 0 auto;
  font-size: 1em;
  color: var(--cs-color-secondary);
}
@media (min-width: 768px) {
  .error404 .cs-content-not-found-content {
    max-width: var(--cs-entry-content-medium-width);
  }
}
.error404 .cs-content-not-found-content + .cs-button {
  margin-top: 1.5rem;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
/*
Theme Name:           Sugar Blog
Theme URI:            https://sugar.codesupply.co
Description:          Modern WordPress Personal Blog Theme
Documentation URI:    https://support.codesupply.co/documentation/sugar/
Author:               Code Supply Co.
Author URI:           https://codesupply.co
Version:              1.0.2
Tested up to:         6.8
Requires at least:    6.0
Requires PHP:         7.0
Tags:                 custom-colors, editor-style, theme-options, custom-menu, sticky-post, right-sidebar, translation-ready
License:              GNU General Public License version 3.0
License URI:          http://www.gnu.org/licenses/gpl-3.0.html
Text Domain:          sugar-blog
*/
.cs-social {
  display: flex;
}
.cs-footer .cs-social {
  gap: 0.5rem;
}
.cs-social__link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  text-decoration: none;
  transition: 0.25s;
}
.cs-footer .cs-social__link {
  width: 40px;
  height: 40px;
}
.cs-follow-burger .cs-social__link {
  width: 34px;
  height: 34px;
}
.cs-social__link svg,
.cs-social__link img {
  transition: 0.25s;
}
.cs-follow-burger .cs-social__link svg,
.cs-follow-burger .cs-social__link img {
  width: 26px;
  height: 26px;
}
.cs-social__link:hover svg,
.cs-social__link:hover img {
  opacity: 0.65;
}
.cs-header-topbar .cs-social {
  margin: 0 -0.25rem;
}
.cs-header-topbar .cs-social svg,
.cs-header-topbar .cs-social img {
  width: 32px;
  height: 32px;
}
.cs-footer .cs-social {
  margin: 0;
}
.cs-footer .cs-social svg,
.cs-footer .cs-social img {
  width: 40px;
  height: 40px;
}

/*
Theme Name:           Sugar Blog
Theme URI:            https://sugar.codesupply.co
Description:          Modern WordPress Personal Blog Theme
Documentation URI:    https://support.codesupply.co/documentation/sugar/
Author:               Code Supply Co.
Author URI:           https://codesupply.co
Version:              1.0.2
Tested up to:         6.8
Requires at least:    6.0
Requires PHP:         7.0
Tags:                 custom-colors, editor-style, theme-options, custom-menu, sticky-post, right-sidebar, translation-ready
License:              GNU General Public License version 3.0
License URI:          http://www.gnu.org/licenses/gpl-3.0.html
Text Domain:          sugar-blog
*/
.cs-site-scheme-toggle .cs-header__scheme-toggle-icon {
  display: none;
}
.cs-site-scheme-toggle .cs-header__scheme-toggle-icon.cs-icon-dark-mode {
  display: flex;
}
@media (prefers-color-scheme: dark) {
  :root body[data-scheme=auto] .cs-site-scheme-toggle .cs-header__scheme-toggle-icon.cs-icon-light-mode {
    display: flex;
  }
  :root body[data-scheme=auto] .cs-site-scheme-toggle .cs-header__scheme-toggle-icon.cs-icon-dark-mode {
    display: none;
  }
}
body[data-scheme=dark] .cs-site-scheme-toggle .cs-header__scheme-toggle-icon.cs-icon-light-mode {
  display: flex;
}
body[data-scheme=dark] .cs-site-scheme-toggle .cs-header__scheme-toggle-icon.cs-icon-dark-mode {
  display: none;
}

/*
Theme Name:           Sugar Blog
Theme URI:            https://sugar.codesupply.co
Description:          Modern WordPress Personal Blog Theme
Documentation URI:    https://support.codesupply.co/documentation/sugar/
Author:               Code Supply Co.
Author URI:           https://codesupply.co
Version:              1.0.2
Tested up to:         6.8
Requires at least:    6.0
Requires PHP:         7.0
Tags:                 custom-colors, editor-style, theme-options, custom-menu, sticky-post, right-sidebar, translation-ready
License:              GNU General Public License version 3.0
License URI:          http://www.gnu.org/licenses/gpl-3.0.html
Text Domain:          sugar-blog
*/
.cs-offcanvas {
  position: fixed;
  height: calc(100% - var(--cs-wpadminbar-height));
  top: var(--cs-wpadminbar-height);
  left: calc(var(--cs-offcanvas-width) * -1);
  width: var(--cs-offcanvas-width);
  display: flex;
  flex-direction: column;
  background: var(--cs-offcanvas-background);
  -webkit-overflow-scrolling: touch;
  z-index: 110;
  transition: 0.4s;
  overflow: hidden;
}
.cs-adminbar-mobile-scrolled .cs-offcanvas {
  top: 0;
}
@media screen and (max-width: 600px) {
  .cs-adminbar-mobile-scrolled .cs-offcanvas {
    --cs-wpadminbar-height: 0px;
  }
}
@media screen and (min-width: 601px) {
  .cs-adminbar-mobile-scrolled .cs-offcanvas {
    top: var(--cs-wpadminbar-height);
  }
}
.cs-offcanvas__header {
  display: grid;
  grid-template-columns: 30px 1fr auto;
  align-items: center;
  padding: 1rem 2rem 1rem 2rem;
  border-bottom: 1px solid var(--cs-color-border);
}
@media (max-width: 575.98px) {
  .cs-offcanvas__header {
    padding: 1.25rem 1.25rem 0.875rem 1.25rem;
  }
}
.cs-offcanvas__header .cs-logo {
  margin-bottom: 0;
  margin-left: 1rem;
}
@media (max-width: 575.98px) {
  .cs-offcanvas__header .cs-logo {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }
}
.cs-offcanvas__close-toggle {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  cursor: pointer;
  margin: -0.5rem;
}
.cs-offcanvas__close-toggle .cs-icon {
  font-size: 2rem;
  color: var(--cs-color-primary);
  transition: 0.25s;
}
.cs-offcanvas__close-toggle:hover .cs-icon {
  opacity: 0.7;
  transform: rotate(90deg);
}
.cs-offcanvas .cs-header__scheme-toggle:hover .cs-icon {
  opacity: 0.7;
}
.cs-offcanvas__inner {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 0.875rem 2rem 0 2rem;
}
@media (max-width: 575.98px) {
  .cs-offcanvas__inner {
    padding: 1rem 1.25rem 0 1.25rem;
  }
}
.cs-offcanvas__inner .widget:not(:last-child) {
  margin-bottom: 4rem;
}
.cs-offcanvas__inner .widget_nav_menu li {
  transition: 0.25s;
}
.cs-offcanvas__inner .widget_nav_menu li:hover > a,
.cs-offcanvas__inner .widget_nav_menu li:hover > span {
  color: var(--cs-color-accent);
}
.cs-offcanvas__inner .widget_nav_menu li.current-menu-item > a,
.cs-offcanvas__inner .widget_nav_menu li.current-menu-item > span {
  color: var(--cs-color-accent);
}
.cs-offcanvas .widget_nav_menu a {
  font-family: var(--cs-font-menu-family), sans-serif;
  font-size: var(--cs-font-menu-size);
  line-height: var(--cs-font-menu-line-height);
  font-weight: var(--cs-font-menu-weight);
  font-style: var(--cs-font-menu-style);
  letter-spacing: var(--cs-font-menu-letter-spacing);
  text-transform: var(--cs-font-menu-text-transform);
}
.cs-offcanvas .widget_nav_menu a {
  position: relative;
  display: flex;
  align-items: center;
  white-space: nowrap;
  padding: 0.75rem 0;
  font-size: 1.5rem;
}
.cs-offcanvas .widget_nav_menu a .menu-item-tag {
  top: -0.5rem;
  left: 0.25rem;
}
.cs-offcanvas .widget_nav_menu .sub-menu a {
  font-family: var(--cs-font-submenu-family), sans-serif;
  font-size: var(--cs-font-submenu-size);
  line-height: var(--cs-font-submenu-line-height);
  font-weight: var(--cs-font-submenu-weight);
  font-style: var(--cs-font-submenu-style);
  letter-spacing: var(--cs-font-submenu-letter-spacing);
  text-transform: var(--cs-font-submenu-text-transform);
}
.cs-offcanvas .widget_nav_menu .sub-menu a {
  font-size: 1.125rem;
}
.cs-offcanvas .widget_nav_menu ul > li.menu-item-has-children > span:after {
  transition: 0.25s;
  font-size: 1.75rem;
}
.cs-offcanvas__sidebar {
  flex: 1;
  overflow-x: hidden;
  overflow-y: auto;
}
.cs-offcanvas__bottombar {
  margin-top: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 0 0 2rem 0;
}
.cs-offcanvas__separator {
  width: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.cs-offcanvas__separator:not(:first-child) {
  margin-top: 1rem;
  padding-top: 1.5rem;
  border-top: 1px solid var(--cs-color-border);
}
.cs-offcanvas__separator:has(.cs-follow-burger):has(.cs-header__scheme-toggle) .cs-header__scheme-toggle {
  border-left: 1px solid var(--cs-color-border);
  padding-left: 1.75rem;
  margin-right: 0.75rem;
}
.cs-offcanvas .cs-follow-burger__content {
  margin: -0.3125rem -0.25rem;
}
.cs-offcanvas .cs-header__toggle {
  width: 2rem;
  height: 2rem;
}
.cs-offcanvas .cs-header__toggle .cs-icon {
  width: 2rem;
  height: 2rem;
  font-size: 1.75rem;
}
.cs-offcanvas__post-area {
  gap: 1rem;
}
.cs-offcanvas__posts .cs-offcanvas__heading {
  font-family: var(--cs-font-menu-family), sans-serif;
  font-size: var(--cs-font-menu-size);
  line-height: var(--cs-font-menu-line-height);
  font-weight: var(--cs-font-menu-weight);
  font-style: var(--cs-font-menu-style);
  letter-spacing: var(--cs-font-menu-letter-spacing);
  text-transform: var(--cs-font-menu-text-transform);
}
.cs-offcanvas__posts .cs-offcanvas__heading {
  margin-bottom: 1rem;
}
.cs-offcanvas__posts .cs-entry .cs-entry__outer {
  display: flex;
  align-items: center;
  flex-direction: row;
  column-gap: 1rem;
  max-width: 392px;
}
.cs-offcanvas__posts .cs-entry .cs-entry__thumbnail {
  width: 90px;
  min-width: 90px;
  overflow: visible;
  border-radius: 0;
}
.cs-offcanvas__posts .cs-entry .cs-entry__thumbnail .cs-overlay-background {
  overflow: hidden;
  border-radius: 200px;
}
.cs-offcanvas__posts .cs-entry .cs-entry__info:not(:first-child) {
  margin-top: 0.5rem;
}
.cs-offcanvas__posts .cs-entry .cs-entry__title {
  font-size: 1.125rem;
}
.cs-offcanvas {
  transform: translate3d(0, 0, 0);
}

.cs-offcanvas-active {
  overflow: hidden;
}
.cs-offcanvas-active .cs-offcanvas {
  transform: translate3d(var(--cs-offcanvas-width), 0, 0);
}

.cs-site-overlay {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(var(--cs-color-overlay-background), 0.2);
  animation: fade 0.5s;
  backdrop-filter: blur(4px);
  z-index: 109;
}
.cs-offcanvas-active .cs-site-overlay {
  display: block;
}

@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*
Theme Name:           Sugar Blog
Theme URI:            https://sugar.codesupply.co
Description:          Modern WordPress Personal Blog Theme
Documentation URI:    https://support.codesupply.co/documentation/sugar/
Author:               Code Supply Co.
Author URI:           https://codesupply.co
Version:              1.0.2
Tested up to:         6.8
Requires at least:    6.0
Requires PHP:         7.0
Tags:                 custom-colors, editor-style, theme-options, custom-menu, sticky-post, right-sidebar, translation-ready
License:              GNU General Public License version 3.0
License URI:          http://www.gnu.org/licenses/gpl-3.0.html
Text Domain:          sugar-blog
*/
.cs-breadcrumbs {
  font-family: var(--cs-font-secondary-family), sans-serif;
  font-size: var(--cs-font-secondary-size);
  font-weight: var(--cs-font-secondary-weight);
  font-style: var(--cs-font-secondary-style);
  letter-spacing: var(--cs-font-secondary-letter-spacing);
  text-transform: var(--cs-font-secondary-text-transform);
  line-height: var(--cs-font-secondary-line-height);
}
.cs-breadcrumbs {
  word-wrap: break-word;
  margin-top: 2rem;
  line-height: 1.4;
  z-index: 2;
}
.cs-breadcrumbs a {
  text-decoration: none;
}
.cs-breadcrumbs a {
  display: inline;
  padding-bottom: 0.02em;
  background: linear-gradient(to right, currentColor 0%, currentColor 98%);
  background-size: 100% 1px;
  background-repeat: no-repeat;
  background-position: var(--cs-underline-bg-position);
  color: var(--cs-color-secondary);
  transition: 0.25s;
  text-decoration: none;
}
.cs-breadcrumbs a:hover {
  background-size: 0px 1px;
  color: var(--cs-color-accent);
}
.cs-breadcrumbs .breadcrumb_last,
.cs-breadcrumbs .last,
.cs-breadcrumbs .aioseo-breadcrumb:last-child {
  color: var(--cs-color-primary);
}
.cs-breadcrumbs .cs-separator {
  margin: 0;
  position: relative;
}
.cs-breadcrumbs .cs-separator:after {
  font-family: "cs-icons" !important;
  font-style: normal !important;
  content: "\e90e";
  color: var(--cs-color-secondary);
  vertical-align: middle;
  font-size: 0.875rem;
}

/*
Theme Name:           Sugar Blog
Theme URI:            https://sugar.codesupply.co
Description:          Modern WordPress Personal Blog Theme
Documentation URI:    https://support.codesupply.co/documentation/sugar/
Author:               Code Supply Co.
Author URI:           https://codesupply.co
Version:              1.0.2
Tested up to:         6.8
Requires at least:    6.0
Requires PHP:         7.0
Tags:                 custom-colors, editor-style, theme-options, custom-menu, sticky-post, right-sidebar, translation-ready
License:              GNU General Public License version 3.0
License URI:          http://www.gnu.org/licenses/gpl-3.0.html
Text Domain:          sugar-blog
*/
.cs-spinner {
  min-width: 40px;
}
.cs-spinner {
  width: 40px;
  height: 40px;
  border: 4px solid var(--cs-color-secondary);
  border-right-color: transparent;
  border-radius: 50%;
  position: relative;
  animation: loader-rotate 1s linear infinite;
}
.cs-spinner:after {
  content: "";
  width: 4px;
  height: 4px;
  background: var(--cs-color-secondary);
  border-radius: 50%;
  position: absolute;
  top: 1px;
  left: 27px;
}
@keyframes loader-rotate {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.cs-spinner {
  opacity: 0.5;
}

.cs-has-spinner {
  position: relative;
}
.cs-has-spinner .cs-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -20px;
  margin-top: -20px;
}

/*
Theme Name:           Sugar Blog
Theme URI:            https://sugar.codesupply.co
Description:          Modern WordPress Personal Blog Theme
Documentation URI:    https://support.codesupply.co/documentation/sugar/
Author:               Code Supply Co.
Author URI:           https://codesupply.co
Version:              1.0.2
Tested up to:         6.8
Requires at least:    6.0
Requires PHP:         7.0
Tags:                 custom-colors, editor-style, theme-options, custom-menu, sticky-post, right-sidebar, translation-ready
License:              GNU General Public License version 3.0
License URI:          http://www.gnu.org/licenses/gpl-3.0.html
Text Domain:          sugar-blog
*/
.csco-badge {
  font-family: var(--cs-font-secondary-family), sans-serif;
  font-size: var(--cs-font-secondary-size);
  font-weight: var(--cs-font-secondary-weight);
  font-style: var(--cs-font-secondary-style);
  letter-spacing: var(--cs-font-secondary-letter-spacing);
  text-transform: var(--cs-font-secondary-text-transform);
  line-height: var(--cs-font-secondary-line-height);
}
.csco-badge {
  display: inline-block;
  padding: 0.25rem 0.5rem;
  border-radius: 10rem;
}

.csco-badge-primary {
  background: var(--cs-layout-background);
  color: var(--cs-color-primary);
}

/*
Theme Name:           Sugar Blog
Theme URI:            https://sugar.codesupply.co
Description:          Modern WordPress Personal Blog Theme
Documentation URI:    https://support.codesupply.co/documentation/sugar/
Author:               Code Supply Co.
Author URI:           https://codesupply.co
Version:              1.0.2
Tested up to:         6.8
Requires at least:    6.0
Requires PHP:         7.0
Tags:                 custom-colors, editor-style, theme-options, custom-menu, sticky-post, right-sidebar, translation-ready
License:              GNU General Public License version 3.0
License URI:          http://www.gnu.org/licenses/gpl-3.0.html
Text Domain:          sugar-blog
*/
.cs-scroll-top {
  opacity: 0;
  visibility: hidden;
  transform: translateY(15px);
  position: fixed;
  bottom: 1rem;
  right: 1rem;
  z-index: 91;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.25s;
  animation: fade 0.5s;
  width: 3rem;
  height: 3rem;
  padding: 0;
  border-radius: 50%;
}
@media (min-width: 992px) {
  .cs-scroll-top {
    bottom: 2rem;
    right: 2rem;
  }
}
.cs-scroll-top.is-active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.cs-scroll-top i {
  transform: rotate(180deg);
  font-size: 1.5rem;
  transition: 0.25s;
}
.cs-scroll-top:hover i {
  transform: rotate(180deg) translateY(2px);
}

/*
Theme Name:           Sugar Blog
Theme URI:            https://sugar.codesupply.co
Description:          Modern WordPress Personal Blog Theme
Documentation URI:    https://support.codesupply.co/documentation/sugar/
Author:               Code Supply Co.
Author URI:           https://codesupply.co
Version:              1.0.2
Tested up to:         6.8
Requires at least:    6.0
Requires PHP:         7.0
Tags:                 custom-colors, editor-style, theme-options, custom-menu, sticky-post, right-sidebar, translation-ready
License:              GNU General Public License version 3.0
License URI:          http://www.gnu.org/licenses/gpl-3.0.html
Text Domain:          sugar-blog
*/
.cs-share {
  display: flex;
  margin: 0 -0.25rem;
}
.cs-share__link {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 40px;
  text-decoration: none;
  color: var(--cs-color-primary);
  transition: 0.25s;
}
.cs-entry__footer .cs-share__link {
  width: 40px;
}
.cs-share__link svg {
  transition: 0.25s;
}
.cs-share__link:hover svg {
  opacity: 0.65;
}
@media (min-width: 1200px) {
  .cs-entry__metabar .cs-share {
    margin: -0.125rem 0;
    gap: 0.5rem;
  }
}
@media (min-width: 1200px) {
  .cs-entry__metabar .cs-share__link {
    width: 2rem;
    height: 2rem;
  }
}

.cs-share__copy-link {
  position: relative;
}
.cs-share__copy-link-tooltip {
  --cs-tooltip-border-width: 4px;
}
.cs-share__copy-link-tooltip {
  font-family: var(--cs-font-secondary-family), sans-serif;
  font-size: var(--cs-font-secondary-size);
  font-weight: var(--cs-font-secondary-weight);
  font-style: var(--cs-font-secondary-style);
  letter-spacing: var(--cs-font-secondary-letter-spacing);
  text-transform: var(--cs-font-secondary-text-transform);
  line-height: var(--cs-font-secondary-line-height);
}
.cs-share__copy-link-tooltip {
  position: absolute;
  left: 50%;
  top: 100%;
  z-index: 1;
  transform: translateX(-50%);
  margin-top: 0.5rem;
  padding: 0.25rem 0.5rem;
  border-radius: var(--cs-button-border-radius);
  white-space: nowrap;
  background-color: var(--cs-layout-background);
  color: var(--cs-color-primary);
  opacity: 1;
  transition: 0.25s;
}
.cs-share__copy-link-tooltip.hide {
  opacity: 0;
}
.cs-share__copy-link-tooltip:before {
  content: "";
  position: absolute;
  border-left: var(--cs-tooltip-border-width) solid transparent;
  border-right: var(--cs-tooltip-border-width) solid transparent;
  bottom: 100%;
  left: 50%;
  margin-left: calc(var(--cs-tooltip-border-width) * -1);
}
.cs-share__copy-link-tooltip:before {
  border-bottom: var(--cs-tooltip-border-width) solid var(--cs-layout-background);
  margin-bottom: 0;
}
.cs-footer .cs-share__copy-link-tooltip {
  top: -50%;
  margin-top: 0;
  margin-bottom: 0.5rem;
}
.cs-footer .cs-share__copy-link-tooltip:before {
  bottom: -0.25rem;
  left: 50%;
  transform: rotate(180deg);
}
.cs-share__copy-link svg {
  transition: 0.25s;
}
.cs-share__copy-link svg path {
  transition: 0.25s;
}
@media (prefers-color-scheme: dark) {
  :root [data-scheme=auto] .cs-share__copy-link svg path {
    fill: #ffffff;
  }
}
[data-scheme=dark] .cs-share__copy-link svg path {
  fill: #ffffff;
}
@media (prefers-color-scheme: dark) {
  :root [data-scheme=auto][data-d=dark] .cs-share__copy-link svg path {
    fill: #ffffff;
  }
}
@media (prefers-color-scheme: light) {
  :root [data-scheme=auto][data-l=dark] .cs-share__copy-link svg path {
    fill: #ffffff;
  }
}
.cs-entry__header-overlay .cs-share__copy-link svg path {
  fill: #ffffff;
}
.cs-entry__header-standard .cs-share__copy-link:hover svg, .cs-entry__header-featured .cs-share__copy-link:hover svg {
  opacity: 1;
}
.cs-entry__header-standard .cs-share__copy-link:hover svg path, .cs-entry__header-featured .cs-share__copy-link:hover svg path {
  fill: var(--cs-color-accent);
}
@media (prefers-color-scheme: dark) {
  :root [data-scheme=auto] .cs-entry__header-standard .cs-share__copy-link:hover svg path, :root [data-scheme=auto] .cs-entry__header-featured .cs-share__copy-link:hover svg path {
    fill: var(--cs-color-accent);
  }
}
[data-scheme=dark] .cs-entry__header-standard .cs-share__copy-link:hover svg path, [data-scheme=dark] .cs-entry__header-featured .cs-share__copy-link:hover svg path {
  fill: var(--cs-color-accent);
}
@media (prefers-color-scheme: dark) {
  :root [data-scheme=auto][data-d=dark] .cs-entry__header-standard .cs-share__copy-link:hover svg path, :root [data-scheme=auto][data-d=dark] .cs-entry__header-featured .cs-share__copy-link:hover svg path {
    fill: var(--cs-color-accent);
  }
}
@media (prefers-color-scheme: light) {
  :root [data-scheme=auto][data-l=dark] .cs-entry__header-standard .cs-share__copy-link:hover svg path, :root [data-scheme=auto][data-l=dark] .cs-entry__header-featured .cs-share__copy-link:hover svg path {
    fill: var(--cs-color-accent);
  }
}

/*
Theme Name:           Sugar Blog
Theme URI:            https://sugar.codesupply.co
Description:          Modern WordPress Personal Blog Theme
Documentation URI:    https://support.codesupply.co/documentation/sugar/
Author:               Code Supply Co.
Author URI:           https://codesupply.co
Version:              1.0.2
Tested up to:         6.8
Requires at least:    6.0
Requires PHP:         7.0
Tags:                 custom-colors, editor-style, theme-options, custom-menu, sticky-post, right-sidebar, translation-ready
License:              GNU General Public License version 3.0
License URI:          http://www.gnu.org/licenses/gpl-3.0.html
Text Domain:          sugar-blog
*/
.cs-header:has(.cs-header__nav-inner > li.cs-mega-menu:hover, .cs-header__nav-inner > li.cs-featured-menu:hover, .cs-header__nav-inner > li.cs-categories-menu:hover) .cs-floating-header.is-active {
  position: absolute;
}

.cs-floating-header {
  position: relative;
  z-index: -1;
  height: 0;
  transform: translateY(-100%);
  width: 100%;
  background: var(--cs-header-submenu-background, var(--cs-site-background));
  box-shadow: 0 10px 40px 0 hsla(0, 0%, 0%, 0.07);
  overflow: hidden;
  transition: 0.25s;
}
.cs-floating-header.is-active {
  height: auto;
  transform: translateY(0);
}
.cs-floating-header__content {
  display: grid;
  grid-template-columns: 40px minmax(0, 1fr) 40px;
  gap: 0.5rem;
  align-items: center;
  padding: 0 2.5rem;
}
@media (max-width: 575.98px) {
  .cs-floating-header__content {
    grid-template-columns: 30px minmax(0, 1fr) 30px;
    padding: 0 0.5rem;
  }
}
@media (min-width: 768px) {
  .cs-floating-header__content {
    grid-template-columns: 50px minmax(0, 1fr) 50px;
    gap: 1rem;
  }
}
@media (min-width: 1200px) {
  .cs-floating-header__content {
    grid-template-columns: 352px minmax(0, 1fr) 352px;
  }
}
.cs-floating-header__current {
  grid-column: 2/3;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  padding: 0.9375rem 0;
  min-height: 40px;
}
@media (min-width: 768px) {
  .cs-floating-header__current {
    min-height: 72px;
  }
}
.cs-floating-header__current.fullwidth {
  grid-column: 1/4;
}
.cs-floating-header__current > span {
  font-family: var(--cs-font-headings-family), sans-serif;
  font-weight: var(--cs-font-headings-weight);
  font-style: var(--cs-font-headings-style);
  text-transform: var(--cs-font-headings-text-transform);
  line-height: var(--cs-font-headings-line-height);
  letter-spacing: var(--cs-font-headings-letter-spacing);
}
@media (min-width: 576px) {
  .cs-floating-header__current > span {
    font-size: 1.3125em;
  }
}
.cs-floating-header__prev, .cs-floating-header__next {
  display: flex;
  align-items: center;
  gap: 0;
  height: 100%;
  text-decoration: none;
  color: var(--cs-color-primary);
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-word;
  position: relative;
}
.cs-floating-header__prev-icon, .cs-floating-header__next-icon {
  position: relative;
  min-width: 40px;
  min-height: 40px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 2rem;
  color: var(--cs-color-accent);
}
@media (max-width: 575.98px) {
  .cs-floating-header__prev-icon, .cs-floating-header__next-icon {
    min-width: 30px;
  }
}
.cs-floating-header__prev-icon:after, .cs-floating-header__prev-icon:before, .cs-floating-header__next-icon:after, .cs-floating-header__next-icon:before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  font-family: "cs-icons";
  font-weight: normal;
  margin: 0;
  font-size: 2rem;
  color: var(--cs-color-accent);
}
.cs-floating-header__prev-post, .cs-floating-header__next-post {
  display: grid;
  position: relative;
  grid-template-columns: 1fr;
  gap: 0.5rem;
  align-items: center;
  display: none;
}
@media (min-width: 1200px) {
  .cs-floating-header__prev-post, .cs-floating-header__next-post {
    display: grid;
  }
  .cs-floating-header__prev-post:has(.cs-entry__thumbnail), .cs-floating-header__next-post:has(.cs-entry__thumbnail) {
    grid-template-columns: 48px 1fr;
  }
}
.cs-floating-header__prev-post, .cs-floating-header__next-post {
  font-family: var(--cs-font-headings-family), sans-serif;
  font-weight: var(--cs-font-headings-weight);
  font-style: var(--cs-font-headings-style);
  text-transform: var(--cs-font-headings-text-transform);
  line-height: var(--cs-font-headings-line-height);
  letter-spacing: var(--cs-font-headings-letter-spacing);
}
.cs-floating-header__prev-post, .cs-floating-header__next-post {
  font-size: var(--cs-heading-6-font-size);
  transition: 0.25s;
}
.cs-floating-header__prev a, .cs-floating-header__next a {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 9;
}
.cs-floating-header__prev:hover, .cs-floating-header__next:hover {
  color: var(--cs-color-secondary);
}
.cs-floating-header__prev .cs-entry__thumbnail, .cs-floating-header__next .cs-entry__thumbnail {
  border-radius: 200px;
}
@media (min-width: 1200px) {
  .cs-floating-header__next-post:has(.cs-entry__thumbnail) {
    grid-template-columns: 1fr 48px;
  }
}
.cs-floating-header__next-post {
  text-align: right;
}
.cs-floating-header__prev {
  grid-column: 1/2;
}
.cs-floating-header__prev-icon {
  left: -0.5rem;
}
.cs-floating-header__prev-icon:before {
  content: "\e90d";
  z-index: 1;
  opacity: 1;
}
.cs-floating-header__prev-icon:after {
  content: "\e916";
  z-index: 2;
  opacity: 0;
}
.cs-floating-header__prev:hover .cs-floating-header__prev-icon:before {
  opacity: 0;
}
.cs-floating-header__prev:hover .cs-floating-header__prev-icon:after {
  opacity: 1;
}
.cs-floating-header__next {
  grid-column: 3/4;
  justify-content: space-between;
}
.cs-floating-header__next-icon {
  right: -1rem;
}
@media (max-width: 575.98px) {
  .cs-floating-header__next-icon {
    right: -0.5rem;
  }
}
.cs-floating-header__next-icon:before {
  content: "\e90e";
  z-index: 1;
  opacity: 1;
}
.cs-floating-header__next-icon:after {
  content: "\e919";
  z-index: 2;
  opacity: 0;
}
.cs-floating-header__next:hover .cs-floating-header__next-icon:before {
  opacity: 0;
}
.cs-floating-header__next:hover .cs-floating-header__next-icon:after {
  opacity: 1;
}
.cs-floating-header__progress {
  position: relative;
  z-index: 1;
  height: 2px;
  background: var(--cs-color-border);
}
.cs-floating-header__progress-bar {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 0;
  height: 2px;
  background: var(--cs-color-accent);
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
/*
Theme Name:           Sugar Blog
Theme URI:            https://sugar.codesupply.co
Description:          Modern WordPress Personal Blog Theme
Documentation URI:    https://support.codesupply.co/documentation/sugar/
Author:               Code Supply Co.
Author URI:           https://codesupply.co
Version:              1.0.2
Tested up to:         6.8
Requires at least:    6.0
Requires PHP:         7.0
Tags:                 custom-colors, editor-style, theme-options, custom-menu, sticky-post, right-sidebar, translation-ready
License:              GNU General Public License version 3.0
License URI:          http://www.gnu.org/licenses/gpl-3.0.html
Text Domain:          sugar-blog
*/
.widget {
  width: 100%;
}
.widget:not(:last-child) {
  margin-bottom: 1.5rem;
}
.widget .cs-section-heading {
  margin-bottom: 1.5rem;
}
.widget .cs-search__form .cs-search__group {
  position: relative;
  border-radius: var(--cs-button-border-radius);
}
.widget .cs-search__form .cs-search__group .cs-search__input {
  display: block;
  width: 100%;
  background-color: var(--cs-color-input, var(--cs-site-background));
  color: var(--cs-color-input-contrast, var(--cs-color-primary));
  line-height: var(--cs-font-input-line-height);
  box-shadow: none;
}
.widget .cs-search__form .cs-search__group .cs-search__input {
  padding: var(--cs-input-padding-y, 0.625rem) var(--cs-input-padding-x, 1.25rem);
}
.widget .cs-search__form .cs-search__group .cs-search__input {
  border-radius: var(--cs-button-border-radius);
}
.widget .cs-search__form .cs-search__group .cs-search__input {
  padding: 0.9375rem 1.5rem;
  border-radius: var(--cs-button-border-radius);
  border: none;
}
.widget .cs-search__form .cs-search__group .cs-search__submit {
  background-color: var(--cs-color-button);
  color: var(--cs-color-button-contrast);
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  border: none;
  transition: 0.25s;
  box-shadow: none;
  overflow: hidden;
  cursor: pointer;
  z-index: 1;
}
.widget .cs-search__form .cs-search__group .cs-search__submit {
  font-family: var(--cs-font-primary-family), sans-serif;
  font-size: var(--cs-font-primary-size);
  line-height: var(--cs-font-primary-line-height);
  font-weight: var(--cs-font-primary-weight);
  font-style: var(--cs-font-primary-style);
  letter-spacing: var(--cs-font-primary-letter-spacing);
  text-transform: var(--cs-font-primary-text-transform);
}
.widget .cs-search__form .cs-search__group .cs-search__submit {
  padding: 0.625rem 1rem 0.625rem 1rem;
}
.widget .cs-search__form .cs-search__group .cs-search__submit {
  border-radius: var(--cs-button-border-radius);
}
.widget .cs-search__form .cs-search__group .cs-search__submit:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--cs-color-button-hover);
  transform: translateY(100%);
  transition: 0.25s;
  z-index: -1;
}
.widget .cs-search__form .cs-search__group .cs-search__submit:focus {
  color: var(--cs-color-button-hover-contrast);
  outline: none;
}
.widget .cs-search__form .cs-search__group .cs-search__submit:focus:before {
  transform: translateY(0px);
}
@media (hover: hover) {
  .widget .cs-search__form .cs-search__group .cs-search__submit:hover {
    color: var(--cs-color-button-hover-contrast);
    outline: none;
  }
  .widget .cs-search__form .cs-search__group .cs-search__submit:hover:before {
    transform: translateY(0px);
  }
  .widget .cs-search__form .cs-search__group .cs-search__submit:hover .cs-button-content:before {
    opacity: 0;
  }
  .widget .cs-search__form .cs-search__group .cs-search__submit:hover .cs-button-content:after {
    opacity: 1;
  }
}
.widget .cs-search__form .cs-search__group .cs-search__submit:disabled, .widget .cs-search__form .cs-search__group .cs-search__submit:disabled[disabled] {
  color: var(--cs-color-button-contrast);
  opacity: 0.5;
}
.widget .cs-search__form .cs-search__group .cs-search__submit:disabled, .widget .cs-search__form .cs-search__group .cs-search__submit:disabled[disabled] {
  padding: 0.875rem 1.25rem;
}
.widget .cs-search__form .cs-search__group .cs-search__submit:disabled:hover, .widget .cs-search__form .cs-search__group .cs-search__submit:disabled[disabled]:hover {
  background-color: var(--cs-color-button);
  color: var(--cs-color-button-contrast);
}
.widget .cs-search__form .cs-search__group .cs-search__submit {
  margin-left: 0.5rem;
  padding: 0.9375rem 1.5rem 0.875rem;
}

.widget .cs-search__form .cs-search__group .cs-search__input :root, [data-scheme=light] .widget .cs-search__form .cs-search__group .cs-search__input {
  background: var(--cs-layout-background);
}
@media (prefers-color-scheme: dark) {
  :root [data-scheme=auto][data-d=light] .widget .cs-search__form .cs-search__group .cs-search__input {
    background: var(--cs-layout-background);
  }
}
@media (prefers-color-scheme: light) {
  :root [data-scheme=auto][data-l=light] .widget .cs-search__form .cs-search__group .cs-search__input {
    background: var(--cs-layout-background);
  }
}

@media (prefers-color-scheme: dark) {
  :root [data-scheme=auto] .widget .cs-search__form .cs-search__group .cs-search__input {
    background: var(--cs-color-input);
  }
}
[data-scheme=dark] .widget .cs-search__form .cs-search__group .cs-search__input {
  background: var(--cs-color-input);
}
@media (prefers-color-scheme: dark) {
  :root [data-scheme=auto][data-d=dark] .widget .cs-search__form .cs-search__group .cs-search__input {
    background: var(--cs-color-input);
  }
}
@media (prefers-color-scheme: light) {
  :root [data-scheme=auto][data-l=dark] .widget .cs-search__form .cs-search__group .cs-search__input {
    background: var(--cs-color-input);
  }
}

.widgettitle {
  font-family: var(--cs-font-section-headings-family), sans-serif;
  font-weight: var(--cs-font-section-headings-weight);
  font-style: var(--cs-font-section-headings-style);
  letter-spacing: var(--cs-font-section-headings-letter-spacing);
  text-transform: var(--cs-font-section-headings-text-transform);
  line-height: var(--cs-font-section-headings-line-height);
}
.widgettitle {
  margin-bottom: 1.5rem;
  font-size: 1.3125em;
}
.widgettitle a {
  color: var(--cs-color-primary);
  text-decoration: none;
}
.widgettitle a:hover {
  color: var(--cs-color-secondary);
}

.cs-widget-area .widget_block .wp-block-heading {
  font-family: var(--cs-font-section-headings-family), sans-serif;
  font-weight: var(--cs-font-section-headings-weight);
  font-style: var(--cs-font-section-headings-style);
  letter-spacing: var(--cs-font-section-headings-letter-spacing);
  text-transform: var(--cs-font-section-headings-text-transform);
  line-height: var(--cs-font-section-headings-line-height);
}
.cs-widget-area .widget_block .wp-block-heading {
  margin-bottom: 1.5rem;
}
.cs-widget-area .widget_block h2.wp-block-heading {
  font-size: 1.3125em;
}

.widget_categories ul,
.widget_pages ul,
.widget_archive ul,
.widget_meta ul {
  padding-left: 30px;
}
.widget_categories ul li,
.widget_pages ul li,
.widget_archive ul li,
.widget_meta ul li {
  font-family: var(--cs-font-entry-title-family), sans-serif;
  line-height: var(--cs-font-entry-title-line-height);
  font-weight: var(--cs-font-entry-title-weight);
  font-style: var(--cs-font-entry-title-style);
  letter-spacing: var(--cs-font-entry-title-letter-spacing);
  text-transform: var(--cs-font-entry-title-text-transform);
}
.widget_categories ul li,
.widget_pages ul li,
.widget_archive ul li,
.widget_meta ul li {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  padding: 0 0 0.75rem 0;
  font-size: 1rem;
  font-weight: 400;
  color: var(--cs-color-secondary);
}
.widget_categories ul li:first-child:last-child,
.widget_pages ul li:first-child:last-child,
.widget_archive ul li:first-child:last-child,
.widget_meta ul li:first-child:last-child {
  padding-bottom: 0;
}
.widget_categories ul li:first-child:last-child > .sub-menu,
.widget_pages ul li:first-child:last-child > .sub-menu,
.widget_archive ul li:first-child:last-child > .sub-menu,
.widget_meta ul li:first-child:last-child > .sub-menu {
  padding-bottom: 0;
}
.widget_categories ul li a,
.widget_pages ul li a,
.widget_archive ul li a,
.widget_meta ul li a {
  font-family: var(--cs-font-entry-title-family), sans-serif;
  line-height: var(--cs-font-entry-title-line-height);
  font-weight: var(--cs-font-entry-title-weight);
  font-style: var(--cs-font-entry-title-style);
  letter-spacing: var(--cs-font-entry-title-letter-spacing);
  text-transform: var(--cs-font-entry-title-text-transform);
}
.widget_categories ul li a,
.widget_pages ul li a,
.widget_archive ul li a,
.widget_meta ul li a {
  font-size: 1rem;
  color: var(--cs-color-primary);
  padding-right: 0.6666666667rem;
  margin-right: auto;
  text-decoration: none;
  transition: color 0.25s;
}
.widget_categories ul li a:hover,
.widget_pages ul li a:hover,
.widget_archive ul li a:hover,
.widget_meta ul li a:hover {
  color: var(--cs-color-secondary);
}
.widget_categories ul ul.children,
.widget_pages ul ul.children,
.widget_archive ul ul.children,
.widget_meta ul ul.children {
  flex: 0 0 100%;
  width: 100%;
  margin-top: 0.5rem;
}
.widget_categories ul ul.children li,
.widget_pages ul ul.children li,
.widget_archive ul ul.children li,
.widget_meta ul ul.children li {
  padding: 0.5rem 0;
}
.widget_categories ul ul.children li:last-child,
.widget_pages ul ul.children li:last-child,
.widget_archive ul ul.children li:last-child,
.widget_meta ul ul.children li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.widget_categories ul ul.children ul.children li,
.widget_pages ul ul.children ul.children li,
.widget_archive ul ul.children ul.children li,
.widget_meta ul ul.children ul.children li {
  margin-left: 1rem;
  padding-left: 0;
}
.widget_categories ul ul.sub-menu,
.widget_pages ul ul.sub-menu,
.widget_archive ul ul.sub-menu,
.widget_meta ul ul.sub-menu {
  margin-top: 0.5rem;
}
.widget_categories ul ul.sub-menu li,
.widget_pages ul ul.sub-menu li,
.widget_archive ul ul.sub-menu li,
.widget_meta ul ul.sub-menu li {
  padding: 0.5rem 0;
}
.widget_categories ul ul.sub-menu li:last-child,
.widget_pages ul ul.sub-menu li:last-child,
.widget_archive ul ul.sub-menu li:last-child,
.widget_meta ul ul.sub-menu li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.widget_categories ul ul.sub-menu ul.sub-menu li,
.widget_pages ul ul.sub-menu ul.sub-menu li,
.widget_archive ul ul.sub-menu ul.sub-menu li,
.widget_meta ul ul.sub-menu ul.sub-menu li {
  margin-left: 1rem;
  padding-left: 0;
}
.widget_categories ul .screen-reader-text,
.widget_pages ul .screen-reader-text,
.widget_archive ul .screen-reader-text,
.widget_meta ul .screen-reader-text {
  display: none;
}
.widget_categories > ul,
.widget_pages > ul,
.widget_archive > ul,
.widget_meta > ul {
  margin: -0.5rem 0;
  padding-left: 0;
}

.widget_calendar table {
  margin: 0;
}
.widget_calendar td,
.widget_calendar th {
  font-family: var(--cs-font-primary-family), sans-serif;
  font-size: var(--cs-font-primary-size);
  line-height: var(--cs-font-primary-line-height);
  font-weight: var(--cs-font-primary-weight);
  font-style: var(--cs-font-primary-style);
  letter-spacing: var(--cs-font-primary-letter-spacing);
  text-transform: var(--cs-font-primary-text-transform);
}
.widget_calendar td,
.widget_calendar th {
  padding: 0.25rem;
  line-height: 2.75rem;
  text-align: center;
  border-top: 1px solid var(--cs-color-border);
  color: var(--cs-color-secondary);
}
.widget_calendar th {
  border-bottom: none;
  color: var(--cs-color-primary);
  border-top: 2px solid var(--cs-color-border);
  border-bottom: 2px solid var(--cs-color-border);
}
.widget_calendar th {
  font-family: var(--cs-font-primary-family), sans-serif;
  font-size: var(--cs-font-primary-size);
  line-height: var(--cs-font-primary-line-height);
  font-weight: var(--cs-font-primary-weight);
  font-style: var(--cs-font-primary-style);
  letter-spacing: var(--cs-font-primary-letter-spacing);
  text-transform: var(--cs-font-primary-text-transform);
}
.widget_calendar tr {
  border: none;
}
.widget_calendar tbody td a {
  position: relative;
  display: block;
  color: var(--cs-color-primary);
  background: var(--cs-layout-background);
  transition: 0.25s;
  text-decoration: none;
}
.widget_calendar tbody td a:hover {
  background-color: var(--cs-color-secondary);
  color: var(--cs-color-secondary-contrast);
}
.widget_calendar tbody td#today a:after {
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  border-top: 10px solid var(--cs-color-secondary);
  border-left: 10px solid transparent;
  transition: 0.25s;
  content: "";
}
.widget_calendar tfoot td {
  text-align: left;
}
.widget_calendar tfoot td a {
  display: inline-block;
  position: relative;
  padding-left: 5px;
  padding-right: 10px;
}
.widget_calendar tfoot td a {
  font-family: var(--cs-font-primary-family), sans-serif;
  font-size: var(--cs-font-primary-size);
  line-height: var(--cs-font-primary-line-height);
  font-weight: var(--cs-font-primary-weight);
  font-style: var(--cs-font-primary-style);
  letter-spacing: var(--cs-font-primary-letter-spacing);
  text-transform: var(--cs-font-primary-text-transform);
}
.widget_calendar tfoot td a:after {
  content: "";
  position: absolute;
  height: 100%;
  top: 0;
  bottom: 0;
  right: 0;
  width: 2px;
  background-color: var(--cs-color-border);
}
.widget_calendar tfoot td a:hover {
  color: var(--cs-color-primary);
}
.widget_calendar caption {
  color: var(--cs-color-primary);
  caption-side: top;
  padding-top: 0;
  text-align: left;
}
.widget_calendar caption {
  font-family: var(--cs-font-primary-family), sans-serif;
  font-size: var(--cs-font-primary-size);
  line-height: var(--cs-font-primary-line-height);
  font-weight: var(--cs-font-primary-weight);
  font-style: var(--cs-font-primary-style);
  letter-spacing: var(--cs-font-primary-letter-spacing);
  text-transform: var(--cs-font-primary-text-transform);
}
.widget_calendar .wp-calendar-nav {
  display: flex;
  justify-content: center;
  margin-top: 1rem;
}
.widget_calendar .wp-calendar-nav a {
  color: var(--cs-color-primary);
  text-decoration: none;
  transition: 0.25s;
}
.widget_calendar .wp-calendar-nav a:hover {
  color: var(--cs-color-secondary);
}
.widget_calendar .wp-calendar-nav .pad {
  width: 1rem;
}

.widget_recent_comments ul {
  padding: 0;
  list-style: none;
}
.widget_recent_comments li {
  position: relative;
  padding: 0.5rem 0;
  font-size: 0.875rem;
  color: var(--cs-color-secondary);
}
.widget_recent_comments li:not(:first-child) {
  border-top: 1px solid var(--cs-color-border);
}
.widget_recent_comments li:first-child {
  padding-top: 0;
}
.widget_recent_comments li:first-child:last-child {
  padding-bottom: 0;
}
.widget_recent_comments li a {
  color: var(--cs-color-primary);
  text-decoration: none;
  transition: 0.25s;
}
.widget_recent_comments li a:hover {
  color: var(--cs-color-secondary);
}
.widget_recent_comments li .comment-author-link {
  color: var(--cs-color-secondary);
  transition: 0.25s;
}
.widget_recent_comments li .comment-author-link + a {
  font-family: var(--cs-font-entry-title-family), sans-serif;
  line-height: var(--cs-font-entry-title-line-height);
  font-weight: var(--cs-font-entry-title-weight);
  font-style: var(--cs-font-entry-title-style);
  letter-spacing: var(--cs-font-entry-title-letter-spacing);
  text-transform: var(--cs-font-entry-title-text-transform);
}
.widget_recent_comments li .comment-author-link + a {
  font-size: 1rem;
  display: block;
  margin-top: 0.25rem;
  color: var(--cs-color-primary);
}
.widget_recent_comments li .comment-author-link:hover {
  color: var(--cs-color-primary);
}

.widget .wp-block-latest-comments {
  padding: 0;
  margin: 0 auto;
}
.widget .wp-block-latest-comments .wp-block-latest-comments__comment {
  margin: 1rem 0 0;
}

.widget_recent_entries ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.widget_recent_entries li {
  position: relative;
}
.widget_recent_entries li:not(:last-child) {
  border-bottom: 1px solid var(--cs-color-border);
  margin-bottom: 1rem;
  padding-bottom: 1rem;
}
.widget_recent_entries li a {
  font-family: var(--cs-font-entry-title-family), sans-serif;
  line-height: var(--cs-font-entry-title-line-height);
  font-weight: var(--cs-font-entry-title-weight);
  font-style: var(--cs-font-entry-title-style);
  letter-spacing: var(--cs-font-entry-title-letter-spacing);
  text-transform: var(--cs-font-entry-title-text-transform);
}
.widget_recent_entries li a {
  text-decoration: none;
  color: var(--cs-color-primary);
  transition: 0.25s;
}
.widget_recent_entries li a:hover {
  color: var(--cs-color-secondary);
}
.widget_recent_entries li:last-child {
  padding-bottom: 0;
}
.widget_recent_entries li .post-date {
  display: block;
  margin-top: 0.25rem;
  color: var(--cs-color-primary);
}
.widget_recent_entries li .post-date {
  font-family: var(--cs-font-post-meta-family), sans-serif;
  font-size: var(--cs-font-post-meta-size);
  line-height: var(--cs-font-post-meta-line-height);
  font-weight: var(--cs-font-post-meta-weight);
  font-style: var(--cs-font-post-meta-style);
  letter-spacing: var(--cs-font-post-meta-letter-spacing);
  text-transform: var(--cs-font-post-meta-text-transform);
}

.widget_rss .rss-widget-icon {
  display: none;
}
.widget_rss ul {
  padding: 0;
  list-style: none;
}
.widget_rss ul li {
  position: relative;
}
.widget_rss ul li:not(:last-child) {
  border-bottom: 1px solid var(--cs-color-border);
  margin-bottom: 0.75rem;
  padding-bottom: 0.75rem;
}
.widget_rss ul li {
  font-family: var(--cs-font-entry-excerpt-family), sans-serif;
  font-weight: var(--cs-font-entry-excerpt-weight);
  font-size: var(--cs-font-entry-excerpt-size);
  letter-spacing: var(--cs-font-entry-excerpt-letter-spacing);
  line-height: var(--cs-font-entry-excerpt-line-height);
}
.widget_rss ul li a {
  font-family: var(--cs-font-entry-title-family), sans-serif;
  line-height: var(--cs-font-entry-title-line-height);
  font-weight: var(--cs-font-entry-title-weight);
  font-style: var(--cs-font-entry-title-style);
  letter-spacing: var(--cs-font-entry-title-letter-spacing);
  text-transform: var(--cs-font-entry-title-text-transform);
}
.widget_rss ul li a {
  text-decoration: none;
  color: var(--cs-color-primary);
  transition: 0.25s;
}
.widget_rss ul li a:hover {
  color: var(--cs-color-secondary);
}
.widget_rss ul li .rss-date {
  font-family: var(--cs-font-post-meta-family), sans-serif;
  font-size: var(--cs-font-post-meta-size);
  line-height: var(--cs-font-post-meta-line-height);
  font-weight: var(--cs-font-post-meta-weight);
  font-style: var(--cs-font-post-meta-style);
  letter-spacing: var(--cs-font-post-meta-letter-spacing);
  text-transform: var(--cs-font-post-meta-text-transform);
}
.widget_rss ul li .rss-date {
  display: block;
  margin-top: 0.25rem;
  font-size: 0.75rem;
  color: var(--cs-color-secondary);
}
.widget_rss ul li .rssSummary {
  margin-top: 0.25rem;
  font-size: 0.75rem;
  color: var(--cs-color-primary);
}
.widget_rss ul li cite {
  display: block;
  margin-top: 0.25rem;
  font-size: 0.75rem;
  font-style: normal;
  text-align: right;
  color: var(--cs-color-primary);
}

.widget_tag_cloud {
  overflow: hidden;
}
.widget_tag_cloud .tagcloud {
  margin-top: -0.5rem;
}
.widget_tag_cloud .tagcloud {
  margin: 0;
  padding: 0;
  list-style: none;
}
.widget_tag_cloud .tagcloud {
  font-family: var(--cs-font-primary-family), sans-serif;
  font-size: var(--cs-font-primary-size);
  line-height: var(--cs-font-primary-line-height);
  font-weight: var(--cs-font-primary-weight);
  font-style: var(--cs-font-primary-style);
  letter-spacing: var(--cs-font-primary-letter-spacing);
  text-transform: var(--cs-font-primary-text-transform);
}
@media (max-width: 767.98px) {
  .widget_tag_cloud .tagcloud {
    font-size: 0.75rem;
  }
}
.widget_tag_cloud .tagcloud {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.widget_tag_cloud .tagcloud li {
  position: relative;
  line-height: 1;
}
.widget_tag_cloud .tagcloud li a {
  position: relative;
  z-index: 2;
  text-decoration: none;
}
.widget_tag_cloud .tagcloud a {
  font-family: var(--cs-font-category-family), sans-serif;
  font-size: var(--cs-font-category-size);
  line-height: var(--cs-font-category-line-height);
  font-weight: var(--cs-font-category-weight);
  font-style: var(--cs-font-category-style);
  letter-spacing: var(--cs-font-category-letter-spacing);
  text-transform: var(--cs-font-category-text-transform);
}
.widget_tag_cloud .tagcloud a {
  display: flex;
  padding: 0.5rem 0.875rem;
  justify-content: center;
  align-items: center;
  color: var(--cs-color-secondary);
  background: var(--cs-color-tag-background);
  border-radius: var(--cs-layout-elements-border-radius);
  text-decoration: none;
  transition: 0.25s;
}
.widget_tag_cloud .tagcloud a:hover {
  background: var(--cs-color-button);
  color: var(--cs-color-button-contrast);
}
.widget_tag_cloud .tagcloud a {
  font-size: var(--cs-font-category-size) !important;
}

.widget_media_video .mejs-container {
  max-width: 100%;
  overflow: hidden;
}
.widget_media_video .mejs-container video,
.widget_media_video .mejs-container iframe,
.widget_media_video .mejs-container object,
.widget_media_video .mejs-container embed {
  max-width: 100%;
  overflow: hidden;
}

.widget_media_gallery {
  overflow: hidden;
}
.widget_media_gallery [class^=gallery-columns-],
.widget_media_gallery [class*=" gallery-columns-"] {
  display: flex;
  flex-wrap: wrap;
  margin-top: -1rem;
  margin-left: -0.5rem;
  margin-right: -0.5rem;
  margin-bottom: 0;
}
.widget_media_gallery [class^=gallery-columns-] .gallery-item,
.widget_media_gallery [class*=" gallery-columns-"] .gallery-item {
  position: relative;
  margin-top: 1rem;
  margin-bottom: 0;
  padding: 0 0.5rem;
  display: flex;
  align-items: center;
  text-align: center;
  flex-direction: column;
}
.widget_media_gallery [class^=gallery-columns-] .gallery-item img,
.widget_media_gallery [class*=" gallery-columns-"] .gallery-item img {
  display: block;
  border-radius: 0;
  transition: 0.25s;
  backface-visibility: hidden;
}
.widget_media_gallery [class^=gallery-columns-] .gallery-item:hover img,
.widget_media_gallery [class*=" gallery-columns-"] .gallery-item:hover img {
  opacity: 0.6;
}
.widget_media_gallery [class^=gallery-columns-] .gallery-item .gallery-caption,
.widget_media_gallery [class*=" gallery-columns-"] .gallery-item .gallery-caption {
  padding: 1rem 1rem 0;
}
.widget_media_gallery [class^=gallery-columns-] .gallery-item .gallery-icon,
.widget_media_gallery [class*=" gallery-columns-"] .gallery-item .gallery-icon {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.widget_media_gallery .gallery-columns-4 .gallery-caption,
.widget_media_gallery .gallery-columns-5 .gallery-caption,
.widget_media_gallery .gallery-columns-6 .gallery-caption,
.widget_media_gallery .gallery-columns-7 .gallery-caption,
.widget_media_gallery .gallery-columns-8 .gallery-caption,
.widget_media_gallery .gallery-columns-9 .gallery-caption {
  display: none;
}
.widget_media_gallery .gallery-columns-1 .gallery-item {
  flex: 0 0 100%;
  max-width: 100%;
}
.widget_media_gallery .gallery-columns-2 .gallery-item {
  flex: 0 0 50%;
  max-width: 50%;
}
.widget_media_gallery .gallery-columns-3 .gallery-item {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}
.widget_media_gallery .gallery-columns-4 .gallery-item {
  flex: 0 0 25%;
  max-width: 25%;
}
.widget_media_gallery .gallery-columns-5 .gallery-item {
  flex: 0 0 20%;
  max-width: 20%;
}
.widget_media_gallery .gallery-columns-6 .gallery-item {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}
.widget_media_gallery .gallery-columns-7 .gallery-item {
  flex: 0 0 14.2857142857%;
  max-width: 14.2857142857%;
}
.widget_media_gallery .gallery-columns-8 .gallery-item {
  flex: 0 0 12.5%;
  max-width: 12.5%;
}
.widget_media_gallery .gallery-columns-9 .gallery-item {
  flex: 0 0 11.1111111111%;
  max-width: 11.1111111111%;
}

/* Text widget */
.widget_text {
  color: var(--cs-color-primary);
  word-wrap: break-word;
}
.widget_text ul {
  list-style: disc;
  margin: 0 0 1rem 1rem;
}
.widget_text ol {
  list-style: decimal;
}
.widget_text ul li,
.widget_text ol li {
  border: none;
}
.widget_text ul li:last-child,
.widget_text ol li:last-child {
  padding-bottom: 0;
}
.widget_text ul li ul {
  margin: 0 0 0 1rem;
}
.widget_text ul li li {
  padding-left: 0;
  padding-right: 0;
}
.widget_text ol li {
  list-style-position: inside;
}
.widget_text ol li + li {
  margin-top: -1px;
}
.widget_text img {
  display: inline-block;
  max-width: 100%;
  width: auto;
  height: auto;
}
.widget_text .wp-caption-text {
  display: flex;
}
.widget_text .emoji {
  width: 1rem;
}
.widget_text .emoji:not(:last-of-type) {
  margin-right: 10px;
  margin-left: 0;
}

/*
Theme Name:           Sugar Blog
Theme URI:            https://sugar.codesupply.co
Description:          Modern WordPress Personal Blog Theme
Documentation URI:    https://support.codesupply.co/documentation/sugar/
Author:               Code Supply Co.
Author URI:           https://codesupply.co
Version:              1.0.2
Tested up to:         6.8
Requires at least:    6.0
Requires PHP:         7.0
Tags:                 custom-colors, editor-style, theme-options, custom-menu, sticky-post, right-sidebar, translation-ready
License:              GNU General Public License version 3.0
License URI:          http://www.gnu.org/licenses/gpl-3.0.html
Text Domain:          sugar-blog
*/
.widget_nav_menu + .widget_nav_menu {
  border-top: 1px solid var(--cs-color-border);
  padding-top: 2rem;
  margin-top: 0.5rem;
}
.widget_nav_menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.widget_nav_menu ul > li.menu-item-has-children > span:after {
  font-size: 1rem;
}
.widget_nav_menu a {
  display: block;
  padding: 0.8125rem 0;
  transition: 0.25s;
  color: var(--cs-color-primary);
  text-decoration: none;
}
.widget_nav_menu a {
  font-family: var(--cs-font-headings-family), sans-serif;
  font-weight: var(--cs-font-headings-weight);
  font-style: var(--cs-font-headings-style);
  text-transform: var(--cs-font-headings-text-transform);
  line-height: var(--cs-font-headings-line-height);
  letter-spacing: var(--cs-font-headings-letter-spacing);
}
.widget_nav_menu a:hover {
  color: var(--cs-color-accent);
}
.widget_nav_menu .menu-item-has-children {
  position: relative;
  width: 100%;
}
.widget_nav_menu .menu-item-has-children > span {
  position: absolute;
  right: 0;
  top: 0.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  margin-left: auto;
  cursor: pointer;
}
.widget_nav_menu .menu-item-has-children > span:after {
  font-family: "cs-icons";
  font-size: 1rem;
  content: "\e93c";
}
.widget_nav_menu .menu-item-has-children > ul {
  width: 100%;
  order: 3;
}
.widget_nav_menu .menu-item-has-children .menu-item-has-children > span {
  top: 0.25rem;
}
.widget_nav_menu .menu-item-expanded > span:after {
  content: "\e914";
}
.widget_nav_menu .menu > .menu-item:not(.menu-item-has-children) > a:after {
  visibility: hidden;
}
.widget_nav_menu .sub-menu {
  display: none;
}
.widget_nav_menu .sub-menu a {
  font-family: var(--cs-font-submenu-family), sans-serif;
  font-size: var(--cs-font-submenu-size);
  line-height: var(--cs-font-submenu-line-height);
  font-weight: var(--cs-font-submenu-weight);
  font-style: var(--cs-font-submenu-style);
  letter-spacing: var(--cs-font-submenu-letter-spacing);
  text-transform: var(--cs-font-submenu-text-transform);
}
.widget_nav_menu .sub-menu a {
  padding: 0.75rem 0 0.75rem 0;
}
.widget_nav_menu .sub-menu .sub-menu {
  padding: 0 0 0 10px;
}
.widget_nav_menu .menu {
  margin: -0.5rem 0;
}
.widget_nav_menu .menu-item-has-children > a {
  padding-right: 20px;
  width: calc(100% - 20px);
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Image
--------------------------------------------------------------*/
img {
  max-width: 100%;
  height: auto;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
/*
Theme Name:           Sugar Blog
Theme URI:            https://sugar.codesupply.co
Description:          Modern WordPress Personal Blog Theme
Documentation URI:    https://support.codesupply.co/documentation/sugar/
Author:               Code Supply Co.
Author URI:           https://codesupply.co
Version:              1.0.2
Tested up to:         6.8
Requires at least:    6.0
Requires PHP:         7.0
Tags:                 custom-colors, editor-style, theme-options, custom-menu, sticky-post, right-sidebar, translation-ready
License:              GNU General Public License version 3.0
License URI:          http://www.gnu.org/licenses/gpl-3.0.html
Text Domain:          sugar-blog
*/
.wp-caption {
  max-width: 100%;
  margin-bottom: 1rem;
}
.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 1rem 0;
}
.wp-caption .wp-caption-text {
  font-family: var(--cs-font-primary-family), sans-serif;
  font-size: var(--cs-font-primary-size);
  line-height: var(--cs-font-primary-line-height);
  font-weight: var(--cs-font-primary-weight);
  font-style: var(--cs-font-primary-style);
  letter-spacing: var(--cs-font-primary-letter-spacing);
  text-transform: var(--cs-font-primary-text-transform);
}

.wp-caption-text {
  margin-top: 1rem;
  color: var(--cs-color-primary);
  font-size: 0.75rem;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
/*
Theme Name:           Sugar Blog
Theme URI:            https://sugar.codesupply.co
Description:          Modern WordPress Personal Blog Theme
Documentation URI:    https://support.codesupply.co/documentation/sugar/
Author:               Code Supply Co.
Author URI:           https://codesupply.co
Version:              1.0.2
Tested up to:         6.8
Requires at least:    6.0
Requires PHP:         7.0
Tags:                 custom-colors, editor-style, theme-options, custom-menu, sticky-post, right-sidebar, translation-ready
License:              GNU General Public License version 3.0
License URI:          http://www.gnu.org/licenses/gpl-3.0.html
Text Domain:          sugar-blog
*/
.gallery {
  margin-bottom: 1.5rem;
}

@media (min-width: 576px) {
  div[class^=gallery-columns-],
  div[class*=" gallery-columns-"] {
    display: flex;
    flex-wrap: wrap;
    margin-right: -24px;
    margin-left: -24px;
  }
  div[class^=gallery-columns-],
  div[class*=" gallery-columns-"] {
    margin-left: -10px;
    margin-right: -10px;
  }
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
@media (min-width: 576px) {
  .gallery-columns-2 .gallery-item {
    max-width: 50%;
    position: relative;
    width: 100%;
    padding-right: 24px;
    padding-left: 24px;
  }
  .gallery-columns-2 .gallery-item {
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 20px;
  }
}
@media (min-width: 576px) {
  .gallery-columns-3 .gallery-item {
    max-width: 33.33%;
    position: relative;
    width: 100%;
    padding-right: 24px;
    padding-left: 24px;
  }
  .gallery-columns-3 .gallery-item {
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 20px;
  }
}
@media (min-width: 576px) {
  .gallery-columns-4 .gallery-item {
    max-width: 25%;
    position: relative;
    width: 100%;
    padding-right: 24px;
    padding-left: 24px;
  }
  .gallery-columns-4 .gallery-item {
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 20px;
  }
}
@media (min-width: 576px) {
  .gallery-columns-5 .gallery-item {
    max-width: 20%;
    position: relative;
    width: 100%;
    padding-right: 24px;
    padding-left: 24px;
  }
  .gallery-columns-5 .gallery-item {
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 20px;
  }
}
@media (min-width: 576px) {
  .gallery-columns-6 .gallery-item {
    max-width: 16.66%;
    position: relative;
    width: 100%;
    padding-right: 24px;
    padding-left: 24px;
  }
  .gallery-columns-6 .gallery-item {
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 20px;
  }
}
@media (min-width: 576px) {
  .gallery-columns-7 .gallery-item {
    max-width: 14.28%;
    position: relative;
    width: 100%;
    padding-right: 24px;
    padding-left: 24px;
  }
  .gallery-columns-7 .gallery-item {
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 20px;
  }
}
@media (min-width: 576px) {
  .gallery-columns-8 .gallery-item {
    max-width: 12.5%;
    position: relative;
    width: 100%;
    padding-right: 24px;
    padding-left: 24px;
  }
  .gallery-columns-8 .gallery-item {
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 20px;
  }
}
@media (min-width: 576px) {
  .gallery-columns-9 .gallery-item {
    max-width: 11.11%;
    position: relative;
    width: 100%;
    padding-right: 24px;
    padding-left: 24px;
  }
  .gallery-columns-9 .gallery-item {
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 20px;
  }
}

.gallery-caption {
  display: block;
  width: 100%;
  color: var(--cs-color-primary);
  text-align: center;
}

.wp-block-gallery > .blocks-gallery-grid {
  width: 100%;
}

.blocks-gallery-grid .blocks-gallery-image figcaption,
.blocks-gallery-grid .blocks-gallery-item figcaption,
.wp-block-gallery .blocks-gallery-image figcaption,
.wp-block-gallery .blocks-gallery-item figcaption {
  font-family: var(--cs-font-primary-family), sans-serif;
  font-size: var(--cs-font-primary-size);
  line-height: var(--cs-font-primary-line-height);
  font-weight: var(--cs-font-primary-weight);
  font-style: var(--cs-font-primary-style);
  letter-spacing: var(--cs-font-primary-letter-spacing);
  text-transform: var(--cs-font-primary-text-transform);
}
.blocks-gallery-grid .blocks-gallery-image figcaption,
.blocks-gallery-grid .blocks-gallery-item figcaption,
.wp-block-gallery .blocks-gallery-image figcaption,
.wp-block-gallery .blocks-gallery-item figcaption {
  background: transparent;
  color: var(--cs-color-primary);
}

.blocks-gallery-grid .blocks-gallery-image figcaption,
.blocks-gallery-grid .blocks-gallery-item figcaption,
.wp-block-gallery .blocks-gallery-image figcaption,
.wp-block-gallery .blocks-gallery-item figcaption {
  position: initial;
  padding: 0;
  margin-top: 1rem;
}

.blocks-gallery-grid .blocks-gallery-image figure,
.blocks-gallery-grid .blocks-gallery-item figure,
.wp-block-gallery .blocks-gallery-image figure,
.wp-block-gallery .blocks-gallery-item figure {
  display: flex;
  flex-direction: column;
}

.blocks-gallery-caption {
  display: block;
  width: 100%;
  text-align: center;
}

/*--------------------------------------------------------------
## Video
--------------------------------------------------------------*/
/*
Theme Name:           Sugar Blog
Theme URI:            https://sugar.codesupply.co
Description:          Modern WordPress Personal Blog Theme
Documentation URI:    https://support.codesupply.co/documentation/sugar/
Author:               Code Supply Co.
Author URI:           https://codesupply.co
Version:              1.0.2
Tested up to:         6.8
Requires at least:    6.0
Requires PHP:         7.0
Tags:                 custom-colors, editor-style, theme-options, custom-menu, sticky-post, right-sidebar, translation-ready
License:              GNU General Public License version 3.0
License URI:          http://www.gnu.org/licenses/gpl-3.0.html
Text Domain:          sugar-blog
*/
.cs-video-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: var(--cs-thumbnail-border-radius);
  overflow: hidden;
}
.cs-video-wrapper .cs-video-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: unset;
  margin: auto;
  opacity: 0;
  transition: opacity 0.5s;
  transform: translate(-50%, -50%);
}
.cs-video-wrapper .cs-video-inner[data-provider=vimeo] {
  height: 100%;
  width: 100%;
}
.cs-video-wrapper .cs-video-inner[data-provider=vimeo] iframe {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.cs-video-wrapper .cs-video-inner[data-provider=self] {
  height: 100%;
  width: 100%;
}
.cs-video-wrapper .cs-video-inner[data-provider=self] video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  object-fit: cover;
}
.cs-video-wrapper .cs-video-inner.active {
  opacity: 1;
}
.cs-video-wrapper .cs-video-loader {
  width: 40px;
  height: 40px;
  border: 4px solid rgba(255, 255, 255, 0.75);
  border-right-color: transparent;
  border-radius: 50%;
  position: relative;
  animation: loader-rotate 1s linear infinite;
}
.cs-video-wrapper .cs-video-loader {
  top: 50%;
  margin: -20px auto 0;
}
.cs-video-wrapper .cs-video-loader:after {
  content: "";
  width: 4px;
  height: 4px;
  background: rgba(255, 255, 255, 0.75);
  border-radius: 50%;
  position: absolute;
  top: 1px;
  left: 27px;
}
@keyframes loader-rotate {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.cs-video-wrapper .cs-video-loader {
  transition: opacity 0.25s;
  opacity: 1;
}
.cs-video-bg-init .cs-video-wrapper .cs-video-loader {
  opacity: 0;
}
@media (max-width: 991.98px) {
  .cs-video-wrapper .cs-video-loader {
    display: none;
  }
}

.cs-video-controls {
  display: flex;
  position: absolute;
  gap: 0.375rem;
  z-index: 4;
  opacity: 0;
  transition: opacity 0.25s;
  left: 10px;
  top: 10px;
}
.cs-video-bg-init:hover .cs-video-controls {
  opacity: 1;
}
.cs-video-controls .cs-player-control {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  line-height: 40px;
  color: var(--cs-color-accent);
  text-decoration: none;
  cursor: pointer;
  transition: 0.25s;
  background: #ffffff;
  backdrop-filter: blur(8.3px);
  border-radius: 200px;
}
.cs-video-controls .cs-player-control:after {
  position: relative;
  width: auto;
  font-family: "cs-icons";
  font-style: normal;
  font-size: 1.125rem;
  opacity: 1;
}
.cs-video-controls .cs-player-control.cs-player-play:after {
  padding-left: 0.25rem;
  font-size: 1rem;
}
.cs-video-controls .cs-player-control .cs-tooltip {
  display: -ms-grid;
  -ms-grid-columns: max-content;
  position: absolute;
  top: 100%;
  left: -9999px;
  width: max-content;
  padding-bottom: 0.5rem;
  transform: translateY(-30%);
  transition: transform 0.5s;
}
.single .cs-video-controls .cs-player-control .cs-tooltip {
  padding-left: 50%;
}
.cs-video-controls .cs-player-control .cs-tooltip span {
  display: block;
  position: relative;
  padding: 0.5rem 1rem;
  margin: 0;
  opacity: 0;
  color: #000000;
  background: #ffffff;
  transition: opacity 0.5s;
}
.single .cs-video-controls .cs-player-control .cs-tooltip span {
  transform: translate(-50%, 0);
}
.cs-video-controls .cs-player-control .cs-tooltip span {
  font-family: var(--cs-font-secondary-family), sans-serif;
  font-size: var(--cs-font-secondary-size);
  font-weight: var(--cs-font-secondary-weight);
  font-style: var(--cs-font-secondary-style);
  letter-spacing: var(--cs-font-secondary-letter-spacing);
  text-transform: var(--cs-font-secondary-text-transform);
  line-height: var(--cs-font-secondary-line-height);
}
.cs-video-controls .cs-player-control .cs-tooltip span:after {
  content: " ";
  bottom: 100%;
  left: 20px;
  height: 0;
  width: 0;
  border: solid transparent;
  position: absolute;
  pointer-events: none;
  border-color: transparent;
  border-bottom-color: #ffffff;
  border-width: 7px;
  margin-left: -7px;
}
.single .cs-video-controls .cs-player-control .cs-tooltip span:after {
  left: 50%;
}
.cs-video-controls .cs-player-control:hover .cs-tooltip {
  transform: translateY(10px);
  left: 0;
}
.cs-video-controls .cs-player-control:hover .cs-tooltip span {
  opacity: 1;
}
.cs-video-controls .cs-player-link:after {
  content: "\e920";
}
.cs-video-controls .cs-player-pause:after {
  content: "\e91d";
}
.cs-video-controls .cs-player-play:after {
  content: "\e91b";
}
.cs-video-controls .cs-player-unmute:after {
  content: "\e918";
}
.cs-video-controls .cs-player-mute:after {
  content: "\e912";
}

.cs-video-controls-large {
  top: 20px;
  right: 20px;
  left: unset;
}
.cs-video-controls-large .cs-player-control {
  width: 40px;
  height: 40px;
}
.cs-video-controls-large .cs-player-control .cs-tooltip span {
  padding: 0.5rem 1rem;
}
.cs-video-controls-large .cs-player-control:first-child {
  margin-left: 0;
}

/*--------------------------------------------------------------
# Elementor
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Base
--------------------------------------------------------------*/
/*
Theme Name:           Sugar Blog
Theme URI:            https://sugar.codesupply.co
Description:          Modern WordPress Personal Blog Theme
Documentation URI:    https://support.codesupply.co/documentation/sugar/
Author:               Code Supply Co.
Author URI:           https://codesupply.co
Version:              1.0.2
Tested up to:         6.8
Requires at least:    6.0
Requires PHP:         7.0
Tags:                 custom-colors, editor-style, theme-options, custom-menu, sticky-post, right-sidebar, translation-ready
License:              GNU General Public License version 3.0
License URI:          http://www.gnu.org/licenses/gpl-3.0.html
Text Domain:          sugar-blog
*/
.elementor-template-full-width .cs-main-content {
  margin: 0;
}
.elementor-template-full-width .cs-site-content {
  margin: 0;
}
.elementor-template-full-width .cs-site-content > .cs-container {
  max-width: 100%;
  padding: 0;
  margin: 0;
}
.elementor-template-full-width .cs-breadcrumbs {
  width: 100%;
  padding-right: 24px;
  padding-left: 24px;
  margin-right: auto;
  margin-left: auto;
  max-width: var(--cs-mobile-container, 576px);
}
@media (min-width: 768px) {
  .elementor-template-full-width .cs-breadcrumbs {
    max-width: var(--cs-tablet-container, 992px);
  }
}
@media (min-width: 992px) {
  .elementor-template-full-width .cs-breadcrumbs {
    max-width: var(--cs-desktop-container, 1288px);
  }
}
.elementor-template-full-width .cs-breadcrumbs {
  margin-top: 1.5rem;
  margin-bottom: 3.75rem;
}
.elementor-template-full-width .e-con.e-flex > .e-con-inner {
  padding-left: 24px;
  padding-right: 24px;
}

.elementor[data-elementor-type=wp-page] {
  width: 100%;
}

.elementor .e-con.e-con-boxed > .e-con-inner,
.elementor .elementor-section.elementor-section-boxed > .elementor-container {
  max-width: var(--cs-mobile-container, 576px);
}
@media (min-width: 768px) {
  .elementor .e-con.e-con-boxed > .e-con-inner,
  .elementor .elementor-section.elementor-section-boxed > .elementor-container {
    max-width: var(--cs-tablet-container, 992px);
  }
}
@media (min-width: 992px) {
  .elementor .e-con.e-con-boxed > .e-con-inner,
  .elementor .elementor-section.elementor-section-boxed > .elementor-container {
    max-width: var(--cs-desktop-container, 1288px);
  }
}

.elementor .elementor-column-gap-default > .elementor-column > .elementor-element-populated {
  padding: 20px;
}

.elementor .cs-section-sticky {
  position: sticky;
  top: calc(1.5rem + var(--cs-wpadminbar-height));
  transition: 0.25s;
}
.cs-navbar-sticky-enabled .elementor .cs-section-sticky, .cs-navbar-smart-enabled:has(.cs-header-smart-visible) .elementor .cs-section-sticky {
  top: calc(1.5rem + var(--cs-wpadminbar-height) + var(--cs-header-height) + var(--cs-header-border-width));
}

.elementor-element:has(> .elementor-widget-container > .cs-section-sticky) {
  height: 100%;
}
.elementor-element:has(> .elementor-widget-container > .cs-section-sticky) > .elementor-widget-container:has(> .cs-section-sticky) {
  height: 100%;
}

.cs-text-color-primary {
  --e-global-color-primary: var(--cs-color-primary) !important;
}

.cs-text-color-secondary {
  --e-global-color-primary: var(--cs-color-secondary) !important;
}

.cs-text-color-accent {
  --e-global-color-primary: var(--cs-color-accent) !important;
}

/*--------------------------------------------------------------
## Headline
--------------------------------------------------------------*/
/*
Theme Name:           Sugar Blog
Theme URI:            https://sugar.codesupply.co
Description:          Modern WordPress Personal Blog Theme
Documentation URI:    https://support.codesupply.co/documentation/sugar/
Author:               Code Supply Co.
Author URI:           https://codesupply.co
Version:              1.0.2
Tested up to:         6.8
Requires at least:    6.0
Requires PHP:         7.0
Tags:                 custom-colors, editor-style, theme-options, custom-menu, sticky-post, right-sidebar, translation-ready
License:              GNU General Public License version 3.0
License URI:          http://www.gnu.org/licenses/gpl-3.0.html
Text Domain:          sugar-blog
*/
.cs-headline {
  position: relative;
  width: 100%;
  padding: var(--cs-headline-padding, 0);
}
.cs-headline__container {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: end;
}
.cs-headline__content {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.cs-headline__heading {
  font-family: var(--cs-font-section-headings-family), sans-serif;
  font-weight: var(--cs-font-section-headings-weight);
  font-style: var(--cs-font-section-headings-style);
  letter-spacing: var(--cs-font-section-headings-letter-spacing);
  text-transform: var(--cs-font-section-headings-text-transform);
  line-height: var(--cs-font-section-headings-line-height);
}
.cs-headline__heading {
  margin: 0;
  color: var(--cs-headline-color, var(--cs-color-primary));
}
.cs-headline:has(h1) .cs-headline__description {
  margin-top: 0.125rem;
}
.cs-headline__description {
  font-family: var(--cs-font-entry-excerpt-family), sans-serif;
  font-weight: var(--cs-font-entry-excerpt-weight);
  font-size: var(--cs-font-entry-excerpt-size);
  letter-spacing: var(--cs-font-entry-excerpt-letter-spacing);
  line-height: var(--cs-font-entry-excerpt-line-height);
}
.cs-headline__description {
  color: var(--cs-color-secondary);
  font-size: 1em;
}
.cs-headline-border {
  border-bottom: 1px solid var(--cs-color-border);
}
.cs-headline-border .cs-headline__container {
  margin-bottom: 1.375rem;
}
.cs-headline__link {
  font-family: var(--cs-font-primary-family), sans-serif;
  font-size: var(--cs-font-primary-size);
  line-height: var(--cs-font-primary-line-height);
  font-weight: var(--cs-font-primary-weight);
  font-style: var(--cs-font-primary-style);
  letter-spacing: var(--cs-font-primary-letter-spacing);
  text-transform: var(--cs-font-primary-text-transform);
}
.cs-headline__link {
  display: flex;
  align-items: center;
  position: relative;
  color: var(--cs-color-primary);
  transition: 0.25s;
  gap: 0.3125rem;
  padding-right: 1.5rem;
}
.cs-headline__link:before, .cs-headline__link:after {
  font-family: "cs-icons" !important;
  font-style: normal !important;
  position: absolute;
  top: 50%;
  font-size: 1.125rem;
  transform: translateX(50%) translateY(-50%) translateZ(0);
}
.cs-headline__link:before {
  content: "\e90e";
  right: 0.625rem;
  z-index: 1;
  opacity: 1;
}
.cs-headline__link:after {
  content: "\e919";
  right: 0.625rem;
  z-index: 2;
  opacity: 0;
}
.cs-headline__link:hover {
  color: var(--cs-color-accent);
}
.cs-headline__link:hover:before {
  opacity: 0;
}
.cs-headline__link:hover:after {
  opacity: 1;
}

/*--------------------------------------------------------------
## Section Divider
--------------------------------------------------------------*/
/*
Theme Name:           Sugar Blog
Theme URI:            https://sugar.codesupply.co
Description:          Modern WordPress Personal Blog Theme
Documentation URI:    https://support.codesupply.co/documentation/sugar/
Author:               Code Supply Co.
Author URI:           https://codesupply.co
Version:              1.0.2
Tested up to:         6.8
Requires at least:    6.0
Requires PHP:         7.0
Tags:                 custom-colors, editor-style, theme-options, custom-menu, sticky-post, right-sidebar, translation-ready
License:              GNU General Public License version 3.0
License URI:          http://www.gnu.org/licenses/gpl-3.0.html
Text Domain:          sugar-blog
*/
.cs-divider {
  position: relative;
}
@media (min-width: 992px) {
  .show-on-tablet .cs-divider {
    display: none;
  }
}

.cs-dividerhorizontal .cs-divider {
  width: 100%;
  height: 0;
  border-bottom: var(--cs-divider-section-thikness, 1px) solid var(--cs-divider-section-color, var(--cs-color-divider));
  border-left: none;
}
@media (max-width: 991.98px) {
  .cs-dividerhorizontal.cs-divider-tablethorizontal .cs-divider {
    width: 100%;
    height: 0;
    border-bottom: var(--cs-divider-section-thikness, 1px) solid var(--cs-divider-section-color, var(--cs-color-divider));
    border-left: none;
  }
}
@media (max-width: 767.98px) {
  .cs-dividerhorizontal.cs-divider-tabletvertical .cs-divider {
    width: 0;
    height: 100%;
    border-left: var(--cs-divider-section-thikness, 1px) solid var(--cs-divider-section-color, var(--cs-color-divider));
    border-bottom: none;
  }
}
@media (max-width: 767.98px) {
  .cs-dividerhorizontal.cs-divider-mobilehorizontal .cs-divider {
    width: 100%;
    height: 0;
    border-bottom: var(--cs-divider-section-thikness, 1px) solid var(--cs-divider-section-color, var(--cs-color-divider));
    border-left: none;
  }
}
@media (max-width: 767.98px) {
  .cs-dividerhorizontal.cs-divider-mobilevertical .cs-divider {
    width: 0;
    height: 100%;
    border-left: var(--cs-divider-section-thikness, 1px) solid var(--cs-divider-section-color, var(--cs-color-divider));
    border-bottom: none;
  }
}

.cs-dividervertical .cs-divider {
  width: 0;
  height: 100%;
  border-left: var(--cs-divider-section-thikness, 1px) solid var(--cs-divider-section-color, var(--cs-color-divider));
  border-bottom: none;
}
@media (max-width: 991.98px) {
  .cs-dividervertical.cs-divider-tablethorizontal .cs-divider {
    width: 100%;
    height: 0;
    border-bottom: var(--cs-divider-section-thikness, 1px) solid var(--cs-divider-section-color, var(--cs-color-divider));
    border-left: none;
  }
}
@media (max-width: 767.98px) {
  .cs-dividervertical.cs-divider-tabletvertical .cs-divider {
    width: 0;
    height: 100%;
    border-left: var(--cs-divider-section-thikness, 1px) solid var(--cs-divider-section-color, var(--cs-color-divider));
    border-bottom: none;
  }
}
@media (max-width: 767.98px) {
  .cs-dividervertical.cs-divider-mobilehorizontal .cs-divider {
    width: 100%;
    height: 0;
    border-bottom: var(--cs-divider-section-thikness, 1px) solid var(--cs-divider-section-color, var(--cs-color-divider));
    border-left: none;
  }
}
@media (max-width: 767.98px) {
  .cs-dividervertical.cs-divider-mobilevertical .cs-divider {
    width: 0;
    height: 100%;
    border-left: var(--cs-divider-section-thikness, 1px) solid var(--cs-divider-section-color, var(--cs-color-divider));
    border-bottom: none;
  }
}

/*--------------------------------------------------------------
## Posts
--------------------------------------------------------------*/
/*
Theme Name:           Sugar Blog
Theme URI:            https://sugar.codesupply.co
Description:          Modern WordPress Personal Blog Theme
Documentation URI:    https://support.codesupply.co/documentation/sugar/
Author:               Code Supply Co.
Author URI:           https://codesupply.co
Version:              1.0.2
Tested up to:         6.8
Requires at least:    6.0
Requires PHP:         7.0
Tags:                 custom-colors, editor-style, theme-options, custom-menu, sticky-post, right-sidebar, translation-ready
License:              GNU General Public License version 3.0
License URI:          http://www.gnu.org/licenses/gpl-3.0.html
Text Domain:          sugar-blog
*/
/*--------------------------------------------------------------
## Post Types
--------------------------------------------------------------*/
/*
Theme Name:           Sugar Blog
Theme URI:            https://sugar.codesupply.co
Description:          Modern WordPress Personal Blog Theme
Documentation URI:    https://support.codesupply.co/documentation/sugar/
Author:               Code Supply Co.
Author URI:           https://codesupply.co
Version:              1.0.2
Tested up to:         6.8
Requires at least:    6.0
Requires PHP:         7.0
Tags:                 custom-colors, editor-style, theme-options, custom-menu, sticky-post, right-sidebar, translation-ready
License:              GNU General Public License version 3.0
License URI:          http://www.gnu.org/licenses/gpl-3.0.html
Text Domain:          sugar-blog
*/
.cs-posts__compact .cs-entry__outer {
  justify-content: center;
  align-items: center;
  height: 100%;
}
.cs-posts__compact .cs-entry__outer-featured {
  justify-content: unset;
}
.cs-posts__compact .cs-entry__outer-compact {
  display: flex;
}
.cs-posts__compact .cs-entry__outer-compact .cs-entry__meta {
  border-top: none;
}
.cs-posts__compact .cs-entry__outer-compact .cs-entry__meta:last-child {
  margin-top: auto;
  padding-top: 1.5625rem;
}
@media (max-width: 1199.98px) {
  .cs-posts__compact .cs-entry__outer-compact .cs-entry__meta:last-child {
    padding-top: 0.625rem;
  }
}
.cs-posts__compact .cs-entry__outer-compact .cs-entry__meta .cs-meta-comments {
  margin-left: 0;
}
.cs-posts__compact .cs-entry__outer-compact .cs-entry__info:not(:first-child) {
  margin-top: 0.5625rem;
}
.cs-posts__compact .cs-entry__outer-compact.cs-entry__outer-style_2 .cs-entry__info:not(:first-child) {
  margin-top: 1rem;
}
.cs-posts__compact .cs-entry__outer-compact .entry__content {
  justify-content: flex-start;
}
.cs-posts__compact .cs-entry__outer-compact .cs-entry__excerpt {
  margin-top: 1rem;
}
@media (max-width: 1199.98px) {
  .cs-posts__compact .cs-entry__outer-compact .cs-entry__excerpt {
    margin-top: 0.625rem;
    font-size: 0.875rem;
  }
}
.cs-posts__compact .cs-entry__outer-style_1 {
  flex-direction: row;
  column-gap: 1rem;
  max-width: 392px;
}
.cs-posts__compact .cs-entry__outer-style_1 .cs-entry__thumbnail {
  width: 90px;
  min-width: 90px;
  overflow: visible;
  border-radius: 0;
}
.cs-posts__compact .cs-entry__outer-style_1 .cs-entry__thumbnail .cs-overlay-background {
  overflow: hidden;
  border-radius: var(--cs-thumbnail-border-radius-top, var(--cs-thumbnail-border-radius)) var(--cs-thumbnail-border-radius-right, var(--cs-thumbnail-border-radius)) var(--cs-thumbnail-border-radius-bottom, var(--cs-thumbnail-border-radius)) var(--cs-thumbnail-border-radius-left, var(--cs-thumbnail-border-radius));
}
.cs-posts__compact .cs-entry__outer-style_2 {
  flex-direction: row-reverse;
  column-gap: 1.25rem;
}
.cs-posts__compact .cs-entry__outer-style_2 .cs-entry__thumbnail {
  width: 90px;
  min-width: 90px;
  overflow: visible;
  border-radius: 0;
}
.cs-posts__compact .cs-entry__outer-style_2 .cs-entry__thumbnail .cs-overlay-background {
  overflow: hidden;
  border-radius: var(--cs-thumbnail-border-radius-top, var(--cs-thumbnail-border-radius)) var(--cs-thumbnail-border-radius-right, var(--cs-thumbnail-border-radius)) var(--cs-thumbnail-border-radius-bottom, var(--cs-thumbnail-border-radius)) var(--cs-thumbnail-border-radius-left, var(--cs-thumbnail-border-radius));
}
@media (min-width: 576px) {
  .cs-posts__compact .cs-entry__outer-style_2 .cs-entry__thumbnail {
    width: 160px;
    min-width: 160px;
  }
}
.cs-posts__compact .cs-entry__outer-style_2 .cs-entry__title:not(:first-child) {
  margin-top: 0.75rem;
}
.cs-posts__compact .cs-entry__outer-style_3:not(.cs-entry__outer-featured) {
  flex-direction: row;
  column-gap: 1rem;
}
.cs-posts__compact .cs-entry__outer-style_3:not(.cs-entry__outer-featured) .cs-entry__thumbnail {
  width: 90px;
  min-width: 90px;
  overflow: visible;
  border-radius: 0;
}
.cs-posts__compact .cs-entry__outer-style_3:not(.cs-entry__outer-featured) .cs-entry__thumbnail .cs-overlay-background {
  overflow: hidden;
  border-radius: var(--cs-thumbnail-border-radius-top, var(--cs-thumbnail-border-radius)) var(--cs-thumbnail-border-radius-right, var(--cs-thumbnail-border-radius)) var(--cs-thumbnail-border-radius-bottom, var(--cs-thumbnail-border-radius)) var(--cs-thumbnail-border-radius-left, var(--cs-thumbnail-border-radius));
}
.cs-posts__compact .cs-entry__outer-featured .cs-entry__info:not(:first-child) {
  margin-top: 0.5rem;
}
.cs-posts__compact .featured ~ .cs-entry:nth-of-type(2) {
  margin-top: 0 !important;
  border-top: unset !important;
}
.cs-posts__compact.cs-posts-numbered .cs-entry__outer {
  position: relative;
}
.cs-posts__compact.cs-posts-numbered .cs-entry__outer .cs-entry__number {
  font-family: var(--cs-font-post-meta-family), sans-serif;
  font-size: var(--cs-font-post-meta-size);
  line-height: var(--cs-font-post-meta-line-height);
  font-weight: var(--cs-font-post-meta-weight);
  font-style: var(--cs-font-post-meta-style);
  letter-spacing: var(--cs-font-post-meta-letter-spacing);
  text-transform: var(--cs-font-post-meta-text-transform);
}
.cs-posts__compact.cs-posts-numbered .cs-entry__outer .cs-entry__number {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 24px;
  height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 200px;
  color: var(--cs-post-number-color, #ffffff);
  background: var(--cs-post-number-background, var(--cs-color-accent));
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.08);
  font-weight: 700;
}
.cs-posts__compact.cs-posts-numbered .cs-entry__outer .cs-entry__content:first-child {
  padding-left: calc(4px + 24px + 1rem);
}
.cs-posts__compact.cs-posts-numbered .cs-entry__outer .cs-entry__content:first-child + .cs-entry__number {
  top: 0;
  transform: translateY(calc(16px * var(--cs-font-entry-title-line-height) * 0.5 - 24px * 0.5));
}
.cs-posts__compact.cs-posts-numbered .cs-entry__outer.cs-entry__outer-featured .cs-entry__number {
  top: 24px;
  left: 24px;
}

/*
Theme Name:           Sugar Blog
Theme URI:            https://sugar.codesupply.co
Description:          Modern WordPress Personal Blog Theme
Documentation URI:    https://support.codesupply.co/documentation/sugar/
Author:               Code Supply Co.
Author URI:           https://codesupply.co
Version:              1.0.2
Tested up to:         6.8
Requires at least:    6.0
Requires PHP:         7.0
Tags:                 custom-colors, editor-style, theme-options, custom-menu, sticky-post, right-sidebar, translation-ready
License:              GNU General Public License version 3.0
License URI:          http://www.gnu.org/licenses/gpl-3.0.html
Text Domain:          sugar-blog
*/
.cs-posts__standard .cs-entry__outer {
  align-items: flex-start;
  height: 100%;
}
.cs-posts__standard .cs-entry__meta-category {
  margin-top: 0.875rem;
}
.cs-posts__standard .cs-entry__excerpt {
  margin-top: 0.625rem;
  max-width: 524px;
}
.cs-posts__standard .cs-entry__info:not(:first-child) {
  margin-top: 0.5rem;
}
.cs-posts__standard.cs-post-layout__grid .cs-entry__outer {
  gap: 1rem;
}
.cs-posts__standard.cs-post-layout__list .cs-entry__outer.cs-entry__outer-full {
  gap: 2rem;
}
@media (max-width: 575.98px) {
  .cs-posts__standard.cs-post-layout__list .cs-entry__outer.cs-entry__outer-full {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto minmax(0, 1fr);
  }
}
@media (min-width: 576px) {
  @container card ( width < 528px ) {
    .cs-posts__standard.cs-post-layout__list .cs-entry__outer.cs-entry__outer-full.cs-entry__outer {
      display: grid;
      grid-template-columns: 1fr;
      grid-template-rows: auto minmax(0, 1fr);
    }
  }
  @container card ( width > 527px ) {
    .cs-posts__standard.cs-post-layout__list .cs-entry__outer.cs-entry__outer-full.cs-entry__outer {
      display: flex;
      flex-direction: row;
    }
    .cs-posts__standard.cs-post-layout__list .cs-entry__outer.cs-entry__outer-full.cs-entry__outer .cs-entry__thumbnail {
      width: 100%;
    }
    .cs-posts__standard.cs-post-layout__list .cs-entry__outer.cs-entry__outer-full .cs-entry__info:not(:first-child) {
      margin-top: 1rem;
    }
    .cs-posts__standard.cs-post-layout__list .cs-entry__outer.cs-entry__outer-full .cs-posts__standard .cs-entry__excerpt {
      margin-top: 0.5rem;
    }
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .cs-posts__standard.cs-post-layout__list .cs-entry__outer.cs-entry__outer-full.cs-entry__outer {
    display: flex;
    flex-direction: row;
  }
  .cs-posts__standard.cs-post-layout__list .cs-entry__outer.cs-entry__outer-full.cs-entry__outer .cs-entry__thumbnail {
    width: 100%;
  }
}
.cs-posts__standard.cs-post-layout__list .cs-entry__info {
  display: flex;
  flex-direction: column;
}
.cs-posts__standard.cs-post-layout__list .cs-entry__meta-category {
  margin-top: auto;
  padding-top: 0.875rem;
}

/*--------------------------------------------------------------
## Post Divider
--------------------------------------------------------------*/
/*
Theme Name:           Sugar Blog
Theme URI:            https://sugar.codesupply.co
Description:          Modern WordPress Personal Blog Theme
Documentation URI:    https://support.codesupply.co/documentation/sugar/
Author:               Code Supply Co.
Author URI:           https://codesupply.co
Version:              1.0.2
Tested up to:         6.8
Requires at least:    6.0
Requires PHP:         7.0
Tags:                 custom-colors, editor-style, theme-options, custom-menu, sticky-post, right-sidebar, translation-ready
License:              GNU General Public License version 3.0
License URI:          http://www.gnu.org/licenses/gpl-3.0.html
Text Domain:          sugar-blog
*/
@media (min-width: 768px) {
  .cs-posts-area-posts .cs-posts-area__main-divider,
  .cs-posts-area-elementor .cs-posts-area__main-divider {
    grid-column-gap: 0;
  }
  .cs-posts-area-posts .cs-posts-area__main-divider article:not(:first-of-type),
  .cs-posts-area-elementor .cs-posts-area__main-divider article:not(:first-of-type) {
    padding-top: var(--cs-posts-row-gap, 1.25rem);
    border-top: 1px solid var(--cs-color-divider);
  }
}
@media (min-width: 1200px) {
  .cs-posts-area-posts .cs-posts-area__main-divider[data-pc="2"] article:nth-of-type(2),
  .cs-posts-area-elementor .cs-posts-area__main-divider[data-pc="2"] article:nth-of-type(2) {
    border-top: none;
    padding-top: 0;
  }
  .cs-posts-area-posts .cs-posts-area__main-divider[data-pc="3"] article:nth-of-type(2), .cs-posts-area-posts .cs-posts-area__main-divider[data-pc="3"] article:nth-of-type(3),
  .cs-posts-area-elementor .cs-posts-area__main-divider[data-pc="3"] article:nth-of-type(2),
  .cs-posts-area-elementor .cs-posts-area__main-divider[data-pc="3"] article:nth-of-type(3) {
    border-top: none;
    padding-top: 0;
  }
  .cs-posts-area-posts .cs-posts-area__main-divider[data-pc="4"] article:nth-of-type(2), .cs-posts-area-posts .cs-posts-area__main-divider[data-pc="4"] article:nth-of-type(3), .cs-posts-area-posts .cs-posts-area__main-divider[data-pc="4"] article:nth-of-type(4),
  .cs-posts-area-elementor .cs-posts-area__main-divider[data-pc="4"] article:nth-of-type(2),
  .cs-posts-area-elementor .cs-posts-area__main-divider[data-pc="4"] article:nth-of-type(3),
  .cs-posts-area-elementor .cs-posts-area__main-divider[data-pc="4"] article:nth-of-type(4) {
    border-top: none;
    padding-top: 0;
  }
  .cs-posts-area-posts .cs-posts-area__main-divider[data-pc="5"] article:nth-of-type(2), .cs-posts-area-posts .cs-posts-area__main-divider[data-pc="5"] article:nth-of-type(3), .cs-posts-area-posts .cs-posts-area__main-divider[data-pc="5"] article:nth-of-type(4), .cs-posts-area-posts .cs-posts-area__main-divider[data-pc="5"] article:nth-of-type(5),
  .cs-posts-area-elementor .cs-posts-area__main-divider[data-pc="5"] article:nth-of-type(2),
  .cs-posts-area-elementor .cs-posts-area__main-divider[data-pc="5"] article:nth-of-type(3),
  .cs-posts-area-elementor .cs-posts-area__main-divider[data-pc="5"] article:nth-of-type(4),
  .cs-posts-area-elementor .cs-posts-area__main-divider[data-pc="5"] article:nth-of-type(5) {
    border-top: none;
    padding-top: 0;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .cs-posts-area-posts .cs-posts-area__main-divider[data-tb="2"] article:nth-of-type(2),
  .cs-posts-area-elementor .cs-posts-area__main-divider[data-tb="2"] article:nth-of-type(2) {
    border-top: none;
    padding-top: 0;
  }
  .cs-posts-area-posts .cs-posts-area__main-divider[data-tb="3"] article:nth-of-type(2), .cs-posts-area-posts .cs-posts-area__main-divider[data-tb="3"] article:nth-of-type(3),
  .cs-posts-area-elementor .cs-posts-area__main-divider[data-tb="3"] article:nth-of-type(2),
  .cs-posts-area-elementor .cs-posts-area__main-divider[data-tb="3"] article:nth-of-type(3) {
    border-top: none;
    padding-top: 0;
  }
}
@media (max-width: 767.98px) {
  .cs-posts-area-posts .cs-posts-area__main-divider:not(.hide-mobile-devider),
  .cs-posts-area-elementor .cs-posts-area__main-divider:not(.hide-mobile-devider) {
    grid-column-gap: 0;
  }
  .cs-posts-area-posts .cs-posts-area__main-divider:not(.hide-mobile-devider) article:not(:first-of-type),
  .cs-posts-area-elementor .cs-posts-area__main-divider:not(.hide-mobile-devider) article:not(:first-of-type) {
    padding-top: var(--cs-posts-row-gap, 1.25rem);
    border-top: 1px solid var(--cs-color-divider);
  }
  .cs-posts-area-posts .cs-posts-area__main-divider:not(.hide-mobile-devider)[data-mb="2"] article:nth-of-type(2),
  .cs-posts-area-elementor .cs-posts-area__main-divider:not(.hide-mobile-devider)[data-mb="2"] article:nth-of-type(2) {
    border-top: none;
    padding-top: 0;
  }
}

.cs-posts-area-elementor .cs-posts-area__main {
  display: grid;
  grid-column-gap: var(--cs-posts-column-gap, 2rem);
  grid-row-gap: var(--cs-posts-row-gap, 16px);
}
@media (max-width: 767.98px) {
  .cs-posts-area-elementor .cs-posts-area__main {
    grid-template-columns: repeat(var(--cs-posts-columns-mobile, 1), minmax(0, 1fr));
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .cs-posts-area-elementor .cs-posts-area__main {
    grid-template-columns: repeat(var(--cs-posts-columns-tablet, 1), minmax(0, 1fr));
  }
  .cs-compact-style_3 .cs-posts-area-elementor .cs-posts-area__main {
    grid-template-columns: 1fr 1fr;
  }
  .cs-compact-style_3 .cs-posts-area-elementor .cs-posts-area__main > article.featured {
    grid-column: 1/2;
    grid-row: 1/4;
  }
  .cs-compact-style_3 .cs-posts-area-elementor .cs-posts-area__main > article:not(.featured):nth-of-type(2) {
    grid-column: 2/2;
    grid-row: 1;
    height: min-content;
  }
  .cs-compact-style_3 .cs-posts-area-elementor .cs-posts-area__main > article:not(.featured):nth-of-type(3) {
    grid-column: 2/2;
    grid-row: 2;
    height: min-content;
  }
  .cs-compact-style_3 .cs-posts-area-elementor .cs-posts-area__main > article:not(.featured):nth-of-type(4) {
    grid-column: 2/2;
    grid-row: 3;
    height: min-content;
  }
  .cs-compact-style_3 .cs-posts-area-elementor .cs-posts-area__main > article:not(.featured):nth-of-type(5) {
    grid-column: 2/2;
    grid-row: 4;
    height: min-content;
  }
}
@media (min-width: 992px) and (max-width: 1287.98px) {
  .cs-posts-area-elementor .cs-posts-area__main {
    grid-template-columns: repeat(var(--cs-posts-columns-laptop, 1), minmax(0, 1fr));
  }
}
@media (min-width: 1288px) {
  .cs-posts-area-elementor .cs-posts-area__main {
    grid-template-columns: repeat(var(--cs-posts-columns-desktop, 1), minmax(0, 1fr));
  }
}

.cs-posts {
  padding: var(--cs-posts-padding, 0);
}
.cs-posts .cs-entry {
  container-name: card;
  container-type: inline-size;
}
@media (min-width: 576px) {
  @container card (width > 528px) {
    .cs-posts .cs-post-badge {
      top: 1.5rem;
      right: 1.5rem;
    }
  }
}
.cs-posts .cs-entry__meta-content .post-categories a {
  color: var(--cs-color-meta-links, var(--cs-category-color));
}
.cs-posts .cs-entry__meta-content .cs-meta-author-name {
  color: var(--cs-color-meta-links, var(--cs-color-primary));
}
.cs-posts .cs-entry__meta-content .comments-link {
  color: var(--cs-color-meta-links, var(--cs-color-secondary));
}
.cs-posts .cs-entry__meta-content .comments-link:hover {
  color: var(--cs-color-meta-links-hover, var(--cs-color-accent));
}
.cs-posts .cs-overlay-background {
  border-radius: var(--cs-thumbnail-border-radius);
}
.cs-posts .cs-overlay-background:after {
  z-index: 1;
}
.cs-posts-background {
  background: var(--cs-posts-background-color, var(--cs-layout-background));
}

/*--------------------------------------------------------------
## Post Slider
--------------------------------------------------------------*/
/*
Theme Name:           Sugar Blog
Theme URI:            https://sugar.codesupply.co
Description:          Modern WordPress Personal Blog Theme
Documentation URI:    https://support.codesupply.co/documentation/sugar/
Author:               Code Supply Co.
Author URI:           https://codesupply.co
Version:              1.0.2
Tested up to:         6.8
Requires at least:    6.0
Requires PHP:         7.0
Tags:                 custom-colors, editor-style, theme-options, custom-menu, sticky-post, right-sidebar, translation-ready
License:              GNU General Public License version 3.0
License URI:          http://www.gnu.org/licenses/gpl-3.0.html
Text Domain:          sugar-blog
*/
.cs-post-slider {
  container-name: slider;
  container-type: inline-size;
  position: relative;
  width: 100%;
  margin-top: 0;
}
.cs-post-slider__slider {
  overflow: hidden;
}
.cs-post-slider__slider:not(.swiper-initialized) {
  position: relative;
}
.cs-post-slider__slider:not(.swiper-initialized)::before {
  content: "";
  position: absolute;
  top: calc(50% - 50px);
  left: calc(50% - 14px);
  transform: translate(-50%, -50%);
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 4px solid rgba(255, 255, 255, 0.5);
  border-top-color: #111;
  animation: loading 2s linear infinite;
  z-index: 5;
}
@keyframes loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.cs-post-slider__slider:not(.swiper-initialized) .cs-post-slider__button-prev, .cs-post-slider__slider:not(.swiper-initialized) .cs-post-slider__button-next {
  display: none;
}
.cs-post-slider__wrapper {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cs-post-slider__wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: ease;
}
.cs-post-slider .cs-entry {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  flex-shrink: 0;
  position: relative;
  transition-property: transform;
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
@media (min-width: 576px) {
  .cs-post-slider .cs-entry {
    border-radius: var(--cs-section-border-radius-top, var(--cs-thumbnail-border-radius)) var(--cs-section-border-radius-right, var(--cs-thumbnail-border-radius)) var(--cs-section-border-radius-bottom, var(--cs-thumbnail-border-radius)) var(--cs-section-border-radius-left, var(--cs-thumbnail-border-radius));
    overflow: hidden;
  }
}
@media (max-width: 575.98px) {
  .cs-post-slider .cs-entry .cs-overlay-background:after, .cs-post-slider .cs-entry__thumbnail {
    border-radius: 0;
  }
}
@media (min-width: 576px) {
  .cs-post-slider .cs-entry .cs-overlay-background:after, .cs-post-slider .cs-entry__thumbnail {
    border-radius: var(--cs-section-border-radius-top, var(--cs-thumbnail-border-radius)) var(--cs-section-border-radius-right, var(--cs-thumbnail-border-radius)) var(--cs-section-border-radius-bottom, var(--cs-thumbnail-border-radius)) var(--cs-section-border-radius-left, var(--cs-thumbnail-border-radius));
  }
}
.cs-post-slider .cs-entry__content {
  display: flex;
  flex-direction: column;
  gap: 0;
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
}
.cs-post-slider .cs-entry__info {
  display: flex;
  flex-direction: column;
  margin-bottom: 0;
}
.cs-post-slider .cs-entry__info:not(:first-child) {
  margin-top: 0.5rem;
}
@media (min-width: 576px) {
  .cs-post-slider .cs-entry__info {
    max-width: 524px;
  }
}
.cs-post-slider .cs-entry .cs-entry__excerpt {
  display: block;
}
.cs-post-slider .cs-entry .cs-entry__excerpt:not(:first-child) {
  margin-top: 0.5rem;
}
.cs-post-slider .cs-entry__meta .cs-entry__post-meta {
  color: var(--cs-color-primary);
}
@container slider (width > 688px) {
  @media (min-width: 1200px) {
    .cs-post-slider .cs-entry__info {
      max-width: calc(720px + 40px + 40px);
    }
    .cs-post-slider .cs-entry__excerpt {
      max-width: 620px;
    }
    .cs-post-slider .cs-entry__meta .cs-meta-comments {
      margin-left: 0;
      padding-left: 1rem;
    }
  }
}
.cs-post-slider-center .cs-entry__content {
  max-width: unset;
}
.cs-post-slider-center .cs-entry__content > *:not(.cs-icon) {
  align-self: center;
  text-align: center;
}
.cs-post-slider-center .cs-entry__info {
  margin-bottom: 0;
  justify-content: center;
  align-items: center;
}
.cs-post-slider-center .cs-entry__info:not(:first-child) {
  margin-top: 0.5rem;
}
.cs-post-slider-center .cs-entry__meta {
  margin-top: 0;
  justify-content: center;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.cs-post-slider-center .cs-entry__meta .cs-entry__post-meta {
  justify-content: center;
}
.cs-post-slider-center .cs-entry__meta .cs-entry__meta-content,
.cs-post-slider-center .cs-entry__meta .cs-entry__meta-author {
  flex: unset;
}
.cs-post-slider.cs-post-slider-layout_2 .cs-entry__outer {
  display: grid;
  grid-template-columns: auto;
  gap: 2rem;
}
@media (min-width: 992px) {
  .cs-post-slider.cs-post-slider-layout_2 .cs-entry__outer {
    grid-template-columns: 604px auto;
  }
}
@media (min-width: 1288px) {
  .cs-post-slider.cs-post-slider-layout_2 .cs-entry__outer {
    grid-template-columns: 816px auto;
  }
}
.cs-post-slider.cs-post-slider-layout_2 .cs-entry__info {
  max-width: var(--cs-entry-content-large-width);
}
.cs-post-slider.cs-post-slider-layout_2 .cs-post-slider__pagination-wrapper {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}
@media (min-width: 992px) {
  .cs-post-slider.cs-post-slider-layout_2 .cs-post-slider__pagination-wrapper {
    grid-template-columns: 604px auto;
  }
}
@media (min-width: 1288px) {
  .cs-post-slider.cs-post-slider-layout_2 .cs-post-slider__pagination-wrapper {
    grid-template-columns: 816px auto;
  }
}
@media (max-width: 991.98px) {
  .cs-post-slider.cs-post-slider-layout_2 .cs-post-slider__pagination-wrapper {
    gap: 0;
  }
}
@media (min-width: 1080px) {
  .cs-post-slider.cs-post-slider-layout_2 .cs-post-slider__pagination-container {
    margin-top: -2.125rem;
  }
}

.cs-post-slider__pagination-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 1rem;
  gap: 0.375rem;
}

.cs-post-slider__button {
  z-index: 1;
  width: 2rem;
  height: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.25s;
  pointer-events: none;
  overflow: hidden;
}
.cs-post-slider__button span {
  position: relative;
  z-index: 11;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: all;
  cursor: pointer;
}
.cs-post-slider__button span:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
.cs-post-slider__button span:after, .cs-post-slider__button span:before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  font-family: "cs-icons";
  font-weight: normal;
  margin: 0;
  font-size: 2rem;
  color: var(--cs-color-accent);
}
.cs-post-slider__button-prev span:before {
  content: "\e90d";
  z-index: 1;
  opacity: 1;
}
.cs-post-slider__button-prev span:after {
  content: "\e916";
  z-index: 2;
  opacity: 0;
}
.cs-post-slider__button-prev span:hover {
  color: var(--cs-color-accent);
}
.cs-post-slider__button-prev span:hover:before {
  opacity: 0;
}
.cs-post-slider__button-prev span:hover:after {
  opacity: 1;
}
.cs-post-slider__button-next span:before {
  content: "\e90e";
  z-index: 1;
  opacity: 1;
}
.cs-post-slider__button-next span:after {
  content: "\e919";
  z-index: 2;
  opacity: 0;
}
.cs-post-slider__button-next span:hover {
  color: var(--cs-color-accent);
}
.cs-post-slider__button-next span:hover:before {
  opacity: 0;
}
.cs-post-slider__button-next span:hover:after {
  opacity: 1;
}

.cs-post-slider__pagination {
  --swiper-pagination-bottom: 3rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.125rem;
  height: 2rem;
  text-align: center;
  transition: 0.3s opacity;
  z-index: 1;
}
.cs-post-slider__pagination.swiper-pagination-bullets {
  width: auto !important;
}
.cs-post-slider__pagination-bullet {
  display: flex;
  width: 2.5rem;
  height: 0.125rem;
  overflow: hidden;
  justify-content: center;
  align-items: center;
  background: var(--cs-color-border);
  cursor: pointer;
}
.cs-post-slider__pagination-bullet:after {
  content: "";
  display: block;
  width: 2.5rem;
  height: 0.125rem;
  background: var(--cs-color-border);
  transition: 0.25s;
}
.cs-post-slider__pagination-bullet:hover:after {
  background: var(--cs-color-accent);
}
[data-cs-autoplay="1"] .cs-post-slider__pagination-bullet-active {
  background: var(--cs-color-border);
}
.cs-post-slider__pagination-bullet-active:after {
  background: var(--cs-color-accent);
}
[data-cs-autoplay=true] .cs-post-slider__pagination-bullet-active:after {
  background: var(--cs-color-accent);
  animation: post-slide-progress calc(var(--cs-hero-slider-delay-ms, 5000) * 1ms) cubic-bezier(0.3, 0, 0.3, 1) forwards;
  animation-play-state: running;
}
.swiper-paused .cs-post-slider__pagination-bullet-active:after {
  animation-play-state: paused;
}

@keyframes post-slide-progress {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0);
  }
}
/*--------------------------------------------------------------
## Subscribe
--------------------------------------------------------------*/
/*
Theme Name:           Sugar Blog
Theme URI:            https://sugar.codesupply.co
Description:          Modern WordPress Personal Blog Theme
Documentation URI:    https://support.codesupply.co/documentation/sugar/
Author:               Code Supply Co.
Author URI:           https://codesupply.co
Version:              1.0.2
Tested up to:         6.8
Requires at least:    6.0
Requires PHP:         7.0
Tags:                 custom-colors, editor-style, theme-options, custom-menu, sticky-post, right-sidebar, translation-ready
License:              GNU General Public License version 3.0
License URI:          http://www.gnu.org/licenses/gpl-3.0.html
Text Domain:          sugar-blog
*/
.cs-subscribe-elementor .cs-subscribe {
  width: 100%;
  min-height: var(--cs-subscribe-height);
  background: var(--cs-subscribe-background-color, transparent);
  border-radius: var(--cs-subscribe-border-radius, var(--cs-thumbnail-border-radius));
  padding: var(--cs-subscribe-content-padding, 20px);
}
@media (min-width: 576px) {
  .cs-subscribe-elementor .cs-subscribe {
    padding: var(--cs-subscribe-content-padding, 40px);
  }
}
.cs-subscribe-elementor .cs-subscribe__header {
  max-width: 450px;
}
.cs-subscribe-elementor .cs-subscribe__subheading {
  font-family: var(--cs-font-entry-excerpt-family), sans-serif;
  font-weight: var(--cs-font-entry-excerpt-weight);
  font-size: var(--cs-font-entry-excerpt-size);
  letter-spacing: var(--cs-font-entry-excerpt-letter-spacing);
  line-height: var(--cs-font-entry-excerpt-line-height);
}
.cs-subscribe-elementor .cs-subscribe__content {
  width: 100%;
  max-width: 450px;
  gap: 1rem;
}
.cs-subscribe-elementor .cs-subscribe__form {
  max-width: 405px;
}
.cs-subscribe-elementor .cs-subscribe__image {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  width: 100%;
  min-height: var(--cs-subscribe-height);
}
.cs-subscribe-elementor .cs-subscribe__image img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
.cs-subscribe-elementor .cs-subscribe input {
  background: var(--cs-color-input, var(--cs-site-background));
}
.cs-subscribe-elementor-type-1 {
  container-name: subscribe;
  container-type: inline-size;
  display: flex;
  justify-content: center;
}
.cs-subscribe-elementor-type-2 .cs-subscribe__header {
  flex: unset;
}
.cs-subscribe-elementor-type-2 .cs-subscribe__content {
  justify-content: center;
  align-items: flex-start;
  z-index: 3;
  max-width: 446px;
}
.cs-subscribe-elementor-overlay .cs-subscribe__image:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  background: var(--cs-subscribe-image-overlay);
}
.cs-subscribe-elementor:not(.cs-subscribe-elementor-overlay) .cs-subscribe__heading {
  color: var(--cs-color-subscribe-heading, var(--cs-color-primary));
}
.cs-subscribe-elementor:not(.cs-subscribe-elementor-overlay) .cs-subscribe__subheading {
  color: var(--cs-color-subscribe-subheading, var(--cs-color-primary));
  opacity: 0.8;
}
.cs-subscribe-elementor:not(.cs-subscribe-elementor-overlay) .cs-subscribe__form-description {
  color: var(--cs-color-subscribe-description, var(--cs-color-primary));
}
.cs-subscribe-elementor:not(.cs-subscribe-elementor-overlay) .cs-subscribe__form-description a {
  color: var(--cs-color-subscribe-link, var(--cs-color-primary));
}
.cs-subscribe-elementor:not(.cs-subscribe-elementor-overlay) .cs-subscribe__form-description a:hover {
  color: var(--cs-color-subscribe-link-hover, var(--cs-color-accent));
}
@media (prefers-color-scheme: dark) {
  :root [data-scheme=auto] .cs-subscribe-elementor:not(.cs-subscribe-elementor-overlay) .cs-subscribe__heading,
  :root [data-scheme=auto] .cs-subscribe-elementor:not(.cs-subscribe-elementor-overlay) .cs-subscribe__subheading,
  :root [data-scheme=auto] .cs-subscribe-elementor:not(.cs-subscribe-elementor-overlay) .cs-subscribe__form-description {
    color: var(--cs-color-subscribe-heading, var(--cs-color-primary-contrast));
  }
}
[data-scheme=dark] .cs-subscribe-elementor:not(.cs-subscribe-elementor-overlay) .cs-subscribe__heading,
[data-scheme=dark] .cs-subscribe-elementor:not(.cs-subscribe-elementor-overlay) .cs-subscribe__subheading,
[data-scheme=dark] .cs-subscribe-elementor:not(.cs-subscribe-elementor-overlay) .cs-subscribe__form-description {
  color: var(--cs-color-subscribe-heading, var(--cs-color-primary-contrast));
}
@media (prefers-color-scheme: dark) {
  :root [data-scheme=auto][data-d=dark] .cs-subscribe-elementor:not(.cs-subscribe-elementor-overlay) .cs-subscribe__heading,
  :root [data-scheme=auto][data-d=dark] .cs-subscribe-elementor:not(.cs-subscribe-elementor-overlay) .cs-subscribe__subheading,
  :root [data-scheme=auto][data-d=dark] .cs-subscribe-elementor:not(.cs-subscribe-elementor-overlay) .cs-subscribe__form-description {
    color: var(--cs-color-subscribe-heading, var(--cs-color-primary-contrast));
  }
}
@media (prefers-color-scheme: light) {
  :root [data-scheme=auto][data-l=dark] .cs-subscribe-elementor:not(.cs-subscribe-elementor-overlay) .cs-subscribe__heading,
  :root [data-scheme=auto][data-l=dark] .cs-subscribe-elementor:not(.cs-subscribe-elementor-overlay) .cs-subscribe__subheading,
  :root [data-scheme=auto][data-l=dark] .cs-subscribe-elementor:not(.cs-subscribe-elementor-overlay) .cs-subscribe__form-description {
    color: var(--cs-color-subscribe-heading, var(--cs-color-primary-contrast));
  }
}

/*--------------------------------------------------------------
## Connect
--------------------------------------------------------------*/
/*
Theme Name:           Sugar Blog
Theme URI:            https://sugar.codesupply.co
Description:          Modern WordPress Personal Blog Theme
Documentation URI:    https://support.codesupply.co/documentation/sugar/
Author:               Code Supply Co.
Author URI:           https://codesupply.co
Version:              1.0.2
Tested up to:         6.8
Requires at least:    6.0
Requires PHP:         7.0
Tags:                 custom-colors, editor-style, theme-options, custom-menu, sticky-post, right-sidebar, translation-ready
License:              GNU General Public License version 3.0
License URI:          http://www.gnu.org/licenses/gpl-3.0.html
Text Domain:          sugar-blog
*/
.cs-connect {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  width: 100%;
  max-width: 100%;
  padding: var(--cs-connect-padding);
  background: var(--cs-connect-background, transparent);
  overflow: hidden;
}
.cs-connect-bordered {
  border: 1px solid var(--cs-connect-border-color, var(--cs-color-border));
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .cs-connect {
    max-width: 100%;
    align-items: center;
  }
}
.cs-connect-instagram .cs-connect__avatar {
  position: relative;
}
.cs-connect-instagram .cs-connect__avatar img {
  max-width: 44px;
  max-height: 44px;
}
.cs-connect-instagram .cs-connect__avatar:after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  content: "";
  display: block;
  width: 56px;
  height: 56px;
  background-image: url("data:image/svg+xml,%3Csvg width='56' height='56' viewBox='0 0 56 56' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='28' cy='28' r='27' stroke='url(%23paint0_linear_1140_10417)' stroke-width='2'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_1140_10417' x1='13.125' y1='65.625' x2='56' y2='-18.375' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23F6B851'/%3E%3Cstop offset='0.49' stop-color='%23E94E4C'/%3E%3Cstop offset='1' stop-color='%234761C2'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");
}
.cs-connect__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
}
.cs-connect__left {
  display: flex;
  gap: 0.5rem;
  align-items: center;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .cs-connect__left {
    max-width: 450px;
  }
}
.cs-connect__avatar {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 56px;
}
.cs-connect__avatar img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  border-radius: 50%;
  object-fit: cover;
}
.cs-connect__avatar:hover {
  opacity: 0.8;
}
.cs-connect__author {
  display: flex;
  flex-direction: column;
  gap: 0.125rem;
}
.cs-connect__author a:hover {
  color: var(--cs-connect-title-color-hover, var(--cs-color-accent));
}
.cs-connect__title {
  font-family: var(--cs-font-section-headings-family), sans-serif;
  font-weight: var(--cs-font-section-headings-weight);
  font-style: var(--cs-font-section-headings-style);
  letter-spacing: var(--cs-font-section-headings-letter-spacing);
  text-transform: var(--cs-font-section-headings-text-transform);
  line-height: var(--cs-font-section-headings-line-height);
}
.cs-connect__title {
  font-size: 1rem;
  color: var(--cs-connect-title-color, var(--cs-color-primary));
  transition: 0.25s;
}
.cs-connect__title:hover {
  color: var(--cs-color-accent);
}
.cs-connect__subtitle {
  font-family: var(--cs-font-secondary-family), sans-serif;
  font-size: var(--cs-font-secondary-size);
  font-weight: var(--cs-font-secondary-weight);
  font-style: var(--cs-font-secondary-style);
  letter-spacing: var(--cs-font-secondary-letter-spacing);
  text-transform: var(--cs-font-secondary-text-transform);
  line-height: var(--cs-font-secondary-line-height);
}
.cs-connect__subtitle {
  color: var(--cs-connect-subtitle-color, var(--cs-color-secondary));
}
.cs-connect__image {
  width: 100%;
  border-radius: var(--cs-thumbnail-border-radius);
  overflow: hidden;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .cs-connect__image {
    max-width: 450px;
  }
}
.cs-connect__button {
  width: 100%;
  padding: 0.625rem 1rem;
  white-space: nowrap;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .cs-connect__button {
    max-width: 450px;
  }
}

/*--------------------------------------------------------------
## Apps
--------------------------------------------------------------*/
/*
Theme Name:           Sugar Blog
Theme URI:            https://sugar.codesupply.co
Description:          Modern WordPress Personal Blog Theme
Documentation URI:    https://support.codesupply.co/documentation/sugar/
Author:               Code Supply Co.
Author URI:           https://codesupply.co
Version:              1.0.2
Tested up to:         6.8
Requires at least:    6.0
Requires PHP:         7.0
Tags:                 custom-colors, editor-style, theme-options, custom-menu, sticky-post, right-sidebar, translation-ready
License:              GNU General Public License version 3.0
License URI:          http://www.gnu.org/licenses/gpl-3.0.html
Text Domain:          sugar-blog
*/
.cs-apps {
  padding: var(--cs-section-content-padding);
}
.cs-apps__list {
  display: grid;
}
.cs-apps__item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  padding: 1rem 1.5rem;
  overflow: hidden;
}
.cs-apps-horizontal .cs-apps__list {
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 2rem;
}
@media (min-width: 768px) {
  .cs-apps-horizontal .cs-apps__list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 1199px) {
  .cs-apps-horizontal .cs-apps__list {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media (max-width: 991.98px) {
  .cs-apps-horizontal .cs-apps__list {
    gap: 1rem;
  }
}
.cs-apps-vertical .cs-apps__list {
  gap: 0.625rem;
}
.cs-apps-vertical .cs-apps__image {
  width: 28px;
  height: 28px;
}
.cs-apps-vertical .cs-apps__subheading:not(:first-child) {
  margin-top: 0.25rem;
}
.cs-apps-vertical .cs-apps__heading a {
  gap: 0.375rem;
}
.cs-apps__content {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0.5rem;
  background: var(--cs-color-primary-contrast);
  padding: 0.5rem 0.75rem 0.5rem 0.5rem;
  border-radius: 300px;
}
@media (prefers-color-scheme: dark) {
  :root [data-scheme=auto] .cs-apps__content {
    background: var(--cs-color-primary);
  }
}
[data-scheme=dark] .cs-apps__content {
  background: var(--cs-color-primary);
}
@media (prefers-color-scheme: dark) {
  :root [data-scheme=auto][data-d=dark] .cs-apps__content {
    background: var(--cs-color-primary);
  }
}
@media (prefers-color-scheme: light) {
  :root [data-scheme=auto][data-l=dark] .cs-apps__content {
    background: var(--cs-color-primary);
  }
}
.cs-apps__image {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.cs-apps__image img {
  width: 100%;
  height: 100%;
  max-height: 100%;
  object-fit: cover;
}
.cs-apps__heading {
  color: var(--cs-heading-color, var(--cs-color-primary));
  margin-top: 0 !important;
  margin-bottom: 0;
}
.cs-apps__heading span,
.cs-apps__heading a {
  color: var(--cs-heading-color, #000000);
  transition: 0.25s;
}
.cs-apps__heading a {
  display: flex;
  align-items: center;
  position: relative;
  transition: 0.25s;
  white-space: nowrap;
  padding-right: 1.5rem;
  color: #000000;
}
.cs-apps__heading a:before, .cs-apps__heading a:after {
  font-family: "cs-icons" !important;
  font-style: normal !important;
  position: absolute;
  top: 50%;
  transform: translateX(50%) translateY(-50%) translateZ(0);
}
.cs-apps__heading a:before {
  content: "\e90e";
  right: 0.625rem;
  z-index: 1;
  opacity: 1;
}
.cs-apps__heading a:after {
  content: "\e919";
  right: 0.625rem;
  z-index: 2;
  opacity: 0;
}
.cs-apps__heading a:hover {
  color: var(--cs-color-accent);
}
.cs-apps__heading a:hover:before {
  opacity: 0;
}
.cs-apps__heading a:hover:after {
  opacity: 1;
}
.cs-apps__subheading {
  font-family: var(--cs-font-base-family), sans-serif;
  font-size: var(--cs-font-base-size);
  font-weight: var(--cs-font-base-weight);
  font-style: var(--cs-font-base-style);
  line-height: var(--cs-font-base-line-height);
  letter-spacing: var(--cs-font-base-letter-spacing);
}
.cs-apps__subheading {
  color: var(--cs-subheading-color, var(--cs-color-primary));
}
@media (prefers-color-scheme: dark) {
  :root [data-scheme=auto] .cs-apps__subheading {
    color: var(--cs-color-primary-contrast);
  }
}
[data-scheme=dark] .cs-apps__subheading {
  color: var(--cs-color-primary-contrast);
}
@media (prefers-color-scheme: dark) {
  :root [data-scheme=auto][data-d=dark] .cs-apps__subheading {
    color: var(--cs-color-primary-contrast);
  }
}
@media (prefers-color-scheme: light) {
  :root [data-scheme=auto][data-l=dark] .cs-apps__subheading {
    color: var(--cs-color-primary-contrast);
  }
}
.cs-apps__subheading:not(:first-child) {
  margin-top: 0.5rem;
}

/*--------------------------------------------------------------
## Apps
--------------------------------------------------------------*/
/*
Theme Name:           Sugar Blog
Theme URI:            https://sugar.codesupply.co
Description:          Modern WordPress Personal Blog Theme
Documentation URI:    https://support.codesupply.co/documentation/sugar/
Author:               Code Supply Co.
Author URI:           https://codesupply.co
Version:              1.0.2
Tested up to:         6.8
Requires at least:    6.0
Requires PHP:         7.0
Tags:                 custom-colors, editor-style, theme-options, custom-menu, sticky-post, right-sidebar, translation-ready
License:              GNU General Public License version 3.0
License URI:          http://www.gnu.org/licenses/gpl-3.0.html
Text Domain:          sugar-blog
*/
.cs-categories__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  grid-column-gap: var(--cs-categories-column-gap, 2rem);
  grid-row-gap: var(--cs-categories-row-gap, 2.5rem);
}
@media (min-width: 576px) and (max-width: 1199.98px) {
  .cs-categories__grid {
    grid-template-columns: repeat(var(--cs-categories-columns-tablet, 1), minmax(0, 1fr));
  }
}
@media (min-width: 992px) {
  .cs-categories__grid {
    grid-template-columns: repeat(var(--cs-categories-columns-desktop, 1), minmax(0, 1fr));
  }
}
.cs-categories__item {
  position: relative;
  transition: 0.25s;
}
.cs-categories__item-thumbnail {
  border-radius: var(--cs-thumbnail-border-radius);
  position: relative;
  overflow: hidden;
}
.cs-categories__item-thumbnail a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.cs-categories__item-thumbnail img {
  width: 100%;
  height: 100%;
  max-height: 100%;
  object-fit: cover;
  transition: 0.25s;
}
.cs-categories__item-thumbnail:hover img {
  transform: scale(1.025);
}
.cs-categories__item-title {
  width: max-content;
  margin: 0 auto;
  margin-top: -1.25rem;
}
.cs-categories__item-title a {
  font-family: var(--cs-font-category-family), sans-serif;
  font-size: var(--cs-font-category-size);
  line-height: var(--cs-font-category-line-height);
  font-weight: var(--cs-font-category-weight);
  font-style: var(--cs-font-category-style);
  letter-spacing: var(--cs-font-category-letter-spacing);
  text-transform: var(--cs-font-category-text-transform);
}
.cs-categories__item-title a {
  position: relative;
  display: flex;
  align-items: center;
  padding: 0.375rem 1rem;
  background: var(--cs-category-bg-color, var(--cs-layout-background));
  color: var(--cs-category-color, var(--cs-color-primary));
  border-radius: var(--cs-tag-border-radius);
  border: 6px solid var(--cs-color-primary-contrast);
  transition: 0.25s;
  text-decoration: none;
}
@media (prefers-color-scheme: dark) {
  :root [data-scheme=auto] .cs-categories__item-title a {
    border-color: var(--cs-site-background);
  }
}
[data-scheme=dark] .cs-categories__item-title a {
  border-color: var(--cs-site-background);
}
@media (prefers-color-scheme: dark) {
  :root [data-scheme=auto][data-d=dark] .cs-categories__item-title a {
    border-color: var(--cs-site-background);
  }
}
@media (prefers-color-scheme: light) {
  :root [data-scheme=auto][data-l=dark] .cs-categories__item-title a {
    border-color: var(--cs-site-background);
  }
}
.cs-categories__item-title a:hover {
  background: var(--cs-category-bg-hover-color, var(--cs-layout-background));
}
.cs-categories__item-description {
  font-family: var(--cs-font-entry-excerpt-family), sans-serif;
  font-weight: var(--cs-font-entry-excerpt-weight);
  font-size: var(--cs-font-entry-excerpt-size);
  letter-spacing: var(--cs-font-entry-excerpt-letter-spacing);
  line-height: var(--cs-font-entry-excerpt-line-height);
}
.cs-categories__item-description {
  margin-top: 0.25rem;
  color: var(--cs-color-description, var(--cs-color-secondary));
  text-align: center;
  padding: 0 1rem;
}

/*--------------------------------------------------------------
# Vendors
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Contact Form 7
--------------------------------------------------------------*/
/*
Theme Name:           Sugar Blog
Theme URI:            https://sugar.codesupply.co
Description:          Modern WordPress Personal Blog Theme
Documentation URI:    https://support.codesupply.co/documentation/sugar/
Author:               Code Supply Co.
Author URI:           https://codesupply.co
Version:              1.0.2
Tested up to:         6.8
Requires at least:    6.0
Requires PHP:         7.0
Tags:                 custom-colors, editor-style, theme-options, custom-menu, sticky-post, right-sidebar, translation-ready
License:              GNU General Public License version 3.0
License URI:          http://www.gnu.org/licenses/gpl-3.0.html
Text Domain:          sugar-blog
*/
.wpcf7 {
  margin: 0;
  padding: 0;
}
.wpcf7 .screen-reader-response {
  position: absolute;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  width: 1px;
  margin: 0;
  padding: 0;
  border: 0;
}
.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output,
.wpcf7 .wpcf7-display-none { /* support version below 5.4 */
  display: none;
}
.wpcf7 form .wpcf7-response-output {
  margin: 1rem 0;
  padding: 0.5rem 1rem;
  background: #6cdcff;
  font-size: 0.75rem;
  color: rgb(0, 82.2857142857, 108);
}
.wpcf7 form.sent .wpcf7-response-output {
  background: rgb(216.2753623188, 245.7246376812, 223);
  color: rgb(20.2898550725, 84.7101449275, 35);
}
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
  background: rgb(250.3924050633, 175.6075949367, 175.6075949367);
  color: rgb(161.6202531646, 9.3797468354, 9.3797468354);
}
.wpcf7 form.spam .wpcf7-response-output,
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
  background: #fff4d3;
  color: #a07800;
}
.wpcf7 .wpcf7-form-control-wrap {
  position: relative;
  display: block;
}
.wpcf7 label .wpcf7-form-control-wrap {
  margin-top: 0.5rem;
}
.wpcf7 .wpcf7-not-valid-tip {
  color: #F21F1F;
  font-size: 0.75rem;
  font-weight: normal;
  display: block;
}
.wpcf7 .use-floating-validation-tip .wpcf7-not-valid-tip {
  position: absolute;
  top: 20%;
  left: 20%;
  z-index: 100;
  border: 1px solid #F21F1F;
  background: var(--cs-color-secondary);
  padding: 0.2em 0.8em;
}
.wpcf7 .wpcf7-list-item {
  display: inline-block;
  margin: 0 0 0 1em;
}
.wpcf7 .wpcf7-list-item-label:before,
.wpcf7 .wpcf7-list-item-label:after {
  content: " ";
}
.wpcf7 .ajax-loader {
  visibility: hidden;
  display: inline-block;
  margin-left: 1rem;
  vertical-align: middle;
}
.wpcf7 .ajax-loader {
  width: 20px;
  height: 20px;
  border: 2px solid rgba(164, 164, 164, 0.25);
  border-top-color: #a4a4a4;
  border-radius: 50%;
  position: relative;
  animation: loader-rotate 1s linear infinite;
}
@keyframes loader-rotate {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.wpcf7 form.submitting .ajax-loader,
.wpcf7 .ajax-loader.is-active { /* support version below 5.4 */
  visibility: visible;
}
.wpcf7 div.ajax-error {
  display: none;
}
.wpcf7 .placeheld {
  color: var(--cs-color-primary);
}
.wpcf7 .wpcf7-recaptcha iframe {
  margin-bottom: 0;
}
.wpcf7 input[type=file] {
  cursor: pointer;
}
.wpcf7 input[type=file]:disabled {
  cursor: default;
}
.wpcf7 .wpcf7-submit {
  vertical-align: middle;
}
.wpcf7 .wpcf7-submit:disabled {
  cursor: not-allowed;
}

/*--------------------------------------------------------------
## Swiper
--------------------------------------------------------------*/
/* FONT_END */
:root {
  --swiper-theme-color: #007aff;
}

:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  overflow: clip;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  display: block;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-horizontal {
  touch-action: pan-y;
}

.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* 3D Effects */
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d {
  perspective: 1200px;
}

.swiper-3d .swiper-slide,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

/* Slide styles start */
/* 3D Shadows */
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Slide styles end */
.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size: 44px;
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 50%);
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev.swiper-button-hidden,
.swiper-button-next.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}

.swiper-navigation-disabled .swiper-button-prev,
.swiper-navigation-disabled .swiper-button-next {
  display: none !important;
}

.swiper-button-prev svg,
.swiper-button-next svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform-origin: center;
}

.swiper-rtl .swiper-button-prev svg,
.swiper-rtl .swiper-button-next svg {
  transform: rotate(180deg);
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto;
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

.swiper-button-lock {
  display: none;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "next";
}

/* Navigation font end */
.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination-disabled > .swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
}

/* Fraction */
.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}

/* Progress */
.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0;
}

.swiper-vertical > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}
/*# sourceMappingURL=style.css.map */
