.ascendoor-wrapper {
  padding: 0px 20px;
  max-width: 1248px;
  margin: 0px auto;
}

.main-widget-section-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 30px;
}

.main-widget-section-wrap .primary-widgets-section {
  width: 100%;
}

@media (min-width: 992px) {
  .main-widget-section-wrap .primary-widgets-section {
    width: calc(70% - 15px);
  }
}

.main-widget-section-wrap .secondary-widgets-section {
  width: 100%;
}

@media (min-width: 992px) {
  .main-widget-section-wrap .secondary-widgets-section {
    width: calc(30% - 15px);
    position: sticky;
    top: 40px;
  }
}

@media (min-width: 992px) {
  .main-widget-section-wrap.frontpage-left-sidebar {
    flex-direction: row-reverse;
  }
}

.main-widget-section-wrap.no-frontpage-sidebar .primary-widgets-section {
  width: 100%;
}

html {
  line-height: 1.15;
}

body {
  margin: 0px;
}

main {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0px;
}

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

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom-width: medium;
  border-bottom-style: none;
  border-bottom-color: currentcolor;
  text-decoration: underline;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0px;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

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

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

[type="search"] {
  appearance: textfield;
  outline-offset: -2px;
}

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

::file-selector-button {
  appearance: button;
  font-style: inherit;
  font-variant-caps: inherit;
  font-weight: inherit;
  font-width: inherit;
  font-size: inherit;
  line-height: inherit;
  font-family: inherit;
  font-size-adjust: inherit;
  font-kerning: inherit;
  font-variant-alternates: inherit;
  font-variant-ligatures: inherit;
  font-variant-numeric: inherit;
  font-variant-east-asian: inherit;
  font-variant-position: inherit;
  font-variant-emoji: inherit;
  font-feature-settings: inherit;
  font-optical-sizing: inherit;
  font-variation-settings: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

*,
::before,
::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

body,
button,
input,
select,
optgroup,
textarea {
  color: rgb(64, 64, 64);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--font-heading);
}

h1,
.h1 {
  font-size: 4.4rem;
}

h2,
.h2 {
  font-size: 3.4rem;
}

@media (max-width: 992px) {

  h2,
  .h2 {
    font-size: 2.8rem;
  }
}

@media (max-width: 767.98px) {

  h2,
  .h2 {
    font-size: 2.3rem;
  }
}

h3,
.h3 {
  font-size: 1.9rem;
}

h4,
.h4 {
  font-size: 1.5rem;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  display: block;
  font-weight: 600;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0px;
}

h2,
h3 {
  font-size: 1.3em;
  margin: 1em 0px;
}

.update-core-php h2 {
  margin-top: 4em;
}

.update-php h2,
.update-messages h2,
h4 {
  font-size: 1em;
  margin: 1.33em 0px;
}

h5 {
  font-size: 0.83em;
  margin: 1.67em 0px;
}

h6 {
  font-size: 0.67em;
  margin: 2.33em 0px;
}

h1.page-title {
  font-size: var(--font-size-xl);
  margin: 0.5rem 0px 1.5rem;
}

.woocommerce-products-header__title {
  margin-top: 0px;
  margin-bottom: 20px;
  line-height: 1;
}

.page-header h1 {
  font-size: var(--font-size-xl);
  margin-top: 0px;
  margin-bottom: 20px;
  line-height: 1.2;
}

p {
  margin-bottom: 1.5em;
}

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

blockquote {
  margin: 0px 1.5em;
}

address {
  margin: 0px 0px 1.5em;
}

pre {
  background: rgb(238, 238, 238);
  font-family: "Courier 10 Pitch", courier, monospace;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

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

abbr,
acronym {
  border-bottom-width: 1px;
  border-bottom-style: dotted;
  border-bottom-color: rgb(102, 102, 102);
  cursor: help;
}

mark,
ins {
  background: rgb(255, 249, 192);
  text-decoration: none;
}

big {
  font-size: 125%;
}

:root {
  --body-bg: #ffffff;
  --primary-color: #DF2E38;
  --header-text-color: #DF2E38;
  --theme-color: var(--primary-color);
  --cat-color: #DF2E38;
  --light-bg-color: #f0f2f7;
  --text-color-normal: #3D4452;
  --text-color-dark: #1A202B;
  --text-color-light: #83868b;
  --border-color: #E8E9EB;
  --footer-bg-color: #e7e9ef;
  --footer-text-color: #a1a6b1;
  --footer-border-color: #2A313F;
  --error: #ff073a;
  --success: #28a745;
  --shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
  --t-color: var(--theme-color);
  --white: #FFF;
  --black: #000;
  --alpha-bg: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.2) 50%, rgba(0, 0, 0, 0) 100%);
  --alpha-bg-dark: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.45) 71.35%, rgba(0, 0, 0, 0) 100%);
  --notice-success-bg-color: #D4EDDA;
  --notice-success-text-color: #155724;
  --notice-info-bg-color: #D1ECF1;
  --notice-info-text-color: #0C5460;
  --notice-warning-bg-color: #FFF3CD;
  --notice-warning-text-color: #856404;
  --notice-danger-bg-color: #F8D7DA;
  --notice-danger-text-color: #721C24;
  --clr-foreground: #262626;
  --clr-background: #fff;
  --clr-sub-background: #fff;
  --clr-sub-border: #f1f1f1;
  --logo-size-custom: 250px;
  --font-size-xs: clamp(0.7rem, 0.17vw + 0.76rem, 0.79rem);
  --font-size-sm: clamp(0.8rem, 0.17vw + 0.76rem, 0.89rem);
  --font-size-base: clamp(1rem, 0.34vw + 0.91rem, 1.19rem);
  --font-size-md: clamp(1.25rem, 0.61vw + 1.1rem, 1.58rem);
  --font-size-lg: clamp(1.56rem, 1vw + 1.31rem, 2.11rem);
  --font-size-xl: clamp(1.95rem, 1.56vw + 1.56rem, 2.81rem);
  --font-size-xxl: clamp(2.44rem, 2.38vw + 1.85rem, 3.75rem);
  --font-size-xxxl: clamp(2.95rem, 3.54vw + 2.17rem, 5rem);
  --font-main: -apple-system, BlinkMacSystemFont, "Muli", "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  --font-heading: "Roboto", serif;
  --font-code: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  --font-pre: "Courier 10 Pitch", courier, monospace;
  --font-line-height-body: 1.5;
  --font-line-height-pre: 1.6;
  --border-radius-all: 0;
  --border-radius-all-tops: var(--border-radius-all) var(--border-radius-all) 0 0;
  --border-radius-all-bottoms: 0 0 var(--border-radius-all) var(--border-radius-all);
  --border-radius-all-lefts: var(--border-radius-all) 0 0 var(--border-radius-all);
  --border-radius-all-rights: 0 var(--border-radius-all) var(--border-radius-all) 0;
  --border-radius-button: 0;
}

@media (prefers-color-scheme: dark) {
  :root {
    --clr-background: #262626;
    --clr-foreground: #fff;
    --light-bg-color: #151618;
    --text-color-normal: #eaeaea;
    --clr-sub-background: #151618;
    --clr-sub-border: #343434;
    --footer-bg-color: #e7e9ef;
  }
}

body {
  background: var(--clr-background);
  font-size: 1rem;
  font-family: var(--font-main);
  color: var(--text-color-normal);
}

body.page {
  margin-bottom: 0px;
}

@media (max-width: 767.98px) {
  body {
    font-size: 1em;
  }
}

body.menu-opened {
  overflow: hidden;
}

.light-theme {
  --clr-foreground: #262626;
  --clr-background: #fff;
  --light-bg-color: #f0f2f7;
  --text-color-normal: #3D4452;
  --clr-sub-background: #fff;
  --clr-sub-border: #f1f1f1;
  --footer-bg-color: #e7e9ef;
}

.dark-theme {
  --clr-foreground: #fff;
  --clr-background: #262626;
  --light-bg-color: #151618;
  --text-color-normal: #eaeaea;
  --clr-sub-background: #151618;
  --clr-sub-border: #343434;
  --footer-bg-color: #080808;
}

body.custom-background.dark-theme {
  --clr-background: #262626;
  background-color: var(--clr-background);
}

hr {
  background-color: rgb(204, 204, 204);
  border: 0px;
  height: 1px;
  margin-bottom: 1.5em;
}

ul,
ol {
  margin: 0px 0px 1.5em;
  margin-inline-start: 3em;
}

ul {
  list-style: outside;
}

ol {
  list-style: decimal;
}

li>ul,
li>ol {
  margin-bottom: 0px;
  margin-inline-start: 1.5em;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0px 0px 1.5em;
  margin-inline: 1.5em;
}

embed,
iframe,
object {
  max-width: 100%;
}

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

figure {
  margin: 1em 0px;
}

table {
  margin: 0px 0px 1.5em;
  width: 100%;
}

a {
  color: var(--primary-color);
}

a:visited {
  color: rgb(128, 0, 128);
}

a:hover,
a:focus,
a:active {
  color: rgb(25, 25, 112);
}

a:focus {
  outline: dotted thin;
  outline-offset: 1px;
}

a:hover,
a:active {
  outline: 0px;
}

a:focus-within {
  outline: dotted thin;
  outline-offset: -2px;
}

ul.social-links {
  margin: 0px;
  padding: 0px;
  list-style: none;
  display: flex;
  gap: 10px;
}

.author-social-contacts a,
.teams-social a,
ul.social-links a {
  width: 20px;
  height: 20px;
  opacity: 0.8;
  display: flex;
  font-size: var(--font-size-sm);
  overflow: hidden;
  position: relative;
  align-items: center;
  text-decoration: none;
  justify-content: center;
  transition: 0.3s;
  color: var(--white);
}

.social-contacts a:focus,
.author-social-contacts a:hover,
.teams-social a:focus,
.teams-social a:hover,
ul.social-links a:focus,
ul.social-links a:hover {
  opacity: 1;
}

.author-social-contacts a {
  color: var(--clr-foreground);
}

.site-footer ul.social-links a {
  color: var(--clr-foreground);
}

.site-footer ul.social-links a:focus,
.site-footer ul.social-links a:hover {
  color: var(--primary-color);
}

.widget_ascendoor_news_pro_social_icons ul.social-links a {
  font-size: var(--font-size-xs);
  padding: 12px;
  width: auto;
  height: auto;
  color: rgb(255, 255, 255);
  line-height: 1;
  overflow: visible;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  margin: 0px;
  margin-inline-end: 10px;
  margin-block-end: 10px;
  opacity: 0.7;
  border-radius: 0px;
}

.artistic-design .widget_ascendoor_news_pro_social_icons ul.social-links a {
  border-radius: 5px;
}

.modern-design .widget_ascendoor_news_pro_social_icons ul.social-links a {
  border-radius: 100vmax;
}

.widget_ascendoor_news_pro_social_icons ul.social-links a[href*="facebook.com"] {
  background-color: rgb(59, 89, 153);
}

.widget_ascendoor_news_pro_social_icons ul.social-links a[href*="twitter.com"] {
  background-color: rgb(85, 172, 238);
}

.widget_ascendoor_news_pro_social_icons ul.social-links a[href*="instagram.com"] {
  background-color: rgb(63, 114, 155);
}

.widget_ascendoor_news_pro_social_icons ul.social-links a[href*="youtube.com"] {
  background-color: rgb(205, 32, 31);
}

.widget_ascendoor_news_pro_social_icons ul.social-links a[href*="discord.com"] {
  background-color: rgb(88, 101, 242);
}

.widget_ascendoor_news_pro_social_icons ul.social-links a[href*="dribbble.com"] {
  background-color: rgb(234, 76, 137);
}

.widget_ascendoor_news_pro_social_icons ul.social-links a[href*="google.com"] {
  background-color: rgb(221, 75, 57);
}

.widget_ascendoor_news_pro_social_icons ul.social-links a[href*="line.me"] {
  background-color: rgb(0, 185, 0);
}

.widget_ascendoor_news_pro_social_icons ul.social-links a[href*="linkedin.com"] {
  background-color: rgb(14, 118, 168);
}

.widget_ascendoor_news_pro_social_icons ul.social-links a[href*="medium.com"] {
  background-color: rgb(102, 205, 170);
}

.widget_ascendoor_news_pro_social_icons ul.social-links a[href*="messenger.com"] {
  background-color: rgb(0, 106, 255);
}

.widget_ascendoor_news_pro_social_icons ul.social-links a[href*="paypal.com"] {
  background-color: rgb(59, 123, 191);
}

.widget_ascendoor_news_pro_social_icons ul.social-links a[href*="pinterest.com"] {
  background-color: rgb(230, 0, 35);
}

.widget_ascendoor_news_pro_social_icons ul.social-links a[href*="reddit.com"] {
  background-color: rgb(255, 87, 0);
}

.widget_ascendoor_news_pro_social_icons ul.social-links a[href*="skype.com"] {
  background-color: rgb(0, 175, 240);
}

.widget_ascendoor_news_pro_social_icons ul.social-links a[href*="slack.com"] {
  background-color: rgb(236, 178, 46);
}

.widget_ascendoor_news_pro_social_icons ul.social-links a[href*="snapchat.com"] {
  background-color: rgb(255, 252, 0);
}

.widget_ascendoor_news_pro_social_icons ul.social-links a[href*="spotify.com"] {
  background-color: rgb(29, 185, 84);
}

.widget_ascendoor_news_pro_social_icons ul.social-links a[href*="stackoverflow.com"] {
  background-color: rgb(244, 127, 36);
}

.widget_ascendoor_news_pro_social_icons ul.social-links a[href*="t.me"],
.widget_ascendoor_news_pro_social_icons ul.social-links a[href*="telegram.org"] {
  background-color: rgb(34, 158, 217);
}

.widget_ascendoor_news_pro_social_icons ul.social-links a[href*="twitch.tv"] {
  background-color: rgb(100, 65, 165);
}

.widget_ascendoor_news_pro_social_icons ul.social-links a[href*="vimeo.com"] {
  background-color: rgb(134, 201, 239);
}

.widget_ascendoor_news_pro_social_icons ul.social-links a[href*="whatsapp.com"] {
  background-color: rgb(37, 211, 102);
}

.widget_ascendoor_news_pro_social_icons ul.social-links a[href*="wordpress.com"],
.widget_ascendoor_news_pro_social_icons ul.social-links a[href*="wordpress.org"] {
  background-color: rgb(33, 117, 155);
}

.widget_ascendoor_news_pro_social_icons ul.social-links a[href*="youtube.com"] {
  background-color: rgb(196, 48, 43);
}

.widget_ascendoor_news_pro_social_icons ul.social-links a[href*="tiktok.com"] {
  background-color: rgb(255, 0, 80);
}

.widget_ascendoor_news_pro_social_icons ul.social-links a[href*="vk.com"] {
  background-color: rgb(69, 102, 142);
}

.widget_ascendoor_news_pro_social_icons ul.social-links a[href*="qq.com"] {
  background-color: rgb(0, 153, 255);
}

.widget_ascendoor_news_pro_social_icons ul.social-links a[href*="weibo.com"] {
  background-color: rgb(250, 0, 94);
}

.widget_ascendoor_news_pro_social_icons ul.social-links a:focus,
.widget_ascendoor_news_pro_social_icons ul.social-links a:hover {
  opacity: 1;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border-width: 1px;
  border-style: solid;
  border-image: none;
  border-color: var(--theme-color);
  border-radius: 3px;
  background: var(--theme-color);
  color: var(--white);
  font-size: var(--font-size-sm);
  line-height: 1;
  padding: 0.6em 1em;
}

button:focus,
button:hover,
input[type="button"]:focus,
input[type="button"]:hover,
input[type="reset"]:focus,
input[type="reset"]:hover,
input[type="submit"]:focus,
input[type="submit"]:hover {
  opacity: 0.8;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
  border-color: rgb(170, 170, 170) rgb(187, 187, 187) rgb(187, 187, 187);
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: var(--clr-foreground);
  border: 1px solid rgba(155, 155, 155, 0.3);
  border-radius: 3px;
  padding: 3px;
  width: 100%;
  background-color: var(--light-bg-color);
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
  color: var(--clr-foreground);
}

select {
  border: 1px solid rgba(155, 155, 155, 0.3);
}

textarea {
  width: 100%;
  padding: 5px;
}

textarea:focus-visible {
  outline-offset: -1px;
  outline: 1px solid var(--clr-foreground);
}

.right-sidebar .ascendoor-wrapper .ascendoor-page {
  display: grid;
  gap: 30px;
  grid-template-columns: auto 25%;
  grid-template-areas: "main sidebar";
  margin-block: 50px 20px;
}

@media (max-width: 991px) {
  .right-sidebar .ascendoor-wrapper .ascendoor-page {
    display: block;
  }
}

.right-sidebar .ascendoor-wrapper .ascendoor-page .site-main {
  grid-row-start: main;
  grid-column-start: main;
  grid-row-end: main;
  grid-column-end: main;
}

.right-sidebar .ascendoor-wrapper .ascendoor-page .widget-area {
  grid-row-start: sidebar;
  grid-column-start: sidebar;
  grid-row-end: sidebar;
  grid-column-end: sidebar;
  position: sticky;
  top: 40px;
  align-self: flex-start;
}

.no-sidebar .ascendoor-wrapper .ascendoor-page {
  display: block;
  margin-block: 50px 20px;
}

.left-sidebar .ascendoor-wrapper .ascendoor-page {
  display: grid;
  gap: 30px;
  grid-template-columns: 25% auto;
  grid-template-areas: "sidebar main";
  margin-block: 50px 20px;
}

@media (max-width: 991px) {
  .left-sidebar .ascendoor-wrapper .ascendoor-page {
    display: block;
  }
}

.left-sidebar .ascendoor-wrapper .ascendoor-page .site-main {
  grid-row-start: main;
  grid-column-start: main;
  grid-row-end: main;
  grid-column-end: main;
}

.left-sidebar .ascendoor-wrapper .ascendoor-page .widget-area {
  grid-row-start: sidebar;
  grid-column-start: sidebar;
  grid-row-end: sidebar;
  grid-column-end: sidebar;
  position: sticky;
  top: 40px;
  align-self: flex-start;
}

.no-sidebar .ascendoor-wrapper .ascendoor-page {
  display: block;
  margin-block: 50px 20px;
}

.main-navigation {
  display: block;
  width: 100%;
}

.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0px;
  padding-inline-start: 0px;
}

.main-navigation ul ul {
  z-index: 99999;
  display: block;
}

.main-navigation ul ul ul {
  inset-inline-start: -999em;
  top: 0px;
}

.main-navigation ul ul li:hover>ul,
.main-navigation ul ul li.focus>ul {
  display: block;
  inset-inline-start: auto;
}

.main-navigation ul ul a {
  color: var(--text-color-normal);
  padding: 15px 20px;
  font-weight: normal;
  border-bottom: 1px solid var(--clr-sub-border);
  text-transform: capitalize;
}

.main-navigation ul ul a:focus,
.main-navigation ul ul a:hover {
  color: var(--theme-color);
}

.main-navigation ul li:hover>ul,
.main-navigation ul li:focus>ul {
  inset-inline-start: auto;
}

.main-navigation li {
  position: relative;
}

.main-navigation a {
  padding-block: 15px;
  padding-inline-end: 25px;
  font-size: 0.9375rem;
  color: var(--clr-foreground);
  text-transform: uppercase;
  display: block;
  position: relative;
  text-decoration: none;
  transition: 0.3s;
}

@media (min-width: 992px) {
  .main-navigation a {
    font-weight: bold;
  }

  .main-navigation a:focus {
    outline: currentcolor;
    text-decoration: underline;
  }
}

.main-navigation a:focus,
.main-navigation a:hover {
  color: var(--theme-color);
}

@media (min-width: 992px) {

  .main-navigation ul.menu li .children,
  .main-navigation ul.menu li .sub-menu {
    inset-inline-start: -999em;
    padding: 0px;
    position: absolute;
    top: calc(100% + 10px);
    z-index: 999;
    margin: 30px 0px 0px;
    width: 230px;
    flex-direction: column;
    background: var(--clr-sub-background);
    transition: top 0.35s, opacity 0.35s;
  }

  .main-navigation ul.menu li .children>li .children,
  .main-navigation ul.menu li .children>li .sub-menu,
  .main-navigation ul.menu li .sub-menu>li .children,
  .main-navigation ul.menu li .sub-menu>li .sub-menu {
    inset-inline-start: -999em;
    top: 0px;
    margin-top: 0px;
    margin-inline-start: 30px;
  }

  .main-navigation ul.menu li.menu-item-has-children>a::after {
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant-ligatures: normal;
    font-variant-caps: normal;
    font-variant-alternates: normal;
    font-variant-numeric: normal;
    font-variant-east-asian: normal;
    font-variant-position: normal;
    font-variant-emoji: normal;
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    line-height: inherit;
    vertical-align: baseline;
    content: "";
    margin-inline-start: 10px;
  }

  .main-navigation ul.menu>li:hover>.children,
  .main-navigation ul.menu>li:hover>.sub-menu {
    margin: 0px;
    top: 100%;
    inset-inline-start: 0px;
  }

  .main-navigation ul.menu>li:focus-within>.children,
  .main-navigation ul.menu>li:focus-within>.sub-menu {
    margin: 0px;
    top: 100%;
    inset-inline-start: 0px;
  }

  .main-navigation ul.menu .children,
  .main-navigation ul.menu .sub-menu {
    box-shadow: rgba(0, 0, 0, 0.2) 0px 3px 3px;
  }

  .main-navigation ul.menu .children li.menu-item-has-children>a,
  .main-navigation ul.menu .sub-menu li.menu-item-has-children>a {
    padding-inline-end: 25px;
  }

  .main-navigation ul.menu .children li.menu-item-has-children>a::after,
  .main-navigation ul.menu .sub-menu li.menu-item-has-children>a::after {
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant-ligatures: normal;
    font-variant-caps: normal;
    font-variant-alternates: normal;
    font-variant-numeric: normal;
    font-variant-east-asian: normal;
    font-variant-position: normal;
    font-variant-emoji: normal;
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    line-height: inherit;
    vertical-align: baseline;
    content: "";
    margin-inline-start: 10px;
    position: absolute;
    inset-inline-end: 10px;
    top: 50%;
    transform: translateY(-50%);
  }

  body.rtl .main-navigation ul.menu .children li.menu-item-has-children>a::after,
  body.rtl .main-navigation ul.menu .sub-menu li.menu-item-has-children>a::after {
    content: "";
  }

  .main-navigation ul.menu .children>li:hover>.children,
  .main-navigation ul.menu .children>li:hover>.sub-menu,
  .main-navigation ul.menu .sub-menu>li:hover>.children,
  .main-navigation ul.menu .sub-menu>li:hover>.sub-menu {
    inset-inline-start: 100%;
    margin-inline-start: 0px;
    margin-top: 0px;
  }

  .main-navigation ul.menu .children>li:focus-within>.children,
  .main-navigation ul.menu .children>li:focus-within>.sub-menu,
  .main-navigation ul.menu .sub-menu>li:focus-within>.children,
  .main-navigation ul.menu .sub-menu>li:focus-within>.sub-menu {
    inset-inline-start: 100%;
    margin-inline-start: 0px;
    margin-top: 0px;
  }

  .main-navigation .current_page_item>a,
  .main-navigation .current-menu-item>a,
  .main-navigation .current_page_ancestor>a,
  .main-navigation .current-menu-ancestor>a {
    position: relative;
    color: var(--primary-color);
    isolation: isolate;
  }

  .main-navigation .current_page_item>a:hover,
  .main-navigation .current-menu-item>a:hover,
  .main-navigation .current_page_ancestor>a:hover,
  .main-navigation .current-menu-ancestor>a:hover {
    color: var(--primary-color);
  }
}

.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0px 0px 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
  display: flex;
}

@media only screen and (max-width: 480px) {

  .comment-navigation .nav-links,
  .posts-navigation .nav-links,
  .post-navigation .nav-links {
    flex-wrap: wrap;
  }
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  flex: 1 0 50%;
}

.comment-navigation .nav-previous a,
.posts-navigation .nav-previous a,
.post-navigation .nav-previous a {
  display: inline-flex;
  gap: 5px;
  color: var(--clr-foreground);
  transition: 0.3s;
  text-decoration: none;
}

.comment-navigation .nav-previous a .nav-subtitle,
.posts-navigation .nav-previous a .nav-subtitle,
.post-navigation .nav-previous a .nav-subtitle {
  font-size: var(--font-size-sm);
}

.comment-navigation .nav-previous a:hover,
.posts-navigation .nav-previous a:hover,
.post-navigation .nav-previous a:hover {
  color: var(--theme-color);
}

@media only screen and (max-width: 480px) {

  .comment-navigation .nav-previous a,
  .posts-navigation .nav-previous a,
  .post-navigation .nav-previous a {
    flex-direction: column;
  }
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  text-align: end;
  flex: 1 0 50%;
}

.comment-navigation .nav-next a,
.posts-navigation .nav-next a,
.post-navigation .nav-next a {
  display: inline-flex;
  gap: 5px;
  justify-content: flex-end;
  color: var(--clr-foreground);
  transition: 0.3s;
  text-decoration: none;
}

.comment-navigation .nav-next a .nav-subtitle,
.posts-navigation .nav-next a .nav-subtitle,
.post-navigation .nav-next a .nav-subtitle {
  font-size: var(--font-size-sm);
}

.comment-navigation .nav-next a:focus,
.comment-navigation .nav-next a:hover,
.posts-navigation .nav-next a:focus,
.posts-navigation .nav-next a:hover,
.post-navigation .nav-next a:focus,
.post-navigation .nav-next a:hover {
  color: var(--theme-color);
}

@media only screen and (max-width: 480px) {

  .comment-navigation .nav-next a,
  .posts-navigation .nav-next a,
  .post-navigation .nav-next a {
    flex-direction: column-reverse;
  }
}

@media (max-width: 991px) {
  .main-navigation ul a {
    color: var(--clr-foreground);
    padding: 17px 20px;
  }
}

@media (max-width: 991px) {
  .main-navigation ul ul {
    position: unset;
    float: none;
    padding-inline-start: 5px;
  }
}

.main-navigation li.menu-item-has-children>a::after {
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant-ligatures: normal;
  font-variant-caps: normal;
  font-variant-alternates: normal;
  font-variant-numeric: normal;
  font-variant-east-asian: normal;
  font-variant-position: normal;
  font-variant-emoji: normal;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  line-height: inherit;
  vertical-align: baseline;
  content: "";
  margin-inline-start: 10px;
  color: inherit;
}

@media (max-width: 992px) {
  .main-navigation li.menu-item-has-children>ul {
    height: 0px;
    transform: scaleY(0);
    transform-origin: left top;
    overflow: hidden;
    transition: 0.5s ease-in-out;
  }
}

@media (max-width: 1199.98px) {

  .main-navigation li.menu-item-has-children:hover>ul,
  .main-navigation li.menu-item-has-children.focus>ul {
    height: auto;
    transform: scaleY(1);
  }
}

@media screen and (min-width: 992px) {
  .menu-toggle {
    display: none;
  }

  .main-navigation ul {
    flex-wrap: wrap;
    display: flex !important;
  }
}

@media (max-width: 991px) {
  body.admin-bar #site-navigation.toggled .main-navigation-links {
    padding-top: 100px;
  }

  body.admin-bar #site-navigation button.menu-toggle.open {
    top: 55px;
  }

  .bottom-header-part-wrapper .navigation-part {
    align-items: center;
  }

  .bottom-header-part-wrapper .social-icons-part {
    display: none;
  }

  #site-navigation button.menu-toggle {
    width: 35px;
    height: 35px;
    position: relative;
    transform: rotate(0deg);
    transition: 0.5s ease-in-out;
    cursor: pointer;
    padding: 0px;
    background: none;
    border: medium;
    margin: 5px;
  }

  #site-navigation button.menu-toggle span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background: var(--clr-foreground);
    border-radius: 3px;
    opacity: 1;
    left: 0px;
    transform: rotate(0deg);
    transition: 0.25s ease-in-out;
  }

  #site-navigation button.menu-toggle span:nth-child(1) {
    top: calc(50% - 15px);
  }

  #site-navigation button.menu-toggle span:nth-child(2) {
    top: 50%;
    transform: translateY(-50%);
  }

  #site-navigation button.menu-toggle span:nth-child(3) {
    bottom: calc(50% - 15px);
  }

  #site-navigation button.menu-toggle.open {
    z-index: 18;
    inset-inline-end: 20px;
    top: 20px;
    position: fixed !important;
  }

  #site-navigation button.menu-toggle.open span {
    background-color: var(--clr-foreground);
  }

  #site-navigation button.menu-toggle.open span:nth-child(1) {
    top: 14px;
    width: 0%;
    left: 50%;
  }

  #site-navigation button.menu-toggle.open span:nth-child(2) {
    transform: rotate(45deg);
  }

  #site-navigation button.menu-toggle.open span:nth-child(3) {
    top: 50%;
    transform: translateY(-50%) rotate(-45deg);
  }

  #site-navigation .main-navigation-links {
    position: fixed;
    inset-inline-end: -130%;
    height: 100%;
    top: 0px;
    background-color: var(--clr-background);
    min-width: 300px;
    padding-top: 60px;
    padding-inline-end: 10px;
    width: 60%;
    transition: 400ms;
    display: block;
    border-inline-end-width: 1px;
    border-inline-end-style: solid;
    border-inline-end-color: rgb(255, 255, 255);
    z-index: 13;
    box-shadow: rgba(0, 0, 0, 0.5) 2px 0px 18px 0px;
    opacity: 0;
    visibility: hidden;
  }

  #site-navigation.toggled .main-navigation-links {
    inset-inline: auto 0px;
    overflow-x: auto;
    opacity: 1;
    visibility: visible;
  }

  #site-navigation.toggled .main-navigation-links li.current_page_item>a,
  #site-navigation.toggled .main-navigation-links li.current-menu-item>a {
    color: var(--theme-color);
    font-weight: bold;
  }

  .navigation-part {
    width: 100%;
  }
}

@media (max-width: 480px) {
  #site-navigation .main-navigation-links {
    width: 80%;
  }

  body.admin-bar #site-navigation.toggled .main-navigation-links {
    padding-top: 95px;
  }
}

span.menu-description {
  display: inline-flex;
  align-items: center;
  font-size: 75%;
  text-transform: capitalize;
  font-weight: 600;
  letter-spacing: 0.5px;
  background: var(--theme-color);
  color: rgb(255, 255, 255);
  padding: 2px 5px;
  border-radius: 100vmax;
  line-height: 12px;
  margin-inline-start: 5px;
}

.children span.menu-description,
.sub-menu span.menu-description {
  margin-inline-start: 10px;
}

@media (max-width: 991px) {
  span.menu-description {
    position: relative;
    top: -2px;
    inset-inline-start: 0px;
    margin-inline-start: 10px;
  }
}

.magazine-carousel-slider-navigation .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 18px;
  width: 30px;
  height: 30px;
  background: var(--clr-background);
  color: var(--clr-foreground);
  text-align: center;
  z-index: 1;
  cursor: pointer;
  font-weight: 600;
  visibility: hidden;
  opacity: 0;
  transition: 0.4s;
  border: medium;
  padding: 0px;
  border-radius: 0px;
}

.modern-design .magazine-carousel-slider-navigation .slick-arrow {
  border-radius: 5px;
}

.artistic-design .magazine-carousel-slider-navigation .slick-arrow {
  border-radius: 100vmax;
}

.magazine-carousel-slider-navigation .slick-arrow.slick-prev {
  inset-inline-start: 0px;
}

.magazine-carousel-slider-navigation .slick-arrow.slick-next {
  inset-inline-end: 0px;
}

.magazine-carousel-slider-navigation:hover .slick-arrow {
  opacity: 1;
  visibility: visible;
}

.magazine-carousel-slider-navigation .slick-dots {
  margin: 0px;
  padding: 10px;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 8px;
  position: absolute;
  top: 0px;
  inset-inline-end: 0px;
  background: rgba(255, 255, 255, 0.2);
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 30px;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
}

.bigyapan-widget .magazine-carousel-slider-navigation .slick-dots {
  position: relative;
  justify-content: center;
  background: unset;
  box-shadow: none;
  backdrop-filter: blur(0px);
  -webkit-backdrop-filter: blur(0px);
}

.magazine-carousel-slider-navigation .slick-dots li {
  display: flex;
}

.magazine-carousel-slider-navigation .slick-dots li button {
  font-size: 0px;
  width: 8px;
  height: 8px;
  padding: 0px;
  background-color: rgb(255, 255, 255);
  border: medium;
  box-shadow: rgb(0, 0, 0) 0px 0px 10px -2px;
  transition: 0.3s;
  opacity: 0.8;
  cursor: pointer;
}

.bigyapan-widget .magazine-carousel-slider-navigation .slick-dots li button {
  background-color: var(--theme-color);
  box-shadow: none;
}

.magazine-carousel-slider-navigation .slick-dots li button:focus,
.magazine-carousel-slider-navigation .slick-dots li button:hover {
  opacity: 1;
}

.magazine-carousel-slider-navigation .slick-dots li.slick-active button {
  width: 20px;
  opacity: 1;
}

nav.navigation.pagination .nav-links {
  display: flex;
  gap: 5px;
  margin: 10px 0px 20px;
}

nav.navigation.pagination .nav-links span,
nav.navigation.pagination .nav-links a {
  text-decoration: none;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
  color: var(--clr-foreground);
  border: 1px solid var(--clr-foreground);
}

nav.navigation.pagination .nav-links span.prev,
nav.navigation.pagination .nav-links span.next,
nav.navigation.pagination .nav-links a.prev,
nav.navigation.pagination .nav-links a.next {
  font-size: 0px;
}

nav.navigation.pagination .nav-links span.prev::after,
nav.navigation.pagination .nav-links span.next::after,
nav.navigation.pagination .nav-links a.prev::after,
nav.navigation.pagination .nav-links a.next::after {
  content: "";
  font-size: 1rem;
  display: inline-block;
  font-style: normal;
  font-variant-ligatures: normal;
  font-variant-caps: normal;
  font-variant-alternates: normal;
  font-variant-numeric: normal;
  font-variant-east-asian: normal;
  font-variant-position: normal;
  font-variant-emoji: normal;
  font-weight: 900;
  line-height: inherit;
  vertical-align: baseline;
  font-family: "Font Awesome 5 Free";
  -webkit-font-smoothing: antialiased;
}

nav.navigation.pagination .nav-links span.next::after,
nav.navigation.pagination .nav-links a.next::after {
  content: "";
}

nav.navigation.pagination .nav-links span:hover,
nav.navigation.pagination .nav-links span:focus,
nav.navigation.pagination .nav-links a:hover,
nav.navigation.pagination .nav-links a:focus {
  color: var(--theme-color);
  border: 1px solid var(--theme-color);
}

nav.navigation.pagination .nav-links span.current {
  color: var(--white);
  background-color: var(--theme-color);
  border: 1px solid var(--theme-color);
}

nav.navigation.pagination .nav-links span.dots {
  border: medium;
}

nav.navigation.pagination .nav-links span.dots:hover,
nav.navigation.pagination .nav-links span.dots:focus {
  color: var(--clr-foreground);
  border: medium;
}

.sticky {
  display: block;
}

.post,
.page {
  margin: 0px 0px 1.5em;
}

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

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

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

section.no-results.not-found {
  margin-bottom: 50px;
}

.magazine-archive-layout {
  margin-bottom: 30px;
}

.magazine-archive-layout.grid-layout {
  display: grid;
  gap: 30px;
}

.magazine-archive-layout.grid-layout article {
  margin-bottom: 0px;
}

body.artistic-design .magazine-archive-layout.grid-layout .mag-post-single:not(.tile-design):not(.list-design) {
  min-height: 480px;
}

.magazine-archive-layout.grid-layout.grid-column-2 {
  grid-template-columns: repeat(2, minmax(0px, 1fr));
}

@media (max-width: 480px) {
  .magazine-archive-layout.grid-layout.grid-column-2 {
    grid-template-columns: repeat(1, minmax(0px, 1fr));
  }
}

.magazine-archive-layout.grid-layout.grid-column-3 {
  grid-template-columns: repeat(3, minmax(0px, 1fr));
}

@media (max-width: 480px) {
  .magazine-archive-layout.grid-layout.grid-column-3 {
    grid-template-columns: repeat(1, minmax(0px, 1fr));
  }
}

.magazine-archive-layout.grid-layout.grid-column-4 {
  grid-template-columns: repeat(4, minmax(0px, 1fr));
}

@media (max-width: 480px) {
  .magazine-archive-layout.grid-layout.grid-column-4 {
    grid-template-columns: repeat(1, minmax(0px, 1fr));
  }
}

.magazine-archive-layout.list-layout {
  display: grid;
  gap: 30px;
}

.magazine-archive-layout.list-layout article {
  margin-bottom: 0px;
}

.magazine-archive-layout.list-layout .mag-post-single {
  display: flex;
  gap: 20px;
}

.magazine-archive-layout.list-layout .mag-post-single .mag-post-img {
  width: 30%;
}

.magazine-archive-layout.list-layout .mag-post-single .mag-post-detail {
  padding: 20px 0px 0px;
}

.magazine-archive-layout.list-layout .mag-post-single .mag-post-img+.mag-post-detail {
  padding: 0px;
  padding-block: 10px;
  align-self: center;
  width: calc(70% - 20px);
}

@media (max-width: 480px) {
  .magazine-archive-layout.list-layout .mag-post-single {
    flex-direction: column;
  }

  .magazine-archive-layout.list-layout .mag-post-single .mag-post-img {
    width: 100%;
  }

  .magazine-archive-layout.list-layout .mag-post-single .mag-post-img+.mag-post-detail,
  .magazine-archive-layout.list-layout .mag-post-single .mag-post-detail {
    width: 100%;
  }

  .classic-design .magazine-archive-layout.list-layout .mag-post-single .mag-post-img+.mag-post-detail,
  .classic-design .magazine-archive-layout.list-layout .mag-post-single .mag-post-detail {
    padding: 0px 20px 20px;
  }
}

.magazine-archive-layout.list-layout.list-style-2 .mag-post-single {
  flex-direction: row-reverse;
}

.classic-design .magazine-archive-layout.list-layout.list-style-2 .mag-post-single .mag-post-img+.mag-post-detail,
.classic-design .magazine-archive-layout.list-layout.list-style-2 .mag-post-single .mag-post-detail {
  padding-inline-start: 20px;
}

@media (max-width: 480px) {
  .magazine-archive-layout.list-layout.list-style-2 .mag-post-single {
    flex-direction: column;
  }

  .magazine-archive-layout.list-layout.list-style-2 .mag-post-single .mag-post-img {
    width: 100%;
  }

  .magazine-archive-layout.list-layout.list-style-2 .mag-post-single .mag-post-img+.mag-post-detail,
  .magazine-archive-layout.list-layout.list-style-2 .mag-post-single .mag-post-detail {
    width: 100%;
  }
}

.magazine-archive-layout.list-layout.list-style-3 article:nth-child(2n) .mag-post-single {
  flex-direction: row-reverse;
  text-align: end;
}

@media (max-width: 480px) {
  .magazine-archive-layout.list-layout.list-style-3 article:nth-child(2n) .mag-post-single {
    text-align: start;
    flex-direction: column;
  }

  .magazine-archive-layout.list-layout.list-style-3 article:nth-child(2n) .mag-post-single .mag-post-img {
    width: 100%;
  }

  .magazine-archive-layout.list-layout.list-style-3 article:nth-child(2n) .mag-post-single .mag-post-img+.mag-post-detail,
  .magazine-archive-layout.list-layout.list-style-3 article:nth-child(2n) .mag-post-single .mag-post-detail {
    width: 100%;
  }
}

.site-main article .entry-header .entry-title {
  font-size: var(--font-size-lg);
  font-family: var(--font-main);
  margin-top: 0px;
  margin-bottom: 1.3rem;
}

@media (min-width: 992px) {
  .site-main article .entry-header .entry-title {
    margin-bottom: 1.1rem;
  }
}

.site-main article .entry-header .entry-title a {
  text-decoration: none;
  color: var(--clr-foreground);
}

.site-main article .entry-header .entry-title a:focus,
.site-main article .entry-header .entry-title a:hover {
  color: var(--theme-color);
}

.site-main article .entry-meta {
  padding-bottom: 10px;
}

.site-main article .entry-meta span {
  font-weight: normal;
}

.site-main article .entry-meta span a,
.site-main article .entry-meta span span {
  font-weight: normal;
}

.site-main article .entry-meta span a {
  text-decoration: none;
  color: var(--clr-foreground);
}

.site-main article .entry-meta span a:hover {
  color: var(--theme-color);
}

.site-main article .entry-meta span.comments-link a {
  font-weight: bold;
}

.site-main article .post-thumbnail {
  display: block;
  line-height: 0;
}

.site-main article .post-thumbnail img {
  width: 100%;
  transition: 0.3s linear;
}

@media (min-width: 992px) {
  .site-main article .entry-meta {
    padding: 0px 0px 20px;
  }
}

.site-main article .entry-content {
  margin-top: 0px;
}

.site-main article .entry-content p {
  margin-bottom: 10px;
}

.site-main article .entry-footer {
  display: flex;
  flex-direction: column;
  margin-top: 10px;
}

.site-main article .entry-footer span {
  margin-bottom: 6px;
  font-weight: bold;
}

.site-main article .entry-footer span a,
.site-main article .entry-footer span span {
  font-weight: normal;
}

.site-main article .entry-footer span a {
  text-decoration: none;
  color: var(--clr-foreground);
}

.site-main article .entry-footer span a:focus,
.site-main article .entry-footer span a:hover {
  color: var(--theme-color);
}

.site-main article .entry-footer span.comments-link a {
  font-weight: bold;
}

.related-posts h2 {
  font-size: var(--font-size-lg);
  font-family: var(--font-main);
  line-height: 1.2;
}

.related-posts .row {
  display: grid;
  gap: 30px;
  grid-template-columns: 1fr 1fr 1fr;
}

@media (max-width: 480px) {
  .related-posts .row {
    grid-template-columns: 1fr;
  }
}

.related-posts .row article .post-thumbnail {
  line-height: 0;
  overflow: hidden;
}

.related-posts .row article .post-thumbnail img {
  aspect-ratio: 1 / 0.7;
  width: 100%;
  object-fit: cover;
}

.related-posts .row article .entry-header {
  margin: 20px 0px 0px;
}

.related-posts .row article .entry-header .entry-title {
  font-size: var(--font-size-base);
  margin: 0px 0px 10px;
}

.related-posts .row article .entry-header .entry-title a {
  display: inline-block;
}

.related-posts .row article .entry-content p {
  margin-top: 0px;
}

body.single .site-main>article header {
  margin-bottom: 10px;
}

body.single .site-main>article header .entry-title {
  margin-bottom: 10px;
}

body.single .site-main>article header .entry-meta {
  padding-bottom: 0px;
  margin-bottom: 10px;
}

body.single:not(.classic-design) .site-main>article>.mag-post-single .mag-post-detail {
  padding: 0px;
}

img.alignright {
  clear: right;
}

img.alignleft {
  clear: left;
}

div.wp-block h6 a,
div.wp-block h5 a,
div.wp-block h4 a,
div.wp-block h3 a,
div.wp-block h2 a,
div.wp-block h1 a {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  font-style: inherit;
}

div.wp-block b,
div.wp-block strong {
  font-weight: bold;
}

div.wp-block .editor-rich-text__tinymce code,
div.wp-block .editor-rich-text__editable code {
  background-color: transparent;
  color: inherit;
  font-family: monospace;
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  font-style: inherit;
  letter-spacing: 1px;
}

.entry-content .aligncenter {
  text-align: center;
}

.entry-content ol:not([class*="wp-"]),
.entry-content ul:not([class*="wp-"]) {
  padding-left: 0px;
  margin-left: 15px;
  margin-bottom: 15px;
  list-style-position: inside;
}

.entry-content ol:not([class*="wp-"]) li,
.entry-content ul:not([class*="wp-"]) li {
  padding-bottom: 5px;
  padding-top: 5px;
}

.entry-content ol:not([class*="wp-"]) ol,
.entry-content ol:not([class*="wp-"]) ul,
.entry-content ul:not([class*="wp-"]) ol,
.entry-content ul:not([class*="wp-"]) ul {
  margin-bottom: 0px;
}

.entry-content ol:not([class*="wp-"]) ol li:last-child,
.entry-content ol:not([class*="wp-"]) ul li:last-child,
.entry-content ul:not([class*="wp-"]) ol li:last-child,
.entry-content ul:not([class*="wp-"]) ul li:last-child {
  padding-bottom: 0px;
}

.entry-content ol:not([class*="wp-"]) .alignwide,
.entry-content ul:not([class*="wp-"]) .alignwide {
  padding-left: 30px;
}

.entry-content ol:not([class*="wp-"]) .alignfull,
.entry-content ul:not([class*="wp-"]) .alignfull {
  margin-left: calc(50% - 10px - 50vw);
  padding-left: 40px;
}

.entry-content ol:not([class*="wp-"]) {
  list-style-type: decimal;
}

.entry-content ul:not([class*="wp-"]) {
  list-style-type: disc;
}

.entry-content p.has-drop-cap:not(:focus)::first-letter {
  font-weight: normal;
}

.entry-content .wp-block-quote.is-style-large,
.entry-content .wp-block-quote.is-large {
  margin-top: 2.57143em;
  margin-bottom: 2.14286em;
  padding-top: 1.71429em;
  padding-bottom: 1.71429em;
}

.entry-content .wp-block-image figcaption {
  text-align: center;
}

.entry-content .wp-block-button:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright) {
  margin-top: 1em;
  margin-bottom: 1em;
}

.entry-content .wp-block-file {
  margin: 0px 0px 20px;
}

.entry-content .wp-block-file>a:not([class]),
.entry-content .wp-block-file .wp-block-file__textlink {
  display: inline-block;
  margin: 0px 20px 0px 0px;
}

.entry-content .wp-block-file .wp-block-file__button-richtext-wrapper {
  display: inline-block;
  margin: 0px;
}

.entry-content .wp-block-file .wp-block-file__button,
.entry-content .wp-block-file a.wp-block-file__button {
  display: inline-block;
  position: relative;
  text-align: center;
  border: medium;
}

.entry-content [dir="rtl"] .wp-block-file>a:not([class]),
.entry-content [dir="rtl"] .wp-block-file .wp-block-file__textlink {
  margin-left: 20px;
  margin-right: 0px;
}

.entry-content .wp-block-audio {
  margin-bottom: 20px;
}

.entry-content .wp-block-audio figcaption {
  margin: 0px;
  padding: 10px 0px;
}

.entry-content .wp-block-video {
  margin: 0px 0px 20px;
  text-align: center;
}

.entry-content .wp-block-video video {
  display: inline-block;
}

.entry-content .wp-block-video figcaption {
  margin: 0px;
  padding: 6px 0px 15px;
  text-align: center;
}

.entry-content .wp-block-code {
  background-color: rgb(243, 243, 243);
  color: inherit;
  font-family: monospace;
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  font-style: inherit;
  letter-spacing: 1px;
  margin: 0px 0px 20px;
  border: medium;
}

.entry-content .wp-block-code code,
.entry-content .wp-block-code .editor-plain-text {
  background-color: rgb(0, 0, 0);
  padding: 10px;
  color: rgb(255, 255, 255);
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  font-style: inherit;
  letter-spacing: inherit;
  display: block;
}

.entry-content .wp-block-preformatted {
  margin: 0px 0px 20px;
}

.entry-content .wp-block-preformatted pre {
  color: inherit;
  font-family: monospace;
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  font-style: inherit;
  letter-spacing: 1px;
}

.entry-content .wp-block-preformatted a {
  text-decoration: underline;
}

.entry-content .wp-block-pullquote {
  margin: 30px 0px;
  padding: 30px 0px;
}

.entry-content .wp-block-pullquote p {
  font-size: var(--font-size-md);
  line-height: 1.6;
}

.entry-content .wp-block-pullquote.alignleft {
  margin-right: 2em;
}

.entry-content .wp-block-pullquote.alignright {
  margin-left: 2em;
}

.entry-content .wp-block-pullquote:not(.is-style-solid-color) {
  border-top-width: 4px;
  border-top-style: solid;
  border-bottom-width: 4px;
  border-bottom-style: solid;
}

.entry-content .wp-block-pullquote.is-style-solid-color {
  padding-left: 50px;
  padding-right: 50px;
}

.entry-content .wp-block-pullquote.is-style-solid-color blockquote {
  max-width: 100%;
}

.entry-content .wp-block-pullquote blockquote,
.entry-content .wp-block-pullquote.alignleft blockquote,
.entry-content .wp-block-pullquote.alignright blockquote,
.entry-content .wp-block-pullquote.is-style-solid-color blockquote {
  margin: 0px;
  padding: 16px;
  border-width: 0px;
  border-style: solid;
  text-align: center;
}

.entry-content .wp-block-pullquote blockquote::before,
.entry-content .wp-block-pullquote.alignleft blockquote::before,
.entry-content .wp-block-pullquote.alignright blockquote::before,
.entry-content .wp-block-pullquote.is-style-solid-color blockquote::before {
  content: none;
}

.entry-content .wp-block-pullquote blockquote p:last-of-type,
.entry-content .wp-block-pullquote.alignleft blockquote p:last-of-type,
.entry-content .wp-block-pullquote.alignright blockquote p:last-of-type,
.entry-content .wp-block-pullquote.is-style-solid-color blockquote p:last-of-type {
  margin: 0px;
}

.entry-content .wp-block-pullquote blockquote>.editor-rich-text p:last-of-type,
.entry-content .wp-block-pullquote blockquote>.editor-rich-text p:last-of-type,
.entry-content .wp-block-pullquote blockquote>.editor-rich-text p:last-of-type,
.entry-content .wp-block-pullquote blockquote>.editor-rich-text p:last-of-type,
.entry-content .wp-block-pullquote.alignleft blockquote>.editor-rich-text p:last-of-type,
.entry-content .wp-block-pullquote.alignleft blockquote>.editor-rich-text p:last-of-type,
.entry-content .wp-block-pullquote.alignleft blockquote>.editor-rich-text p:last-of-type,
.entry-content .wp-block-pullquote.alignleft blockquote>.editor-rich-text p:last-of-type,
.entry-content .wp-block-pullquote.alignright blockquote>.editor-rich-text p:last-of-type,
.entry-content .wp-block-pullquote.alignright blockquote>.editor-rich-text p:last-of-type,
.entry-content .wp-block-pullquote.alignright blockquote>.editor-rich-text p:last-of-type,
.entry-content .wp-block-pullquote.alignright blockquote>.editor-rich-text p:last-of-type,
.entry-content .wp-block-pullquote.is-style-solid-color blockquote>.editor-rich-text p:last-of-type,
.entry-content .wp-block-pullquote.is-style-solid-color blockquote>.editor-rich-text p:last-of-type,
.entry-content .wp-block-pullquote.is-style-solid-color blockquote>.editor-rich-text p:last-of-type,
.entry-content .wp-block-pullquote.is-style-solid-color blockquote>.editor-rich-text p:last-of-type {
  margin: 0px;
}

.entry-content .wp-block-pullquote blockquote cite,
.entry-content .wp-block-pullquote.alignleft blockquote cite,
.entry-content .wp-block-pullquote.alignright blockquote cite,
.entry-content .wp-block-pullquote.is-style-solid-color blockquote cite {
  display: block;
  margin-top: 15px;
}

.entry-content .wp-block-table {
  border-spacing: 0px;
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 20px;
}

.entry-content .wp-block-table caption {
  text-align: center;
  padding: 20px;
}

.entry-content .wp-block-table :not([class]):not([id]) {
  border-spacing: 0px;
  border-collapse: collapse;
}

.entry-content .wp-block-table :not([class]):not([id]) th,
.entry-content .wp-block-table :not([class]):not([id]) td {
  padding: 10px 20px;
  border-width: 1px;
  border-style: solid;
}

.entry-content .wp-block-table td,
.entry-content .wp-block-table th {
  padding: 10px 20px;
  border-top-width: 1px;
  border-top-style: solid;
  border-left-width: 1px;
  border-left-style: solid;
  word-break: break-all;
}

.entry-content .wp-block-table td:last-child,
.entry-content .wp-block-table th:last-child {
  border-right-width: 1px;
  border-right-style: solid;
}

.entry-content .wp-block-table td:last-child td,
.entry-content .wp-block-table th:last-child td {
  border-bottom-width: 1px;
  border-bottom-style: solid;
}

.entry-content .wp-block-table.is-style-stripes {
  border-width: 0px;
  border-style: solid;
}

.entry-content .wp-block-table .wp-block-table__cell-content {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  font-style: inherit;
  padding: 0px;
}

.entry-content pre.wp-block-verse {
  white-space: inherit;
  margin: 0px 0px 20px;
  padding: 40px 0px 40px 30px;
  position: relative;
  background-color: rgb(226, 226, 226);
  color: inherit;
  font-family: monospace;
  font-size: inherit;
  line-height: inherit;
  border: medium;
}

.entry-content pre.wp-block-verse {
  white-space: inherit;
  margin: 0px 0px 20px;
  padding: 40px 0px 40px 30px;
  position: relative;
  background-color: rgb(226, 226, 226);
  color: inherit;
  font-family: monospace;
  font-size: inherit;
  line-height: inherit;
  border: medium;
}

.entry-content .wp-block-spacer {
  clear: both;
}

.entry-content ul.wp-block-archives,
.entry-content ul.wp-block-categories,
.entry-content ul.wp-block-categories__list {
  margin-bottom: 20px;
  padding: 0px;
  position: relative;
}

.entry-content div.wp-block ul.wp-block-archives ul,
.entry-content div.wp-block ul.wp-block-categories ul,
.entry-content div.wp-block ul.wp-block-categories__list ul {
  margin-bottom: 0px;
  padding: 10px 0px 0px;
}

.entry-content div.wp-block-archives.wp-block-archives-dropdown,
.entry-content div.wp-block-categories.wp-block-categories-dropdown {
  margin-bottom: 20px;
}

.entry-content div.wp-block-archives.wp-block-archives-dropdown label,
.entry-content div.wp-block-categories.wp-block-categories-dropdown label {
  display: none;
}

.entry-content .wp-block-latest-comments {
  list-style: none;
  margin-bottom: 20px;
}

.entry-content .wp-block-latest-comments .wp-block-latest-comments__comment {
  min-height: auto;
  margin: 25px 0px 0px;
  padding: 0px;
  overflow: hidden;
}

.entry-content .wp-block-latest-comments .wp-block-latest-comments__comment:first-child {
  margin: 0px;
}

.entry-content .wp-block-latest-comments.has-avatars .wp-block-latest-comments__comment {
  min-height: 48px;
}

.entry-content .wp-block-latest-comments .wp-block-latest-comments__comment-avatar {
  width: 48px;
  height: 48px;
  margin: 0px 17px 0px 0px;
  float: left;
  border-radius: 50%;
}

.entry-content .wp-block-latest-comments article {
  display: block;
  padding: 0px 0px 0px 3px;
  overflow: hidden;
}

.entry-content .wp-block-latest-comments.has-avatars .wp-block-latest-comments__comment-meta,
.entry-content .wp-block-latest-comments .wp-block-latest-comments__comment-meta {
  margin: 0px;
}

.entry-content .wp-block-latest-comments .wp-block-latest-comments__comment-date {
  margin: -3px 0px 0px;
}

.entry-content .wp-block-latest-comments.has-avatars .wp-block-latest-comments__comment-excerpt,
.entry-content .wp-block-latest-comments .wp-block-latest-comments__comment-excerpt {
  margin: 5px 0px 0px;
}

.entry-content .wp-block-latest-comments.has-avatars .wp-block-latest-comments__comment-excerpt p,
.entry-content .wp-block-latest-comments .wp-block-latest-comments__comment-excerpt p {
  margin: 0px;
  padding: 0px 0px 20px;
}

.entry-content .wp-block-latest-comments.has-avatars .wp-block-latest-comments__comment-excerpt> :last-child,
.entry-content .wp-block-latest-comments .wp-block-latest-comments__comment-excerpt> :last-child {
  margin: 0px;
  padding: 0px;
}

.entry-content .wp-block-latest-comments.aligncenter .wp-block-latest-comments__comment-avatar {
  margin: 0px auto 10px;
  float: none;
}

.entry-content .wp-block-latest-comments.aligncenter article {
  padding: 0px 3px;
}

.entry-content .wp-block-latest-comments.aligncenter .wp-block-latest-comments__comment-excerpt {
  text-align: center;
}

.entry-content .wp-block-columns .wp-block-column {
  margin-bottom: 20px;
}

.entry-content .wp-block-columns .wp-block-column>p {
  margin-bottom: 0px;
}

.entry-content .wp-block-columns .wp-block-column>p:not(.has-background) {
  padding-bottom: 0px;
}

.entry-content .wp-block-columns .wp-block-column .wp-block-paragraph {
  margin-bottom: 0px;
}

.entry-content .wp-block-columns .wp-block-column .wp-block-paragraph:not(.has-background) {
  padding-bottom: 0px;
}

[dir="rtl"] .wp-block-latest-comments .wp-block-latest-comments__comment-avatar {
  margin: 0px 0px 0px 17px;
  float: right;
}

[dir="rtl"] .wp-block-latest-comments article {
  margin: 0px 3px 0px 0px;
}

.wp-block-embed-vimeo:not(.alignfull):not(.alignwide):not(.alignright):not(.alignleft) .wp-block-embed__wrapper iframe,
.wp-block-embed-youtube:not(.alignfull):not(.alignwide):not(.alignright):not(.alignleft) .wp-block-embed__wrapper iframe {
  margin-left: auto !important;
  margin-right: auto !important;
}

.wp-block-embed-youtube figcaption {
  text-align: center;
}

.wp-block-embed-vimeo.alignfull .wp-block-embed__wrapper,
.wp-block-embed-youtube.alignfull .wp-block-embed__wrapper {
  position: relative;
  padding-top: 56.25%;
}

.wp-block-embed-vimeo.alignfull iframe,
.wp-block-embed-youtube.alignfull iframe {
  position: absolute;
  inset: 0px;
  width: 100% !important;
  height: 100% !important;
}

.wp-block-embed-vimeo.alignwide .wp-block-embed__wrapper,
.wp-block-embed-youtube.alignwide .wp-block-embed__wrapper {
  position: relative;
  padding-top: 56.25%;
}

.wp-block-embed-vimeo.alignwide iframe,
.wp-block-embed-youtube.alignwide iframe {
  position: absolute;
  inset: 0px;
  width: 100% !important;
  height: 100% !important;
}

@media only screen and (min-width: 1025px) {

  .wp-block-quote.is-large,
  .wp-block-quote.is-style-large {
    margin-top: 2.66667em;
    margin-bottom: 2em;
    padding: 1.33333em 0.66667em;
  }
}

@media only screen and (max-width: 480px) {
  .wp-block-media-text {
    display: block;
  }

  .wp-block-media-text .wp-block-media-text__media {
    margin: 10px auto;
  }

  .wp-block-media-text .wp-block-media-text__content {
    padding: 0px;
  }
}

.aligncener,
.alignfull,
.alignwide {
  margin-top: 30px;
  margin-bottom: 30px;
}

.alignfull .alignfull,
.alignwide .alignwide {
  padding-top: 10px;
  padding-bottom: 10px;
}

body.no-sidebar .alignfull {
  margin-left: calc(50% - 10px - 50vw);
  margin-right: calc(50% - 10px - 50vw);
  max-width: 100vw;
  padding: 0px 30px;
  width: 100vw;
}

@media (max-width: 1200px) {
  body.no-sidebar .alignfull {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    padding: 0px 20px;
  }
}

body.no-sidebar .alignfull .alignwide {
  margin-inline: auto;
}

body.no-sidebar .alignfull .aligncenter {
  margin-inline: auto;
}

body.no-sidebar .alignwide {
  max-width: 100vw;
}

@media (min-width: 768px) and (max-width: 1170px) {
  body.no-sidebar .alignwide {
    width: calc(50% + 50vw);
    margin-left: calc(25% - 25vw);
  }
}

@media (min-width: 1171px) {
  body.no-sidebar .alignwide {
    width: 1140px;
    margin-left: -195px;
  }
}

body.no-sidebar .alignwide .alignwide {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

body.no-sidebar figure.wp-block-embed.is-type-wp-embed.alignfull,
body.no-sidebar figure.wp-block-table.alignfull,
body.no-sidebar div.wp-block-text-columns.alignfull,
body.no-sidebar div.wp-block-columns.alignfull,
body.no-sidebar div.wp-block-categories-dropdown.alignfull,
body.no-sidebar div.wp-block-file.alignfull {
  padding: 0px 25px;
}

.wp-block-search .wp-block-search__inside-wrapper {
  display: flex;
}

.wp-block-search .wp-block-search__input {
  border-radius: var(--border-radius-all-lefts);
}

.wp-block-search .wp-block-search__button {
  margin: 0px;
  background-color: var(--theme-color);
  border-color: var(--theme-color);
  color: var(--white);
  border-radius: var(--border-radius-all-rights);
}

.search-form {
  display: flex;
}

.search-form label {
  width: 100%;
}

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

.wp-block-latest-posts.wp-block-latest-posts__list li .wp-block-latest-posts__featured-image {
  width: 50%;
}

.wp-block-latest-posts.wp-block-latest-posts__list li .wp-block-latest-posts__featured-image>a {
  line-height: 0;
}

.wp-block-latest-posts.wp-block-latest-posts__list li>a {
  text-decoration: none;
  color: var(--clr-foreground);
}

.wp-block-latest-posts.wp-block-latest-posts__list li>a:hover {
  color: var(--theme-color);
}

.wp-block-latest-posts.wp-block-latest-posts__list.is-grid li .wp-block-latest-posts__featured-image {
  width: 100%;
  margin-inline: 0px;
  margin-block-end: 1.5em;
}

.wp-block-latest-posts__post-date,
.wp-block-latest-posts__post-author {
  color: var(--clr-foreground);
}

.no-sidebar .entry-content {
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
}

.ascendoor-author-box {
  border: 1px solid rgba(155, 155, 155, 0.1);
  padding: 15px;
  margin: 15px 0px;
  display: flex;
  align-items: center;
  gap: 30px;
}

@media (max-width: 600px) {
  .ascendoor-author-box {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
  }
}

.ascendoor-author-box .author-img {
  min-width: 120px;
  align-self: flex-start;
}

.ascendoor-author-box .author-img img {
  width: 120px;
  height: 120px;
  object-fit: cover;
}

.ascendoor-author-box .author-details .author-name {
  margin: 0px 0px 10px;
  font-size: var(--font-size-base);
  font-weight: 700;
  line-height: 1.3;
}

.ascendoor-author-box .author-details .author-description {
  margin: 0px;
}

.ascendoor-author-box .author-details .author-social-contacts {
  display: inline-flex;
  gap: 10px;
  margin-top: 15px;
}

.ascendoor-author-box .author-details .author-social-contacts a {
  width: 30px;
  height: 30px;
}

.ascendoor-author-box .author-details .author-social-contacts a::before {
  z-index: 1;
  position: relative;
}

.ascendoor-author-box .author-details .author-social-contacts a::after {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  height: 100%;
  width: 100%;
  background-color: rgba(155, 155, 155, 0.1);
  opacity: 0.5;
}

section.error-404.not-found {
  margin-bottom: 30px;
}

.comment-content a {
  overflow-wrap: break-word;
}

.bypostauthor {
  display: block;
}

.comments-area {
  padding-bottom: 30px;
}

.comments-area>* {
  margin-top: 30px;
  margin-bottom: 30px;
}

.comments-area> :first-child {
  margin-top: 0px;
}

.comments-area> :last-child {
  margin-bottom: 0px;
}

.comments-area.show-avatars .avatar {
  border-radius: 50%;
  position: absolute;
  top: 10px;
}

.comments-area.show-avatars .fn {
  display: inline-block;
  padding-inline-start: 85px;
}

.comments-area.show-avatars .comment-metadata {
  padding-block: 9px;
  padding-inline: 85px 0px;
}

.comment-reply-title {
  display: flex;
  justify-content: space-between;
}

.comment-reply-title small a {
  font-size: var(--font-size-sm);
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
}

.comment .comment-respond .comment-reply-title {
  font-size: var(--font-size-md);
}

.comments-area [type="checkbox"],
.comments-area [type="radio"] {
  margin-bottom: 7px;
  margin-inline-end: 10px;
}

.comment-list {
  padding-inline-start: 0px;
  list-style: none;
  margin-inline-start: 0px;
}

.comment-list ol {
  margin-inline-start: 0px;
}

.comment-list>li {
  margin-top: 30px;
  margin-bottom: 30px;
}

.comment-list .children {
  list-style: none;
  padding-inline-start: 0px;
}

.comment-list .children>li {
  margin-top: 30px;
  margin-bottom: 30px;
}

@media only screen and (min-width: 482px) {

  .comment-list .depth-2,
  .comment-list .depth-3 {
    padding-inline-start: calc(80px);
  }
}

.comment-meta .comment-author {
  margin-bottom: calc(5px);
}

@media only screen and (min-width: 482px) {
  .comment-meta .comment-author {
    margin-bottom: 0px;
    padding-inline-end: 0px;
  }
}

.comment-meta .comment-author .fn {
  font-weight: normal;
  hyphens: auto;
  overflow-wrap: break-word;
  word-break: break-word;
}

.comment-meta .comment-metadata {
  color: var(--text-color-normal);
  padding: 8px 0px 9px;
  font-size: var(--font-size-sm);
  display: flex;
  justify-content: space-between;
}

.comment-meta .comment-metadata .edit-link {
  margin-inline-start: 20px;
}

@media only screen and (min-width: 482px) {
  .comment-meta {
    margin-inline-end: inherit;
  }

  .comment-meta .comment-author {
    max-width: inherit;
  }
}

.bypostauthor {
  display: block;
}

.says {
  display: none;
}

.comment-meta {
  margin-bottom: 10px;
}

.comment-body {
  position: relative;
  margin-bottom: 40px;
  padding: 30px;
  background-color: var(--light-bg-color);
  border: 1px solid rgba(155, 155, 155, 0.3);
}

.comment-body .reply {
  margin: 0px;
}

.comment-content {
  overflow-wrap: break-word;
  padding-bottom: 15px;
}

.pingback .comment-body,
.trackback .comment-body {
  margin-top: 30px;
  margin-bottom: 30px;
}

.comment-respond {
  margin-top: 30px;
}

.comment-respond>* {
  margin-top: 20px;
  margin-bottom: 20px;
}

.comment-respond> :first-child {
  margin-top: 0px;
}

.comment-respond> :last-child {
  margin-bottom: 0px;
}

.comment-respond> :last-child.comment-form {
  margin-bottom: 30px;
}

.comment-author {
  padding-top: 3px;
}

.reply a,
.comment-content a,
.comment-meta .comment-metadata a,
.comment-author .url {
  color: currentcolor;
}

.reply a:focus,
.reply a:hover,
.comment-content a:focus,
.comment-content a:hover,
.comment-meta .comment-metadata a:focus,
.comment-meta .comment-metadata a:hover,
.comment-author .url:focus,
.comment-author .url:hover {
  color: var(--theme-color);
}

.comment-form {
  display: flex;
  flex-wrap: wrap;
}

.comment-form>* {
  flex-basis: 100%;
}

.comment-form .comment-form-url,
.comment-form .comment-form-comment {
  width: 100%;
}

.comment-form .comment-form-author,
.comment-form .comment-form-email {
  flex-basis: 0px;
  flex-grow: 1;
}

@media only screen and (max-width: 481px) {

  .comment-form .comment-form-author,
  .comment-form .comment-form-email {
    flex-basis: 100%;
  }
}

.comment-form .comment-form-cookies-consent>label,
.comment-form .comment-notes {
  font-size: 1rem;
  font-weight: normal;
}

.comment-form>p {
  margin-bottom: 10px;
}

.comment-form>p a {
  color: var(--text-color-normal);
  transition: 0.3s;
  text-decoration: none;
}

.comment-form>p a:focus,
.comment-form>p a:hover {
  color: var(--theme-color);
}

.comment-form>p:first-of-type {
  margin-top: 0px;
}

.comment-form>p:last-of-type {
  margin-bottom: 0px;
}

.comment-form>p label,
.comment-form>p input[type="email"],
.comment-form>p input[type="text"],
.comment-form>p input[type="url"],
.comment-form>p textarea {
  display: block;
  margin-bottom: calc(10px);
  width: 100%;
  font-weight: var(--form--label-weight);
}

.comment-form>p.comment-form-cookies-consent {
  display: flex;
  align-items: center;
}

@media only screen and (min-width: 482px) {

  .comment-form>p.comment-form-author,
  .woocommerce #review_form #respond p {
    margin-inline-end: calc(30px);
  }

  .comment-form>p.comment-notes,
  .comment-form>p.logged-in-as {
    display: block;
  }
}

nav.breadcrumb-trail ul.trail-items {
  list-style: none;
  padding: 0px;
  margin: 0px;
  color: var(--text-color-normal);
}

nav.breadcrumb-trail ul.trail-items li {
  display: inline-block;
}

nav.breadcrumb-trail ul.trail-items li a {
  text-decoration: none;
  color: var(--text-color-normal);
}

nav.breadcrumb-trail ul.trail-items li a:focus,
nav.breadcrumb-trail ul.trail-items li a:hover {
  color: var(--theme-color);
}

nav.breadcrumb-trail ul.trail-items li::after {
  margin: 0px 0.3rem;
}

nav.breadcrumb-trail ul.trail-items li:last-child::after {
  display: none;
}

#comments.comments-area {
  margin-block: 20px;
}

#comments.comments-area .comments-title {
  font-size: var(--font-size-lg);
  font-family: var(--font-main);
  line-height: 1.2;
}

#comments.comments-area .comment-list .comment .comment-author img {
  float: left;
  margin-inline-end: 20px;
  margin-bottom: 20px;
  width: 50px;
}

body.rtl #comments.comments-area .comment-list .comment .comment-author img {
  float: right;
}

#comments.comments-area .comment-list .comment .comment-content p {
  margin-bottom: 5px;
}

#comments.comments-area div#respond {
  margin-top: 20px;
}

#comments.comments-area div#respond #reply-title {
  margin-top: 0px;
  font-weight: 700;
}

#comments.comments-area div#respond p {
  margin-bottom: 5px;
}

#comments.comments-area div#respond label {
  font-weight: normal;
}

#comments.comments-area div#respond textarea {
  width: 100%;
}

#comments.comments-area div#respond p.comment-form-url,
#comments.comments-area div#respond p.comment-form-email,
#comments.comments-area div#respond p.comment-form-author {
  display: inline-block;
  width: 100%;
}

#comments.comments-area div#respond p.comment-form-url label,
#comments.comments-area div#respond p.comment-form-email label,
#comments.comments-area div#respond p.comment-form-author label {
  display: block;
}

#comments.comments-area div#respond p.comment-form-url input,
#comments.comments-area div#respond p.comment-form-email input,
#comments.comments-area div#respond p.comment-form-author input {
  width: 100%;
}

#comments.comments-area div#respond p.comment-form-cookies-consent label {
  margin-inline-start: 8px;
  position: relative;
  top: -1px;
}

#comments.comments-area div#respond input[type="submit"] {
  display: inline-block;
  margin-top: 10px;
}

#comments.comments-area div#respond #reply-title small a {
  display: inline-block;
  margin-inline-start: 10px;
}

.comment div#respond,
.comment-content {
  margin-inline-start: 70px;
}

.comment-content a {
  overflow-wrap: break-word;
}

.bypostauthor {
  display: block;
}

.widget {
  margin: 0px 0px 1.5em;
}

.widget select {
  max-width: 100%;
}

.ascendoor-widget {
  margin-bottom: 30px;
}

.widget_block h1,
.widget_block h2,
.widget_block h3,
.widget_block h4,
.widget_block h5,
.widget_block h6 {
  margin-top: 0px;
  margin-bottom: 10px;
}

.widgettitle,
.widget-title {
  font-size: var(--font-size-base);
  line-height: 1.2;
  margin-top: 0px;
  font-weight: bold;
  padding-bottom: 0px;
  margin-bottom: 15px;
  color: var(--clr-foreground);
  flex-grow: 1;
  position: relative;
  display: flex;
  align-items: center;
}

.widgettitle::before,
.widget-title::before {
  content: "";
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background-color: var(--theme-color);
  margin-inline-end: 7px;
  display: inline-block;
}

.widgettitle::after,
.widget-title::after {
  content: "";
  border-style: solid;
  border-color: rgba(155, 155, 155, 0.3);
  border-image: none;
  border-width: 1px 0px;
  margin-inline-start: 10px;
  flex-grow: 1;
  height: 4px;
}

.widget:not(.ascendoor-widget) .section-title {
  font-size: var(--font-size-base);
  line-height: 1.2;
  margin-top: 0px;
  font-weight: bold;
  padding-bottom: 0px;
  margin-bottom: 10px;
  color: var(--clr-foreground);
  flex-grow: 1;
  position: relative;
  display: flex;
  align-items: center;
}

.widget:not(.ascendoor-widget) .section-title::before {
  content: "";
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background-color: var(--theme-color);
  margin-inline-end: 7px;
  display: inline-block;
}

.widget:not(.ascendoor-widget) .section-title::after {
  content: "";
  border-style: solid;
  border-color: rgba(155, 155, 155, 0.3);
  border-image: none;
  border-width: 1px 0px;
  margin-inline-start: 10px;
  flex-grow: 1;
  height: 4px;
}

.widget:not(.ascendoor-widget) ol,
.widget:not(.ascendoor-widget) ul {
  list-style: none;
  padding: 0px;
  margin-inline: 0px;
}

.widget:not(.ascendoor-widget) ol li,
.widget:not(.ascendoor-widget) ul li {
  margin-bottom: 7px;
  padding-bottom: 7px;
  font-size: 14px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: rgba(0, 0, 0, 0.1);
}

.widget:not(.ascendoor-widget) ol li a,
.widget:not(.ascendoor-widget) ul li a {
  text-decoration: none;
  color: var(--clr-foreground);
}

.widget:not(.ascendoor-widget) ol li a:focus,
.widget:not(.ascendoor-widget) ol li a:hover,
.widget:not(.ascendoor-widget) ul li a:focus,
.widget:not(.ascendoor-widget) ul li a:hover {
  color: var(--theme-color);
}

.widget:not(.ascendoor-widget) ol ol,
.widget:not(.ascendoor-widget) ol ul,
.widget:not(.ascendoor-widget) ul ol,
.widget:not(.ascendoor-widget) ul ul {
  padding-top: 7px;
  margin-inline-start: 10px;
  padding-inline-start: 10px;
}

.widget:not(.ascendoor-widget)>ol>li,
.widget:not(.ascendoor-widget)>ul>li {
  margin-bottom: 7px;
  padding-bottom: 7px;
  font-size: 14px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: rgba(0, 0, 0, 0.1);
}

.widget:not(.ascendoor-widget)>ol>li a,
.widget:not(.ascendoor-widget)>ul>li a {
  color: var(--clr-foreground);
  transition: 0.5s linear;
}

.widget:not(.ascendoor-widget)>ol>li a:focus,
.widget:not(.ascendoor-widget)>ol>li a:hover,
.widget:not(.ascendoor-widget)>ul>li a:focus,
.widget:not(.ascendoor-widget)>ul>li a:hover {
  color: var(--theme-color);
}

.widget:not(.ascendoor-widget) ol>li:last-child,
.widget:not(.ascendoor-widget) ul>li:last-child {
  margin-bottom: 0px;
  padding-bottom: 0px;
  border-bottom-width: medium;
  border-bottom-style: none;
  border-bottom-color: currentcolor;
}

.wp-block-tag-cloud a,
.tagcloud a {
  display: inline-block;
  text-decoration: none;
  color: var(--clr-foreground);
  border: 1px solid var(--clr-foreground);
  padding: 3px 7px;
  border-radius: 3px;
  margin-inline-end: 5px;
  margin-block-end: 5px;
  line-height: 1.2;
  font-size: var(--font-size-sm) !important;
}

.wp-block-tag-cloud a:focus,
.wp-block-tag-cloud a:hover,
.tagcloud a:focus,
.tagcloud a:hover {
  color: var(--theme-color);
  border: 1px solid var(--theme-color);
}

.widget.widget_search .wp-block-search__inside-wrapper {
  display: flex;
}

.widget.widget_search .wp-block-search__inside-wrapper .wp-block-search__input {
  border: 1px solid rgb(211, 206, 210);
  padding: 6px 16px;
  font-size: 0.9rem;
  border-radius: 0px;
  border-start-start-radius: 5px;
  border-end-start-radius: 5px;
}

.widget.widget_search .wp-block-search__inside-wrapper .wp-block-search__button {
  cursor: pointer;
  color: var(--white);
  background-color: var(--primary-color);
  margin: 0px;
  padding: 10px 25px;
  border-radius: 0px;
  border-start-end-radius: 5px;
  border-end-end-radius: 5px;
}

.search-form {
  display: flex;
}

.search-form label,
.search-form .search-field {
  width: 100%;
}

.search-form .search-field {
  border: 1px solid rgb(211, 206, 210);
  padding: 6px 16px;
  font-size: 0.9rem;
  border-radius: 0px;
  border-start-start-radius: 5px;
  border-end-start-radius: 5px;
}

.search-form .search-submit {
  border-radius: 0px;
  border-start-end-radius: 5px;
  border-end-end-radius: 5px;
}

.jetpack_subscription_widget form::after,
.jetpack_subscription_widget form::before {
  content: "";
  display: table;
}

.jetpack_subscription_widget form::after {
  clear: both;
}

.jetpack_subscription_widget form #subscribe-email {
  float: left;
  width: 70%;
}

body.rtl .jetpack_subscription_widget form #subscribe-email {
  float: right;
}

.jetpack_subscription_widget form #subscribe-email input {
  width: 100%;
  padding-inline-start: 5px;
}

.jetpack_subscription_widget form #subscribe-submit {
  float: right;
  width: 30%;
}

body.rtl .jetpack_subscription_widget form #subscribe-submit {
  float: left;
}

.jetpack_subscription_widget form #subscribe-submit .wp-block-button__link {
  width: 100%;
  border-radius: 0px;
  border: medium;
  background: var(--theme-color);
  color: var(--white);
  font-size: var(--font-size-sm);
  line-height: 1;
  padding: 0.6em 1em;
}

.widget ul.wp-block-social-links li {
  margin: unset;
  padding: unset;
  font-size: unset;
  border: unset;
}

.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: medium;
  margin-bottom: 0px;
  margin-top: 0px;
  padding: 0px;
}

.custom-logo-link {
  display: inline-block;
}

.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0px;
}

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

.gallery {
  margin-bottom: 1.5em;
  display: grid;
  gap: 1.5em;
}

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

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

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

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

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

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

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

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

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

.gallery-caption {
  display: block;
}

.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none;
}

.infinity-end.neverending .site-footer {
  display: block;
}

.screen-reader-text {
  border: 0px;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0px;
  width: 1px;
  position: absolute !important;
  overflow-wrap: normal !important;
}

.screen-reader-text:focus {
  background-color: rgb(241, 241, 241);
  border-radius: 3px;
  box-shadow: rgba(0, 0, 0, 0.6) 0px 0px 2px 2px;
  clip-path: none;
  color: rgb(33, 117, 155);
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  clip: auto !important;
}

#primary[tabindex="-1"]:focus {
  outline: 0px;
}

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

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

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

#loader {
  overflow: hidden;
  vertical-align: middle;
  background-color: var(--clr-background);
  position: fixed;
  display: table;
  width: 100%;
  top: 0px;
  left: 0px;
  height: 100%;
  min-height: 100%;
  z-index: 99999;
}

#loader .loader-container {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  z-index: 12;
  text-align: center;
  text-transform: uppercase;
}

#loader .loader-container #preloader {
  position: relative;
  margin: auto;
  width: 75px;
}

#loader .loader-container #preloader.style-1 .dot {
  height: 30px;
  aspect-ratio: 2.5 / 1;
  --_g: no-repeat radial-gradient(farthest-side, var(--primary-color) 90%, #0000);
  background-image: ;
  background-position-x: ;
  background-position-y: ;
  background-repeat: ;
  background-attachment: ;
  background-origin: ;
  background-clip: ;
  background-color: ;
  background-size: 20% 50%;
  animation: 1s linear infinite alternate d4;
}

@keyframes d4 {

  0%,
  5% {
    background-position: calc(0%) 50%, calc(33.333333%) 50%, calc(66.666667%) 50%, calc(100%) 50%;
  }

  12.5% {
    background-position: calc(0%) 0px, calc(33.333333%) 50%, calc(66.666667%) 50%, calc(100%) 50%;
  }

  25% {
    background-position: calc(0%) 0px, calc(33.333333%) 0px, calc(66.666667%) 50%, calc(100%) 50%;
  }

  37.5% {
    background-position: calc(0%) 100%, calc(33.333333%) 0px, calc(66.666667%) 0px, calc(100%) 50%;
  }

  50% {
    background-position: calc(0%) 100%, calc(33.333333%) 100%, calc(66.666667%) 0px, calc(100%) 0px;
  }

  62.5% {
    background-position: calc(0%) 50%, calc(33.333333%) 100%, calc(66.666667%) 100%, calc(100%) 0px;
  }

  75% {
    background-position: calc(0%) 50%, calc(33.333333%) 50%, calc(66.666667%) 100%, calc(100%) 100%;
  }

  87.5% {
    background-position: calc(0%) 50%, calc(33.333333%) 50%, calc(66.666667%) 50%, calc(100%) 100%;
  }

  95%,
  100% {
    background-position: calc(0%) 50%, calc(33.333333%) 50%, calc(66.666667%) 50%, calc(100%) 50%;
  }
}

#loader .loader-container #preloader.style-2 .dot {
  height: 15px;
  aspect-ratio: 5 / 1;
  display: flex;
  justify-content: space-between;
  --_g: no-repeat radial-gradient(farthest-side, var(--primary-color) 95%, #0000);
  background-image: ;
  background-position-x: ;
  background-position-y: ;
  background-repeat: ;
  background-attachment: ;
  background-origin: ;
  background-clip: ;
  background-color: ;
  background-size: 20% 100%;
}

#loader .loader-container #preloader.style-2 .dot::before,
#loader .loader-container #preloader.style-2 .dot::after {
  content: "";
  height: inherit;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  background: currentcolor;
  animation: 1s infinite d1;
}

#loader .loader-container #preloader.style-2 .dot::after {
  --s: -1, -1;
}

@keyframes d1 {
  0% {
    transform: scale(var(--s, 1)) translate(0, 0);
  }

  33% {
    transform: scale(var(--s, 1)) translate(0, 130%);
  }

  66% {
    transform: scale(var(--s, 1)) translate(400%, 130%);
  }

  100% {
    transform: scale(var(--s, 1)) translate(400%, 0);
  }
}

#loader .loader-container #preloader.style-3 .dot {
  height: 15px;
  aspect-ratio: 5 / 1;
  display: flex;
  justify-content: space-between;
  --_g: no-repeat radial-gradient(farthest-side, var(--primary-color) 95%, #0000);
  background-image: ;
  background-position-x: ;
  background-position-y: ;
  background-repeat: ;
  background-attachment: ;
  background-origin: ;
  background-clip: ;
  background-color: ;
  background-size: 20% 100%;
  animation: 1s infinite d2-0;
}

#loader .loader-container #preloader.style-3 .dot::before,
#loader .loader-container #preloader.style-3 .dot::after {
  content: "";
  height: inherit;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  background: currentcolor;
  animation: 1s infinite d2-1;
}

#loader .loader-container #preloader.style-3 .dot::after {
  --s: -1, -1;
}

@keyframes d2-0 {

  0%,
  60% {
    background-position: calc(33.333333%) 0px, calc(66.666667%) 0px;
  }

  100% {
    background-position: calc(0%) 0px, calc(100%) 0px;
  }
}

@keyframes d2-1 {
  0% {
    transform: scale(var(--s, 1)) translate(0, 0);
  }

  33% {
    transform: scale(var(--s, 1)) translate(0, 130%);
  }

  66% {
    transform: scale(var(--s, 1)) translate(calc(400%/3), 130%);
  }

  100% {
    transform: scale(var(--s, 1)) translate(calc(400%/3), 0);
  }
}

#loader .loader-container #preloader.style-4 .dot {
  height: 15px;
  aspect-ratio: 4 / 1;
  --_g: no-repeat radial-gradient(farthest-side, var(--primary-color) 90%, #0000);
  background-image: ;
  background-position-x: ;
  background-position-y: ;
  background-repeat: ;
  background-attachment: ;
  background-origin: ;
  background-clip: ;
  background-color: ;
  background-size: 25% 100%;
  display: grid;
}

#loader .loader-container #preloader.style-4 .dot::before,
#loader .loader-container #preloader.style-4 .dot::after {
  content: "";
  height: inherit;
  aspect-ratio: 1 / 1;
  grid-row-start: 1;
  grid-column-start: 1;
  grid-row-end: auto;
  grid-column-end: auto;
  margin: auto;
  border-radius: 50%;
  transform-origin: -100% 50%;
  background: currentcolor;
  animation: 1s linear infinite d9;
}

#loader .loader-container #preloader.style-4 .dot::after {
  transform-origin: 200% 50%;
  --s: -1;
  animation-delay: -0.5s;
}

@keyframes d9 {

  57.99999999999999%,
  100% {
    transform: rotate(calc(var(--s, 1)*1turn));
  }
}

#loader .loader-container #preloader.site-tytl {
  width: 100%;
}

#loader .loader-container #preloader.site-tytl svg {
  font-family: var(--font-main);
  width: 100%;
}

#loader .loader-container #preloader.site-tytl svg text {
  text-transform: uppercase;
  animation: 3s infinite stroke;
  stroke-width: 2;
  font-weight: bold;
  stroke: var(--primary-color);
  font-size: var(--font-size-xxxl);
}

@keyframes stroke {
  0% {
    fill: rgba(72, 138, 20, 0);
    stroke: var(--primary-color);
    stroke-dashoffset: 25%;
    stroke-dasharray: 0, 50%;
    stroke-width: 2;
  }

  70% {
    fill: rgba(72, 138, 20, 0);
    stroke: var(--primary-color);
  }

  80% {
    fill: rgba(72, 138, 20, 0);
    stroke: var(--primary-color);
    stroke-width: 3;
  }

  100% {
    fill: var(--primary-color);
    stroke: rgba(54, 95, 160, 0);
    stroke-dashoffset: -25%;
    stroke-dasharray: 50%, 0;
    stroke-width: 0px;
  }
}

header.header-style-1 {
  margin-bottom: 15px;
}

header.header-style-1 .top-header-part {
  padding-block: 15px;
}

header.header-style-1 .top-header-part .top-header-wrapper {
  display: flex;
  gap: 20px;
}

@media (max-width: 1024px) {
  header.header-style-1 .top-header-part .top-header-wrapper {
    flex-wrap: wrap;
  }
}

header.header-style-1 .top-header-part .top-header-wrapper .header-brand {
  width: 25%;
  padding: 20px;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  background-color: var(--primary-color);
}

@media (max-width: 1024px) {
  header.header-style-1 .top-header-part .top-header-wrapper .header-brand {
    flex-grow: 1;
    order: 1;
  }
}

@media (max-width: 600px) {
  header.header-style-1 .top-header-part .top-header-wrapper .header-brand {
    width: 100%;
  }
}

@media (max-width: 991px) {
  header.header-style-1 .top-header-part .top-header-wrapper .header-brand .site-branding {
    text-align: center;
  }
}

header.header-style-1 .top-header-part .top-header-wrapper .header-brand .site-branding .site-logo {
  margin-inline: auto;
}

header.header-style-1 .top-header-part .top-header-wrapper .header-brand .site-branding .site-title {
  font-size: var(--font-size-lg);
  font-weight: 700;
  line-height: 1.2;
  margin: 0px;
}

header.header-style-1 .top-header-part .top-header-wrapper .header-brand .site-branding .site-title a {
  line-height: inherit;
  text-decoration: none;
  color: var(--header-text-color);
}

header.header-style-1 .top-header-part .top-header-wrapper .header-brand .site-branding .site-description {
  margin: 0px;
  color: var(--white);
}

@media (max-width: 480px) {
  header.header-style-1 .top-header-part .top-header-wrapper .header-brand .site-branding .site-description {
    font-size: 0.8rem;
    margin-top: 0px;
  }
}

header.header-style-1 .top-header-part .top-header-wrapper .mag-adver-secondary-menu {
  display: flex;
  width: 55%;
  gap: 10px;
  flex-grow: 1;
  align-self: flex-end;
  flex-direction: column;
  justify-content: space-between;
}

@media (max-width: 1024px) {
  header.header-style-1 .top-header-part .top-header-wrapper .mag-adver-secondary-menu {
    flex-grow: 1;
    order: 3;
  }
}

@media (max-width: 600px) {
  header.header-style-1 .top-header-part .top-header-wrapper .mag-adver-secondary-menu {
    width: 100%;
  }
}

header.header-style-1 .top-header-part .top-header-wrapper .mag-adver-secondary-menu .secondary-social-menu {
  display: flex;
  gap: 5px 10px;
  flex-wrap: wrap;
  align-items: center;
  font-size: var(--font-size-sm);
  justify-content: space-between;
  margin-top: auto;
}

@media (max-width: 600px) {
  header.header-style-1 .top-header-part .top-header-wrapper .mag-adver-secondary-menu .secondary-social-menu .secondary-menu {
    display: none;
  }
}

header.header-style-1 .top-header-part .top-header-wrapper .mag-adver-secondary-menu .secondary-social-menu .secondary-menu ul {
  gap: 10px;
  margin: 0px;
  padding: 0px;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

header.header-style-1 .top-header-part .top-header-wrapper .mag-adver-secondary-menu .secondary-social-menu .secondary-menu ul li a {
  text-decoration: none;
  color: var(--clr-foreground);
}

header.header-style-1 .top-header-part .top-header-wrapper .mag-adver-secondary-menu .secondary-social-menu .secondary-menu ul li a:focus,
header.header-style-1 .top-header-part .top-header-wrapper .mag-adver-secondary-menu .secondary-social-menu .secondary-menu ul li a:hover {
  color: var(--theme-color);
}

header.header-style-1 .top-header-part .top-header-wrapper .mag-adver-secondary-menu .secondary-social-menu .secondary-menu ul li.menu-item-has-children {
  gap: 10px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

header.header-style-1 .top-header-part .top-header-wrapper .mag-adver-secondary-menu .secondary-social-menu .social-menu ul.social-links a:focus,
header.header-style-1 .top-header-part .top-header-wrapper .mag-adver-secondary-menu .secondary-social-menu .social-menu ul.social-links a:hover {
  color: var(--primary-color);
}

header.header-style-1 .top-header-part .top-header-wrapper .mag-adver-secondary-menu .social-menu ul li a {
  color: var(--clr-foreground);
}

header.header-style-1 .top-header-part .top-header-wrapper .mag-adver-secondary-menu .social-menu ul li a:focus,
header.header-style-1 .top-header-part .top-header-wrapper .mag-adver-secondary-menu .social-menu ul li a:hover {
  color: var(--theme-color);
}

header.header-style-1 .top-header-part .top-header-wrapper .mag-adver-part.side {
  width: 20%;
  align-self: flex-end;
}

@media (max-width: 1024px) {
  header.header-style-1 .top-header-part .top-header-wrapper .mag-adver-part.side {
    flex-grow: 1;
    order: 2;
  }
}

@media (max-width: 600px) {
  header.header-style-1 .top-header-part .top-header-wrapper .mag-adver-part.side {
    width: 100%;
  }
}

header.header-style-1 .top-header-part .top-header-wrapper .mag-adver-part a {
  display: flex;
  width: 100%;
}

header.header-style-1 .top-header-part .top-header-wrapper .mag-adver-part a img {
  width: 100%;
}

header.header-style-1 .top-header-part .top-header-wrapper .mag-adver-part a:focus {
  outline: dashed 1px;
  outline-offset: 2px;
}

header.header-style-1 .top-header-part.ascendoor-header-image {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
  isolation: isolate;
  color: rgb(255, 255, 255);
}

header.header-style-1 .top-header-part.ascendoor-header-image::before {
  position: absolute;
  content: "";
  inset: 0px;
  background-color: rgb(0, 0, 0);
  opacity: 0.5;
  z-index: -1;
}

header.header-style-1 .top-header-part.ascendoor-header-image .top-header-wrapper .mag-adver-secondary-menu .secondary-social-menu .social-menu ul li a,
header.header-style-1 .top-header-part.ascendoor-header-image .top-header-wrapper .mag-adver-secondary-menu .secondary-social-menu .secondary-menu ul li a {
  color: rgb(255, 255, 255);
}

header.header-style-1 .top-header-part.ascendoor-header-image .top-header-wrapper .mag-adver-secondary-menu .secondary-social-menu .social-menu ul li a:focus,
header.header-style-1 .top-header-part.ascendoor-header-image .top-header-wrapper .mag-adver-secondary-menu .secondary-social-menu .social-menu ul li a:hover,
header.header-style-1 .top-header-part.ascendoor-header-image .top-header-wrapper .mag-adver-secondary-menu .secondary-social-menu .secondary-menu ul li a:focus,
header.header-style-1 .top-header-part.ascendoor-header-image .top-header-wrapper .mag-adver-secondary-menu .secondary-social-menu .secondary-menu ul li a:hover {
  color: var(--primary-color);
}

header.header-style-1 .bottom-header-part-outer.header-fixed {
  min-height: 56.5px;
}

header.header-style-1 .bottom-header-part-outer.header-fixed .bottom-header-part.fix-header {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 999;
  background-color: var(--clr-background);
}

.admin-bar header.header-style-1 .bottom-header-part-outer.header-fixed .bottom-header-part.fix-header {
  top: 32px;
}

@media (max-width: 782px) {
  .admin-bar header.header-style-1 .bottom-header-part-outer.header-fixed .bottom-header-part.fix-header {
    top: 46px;
  }
}

@media (max-width: 600px) {
  .admin-bar header.header-style-1 .bottom-header-part-outer.header-fixed .bottom-header-part.fix-header.fix-header {
    top: 0px;
  }
}

header.header-style-1 .bottom-header-part {
  border-color: rgba(155, 155, 155, 0.3);
  border-style: solid;
  border-width: 1px 0px;
}

header.header-style-1 .bottom-header-part .bottom-header-wrapper {
  min-height: 53px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media (max-width: 480px) {
  header.header-style-1 .bottom-header-part .bottom-header-wrapper {
    position: relative;
  }
}

header.header-style-1 .bottom-header-part .bottom-header-wrapper .navigation-part {
  display: flex;
}

header.header-style-1 .bottom-header-part .bottom-header-wrapper .navigation-part .ascendoor-home-icon a {
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
  background: var(--theme-color);
  height: 57px;
  width: 57px;
}

@media (max-width: 991px) {
  header.header-style-1 .bottom-header-part .bottom-header-wrapper .navigation-part .ascendoor-home-icon a {
    height: 47px;
    width: 47px;
    margin-inline-end: 5px;
  }
}

header.header-style-1 .bottom-header-part .bottom-header-wrapper .bottom-header-right-part {
  display: flex;
  gap: 10px;
  align-items: center;
}

header.header-style-1 .bottom-header-part .bottom-header-wrapper .bottom-header-right-part> :not(:last-child) {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

header.header-style-1 .bottom-header-part .bottom-header-wrapper .bottom-header-right-part .ramdom-post a {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  position: relative;
}

header.header-style-1 .bottom-header-part .bottom-header-wrapper .bottom-header-right-part .ramdom-post a svg {
  width: 100%;
  height: 100%;
}

header.header-style-1 .bottom-header-part .bottom-header-wrapper .bottom-header-right-part .ramdom-post a svg .line {
  fill: none;
  stroke: var(--clr-foreground);
  stroke-width: 5;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
}

header.header-style-1 .bottom-header-part .bottom-header-wrapper .bottom-header-right-part .ramdom-post a svg .line.arrow-end {
  stroke-dasharray: 110;
  stroke-dashoffset: 220;
}

header.header-style-1 .bottom-header-part .bottom-header-wrapper .bottom-header-right-part .ramdom-post a:focus svg .line,
header.header-style-1 .bottom-header-part .bottom-header-wrapper .bottom-header-right-part .ramdom-post a:hover svg .line {
  stroke: var(--primary-color);
}

header.header-style-1 .bottom-header-part .bottom-header-wrapper .bottom-header-right-part .ramdom-post a:focus svg .line.arrow-end,
header.header-style-1 .bottom-header-part .bottom-header-wrapper .bottom-header-right-part .ramdom-post a:hover svg .line.arrow-end {
  animation: 0.7s cubic-bezier(0.32, 0.74, 0.57, 1) forwards dash;
}

header.header-style-1 .bottom-header-part .bottom-header-wrapper .bottom-header-right-part .ramdom-post a:focus svg .line.arrow-end.bottom,
header.header-style-1 .bottom-header-part .bottom-header-wrapper .bottom-header-right-part .ramdom-post a:hover svg .line.arrow-end.bottom {
  animation-delay: 0.2s;
}

@keyframes dash {
  0% {
    stroke-dashoffset: 220;
  }

  50% {
    stroke-dashoffset: 110;
  }

  100% {
    stroke-dashoffset: 220;
  }
}

header.header-style-1 .bottom-header-part .bottom-header-wrapper .bottom-header-right-part .ramdom-post a:focus {
  outline: thin dotted var(--clr-foreground);
}

header.header-style-1 .bottom-header-part .bottom-header-wrapper .bottom-header-right-part .ramdom-post a[data-title]::after {
  content: attr(data-title);
  top: 100%;
  inset-inline-end: 0px;
  position: absolute;
  width: max-content;
  height: max-content;
  visibility: hidden;
  opacity: 0;
  transition: 0.3s;
  padding: 4px 8px;
  color: var(--clr-foreground);
  font-size: var(--font-size-xs);
  background-color: var(--light-bg-color);
}

header.header-style-1 .bottom-header-part .bottom-header-wrapper .bottom-header-right-part .ramdom-post a[data-title]:focus::after,
header.header-style-1 .bottom-header-part .bottom-header-wrapper .bottom-header-right-part .ramdom-post a[data-title]:hover::after {
  opacity: 1;
  visibility: visible;
}

header.header-style-1 .bottom-header-part .bottom-header-wrapper .bottom-header-right-part .ascendoor-offcanvas {
  line-height: 0;
  display: flex;
  align-items: center;
}

header.header-style-1 .bottom-header-part .bottom-header-wrapper .bottom-header-right-part .ascendoor-offcanvas .ascendoor-offcanvas-menu {
  padding: 0px;
  cursor: pointer;
  border: 0px;
  background: none;
  position: relative;
  z-index: 1;
  width: 25px;
  height: 20px;
}

header.header-style-1 .bottom-header-part .bottom-header-wrapper .bottom-header-right-part .ascendoor-offcanvas .ascendoor-offcanvas-menu span {
  position: absolute;
  display: block;
  content: "";
  background-color: var(--clr-foreground);
  height: 2px;
  width: 100%;
  right: 0px;
  top: 50%;
  border-radius: 100vmax;
  transform: translateY(-50%);
  transition: width 500ms;
}

header.header-style-1 .bottom-header-part .bottom-header-wrapper .bottom-header-right-part .ascendoor-offcanvas .ascendoor-offcanvas-menu::before,
header.header-style-1 .bottom-header-part .bottom-header-wrapper .bottom-header-right-part .ascendoor-offcanvas .ascendoor-offcanvas-menu::after {
  position: absolute;
  display: block;
  content: "";
  height: 2px;
  width: 75%;
  inset-inline-end: 0px;
  border-radius: 100vmax;
  background-color: var(--clr-foreground);
  transition: width 500ms;
}

header.header-style-1 .bottom-header-part .bottom-header-wrapper .bottom-header-right-part .ascendoor-offcanvas .ascendoor-offcanvas-menu::before {
  top: 0px;
  width: 60%;
}

header.header-style-1 .bottom-header-part .bottom-header-wrapper .bottom-header-right-part .ascendoor-offcanvas .ascendoor-offcanvas-menu::after {
  bottom: 0px;
}

header.header-style-1 .bottom-header-part .bottom-header-wrapper .bottom-header-right-part .ascendoor-offcanvas .ascendoor-offcanvas-menu:hover,
header.header-style-1 .bottom-header-part .bottom-header-wrapper .bottom-header-right-part .ascendoor-offcanvas .ascendoor-offcanvas-menu:focus {
  opacity: 1;
}

header.header-style-1 .bottom-header-part .bottom-header-wrapper .bottom-header-right-part .ascendoor-offcanvas .ascendoor-offcanvas-menu:hover span,
header.header-style-1 .bottom-header-part .bottom-header-wrapper .bottom-header-right-part .ascendoor-offcanvas .ascendoor-offcanvas-menu:focus span {
  width: 100%;
}

header.header-style-1 .bottom-header-part .bottom-header-wrapper .bottom-header-right-part .ascendoor-offcanvas .ascendoor-offcanvas-menu:hover::before,
header.header-style-1 .bottom-header-part .bottom-header-wrapper .bottom-header-right-part .ascendoor-offcanvas .ascendoor-offcanvas-menu:hover::after,
header.header-style-1 .bottom-header-part .bottom-header-wrapper .bottom-header-right-part .ascendoor-offcanvas .ascendoor-offcanvas-menu:focus::before,
header.header-style-1 .bottom-header-part .bottom-header-wrapper .bottom-header-right-part .ascendoor-offcanvas .ascendoor-offcanvas-menu:focus::after {
  width: 100%;
}

header.header-style-1 .bottom-header-part .bottom-header-wrapper .bottom-header-right-part .ascendoor-offcanvas .ascendoor-offcanvas-menu:focus {
  outline: thin dotted var(--clr-foreground);
  outline-offset: 2px;
}

header.header-style-1 .bottom-header-part .bottom-header-wrapper .bottom-header-right-part .header-search {
  width: 30px;
  position: relative;
  display: inline-block;
  text-align: center;
}

@media (max-width: 480px) {
  header.header-style-1 .bottom-header-part .bottom-header-wrapper .bottom-header-right-part .header-search {
    position: unset;
  }
}

header.header-style-1 .bottom-header-part .bottom-header-wrapper .bottom-header-right-part .header-search .header-search-wrap .header-search-icon {
  font-size: 14px;
  color: var(--clr-foreground);
  font-weight: 700;
  text-align: center;
  outline: 0px;
  height: 30px;
  width: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
}

header.header-style-1 .bottom-header-part .bottom-header-wrapper .bottom-header-right-part .header-search .header-search-wrap .header-search-icon:focus-within {
  outline: 1px dashed var(--clr-foreground);
}

header.header-style-1 .bottom-header-part .bottom-header-wrapper .bottom-header-right-part .header-search .header-search-wrap .header-search-form {
  position: absolute;
  background: var(--clr-sub-background);
  inset-inline-end: 0px;
  opacity: 0;
  visibility: hidden;
  top: 100%;
  width: 325px;
  padding: 14px;
  z-index: 99;
  border-color: rgba(155, 155, 155, 0.3);
  border-style: solid;
  border-width: 1px;
}

@media (max-width: 480px) {
  header.header-style-1 .bottom-header-part .bottom-header-wrapper .bottom-header-right-part .header-search .header-search-wrap .header-search-form {
    width: 100%;
  }
}

header.header-style-1 .bottom-header-part .bottom-header-wrapper .bottom-header-right-part .header-search .header-search-wrap .header-search-form .search-form {
  display: flex;
}

header.header-style-1 .bottom-header-part .bottom-header-wrapper .bottom-header-right-part .header-search .header-search-wrap .header-search-form .search-form label {
  width: 75%;
}

header.header-style-1 .bottom-header-part .bottom-header-wrapper .bottom-header-right-part .header-search .header-search-wrap .header-search-form .search-form label input {
  width: 100%;
  border-radius: 0px;
  border-start-start-radius: 5px;
  border-end-start-radius: 5px;
}

header.header-style-1 .bottom-header-part .bottom-header-wrapper .bottom-header-right-part .header-search .header-search-wrap .header-search-form .search-form input.search-submit {
  border: 1px solid var(--theme-color);
  border-radius: 0px;
  padding: 0px;
  font-size: 13px;
  width: 25%;
  margin: 0px;
  border-start-end-radius: 5px;
  border-end-end-radius: 5px;
}

header.header-style-1 .bottom-header-part .bottom-header-wrapper .bottom-header-right-part .header-search .header-search-wrap.show .header-search-form {
  margin: 0px;
  opacity: 1;
  visibility: visible;
}

header.header-style-2 {
  margin-bottom: 15px;
}

header.header-style-2 .mag-adver-part a {
  display: flex;
}

header.header-style-2 .mag-adver-part a img {
  width: 100%;
}

header.header-style-2 .top-header-part {
  background: var(--light-bg-color);
  padding: 8px 0px;
  font-size: var(--font-size-sm);
  color: var(--clr-foreground);
}

header.header-style-2 .top-header-part .top-header-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media (max-width: 480px) {
  header.header-style-2 .top-header-part .top-header-wrapper {
    flex-direction: column;
  }
}

header.header-style-2 .top-header-part .top-header-wrapper .top-header-left {
  gap: 10px;
  display: flex;
  align-items: center;
}

@media (max-width: 480px) {
  header.header-style-2 .top-header-part .top-header-wrapper .top-header-left {
    display: none;
  }
}

header.header-style-2 .top-header-part .top-header-wrapper .top-header-left .date-wrap {
  padding: 8px 10px;
  background-color: var(--theme-color);
  color: var(--white);
  margin-block: -8px;
  flex-shrink: 0;
}

header.header-style-2 .top-header-part .top-header-wrapper .top-header-left .date-wrap i {
  margin-inline-end: 5px;
}

header.header-style-2 .top-header-part .top-header-wrapper .top-header-left .top-header-menu ul {
  gap: 10px;
  margin: 0px;
  padding: 0px;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

header.header-style-2 .top-header-part .top-header-wrapper .top-header-left .top-header-menu ul li a {
  text-decoration: none;
  color: var(--clr-foreground);
  font-weight: 700;
}

header.header-style-2 .top-header-part .top-header-wrapper .top-header-left .top-header-menu ul li a:focus,
header.header-style-2 .top-header-part .top-header-wrapper .top-header-left .top-header-menu ul li a:hover {
  color: var(--theme-color);
}

header.header-style-2 .top-header-part .top-header-wrapper .top-header-left .top-header-menu ul li.menu-item-has-children {
  gap: 10px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

header.header-style-2 .top-header-part .top-header-wrapper .top-header-right {
  gap: 5px;
  display: flex;
  align-items: center;
}

header.header-style-2 .top-header-part .top-header-wrapper .top-header-right .ramdom-post {
  margin-block: -8px;
  margin-inline-end: 10px;
}

header.header-style-2 .top-header-part .top-header-wrapper .top-header-right .ramdom-post a {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  position: relative;
}

header.header-style-2 .top-header-part .top-header-wrapper .top-header-right .ramdom-post a svg {
  width: 100%;
  height: 100%;
}

header.header-style-2 .top-header-part .top-header-wrapper .top-header-right .ramdom-post a svg .line {
  fill: none;
  stroke: var(--clr-foreground);
  stroke-width: 5;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
}

header.header-style-2 .top-header-part .top-header-wrapper .top-header-right .ramdom-post a svg .line.arrow-end {
  stroke-dasharray: 110;
  stroke-dashoffset: 220;
}

header.header-style-2 .top-header-part .top-header-wrapper .top-header-right .ramdom-post a:focus svg .line,
header.header-style-2 .top-header-part .top-header-wrapper .top-header-right .ramdom-post a:hover svg .line {
  stroke: var(--primary-color);
}

header.header-style-2 .top-header-part .top-header-wrapper .top-header-right .ramdom-post a:focus svg .line.arrow-end,
header.header-style-2 .top-header-part .top-header-wrapper .top-header-right .ramdom-post a:hover svg .line.arrow-end {
  animation: 0.7s cubic-bezier(0.32, 0.74, 0.57, 1) forwards dash;
}

header.header-style-2 .top-header-part .top-header-wrapper .top-header-right .ramdom-post a:focus svg .line.arrow-end.bottom,
header.header-style-2 .top-header-part .top-header-wrapper .top-header-right .ramdom-post a:hover svg .line.arrow-end.bottom {
  animation-delay: 0.2s;
}

@keyframes dash {
  0% {
    stroke-dashoffset: 220;
  }

  50% {
    stroke-dashoffset: 110;
  }

  100% {
    stroke-dashoffset: 220;
  }
}

header.header-style-2 .top-header-part .top-header-wrapper .top-header-right .ramdom-post a:focus {
  outline: thin dotted var(--clr-foreground);
}

header.header-style-2 .top-header-part .top-header-wrapper .top-header-right .ramdom-post a[data-title]::after {
  content: attr(data-title);
  top: 100%;
  inset-inline-end: 0px;
  position: absolute;
  width: max-content;
  height: max-content;
  visibility: hidden;
  opacity: 0;
  transition: 0.3s;
  padding: 4px 8px;
  color: var(--clr-foreground);
  font-size: var(--font-size-xs);
  background-color: var(--light-bg-color);
}

header.header-style-2 .top-header-part .top-header-wrapper .top-header-right .ramdom-post a[data-title]:focus::after,
header.header-style-2 .top-header-part .top-header-wrapper .top-header-right .ramdom-post a[data-title]:hover::after {
  opacity: 1;
  visibility: visible;
}

header.header-style-2 .top-header-part .top-header-wrapper .top-header-right .social-icons ul li a {
  color: var(--clr-foreground);
}

header.header-style-2 .top-header-part .top-header-wrapper .top-header-right .social-icons ul li a:focus,
header.header-style-2 .top-header-part .top-header-wrapper .top-header-right .social-icons ul li a:hover {
  color: var(--theme-color);
}

header.header-style-2 .middle-header-part .middle-header-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-block: 20px;
  gap: 30px;
}

@media (max-width: 991px) {
  header.header-style-2 .middle-header-part .middle-header-wrapper {
    flex-direction: column;
    gap: 20px;
  }
}

@media (min-width: 992px) {
  header.header-style-2 .middle-header-part .middle-header-wrapper .site-branding {
    width: 40%;
    flex-shrink: 0;
  }
}

@media (max-width: 991px) {
  header.header-style-2 .middle-header-part .middle-header-wrapper .site-branding {
    text-align: center;
  }

  header.header-style-2 .middle-header-part .middle-header-wrapper .site-branding .site-logo {
    margin-inline: auto;
  }
}

header.header-style-2 .middle-header-part .middle-header-wrapper .site-branding .site-title {
  font-size: var(--font-size-xl);
  font-weight: 700;
  line-height: 1.2;
  margin: 0px;
}

header.header-style-2 .middle-header-part .middle-header-wrapper .site-branding .site-title a {
  line-height: inherit;
  text-decoration: none;
  color: var(--header-text-color);
}

header.header-style-2 .middle-header-part .middle-header-wrapper .site-branding .site-description {
  margin: 0px;
  color: var(--clr-foreground);
}

@media (max-width: 480px) {
  header.header-style-2 .middle-header-part .middle-header-wrapper .site-branding .site-description {
    font-size: 0.8rem;
    margin-top: 0px;
  }
}

@media (min-width: 992px) {
  header.header-style-2 .middle-header-part .middle-header-wrapper .mag-adver-part {
    width: 60%;
  }
}

header.header-style-2 .middle-header-part .middle-header-wrapper .mag-adver-part a {
  display: block;
  line-height: 0;
}

header.header-style-2 .middle-header-part .middle-header-wrapper .mag-adver-part a img {
  width: 100%;
}

header.header-style-2 .middle-header-part .middle-header-wrapper .mag-adver-part a:focus {
  outline-color: var(--theme-color);
  outline-offset: 2px;
}

header.header-style-2 .middle-header-part .middle-header-wrapper.no-image {
  justify-content: center;
}

header.header-style-2 .middle-header-part .middle-header-wrapper.no-image .site-branding {
  width: auto;
  text-align: center;
}

header.header-style-2 .middle-header-part .middle-header-wrapper.no-image .site-branding .site-logo {
  margin-inline: auto;
}

header.header-style-2 .middle-header-part.ascendoor-header-image {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
  isolation: isolate;
  color: rgb(255, 255, 255);
  padding-block: 10px;
}

header.header-style-2 .middle-header-part.ascendoor-header-image::before {
  position: absolute;
  content: "";
  inset: 0px;
  background-color: rgb(0, 0, 0);
  opacity: 0.5;
  z-index: -1;
}

header.header-style-2 .middle-header-part.ascendoor-header-image .middle-header-wrapper .site-branding .site-description {
  color: rgb(255, 255, 255);
}

header.header-style-2 .bottom-header-part-outer.header-fixed {
  min-height: 56.5px;
}

header.header-style-2 .bottom-header-part-outer.header-fixed .bottom-header-part.fix-header {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 999;
  background-color: var(--clr-background);
}

.admin-bar header.header-style-2 .bottom-header-part-outer.header-fixed .bottom-header-part.fix-header {
  top: 32px;
}

@media (max-width: 782px) {
  .admin-bar header.header-style-2 .bottom-header-part-outer.header-fixed .bottom-header-part.fix-header {
    top: 46px;
  }
}

@media (max-width: 600px) {
  .admin-bar header.header-style-2 .bottom-header-part-outer.header-fixed .bottom-header-part.fix-header.fix-header {
    top: 0px;
  }
}

header.header-style-2 .bottom-header-part {
  border-color: rgba(155, 155, 155, 0.3);
  border-style: solid;
  border-width: 1px 0px;
}

header.header-style-2 .bottom-header-part .bottom-header-wrapper {
  min-height: 55px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media (max-width: 480px) {
  header.header-style-2 .bottom-header-part .bottom-header-wrapper {
    position: relative;
  }
}

header.header-style-2 .bottom-header-part .bottom-header-wrapper .navigation-part {
  display: flex;
}

header.header-style-2 .bottom-header-part .bottom-header-wrapper .bottom-header-right-part {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-inline-end: 15px;
}

header.header-style-2 .bottom-header-part .bottom-header-wrapper .bottom-header-right-part> :not(:last-child) {
  width: 30px;
  height: 30px;
  position: relative;
}

header.header-style-2 .bottom-header-part .bottom-header-wrapper .bottom-header-right-part .ascendoor-offcanvas {
  line-height: 0;
  display: flex;
  align-items: center;
}

header.header-style-2 .bottom-header-part .bottom-header-wrapper .bottom-header-right-part .ascendoor-offcanvas .ascendoor-offcanvas-menu {
  padding: 0px;
  cursor: pointer;
  border: 0px;
  background: none;
  position: relative;
  z-index: 1;
  width: 25px;
  height: 20px;
}

header.header-style-2 .bottom-header-part .bottom-header-wrapper .bottom-header-right-part .ascendoor-offcanvas .ascendoor-offcanvas-menu span {
  position: absolute;
  display: block;
  content: "";
  background-color: var(--clr-foreground);
  height: 2px;
  width: 100%;
  right: 0px;
  top: 50%;
  border-radius: 100vmax;
  transform: translateY(-50%);
  transition: width 500ms;
}

header.header-style-2 .bottom-header-part .bottom-header-wrapper .bottom-header-right-part .ascendoor-offcanvas .ascendoor-offcanvas-menu::before,
header.header-style-2 .bottom-header-part .bottom-header-wrapper .bottom-header-right-part .ascendoor-offcanvas .ascendoor-offcanvas-menu::after {
  position: absolute;
  display: block;
  content: "";
  height: 2px;
  width: 75%;
  inset-inline-end: 0px;
  border-radius: 100vmax;
  background-color: var(--clr-foreground);
  transition: width 500ms;
}

header.header-style-2 .bottom-header-part .bottom-header-wrapper .bottom-header-right-part .ascendoor-offcanvas .ascendoor-offcanvas-menu::before {
  top: 0px;
  width: 60%;
}

header.header-style-2 .bottom-header-part .bottom-header-wrapper .bottom-header-right-part .ascendoor-offcanvas .ascendoor-offcanvas-menu::after {
  bottom: 0px;
}

header.header-style-2 .bottom-header-part .bottom-header-wrapper .bottom-header-right-part .ascendoor-offcanvas .ascendoor-offcanvas-menu:hover,
header.header-style-2 .bottom-header-part .bottom-header-wrapper .bottom-header-right-part .ascendoor-offcanvas .ascendoor-offcanvas-menu:focus {
  opacity: 1;
}

header.header-style-2 .bottom-header-part .bottom-header-wrapper .bottom-header-right-part .ascendoor-offcanvas .ascendoor-offcanvas-menu:hover span,
header.header-style-2 .bottom-header-part .bottom-header-wrapper .bottom-header-right-part .ascendoor-offcanvas .ascendoor-offcanvas-menu:focus span {
  width: 100%;
}

header.header-style-2 .bottom-header-part .bottom-header-wrapper .bottom-header-right-part .ascendoor-offcanvas .ascendoor-offcanvas-menu:hover::before,
header.header-style-2 .bottom-header-part .bottom-header-wrapper .bottom-header-right-part .ascendoor-offcanvas .ascendoor-offcanvas-menu:hover::after,
header.header-style-2 .bottom-header-part .bottom-header-wrapper .bottom-header-right-part .ascendoor-offcanvas .ascendoor-offcanvas-menu:focus::before,
header.header-style-2 .bottom-header-part .bottom-header-wrapper .bottom-header-right-part .ascendoor-offcanvas .ascendoor-offcanvas-menu:focus::after {
  width: 100%;
}

header.header-style-2 .bottom-header-part .bottom-header-wrapper .bottom-header-right-part .ascendoor-offcanvas .ascendoor-offcanvas-menu:focus {
  outline: dotted thin;
  outline-offset: 2px;
}

header.header-style-2 .bottom-header-part .bottom-header-wrapper .bottom-header-right-part .header-search {
  width: 30px;
  position: relative;
  display: inline-block;
  text-align: center;
}

@media (max-width: 480px) {
  header.header-style-2 .bottom-header-part .bottom-header-wrapper .bottom-header-right-part .header-search {
    position: unset;
  }
}

header.header-style-2 .bottom-header-part .bottom-header-wrapper .bottom-header-right-part .header-search .header-search-wrap .header-search-icon {
  font-size: 14px;
  color: var(--clr-foreground);
  font-weight: 700;
  text-align: center;
  outline: 0px;
  height: 30px;
  width: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
}

header.header-style-2 .bottom-header-part .bottom-header-wrapper .bottom-header-right-part .header-search .header-search-wrap .header-search-icon:focus-within {
  outline: 1px dashed var(--clr-foreground);
}

header.header-style-2 .bottom-header-part .bottom-header-wrapper .bottom-header-right-part .header-search .header-search-wrap .header-search-form {
  position: absolute;
  background: var(--clr-sub-background);
  inset-inline-end: 0px;
  opacity: 0;
  visibility: hidden;
  top: 100%;
  width: 325px;
  padding: 14px;
  z-index: 99;
}

@media (max-width: 480px) {
  header.header-style-2 .bottom-header-part .bottom-header-wrapper .bottom-header-right-part .header-search .header-search-wrap .header-search-form {
    width: 100%;
  }
}

header.header-style-2 .bottom-header-part .bottom-header-wrapper .bottom-header-right-part .header-search .header-search-wrap .header-search-form .search-form {
  display: flex;
}

header.header-style-2 .bottom-header-part .bottom-header-wrapper .bottom-header-right-part .header-search .header-search-wrap .header-search-form .search-form label {
  width: 75%;
}

header.header-style-2 .bottom-header-part .bottom-header-wrapper .bottom-header-right-part .header-search .header-search-wrap .header-search-form .search-form label input {
  width: 100%;
  border-radius: 0px;
  border-start-start-radius: 5px;
  border-end-start-radius: 5px;
}

header.header-style-2 .bottom-header-part .bottom-header-wrapper .bottom-header-right-part .header-search .header-search-wrap .header-search-form .search-form input.search-submit {
  border: 1px solid var(--theme-color);
  border-radius: 0px;
  padding: 0px;
  font-size: 13px;
  width: 25%;
  margin: 0px;
  border-start-end-radius: 5px;
  border-end-end-radius: 5px;
}

header.header-style-2 .bottom-header-part .bottom-header-wrapper .bottom-header-right-part .header-search .header-search-wrap.show .header-search-form {
  margin: 0px;
  opacity: 1;
  visibility: visible;
}

header.header-style-3 {
  margin-bottom: 10px;
}

header.header-style-3 .top-middle-header-wrapper {
  background-color: rgb(21, 22, 24);
}

header.header-style-3 .top-middle-header-wrapper.ascendoor-header-image {
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  isolation: isolate;
}

header.header-style-3 .top-middle-header-wrapper.ascendoor-header-image::before {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: rgb(0, 0, 0);
  opacity: 0.4;
}

header.header-style-3 .top-middle-header-wrapper.ascendoor-header-image .middle-header-part .middle-header-wrapper .site-branding .site-description {
  color: var(--white);
}

header.header-style-3 .top-header-part {
  font-size: var(--font-size-sm);
  color: var(--clr-foreground);
}

header.header-style-3 .top-header-part .top-header-wrapper {
  display: flex;
  padding: 8px;
  align-items: center;
  justify-content: space-between;
  background: var(--light-bg-color);
}

.artistic-design header.header-style-3 .top-header-part .top-header-wrapper {
  border-radius: 5px;
}

.modern-design header.header-style-3 .top-header-part .top-header-wrapper {
  border-radius: 10px;
}

.dark-theme header.header-style-3 .top-header-part .top-header-wrapper {
  background: rgb(0, 0, 0);
}

@media (max-width: 480px) {
  header.header-style-3 .top-header-part .top-header-wrapper {
    flex-direction: column;
  }
}

header.header-style-3 .top-header-part .top-header-wrapper .top-header-left {
  gap: 10px;
  display: flex;
  align-items: center;
}

@media (max-width: 480px) {
  header.header-style-3 .top-header-part .top-header-wrapper .top-header-left {
    display: none;
  }
}

header.header-style-3 .top-header-part .top-header-wrapper .top-header-left .date-wrap {
  padding: 8px 10px;
  background-color: var(--theme-color);
  color: var(--white);
  margin-block: -8px;
  margin-inline-start: -10px;
  flex-shrink: 0;
}

.artistic-design header.header-style-3 .top-header-part .top-header-wrapper .top-header-left .date-wrap {
  border-start-start-radius: 5px;
  border-end-start-radius: 5px;
}

.modern-design header.header-style-3 .top-header-part .top-header-wrapper .top-header-left .date-wrap {
  border-start-start-radius: 10px;
  border-end-start-radius: 10px;

}

header.header-style-3 .top-header-part .top-header-wrapper .top-header-left .date-wrap i {
  margin-inline-end: 5px;
}

header.header-style-3 .top-header-part .top-header-wrapper .top-header-left .top-header-menu ul {
  gap: 10px;
  margin: 0px;
  padding: 0px;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

header.header-style-3 .top-header-part .top-header-wrapper .top-header-left .top-header-menu ul li a {
  text-decoration: none;
  color: var(--clr-foreground);
  font-weight: 700;
}

header.header-style-3 .top-header-part .top-header-wrapper .top-header-left .top-header-menu ul li a:focus,
header.header-style-3 .top-header-part .top-header-wrapper .top-header-left .top-header-menu ul li a:hover {
  color: var(--theme-color);
}

header.header-style-3 .top-header-part .top-header-wrapper .top-header-left .top-header-menu ul li.menu-item-has-children {
  gap: 10px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

header.header-style-3 .top-header-part .top-header-wrapper .top-header-right {
  gap: 5px;
  display: flex;
  align-items: center;
}

header.header-style-3 .top-header-part .top-header-wrapper .top-header-right .ramdom-post {
  margin-block: -8px;
  margin-inline-end: 8px;
}

header.header-style-3 .top-header-part .top-header-wrapper .top-header-right .ramdom-post a {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  position: relative;
}

header.header-style-3 .top-header-part .top-header-wrapper .top-header-right .ramdom-post a svg {
  width: 100%;
  height: 100%;
}

header.header-style-3 .top-header-part .top-header-wrapper .top-header-right .ramdom-post a svg .line {
  fill: none;
  stroke: var(--clr-foreground);
  stroke-width: 5;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
}

header.header-style-3 .top-header-part .top-header-wrapper .top-header-right .ramdom-post a svg .line.arrow-end {
  stroke-dasharray: 110;
  stroke-dashoffset: 220;
}

header.header-style-3 .top-header-part .top-header-wrapper .top-header-right .ramdom-post a:focus svg .line,
header.header-style-3 .top-header-part .top-header-wrapper .top-header-right .ramdom-post a:hover svg .line {
  stroke: var(--primary-color);
}

header.header-style-3 .top-header-part .top-header-wrapper .top-header-right .ramdom-post a:focus svg .line.arrow-end,
header.header-style-3 .top-header-part .top-header-wrapper .top-header-right .ramdom-post a:hover svg .line.arrow-end {
  animation: 0.7s cubic-bezier(0.32, 0.74, 0.57, 1) forwards dash;
}

header.header-style-3 .top-header-part .top-header-wrapper .top-header-right .ramdom-post a:focus svg .line.arrow-end.bottom,
header.header-style-3 .top-header-part .top-header-wrapper .top-header-right .ramdom-post a:hover svg .line.arrow-end.bottom {
  animation-delay: 0.2s;
}

@keyframes dash {
  0% {
    stroke-dashoffset: 220;
  }

  50% {
    stroke-dashoffset: 110;
  }

  100% {
    stroke-dashoffset: 220;
  }
}

header.header-style-3 .top-header-part .top-header-wrapper .top-header-right .ramdom-post a:focus {
  outline: thin dotted var(--clr-foreground);
}

header.header-style-3 .top-header-part .top-header-wrapper .top-header-right .ramdom-post a[data-title]::after {
  content: attr(data-title);
  top: 100%;
  inset-inline-end: 0px;
  position: absolute;
  width: max-content;
  height: max-content;
  visibility: hidden;
  opacity: 0;
  transition: 0.3s;
  padding: 4px 8px;
  color: var(--clr-foreground);
  font-size: var(--font-size-xs);
  background-color: var(--light-bg-color);
}

header.header-style-3 .top-header-part .top-header-wrapper .top-header-right .ramdom-post a[data-title]:focus::after,
header.header-style-3 .top-header-part .top-header-wrapper .top-header-right .ramdom-post a[data-title]:hover::after {
  opacity: 1;
  visibility: visible;
}

header.header-style-3 .top-header-part .top-header-wrapper .top-header-right .social-icons ul li a {
  color: var(--clr-foreground);
}

header.header-style-3 .top-header-part .top-header-wrapper .top-header-right .social-icons ul li a:focus,
header.header-style-3 .top-header-part .top-header-wrapper .top-header-right .social-icons ul li a:hover {
  color: var(--theme-color);
}

header.header-style-3 .middle-header-part .middle-header-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-block: 25px;
  gap: 30px;
}

@media (max-width: 991px) {
  header.header-style-3 .middle-header-part .middle-header-wrapper {
    flex-direction: column;
    gap: 20px;
  }
}

@media (min-width: 992px) {
  header.header-style-3 .middle-header-part .middle-header-wrapper .site-branding {
    width: 40%;
    flex-shrink: 0;
  }
}

@media (max-width: 991px) {
  header.header-style-3 .middle-header-part .middle-header-wrapper .site-branding {
    text-align: center;
  }

  header.header-style-3 .middle-header-part .middle-header-wrapper .site-branding .site-logo {
    margin-inline: auto;
  }
}

header.header-style-3 .middle-header-part .middle-header-wrapper .site-branding .site-title {
  font-size: var(--font-size-xl);
  font-weight: 700;
  line-height: 1.2;
  margin: 0px;
}

header.header-style-3 .middle-header-part .middle-header-wrapper .site-branding .site-title a {
  line-height: inherit;
  text-decoration: none;
  color: var(--header-text-color);
}

header.header-style-3 .middle-header-part .middle-header-wrapper .site-branding .site-description {
  margin: 0px;
  color: var(--white);
}

@media (max-width: 480px) {
  header.header-style-3 .middle-header-part .middle-header-wrapper .site-branding .site-description {
    font-size: 0.8rem;
    margin-top: 0px;
  }
}

@media (min-width: 992px) {
  header.header-style-3 .middle-header-part .middle-header-wrapper .mag-adver-part {
    width: 60%;
  }
}

header.header-style-3 .middle-header-part .middle-header-wrapper .mag-adver-part a {
  display: block;
  line-height: 0;
}

header.header-style-3 .middle-header-part .middle-header-wrapper .mag-adver-part a img {
  width: 100%;
}

header.header-style-3 .middle-header-part .middle-header-wrapper .mag-adver-part a:focus {
  outline-color: var(--theme-color);
  outline-offset: 2px;
}

header.header-style-3 .middle-header-part .middle-header-wrapper.two-images {
  gap: 20px;
}

@media (min-width: 992px) {
  header.header-style-3 .middle-header-part .middle-header-wrapper.two-images .site-branding {
    width: 33.33%;
    flex-shrink: 0;
  }
}

@media (min-width: 992px) {
  header.header-style-3 .middle-header-part .middle-header-wrapper.two-images .mag-adver-part {
    width: 33.33%;
  }
}

header.header-style-3 .middle-header-part .middle-header-wrapper.two-images.two-images-style-1 .image-1 {
  order: 1;
}

header.header-style-3 .middle-header-part .middle-header-wrapper.two-images.two-images-style-1 .site-branding {
  order: 2;
  text-align: center;
}

header.header-style-3 .middle-header-part .middle-header-wrapper.two-images.two-images-style-1 .site-branding .site-logo {
  margin-inline: auto;
}

header.header-style-3 .middle-header-part .middle-header-wrapper.two-images.two-images-style-1 .image-2 {
  order: 3;
}

header.header-style-3 .middle-header-part .middle-header-wrapper.no-image {
  justify-content: center;
}

header.header-style-3 .middle-header-part .middle-header-wrapper.no-image .site-branding {
  text-align: center;
}

header.header-style-3 .middle-header-part .middle-header-wrapper.no-image .site-branding .site-logo {
  margin-inline: auto;
}

header.header-style-3 .bottom-header-part-outer.header-fixed {
  min-height: 56.5px;
}

header.header-style-3 .bottom-header-part-outer.header-fixed .bottom-header-part.fix-header {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 999;
  background-color: var(--clr-background);
}

.admin-bar header.header-style-3 .bottom-header-part-outer.header-fixed .bottom-header-part.fix-header {
  top: 32px;
}

@media (max-width: 782px) {
  .admin-bar header.header-style-3 .bottom-header-part-outer.header-fixed .bottom-header-part.fix-header {
    top: 46px;
  }
}

@media (max-width: 600px) {
  .admin-bar header.header-style-3 .bottom-header-part-outer.header-fixed .bottom-header-part.fix-header.fix-header {
    top: 0px;
  }
}

header.header-style-3 .bottom-header-part {
  border-color: rgba(155, 155, 155, 0.3);
  border-style: solid;
  border-width: 1px 0px;
}

header.header-style-3 .bottom-header-part .bottom-header-wrapper {
  min-height: 55px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media (max-width: 480px) {
  header.header-style-3 .bottom-header-part .bottom-header-wrapper {
    position: relative;
  }
}

header.header-style-3 .bottom-header-part .bottom-header-wrapper .navigation-part {
  display: flex;
}

header.header-style-3 .bottom-header-part .bottom-header-wrapper .navigation-part .ascendoor-home-icon a {
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
  background: var(--theme-color);
  height: 57px;
  width: 57px;
}

@media (max-width: 991px) {
  header.header-style-3 .bottom-header-part .bottom-header-wrapper .navigation-part .ascendoor-home-icon a {
    height: 47px;
    width: 47px;
    margin-inline-end: 5px;
  }
}

header.header-style-3 .bottom-header-part .bottom-header-wrapper .bottom-header-right-part {
  display: flex;
  gap: 10px;
  align-items: center;
}

header.header-style-3 .bottom-header-part .bottom-header-wrapper .bottom-header-right-part> :not(:last-child) {
  width: 30px;
  height: 30px;
  position: relative;
}

header.header-style-3 .bottom-header-part .bottom-header-wrapper .bottom-header-right-part .ascendoor-offcanvas {
  line-height: 0;
  display: flex;
  align-items: center;
}

header.header-style-3 .bottom-header-part .bottom-header-wrapper .bottom-header-right-part .ascendoor-offcanvas .ascendoor-offcanvas-menu {
  padding: 0px;
  cursor: pointer;
  border: 0px;
  background: none;
  position: relative;
  z-index: 1;
  width: 25px;
  height: 20px;
}

header.header-style-3 .bottom-header-part .bottom-header-wrapper .bottom-header-right-part .ascendoor-offcanvas .ascendoor-offcanvas-menu span {
  position: absolute;
  display: block;
  content: "";
  background-color: var(--clr-foreground);
  height: 2px;
  width: 100%;
  right: 0px;
  top: 50%;
  border-radius: 100vmax;
  transform: translateY(-50%);
  transition: width 500ms;
}

header.header-style-3 .bottom-header-part .bottom-header-wrapper .bottom-header-right-part .ascendoor-offcanvas .ascendoor-offcanvas-menu::before,
header.header-style-3 .bottom-header-part .bottom-header-wrapper .bottom-header-right-part .ascendoor-offcanvas .ascendoor-offcanvas-menu::after {
  position: absolute;
  display: block;
  content: "";
  height: 2px;
  width: 75%;
  inset-inline-end: 0px;
  border-radius: 100vmax;
  background-color: var(--clr-foreground);
  transition: width 500ms;
}

header.header-style-3 .bottom-header-part .bottom-header-wrapper .bottom-header-right-part .ascendoor-offcanvas .ascendoor-offcanvas-menu::before {
  top: 0px;
  width: 60%;
}

header.header-style-3 .bottom-header-part .bottom-header-wrapper .bottom-header-right-part .ascendoor-offcanvas .ascendoor-offcanvas-menu::after {
  bottom: 0px;
}

header.header-style-3 .bottom-header-part .bottom-header-wrapper .bottom-header-right-part .ascendoor-offcanvas .ascendoor-offcanvas-menu:hover,
header.header-style-3 .bottom-header-part .bottom-header-wrapper .bottom-header-right-part .ascendoor-offcanvas .ascendoor-offcanvas-menu:focus {
  opacity: 1;
}

header.header-style-3 .bottom-header-part .bottom-header-wrapper .bottom-header-right-part .ascendoor-offcanvas .ascendoor-offcanvas-menu:hover span,
header.header-style-3 .bottom-header-part .bottom-header-wrapper .bottom-header-right-part .ascendoor-offcanvas .ascendoor-offcanvas-menu:focus span {
  width: 100%;
}

header.header-style-3 .bottom-header-part .bottom-header-wrapper .bottom-header-right-part .ascendoor-offcanvas .ascendoor-offcanvas-menu:hover::before,
header.header-style-3 .bottom-header-part .bottom-header-wrapper .bottom-header-right-part .ascendoor-offcanvas .ascendoor-offcanvas-menu:hover::after,
header.header-style-3 .bottom-header-part .bottom-header-wrapper .bottom-header-right-part .ascendoor-offcanvas .ascendoor-offcanvas-menu:focus::before,
header.header-style-3 .bottom-header-part .bottom-header-wrapper .bottom-header-right-part .ascendoor-offcanvas .ascendoor-offcanvas-menu:focus::after {
  width: 100%;
}

header.header-style-3 .bottom-header-part .bottom-header-wrapper .bottom-header-right-part .ascendoor-offcanvas .ascendoor-offcanvas-menu:focus {
  outline: dotted thin;
  outline-offset: 2px;
}

header.header-style-3 .bottom-header-part .bottom-header-wrapper .bottom-header-right-part .header-search {
  width: 30px;
  position: relative;
  display: inline-block;
  text-align: center;
}

@media (max-width: 480px) {
  header.header-style-3 .bottom-header-part .bottom-header-wrapper .bottom-header-right-part .header-search {
    position: unset;
  }
}

header.header-style-3 .bottom-header-part .bottom-header-wrapper .bottom-header-right-part .header-search .header-search-wrap .header-search-icon {
  font-size: 14px;
  color: var(--clr-foreground);
  font-weight: 700;
  text-align: center;
  outline: 0px;
  height: 30px;
  width: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
}

header.header-style-3 .bottom-header-part .bottom-header-wrapper .bottom-header-right-part .header-search .header-search-wrap .header-search-icon:focus-within {
  outline: 1px dashed var(--clr-foreground);
}

header.header-style-3 .bottom-header-part .bottom-header-wrapper .bottom-header-right-part .header-search .header-search-wrap .header-search-form {
  position: absolute;
  background: var(--clr-sub-background);
  inset-inline-end: 0px;
  opacity: 0;
  visibility: hidden;
  top: 100%;
  width: 325px;
  padding: 14px;
  z-index: 99;
}

@media (max-width: 480px) {
  header.header-style-3 .bottom-header-part .bottom-header-wrapper .bottom-header-right-part .header-search .header-search-wrap .header-search-form {
    width: 100%;
  }
}

header.header-style-3 .bottom-header-part .bottom-header-wrapper .bottom-header-right-part .header-search .header-search-wrap .header-search-form .search-form {
  display: flex;
}

header.header-style-3 .bottom-header-part .bottom-header-wrapper .bottom-header-right-part .header-search .header-search-wrap .header-search-form .search-form label {
  width: 75%;
}

header.header-style-3 .bottom-header-part .bottom-header-wrapper .bottom-header-right-part .header-search .header-search-wrap .header-search-form .search-form label input {
  width: 100%;
  border-radius: 0px;
  border-start-start-radius: 5px;
  border-end-start-radius: 5px;
}

header.header-style-3 .bottom-header-part .bottom-header-wrapper .bottom-header-right-part .header-search .header-search-wrap .header-search-form .search-form input.search-submit {
  border: 1px solid var(--theme-color);
  border-radius: 0px;
  padding: 0px;
  font-size: 13px;
  width: 25%;
  margin: 0px;
  border-start-end-radius: 5px;
  border-end-end-radius: 5px;
}

header.header-style-3 .bottom-header-part .bottom-header-wrapper .bottom-header-right-part .header-search .header-search-wrap.show .header-search-form {
  margin: 0px;
  opacity: 1;
  visibility: visible;
}

.light-theme.dark-mode-logo header .site-logo a.ascendoor-dark-logo-link {
  display: none;
}

.dark-theme.dark-mode-logo header .site-logo a:not(.ascendoor-dark-logo-link) {
  display: none;
}

header .site-logo {
  max-width: var(--logo-size-custom);
}

header .site-logo a {
  display: block;
}

header .site-logo a img {
  width: 100%;
}

header .site-branding.site-logo-side {
  display: flex;
  gap: 10px;
  align-items: center;
}

header .site-branding.site-logo-side .site-logo {
  flex-shrink: 0;
}

@media (max-width: 600px) {

  .no-mobile-adver-image1 header.header-style-3 .middle-header-part .middle-header-wrapper.two-images.two-images-style-1 .mag-adver-part.image-1,
  .no-mobile-adver-image1 header.header-style-1 .top-header-part .top-header-wrapper .mag-adver-part:not(.side),
  .no-mobile-adver-image1 .header-style-2>.mag-adver-part {
    display: none;
  }
}

@media (max-width: 600px) {

  .no-mobile-adver-image2 header.header-style-3 .middle-header-part .middle-header-wrapper.two-images.two-images-style-1 .mag-adver-part.image-2,
  .no-mobile-adver-image2 header.header-style-1 .top-header-part .top-header-wrapper .mag-adver-part.side,
  .no-mobile-adver-image2 header.header-style-2 .middle-header-part .middle-header-wrapper .mag-adver-part {
    display: none;
  }
}

#theme-toggle {
  cursor: pointer;
  background: 0px center rgba(255, 255, 255, 0.2);
  border: 0px;
  opacity: 1;
  border-radius: 50%;
  isolation: isolate;
  bottom: 1px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 3px;
  height: 30px;
  width: 30px;
  z-index: 1;
  color: var(--clr-foreground);
}

#theme-toggle svg {
  fill: var(--clr-foreground);
}

#theme-toggle .toggle-circle {
  transition: transform 500ms ease-out;
}

#theme-toggle .toggle-sun {
  transform-origin: center center;
  transition: transform 750ms cubic-bezier(0.11, 0.14, 0.29, 1.32);
}

#theme-toggle:hover,
#theme-toggle:focus {
  outline: 0px;
}

#theme-toggle:focus {
  outline: dotted thin;
}

#theme-toggle:hover::after,
#theme-toggle:focus-visible::after {
  opacity: 1;
  transform: scale(1);
  transition: transform 70ms linear, opacity 70ms linear;
}

#theme-toggle::before {
  content: "";
  position: absolute;
  inset: 0px;
  background: rgba(128, 128, 128, 0.2);
  border-radius: inherit;
  transform: scale(0);
  opacity: 0;
  z-index: -1;
}

#theme-toggle::after {
  content: attr(aria-label);
  position: absolute;
  color: var(--clr-background);
  background: var(--clr-foreground);
  width: max-content;
  font-size: 0.7rem;
  right: 0px;
  top: 95%;
  margin: 0px auto;
  padding: 0.5em 1em;
  border-radius: 0.125em;
  opacity: 0;
  transform: scale(0);
  transform-origin: center top;
  transition: transform 0ms linear 100ms, opacity 100ms linear;
}

.light-theme #theme-toggle::before {
  animation: 650ms ease-out pulseToLight;
}

.light-theme .toggle-circle {
  transform: translateX(-15%);
}

.light-theme .toggle-sun {
  transform: rotate(0.5turn);
}

.dark-theme #theme-toggle::before {
  animation: 650ms ease-out pulseToDark;
}

@keyframes pulseToLight {
  0% {
    transform: scale(0);
    opacity: 0.5;
  }

  10% {
    transform: scale(1);
  }

  75% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    transform: scale(1);
  }
}

@keyframes pulseToDark {
  0% {
    transform: scale(0);
    opacity: 0.5;
  }

  10% {
    transform: scale(1);
  }

  75% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    transform: scale(1);
  }
}

.banner-section,
.magazine-frontpage-section {
  margin-bottom: 30px;
}

.banner-section.dark-theme,
.magazine-frontpage-section.dark-theme {
  background-color: var(--clr-background);
  padding: 50px 0px;
  margin-bottom: 0px;
}

.dark-theme .banner-section.dark-theme,
.dark-theme .magazine-frontpage-section.dark-theme {
  background: var(--light-bg-color);
}

.below-banner-widgets-section+section.dark-theme,
section:not(.dark-theme)+section.dark-theme {
  margin-top: 50px;
}

section.dark-theme+div:not(.dark-theme),
section.dark-theme+section:not(.dark-theme) {
  margin-top: 50px;
}

.dark-theme+.dark-theme {
  padding-top: 0px;
}

section.flash-news-ticker:not(.dark-theme)+.dark-theme {
  margin-top: 0px;
}

.banner-section.dark-theme:first-child {
  margin-top: -10px;
}

body.classic-design .section-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  margin-bottom: 10px;
}

body.classic-design .section-header .widgettitle,
body.classic-design .section-header .widget-title,
body.classic-design .section-header .section-title {
  font-size: var(--font-size-base);
  line-height: 1.2;
  margin-top: 0px;
  font-weight: bold;
  padding-bottom: 0px;
  margin-bottom: 0px;
  color: var(--clr-foreground);
  flex-grow: 1;
  position: relative;
  display: flex;
  align-items: center;
}

body.classic-design .section-header .widgettitle::before,
body.classic-design .section-header .widget-title::before,
body.classic-design .section-header .section-title::before {
  content: "";
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background-color: var(--theme-color);
  margin-inline-end: 7px;
  display: inline-block;
}

body.classic-design .section-header .widgettitle::after,
body.classic-design .section-header .widget-title::after,
body.classic-design .section-header .section-title::after {
  content: "";
  border-style: solid;
  border-color: rgba(155, 155, 155, 0.3);
  border-image: none;
  border-width: 1px 0px;
  margin-inline-start: 10px;
  flex-grow: 1;
  height: 4px;
}

body.classic-design .section-header a {
  padding: 5px 0px;
  font-size: var(--font-size-sm);
  color: var(--clr-foreground);
  text-decoration: none;
}

body.classic-design .section-header a:focus,
body.classic-design .section-header a:hover {
  color: var(--theme-color);
}

body.classic-design .section-header a::after {
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant-ligatures: normal;
  font-variant-caps: normal;
  font-variant-alternates: normal;
  font-variant-numeric: normal;
  font-variant-east-asian: normal;
  font-variant-position: normal;
  font-variant-emoji: normal;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  line-height: inherit;
  vertical-align: baseline;
  content: "";
  margin-inline-start: 5px;
}

body.rtl body.classic-design .section-header a::after {
  content: "";
}

body.artistic-design .section-header,
body.modern-design .section-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  margin-bottom: 10px;
}

body.artistic-design .section-header .widgettitle,
body.artistic-design .section-header .widget-title,
body.artistic-design .section-header .section-title,
body.modern-design .section-header .widgettitle,
body.modern-design .section-header .widget-title,
body.modern-design .section-header .section-title {
  font-size: var(--font-size-base);
  line-height: 1.2;
  margin-top: 0px;
  font-weight: bold;
  padding-bottom: 0px;
  margin-bottom: 0px;
  color: var(--clr-foreground);
  flex-grow: 1;
  position: relative;
  display: flex;
  align-items: center;
  padding-inline-start: 10px;
}

body.artistic-design .section-header .widgettitle::before,
body.artistic-design .section-header .widget-title::before,
body.artistic-design .section-header .section-title::before,
body.modern-design .section-header .widgettitle::before,
body.modern-design .section-header .widget-title::before,
body.modern-design .section-header .section-title::before {
  position: absolute;
  z-index: 1;
  top: 50%;
  right: auto;
  left: 0px;
  display: block;
  width: 40px;
  height: 120%;
  content: "";
  opacity: 0.2;
  transform: translateY(-50%);
  background-color: transparent;
  background-image: radial-gradient(currentcolor 1px, transparent 1px);
  background-position: 1px 1px;
  background-size: 5px 5px;
}

body.artistic-design .section-header .widgettitle::after,
body.artistic-design .section-header .widget-title::after,
body.artistic-design .section-header .section-title::after,
body.modern-design .section-header .widgettitle::after,
body.modern-design .section-header .widget-title::after,
body.modern-design .section-header .section-title::after {
  content: "";
  border-style: solid;
  border-color: rgba(155, 155, 155, 0.3);
  border-image: none;
  border-width: 1px 0px;
  margin-inline-start: 10px;
  flex-grow: 1;
  height: 4px;
}

body.artistic-design .section-header a,
body.modern-design .section-header a {
  padding: 5px 0px;
  font-size: var(--font-size-sm);
  color: var(--clr-foreground);
  text-decoration: none;
}

body.artistic-design .section-header a:focus,
body.artistic-design .section-header a:hover,
body.modern-design .section-header a:focus,
body.modern-design .section-header a:hover {
  color: var(--theme-color);
}

body.artistic-design .section-header a::after,
body.modern-design .section-header a::after {
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant-ligatures: normal;
  font-variant-caps: normal;
  font-variant-alternates: normal;
  font-variant-numeric: normal;
  font-variant-east-asian: normal;
  font-variant-position: normal;
  font-variant-emoji: normal;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  line-height: inherit;
  vertical-align: baseline;
  content: "";
  margin-inline-start: 5px;
}

body.rtl body.artistic-design .section-header a::after,
body.rtl body.modern-design .section-header a::after {
  content: "";
}

.mag-post-category {
  line-height: 1.2;
  font-size: var(--font-size-xs);
}

.mag-post-category a {
  display: inline-block;
  margin-inline-end: 5px;
  margin-block-end: 5px;
  text-decoration: none;
  color: var(--cat-color);
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1.2;
}

.mag-post-category:not(.with-background) a::after {
  content: "∙";
  color: var(--clr-foreground);
  font-weight: bold;
  padding-inline-start: 5px;
  opacity: 0.7;
}

.mag-post-category:not(.with-background) a:last-child::after {
  display: none;
}

.mag-post-category.with-background a {
  padding: 1px 5px;
  border-radius: 4px;
  color: var(--white);
  background-color: var(--cat-color);
}

.mag-post-single .mag-post-img {
  position: relative;
  border-radius: var(--border-radius-all);
  background-color: var(--light-bg-color);
}

.mag-post-single .mag-post-img>a {
  display: block;
  height: 100%;
  width: 100%;
  line-height: 0;
}

.mag-post-single .mag-post-img>a:focus {
  outline-offset: 1px;
  outline-color: var(--clr-foreground);
}

.mag-post-single .mag-post-img>a img {
  border-radius: var(--border-radius-all);
  width: 100%;
  height: 100%;
  aspect-ratio: 1 / 0.7;
  object-fit: cover;
  position: relative;
  z-index: 1;
}

@supports not (aspect-ratio: 1/0.7) {
  .mag-post-single .mag-post-img>a img {
    height: 100%;
  }
}

.mag-post-single .mag-post-detail {
  padding: 20px 0px 0px;
}

.mag-post-single .mag-post-detail .mag-post-title {
  margin: 0px 0px 10px;
  font-size: var(--font-size-base);
  font-weight: 700;
  line-height: 1.3;
}

.uppercase-title .mag-post-single .mag-post-detail .mag-post-title {
  text-transform: uppercase;
}

.capitalize-title .mag-post-single .mag-post-detail .mag-post-title {
  text-transform: capitalize;
}

.lowercase-title .mag-post-single .mag-post-detail .mag-post-title {
  text-transform: lowercase;
}

.mag-post-single .mag-post-detail .mag-post-title a {
  text-decoration: none;
  color: var(--clr-foreground);
  transition: 0.3s;
}

.mag-post-single .mag-post-detail .mag-post-title a:focus,
.mag-post-single .mag-post-detail .mag-post-title a:hover {
  color: var(--theme-color);
}

.mag-post-single .mag-post-detail .mag-post-meta {
  font-size: var(--font-size-xs);
  line-height: 1.3;
}

.mag-post-single .mag-post-detail .mag-post-meta>span {
  margin-inline-end: 5px;
}

.mag-post-single .mag-post-detail .mag-post-meta .byline a,
.mag-post-single .mag-post-detail .mag-post-meta .post-author a {
  text-decoration: none;
  color: var(--clr-foreground);
}

.mag-post-single .mag-post-detail .mag-post-meta .byline a i,
.mag-post-single .mag-post-detail .mag-post-meta .post-author a i {
  margin-inline-end: 5px;
}

.mag-post-single .mag-post-detail .mag-post-meta .byline a:focus,
.mag-post-single .mag-post-detail .mag-post-meta .byline a:hover,
.mag-post-single .mag-post-detail .mag-post-meta .post-author a:focus,
.mag-post-single .mag-post-detail .mag-post-meta .post-author a:hover {
  color: var(--theme-color);
}

.mag-post-single .mag-post-detail .mag-post-meta .posted-on a,
.mag-post-single .mag-post-detail .mag-post-meta .post-date a {
  text-decoration: none;
  color: var(--clr-foreground);
}

.mag-post-single .mag-post-detail .mag-post-meta .posted-on a i,
.mag-post-single .mag-post-detail .mag-post-meta .post-date a i {
  margin-inline-end: 5px;
}

.mag-post-single .mag-post-detail .mag-post-meta .posted-on a:focus,
.mag-post-single .mag-post-detail .mag-post-meta .posted-on a:hover,
.mag-post-single .mag-post-detail .mag-post-meta .post-date a:focus,
.mag-post-single .mag-post-detail .mag-post-meta .post-date a:hover {
  color: var(--theme-color);
}

.mag-post-single .mag-post-detail .mag-post-excerpt {
  font-size: var(--font-size-sm);
  color: var(--clr-foreground);
}

.mag-post-single .mag-post-detail .mag-post-excerpt p {
  margin: 10px 0px 0px;
}

.mag-post-single.tile-design {
  border-radius: var(--border-radius-all);
  background-color: var(--light-bg-color);
  overflow: hidden;
  position: relative;
  min-height: 250px;
  flex-direction: column;
  justify-content: flex-end;
  display: flex !important;
}

.mag-post-single.tile-design .mag-post-img {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 0;
  width: 100%;
  height: 100%;
}

.mag-post-single.tile-design .mag-post-img::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-image: var(--alpha-bg);
  transition: 0.4s;
}

.mag-post-single.tile-design .mag-post-detail {
  position: relative;
  padding: 50px 20px 20px;
  z-index: 1;
  background: var(--alpha-bg);
  color: rgb(255, 255, 255);
  transition: background 1s;
}

.mag-post-single.tile-design .mag-post-detail .mag-post-title a {
  color: var(--white);
}

.mag-post-single.tile-design .mag-post-detail .mag-post-meta .post-author a {
  color: var(--white);
}

.mag-post-single.tile-design .mag-post-detail .mag-post-meta .post-date a {
  color: var(--white);
}

.mag-post-single.tile-design .mag-post-detail .mag-post-excerpt {
  color: var(--white);
}

.mag-post-single.tile-design:focus-within {
  outline: thin dotted var(--clr-foreground);
  outline-offset: 1px;
}

.mag-post-single.list-design {
  display: flex;
  gap: 20px;
}

.mag-post-single.list-design .mag-post-img {
  width: 30%;
}

.mag-post-single.list-design .mag-post-img+.mag-post-detail {
  width: calc(70% - 20px);
}

.mag-post-single.list-design .mag-post-detail {
  padding: 0px;
  align-self: center;
  flex-grow: 1;
}

body.classic-design .mag-post-single {
  background-color: var(--light-bg-color);
}

body.classic-design .mag-post-single .mag-post-detail {
  padding: 20px;
}

body.classic-design .mag-post-single .mag-post-detail .mag-post-title a:focus,
body.classic-design .mag-post-single .mag-post-detail .mag-post-title a:hover {
  text-decoration: underline;
  text-decoration-color: currentcolor;
}

body.classic-design .mag-post-single.list-design {
  gap: 0px;
}

body.classic-design .mag-post-single.list-design .mag-post-detail {
  padding: 20px;
}

body.classic-design .mag-post-single.tile-design .mag-post-detail {
  padding: 50px 20px 20px;
}

body.modern-design {
  --border-radius-all: 15px;
}

body.modern-design .mag-post-category.with-background a,
body.modern-design .mag-post-category a {
  border-radius: 100vmax;
  line-height: 1;
  font-weight: 600;
  padding: 7px 14px;
  overflow: hidden;
  position: relative;
  isolation: isolate;
  opacity: 0.8;
}

body.modern-design .mag-post-category.with-background a::before,
body.modern-design .mag-post-category a::before {
  position: absolute;
  content: "";
  inset: 0px;
  background-color: var(--cat-color);
  opacity: 0.1;
}

body.modern-design .mag-post-category.with-background a:focus,
body.modern-design .mag-post-category.with-background a:hover,
body.modern-design .mag-post-category a:focus,
body.modern-design .mag-post-category a:hover {
  opacity: 1;
}

body.modern-design .mag-post-category.with-background:not(.with-background) a::after,
body.modern-design .mag-post-category:not(.with-background) a::after {
  display: none;
}

body.modern-design .mag-post-single .mag-post-detail .mag-post-title {
  margin: 0px 0px 15px;
}

body.modern-design .mag-post-single .mag-post-detail .mag-post-excerpt p {
  margin: 15px 0px 0px;
}

body.modern-design .mag-post-single.tile-design {
  min-height: 280px;
}

body.artistic-design {
  --border-radius-all: 15px;
}

body.artistic-design .mag-post-category.with-background a,
body.artistic-design .mag-post-category a {
  border-radius: 4px;
  line-height: 1;
  padding: 5px 8px;
  overflow: hidden;
  color: rgb(255, 255, 255);
  transition: 0.3s;
  background-color: var(--cat-color);
}

body.artistic-design .mag-post-category.with-background a:focus,
body.artistic-design .mag-post-category.with-background a:hover,
body.artistic-design .mag-post-category a:focus,
body.artistic-design .mag-post-category a:hover {
  transform: translateY(-3px) translateZ(0px);
}

body.artistic-design .mag-post-category.with-background:not(.with-background) a::after,
body.artistic-design .mag-post-category:not(.with-background) a::after {
  display: none;
}

body.artistic-design .grid-layout .mag-post-single:not(.tile-design):not(.list-design),
body.artistic-design .magazine-frontpage-section .mag-post-single:not(.tile-design):not(.list-design),
body.artistic-design .ascendoor-widget .mag-post-single:not(.tile-design):not(.list-design) {
  position: relative;
  min-height: 380px;
  isolation: isolate;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  overflow: hidden;
}

body.artistic-design .grid-layout .mag-post-single:not(.tile-design):not(.list-design) .mag-post-img,
body.artistic-design .magazine-frontpage-section .mag-post-single:not(.tile-design):not(.list-design) .mag-post-img,
body.artistic-design .ascendoor-widget .mag-post-single:not(.tile-design):not(.list-design) .mag-post-img {
  position: absolute;
  inset: 0px;
  z-index: -1;
}

body.artistic-design .grid-layout .mag-post-single:not(.tile-design):not(.list-design) .mag-post-img>a,
body.artistic-design .magazine-frontpage-section .mag-post-single:not(.tile-design):not(.list-design) .mag-post-img>a,
body.artistic-design .ascendoor-widget .mag-post-single:not(.tile-design):not(.list-design) .mag-post-img>a {
  display: block;
  height: 100%;
  width: 100%;
  line-height: 0;
}

body.artistic-design .grid-layout .mag-post-single:not(.tile-design):not(.list-design) .mag-post-img>a:focus,
body.artistic-design .magazine-frontpage-section .mag-post-single:not(.tile-design):not(.list-design) .mag-post-img>a:focus,
body.artistic-design .ascendoor-widget .mag-post-single:not(.tile-design):not(.list-design) .mag-post-img>a:focus {
  outline-offset: 1px;
  outline-color: var(--clr-foreground);
}

body.artistic-design .grid-layout .mag-post-single:not(.tile-design):not(.list-design) .mag-post-img>a img,
body.artistic-design .magazine-frontpage-section .mag-post-single:not(.tile-design):not(.list-design) .mag-post-img>a img,
body.artistic-design .ascendoor-widget .mag-post-single:not(.tile-design):not(.list-design) .mag-post-img>a img {
  aspect-ratio: unset;
}

body.artistic-design .grid-layout .mag-post-single:not(.tile-design):not(.list-design) .mag-post-detail,
body.artistic-design .magazine-frontpage-section .mag-post-single:not(.tile-design):not(.list-design) .mag-post-detail,
body.artistic-design .ascendoor-widget .mag-post-single:not(.tile-design):not(.list-design) .mag-post-detail {
  padding: 0px 20px 20px;
  margin-top: 100px;
  text-align: center;
  position: relative;
  isolation: isolate;
  min-height: 130px;
  border-radius: var(--border-radius-all);
}

body.artistic-design .grid-layout .mag-post-single:not(.tile-design):not(.list-design) .mag-post-detail::before,
body.artistic-design .magazine-frontpage-section .mag-post-single:not(.tile-design):not(.list-design) .mag-post-detail::before,
body.artistic-design .ascendoor-widget .mag-post-single:not(.tile-design):not(.list-design) .mag-post-detail::before {
  content: " ";
  position: absolute;
  inset: 12px 0px 0px;
  background-color: var(--clr-background);
  z-index: -1;
  transition: 0.3s;
}

body.artistic-design .grid-layout .mag-post-single:not(.tile-design):not(.list-design) .mag-post-detail .mag-post-title,
body.artistic-design .magazine-frontpage-section .mag-post-single:not(.tile-design):not(.list-design) .mag-post-detail .mag-post-title,
body.artistic-design .ascendoor-widget .mag-post-single:not(.tile-design):not(.list-design) .mag-post-detail .mag-post-title {
  margin: 0px 0px 13px;
}

body.artistic-design .grid-layout .mag-post-single:not(.tile-design):not(.list-design) .mag-post-detail .mag-post-title a,
body.artistic-design .magazine-frontpage-section .mag-post-single:not(.tile-design):not(.list-design) .mag-post-detail .mag-post-title a,
body.artistic-design .ascendoor-widget .mag-post-single:not(.tile-design):not(.list-design) .mag-post-detail .mag-post-title a {
  display: inline;
  -webkit-box-decoration-break: clone;
  background: var(--clr-background);
  color: var(--clr-foreground);
  padding: 0.198em 0.4em 0.3em;
  filter: url("#ascendoor-title-highlight");
}

body.artistic-design .grid-layout .mag-post-single:not(.tile-design):not(.list-design) .mag-post-detail .mag-post-title a:focus,
body.artistic-design .grid-layout .mag-post-single:not(.tile-design):not(.list-design) .mag-post-detail .mag-post-title a:hover,
body.artistic-design .magazine-frontpage-section .mag-post-single:not(.tile-design):not(.list-design) .mag-post-detail .mag-post-title a:focus,
body.artistic-design .magazine-frontpage-section .mag-post-single:not(.tile-design):not(.list-design) .mag-post-detail .mag-post-title a:hover,
body.artistic-design .ascendoor-widget .mag-post-single:not(.tile-design):not(.list-design) .mag-post-detail .mag-post-title a:focus,
body.artistic-design .ascendoor-widget .mag-post-single:not(.tile-design):not(.list-design) .mag-post-detail .mag-post-title a:hover {
  color: var(--primary-color);
}

body.artistic-design .grid-layout .mag-post-single:not(.tile-design):not(.list-design):focus-within .mag-post-detail,
body.artistic-design .grid-layout .mag-post-single:not(.tile-design):not(.list-design):hover .mag-post-detail,
body.artistic-design .magazine-frontpage-section .mag-post-single:not(.tile-design):not(.list-design):focus-within .mag-post-detail,
body.artistic-design .magazine-frontpage-section .mag-post-single:not(.tile-design):not(.list-design):hover .mag-post-detail,
body.artistic-design .ascendoor-widget .mag-post-single:not(.tile-design):not(.list-design):focus-within .mag-post-detail,
body.artistic-design .ascendoor-widget .mag-post-single:not(.tile-design):not(.list-design):hover .mag-post-detail {
  background: var(--alpha-bg);
  color: rgb(255, 255, 255);
}

body.artistic-design .grid-layout .mag-post-single:not(.tile-design):not(.list-design):focus-within .mag-post-detail::before,
body.artistic-design .grid-layout .mag-post-single:not(.tile-design):not(.list-design):hover .mag-post-detail::before,
body.artistic-design .magazine-frontpage-section .mag-post-single:not(.tile-design):not(.list-design):focus-within .mag-post-detail::before,
body.artistic-design .magazine-frontpage-section .mag-post-single:not(.tile-design):not(.list-design):hover .mag-post-detail::before,
body.artistic-design .ascendoor-widget .mag-post-single:not(.tile-design):not(.list-design):focus-within .mag-post-detail::before,
body.artistic-design .ascendoor-widget .mag-post-single:not(.tile-design):not(.list-design):hover .mag-post-detail::before {
  transform: translateY(100%);
}

body.artistic-design .grid-layout .mag-post-single:not(.tile-design):not(.list-design):focus-within .mag-post-detail .mag-post-meta .posted-on a,
body.artistic-design .grid-layout .mag-post-single:not(.tile-design):not(.list-design):focus-within .mag-post-detail .mag-post-meta .post-date a,
body.artistic-design .grid-layout .mag-post-single:not(.tile-design):not(.list-design):focus-within .mag-post-detail .mag-post-meta .byline a,
body.artistic-design .grid-layout .mag-post-single:not(.tile-design):not(.list-design):focus-within .mag-post-detail .mag-post-meta .post-author a,
body.artistic-design .grid-layout .mag-post-single:not(.tile-design):not(.list-design):hover .mag-post-detail .mag-post-meta .posted-on a,
body.artistic-design .grid-layout .mag-post-single:not(.tile-design):not(.list-design):hover .mag-post-detail .mag-post-meta .post-date a,
body.artistic-design .grid-layout .mag-post-single:not(.tile-design):not(.list-design):hover .mag-post-detail .mag-post-meta .byline a,
body.artistic-design .grid-layout .mag-post-single:not(.tile-design):not(.list-design):hover .mag-post-detail .mag-post-meta .post-author a,
body.artistic-design .magazine-frontpage-section .mag-post-single:not(.tile-design):not(.list-design):focus-within .mag-post-detail .mag-post-meta .posted-on a,
body.artistic-design .magazine-frontpage-section .mag-post-single:not(.tile-design):not(.list-design):focus-within .mag-post-detail .mag-post-meta .post-date a,
body.artistic-design .magazine-frontpage-section .mag-post-single:not(.tile-design):not(.list-design):focus-within .mag-post-detail .mag-post-meta .byline a,
body.artistic-design .magazine-frontpage-section .mag-post-single:not(.tile-design):not(.list-design):focus-within .mag-post-detail .mag-post-meta .post-author a,
body.artistic-design .magazine-frontpage-section .mag-post-single:not(.tile-design):not(.list-design):hover .mag-post-detail .mag-post-meta .posted-on a,
body.artistic-design .magazine-frontpage-section .mag-post-single:not(.tile-design):not(.list-design):hover .mag-post-detail .mag-post-meta .post-date a,
body.artistic-design .magazine-frontpage-section .mag-post-single:not(.tile-design):not(.list-design):hover .mag-post-detail .mag-post-meta .byline a,
body.artistic-design .magazine-frontpage-section .mag-post-single:not(.tile-design):not(.list-design):hover .mag-post-detail .mag-post-meta .post-author a,
body.artistic-design .ascendoor-widget .mag-post-single:not(.tile-design):not(.list-design):focus-within .mag-post-detail .mag-post-meta .posted-on a,
body.artistic-design .ascendoor-widget .mag-post-single:not(.tile-design):not(.list-design):focus-within .mag-post-detail .mag-post-meta .post-date a,
body.artistic-design .ascendoor-widget .mag-post-single:not(.tile-design):not(.list-design):focus-within .mag-post-detail .mag-post-meta .byline a,
body.artistic-design .ascendoor-widget .mag-post-single:not(.tile-design):not(.list-design):focus-within .mag-post-detail .mag-post-meta .post-author a,
body.artistic-design .ascendoor-widget .mag-post-single:not(.tile-design):not(.list-design):hover .mag-post-detail .mag-post-meta .posted-on a,
body.artistic-design .ascendoor-widget .mag-post-single:not(.tile-design):not(.list-design):hover .mag-post-detail .mag-post-meta .post-date a,
body.artistic-design .ascendoor-widget .mag-post-single:not(.tile-design):not(.list-design):hover .mag-post-detail .mag-post-meta .byline a,
body.artistic-design .ascendoor-widget .mag-post-single:not(.tile-design):not(.list-design):hover .mag-post-detail .mag-post-meta .post-author a {
  color: rgb(255, 255, 255);
}

body.artistic-design .grid-layout .mag-post-single:not(.tile-design):not(.list-design):focus-within .mag-post-detail .mag-post-excerpt,
body.artistic-design .grid-layout .mag-post-single:not(.tile-design):not(.list-design):hover .mag-post-detail .mag-post-excerpt,
body.artistic-design .magazine-frontpage-section .mag-post-single:not(.tile-design):not(.list-design):focus-within .mag-post-detail .mag-post-excerpt,
body.artistic-design .magazine-frontpage-section .mag-post-single:not(.tile-design):not(.list-design):hover .mag-post-detail .mag-post-excerpt,
body.artistic-design .ascendoor-widget .mag-post-single:not(.tile-design):not(.list-design):focus-within .mag-post-detail .mag-post-excerpt,
body.artistic-design .ascendoor-widget .mag-post-single:not(.tile-design):not(.list-design):hover .mag-post-detail .mag-post-excerpt {
  color: rgb(255, 255, 255);
}

body.artistic-design .grid-layout .mag-post-single.tile-design,
body.artistic-design .magazine-frontpage-section .mag-post-single.tile-design,
body.artistic-design .ascendoor-widget .mag-post-single.tile-design {
  overflow: visible;
}

body.artistic-design .grid-layout .mag-post-single.tile-design .mag-post-img::before,
body.artistic-design .magazine-frontpage-section .mag-post-single.tile-design .mag-post-img::before,
body.artistic-design .ascendoor-widget .mag-post-single.tile-design .mag-post-img::before {
  border-radius: var(--border-radius-all);
}

body.artistic-design .grid-layout .mag-post-single.tile-design .mag-post-detail,
body.artistic-design .magazine-frontpage-section .mag-post-single.tile-design .mag-post-detail,
body.artistic-design .ascendoor-widget .mag-post-single.tile-design .mag-post-detail {
  padding: 50px 0px 0px;
  background-image: unset;
  display: flex;
  flex-direction: column;
  border-end-start-radius: var(--border-radius-all);
}

body.artistic-design .grid-layout .mag-post-single.tile-design .mag-post-detail .mag-post-category,
body.artistic-design .magazine-frontpage-section .mag-post-single.tile-design .mag-post-detail .mag-post-category,
body.artistic-design .ascendoor-widget .mag-post-single.tile-design .mag-post-detail .mag-post-category {
  order: 1;
  padding-inline: 15px;
}

body.artistic-design .grid-layout .mag-post-single.tile-design .mag-post-detail .mag-post-title,
body.artistic-design .magazine-frontpage-section .mag-post-single.tile-design .mag-post-detail .mag-post-title,
body.artistic-design .ascendoor-widget .mag-post-single.tile-design .mag-post-detail .mag-post-title {
  order: 3;
  margin: 0px;
  max-width: 90%;
  position: relative;
  isolation: isolate;
}

body.artistic-design .grid-layout .mag-post-single.tile-design .mag-post-detail .mag-post-title a,
body.artistic-design .magazine-frontpage-section .mag-post-single.tile-design .mag-post-detail .mag-post-title a,
body.artistic-design .ascendoor-widget .mag-post-single.tile-design .mag-post-detail .mag-post-title a {
  line-height: 1.4;
  background: var(--clr-background);
  color: var(--clr-foreground);
  display: inline-block;
  padding: 5px 15px;
  border-start-end-radius: var(--border-radius-all);
  border-end-start-radius: var(--border-radius-all);
}

body.artistic-design .grid-layout .mag-post-single.tile-design .mag-post-detail .mag-post-title a:focus,
body.artistic-design .grid-layout .mag-post-single.tile-design .mag-post-detail .mag-post-title a:hover,
body.artistic-design .magazine-frontpage-section .mag-post-single.tile-design .mag-post-detail .mag-post-title a:focus,
body.artistic-design .magazine-frontpage-section .mag-post-single.tile-design .mag-post-detail .mag-post-title a:hover,
body.artistic-design .ascendoor-widget .mag-post-single.tile-design .mag-post-detail .mag-post-title a:focus,
body.artistic-design .ascendoor-widget .mag-post-single.tile-design .mag-post-detail .mag-post-title a:hover {
  color: var(--primary-color);
}

body.artistic-design .grid-layout .mag-post-single.tile-design .mag-post-detail .mag-post-title::before,
body.artistic-design .magazine-frontpage-section .mag-post-single.tile-design .mag-post-detail .mag-post-title::before,
body.artistic-design .ascendoor-widget .mag-post-single.tile-design .mag-post-detail .mag-post-title::before {
  position: absolute;
  content: "";
  inset-inline-start: 0px;
  bottom: 0px;
  width: 30px;
  height: 30px;
  z-index: -1;
  background-color: var(--clr-background);
}

body.artistic-design .grid-layout .mag-post-single.tile-design .mag-post-detail .mag-post-meta,
body.artistic-design .magazine-frontpage-section .mag-post-single.tile-design .mag-post-detail .mag-post-meta,
body.artistic-design .ascendoor-widget .mag-post-single.tile-design .mag-post-detail .mag-post-meta {
  gap: 10px;
  order: 2;
  padding-inline: 15px;
  padding-block-end: 9px;
}

body.artistic-design .grid-layout .mag-post-single.tile-design .mag-post-detail .mag-post-meta .post-author a,
body.artistic-design .magazine-frontpage-section .mag-post-single.tile-design .mag-post-detail .mag-post-meta .post-author a,
body.artistic-design .ascendoor-widget .mag-post-single.tile-design .mag-post-detail .mag-post-meta .post-author a {
  color: var(--white);
}

body.artistic-design .grid-layout .mag-post-single.tile-design .mag-post-detail .mag-post-meta .post-date a,
body.artistic-design .magazine-frontpage-section .mag-post-single.tile-design .mag-post-detail .mag-post-meta .post-date a,
body.artistic-design .ascendoor-widget .mag-post-single.tile-design .mag-post-detail .mag-post-meta .post-date a {
  color: var(--white);
}

body.artistic-design .grid-layout .mag-post-single.tile-design .mag-post-detail .mag-post-excerpt,
body.artistic-design .magazine-frontpage-section .mag-post-single.tile-design .mag-post-detail .mag-post-excerpt,
body.artistic-design .ascendoor-widget .mag-post-single.tile-design .mag-post-detail .mag-post-excerpt {
  color: var(--white);
}

body.artistic-design .grid-layout .mag-post-single.tile-design:focus-within,
body.artistic-design .magazine-frontpage-section .mag-post-single.tile-design:focus-within,
body.artistic-design .ascendoor-widget .mag-post-single.tile-design:focus-within {
  outline: thin dotted var(--clr-foreground);
  outline-offset: 1px;
}

body.artistic-design .grid-layout .mag-post-single.list-design,
body.artistic-design .magazine-frontpage-section .mag-post-single.list-design,
body.artistic-design .ascendoor-widget .mag-post-single.list-design {
  display: flex;
  gap: 20px;
}

body.artistic-design .grid-layout .mag-post-single.list-design .mag-post-img,
body.artistic-design .magazine-frontpage-section .mag-post-single.list-design .mag-post-img,
body.artistic-design .ascendoor-widget .mag-post-single.list-design .mag-post-img {
  width: 30%;
}

body.artistic-design .grid-layout .mag-post-single.list-design .mag-post-img+.mag-post-detail,
body.artistic-design .magazine-frontpage-section .mag-post-single.list-design .mag-post-img+.mag-post-detail,
body.artistic-design .ascendoor-widget .mag-post-single.list-design .mag-post-img+.mag-post-detail {
  width: calc(70% - 20px);
}

body.artistic-design .grid-layout .mag-post-single.list-design .mag-post-detail,
body.artistic-design .magazine-frontpage-section .mag-post-single.list-design .mag-post-detail,
body.artistic-design .ascendoor-widget .mag-post-single.list-design .mag-post-detail {
  padding: 0px;
  align-self: center;
  flex-grow: 1;
}

.artistic-design .site-footer .ascendoor-widget .mag-post-single:not(.tile-design):not(.list-design) .mag-post-detail::before {
  background-color: var(--footer-bg-color);
}

.artistic-design .site-footer .ascendoor-widget .mag-post-single:not(.tile-design):not(.list-design) .mag-post-detail .mag-post-title a {
  background-color: var(--footer-bg-color);
}

.artistic-design .site-footer .ascendoor-widget .mag-post-single.tile-design .mag-post-detail .mag-post-title a {
  background-color: var(--footer-bg-color);
}

.artistic-design .site-footer .ascendoor-widget .mag-post-single.tile-design .mag-post-detail .mag-post-title::before {
  background-color: var(--footer-bg-color);
}

.banner-section.banner-section-style-1 .banner-section-wrapper {
  display: flex;
  gap: 10px;
}

@media (max-width: 991px) {
  .banner-section.banner-section-style-1 .banner-section-wrapper {
    flex-direction: column;
    gap: 25px;
  }
}

.banner-section.banner-section-style-1 .banner-section-wrapper .slider-part {
  width: 70%;
}

@media (max-width: 991px) {
  .banner-section.banner-section-style-1 .banner-section-wrapper .slider-part {
    width: 100%;
  }
}

.banner-section.banner-section-style-1 .banner-section-wrapper .slider-part .banner-grid-single {
  min-height: 500px;
}

@media (max-width: 767px) {
  .banner-section.banner-section-style-1 .banner-section-wrapper .slider-part .banner-grid-single {
    min-height: 350px;
  }
}

.banner-section.banner-section-style-1 .banner-section-wrapper .slider-part .banner-grid-single .mag-post-title {
  font-size: var(--font-size-lg);
}

@media (max-width: 600px) {
  .banner-section.banner-section-style-1 .banner-section-wrapper .slider-part .banner-grid-single .mag-post-title {
    font-size: var(--font-size-md);
  }
}

.artistic-design .banner-section.banner-section-style-1 .banner-section-wrapper .slider-part .banner-grid-single .mag-post-title {
  font-size: calc(var(--font-size-lg) + 2px);
}

@media (max-width: 600px) {
  .artistic-design .banner-section.banner-section-style-1 .banner-section-wrapper .slider-part .banner-grid-single .mag-post-title {
    font-size: var(--font-size-md);
  }
}

.artistic-design .banner-section.banner-section-style-1 .banner-section-wrapper .slider-part .banner-grid-single .mag-post-title a {
  padding: 0.3rem 1rem 0.4rem;
}

.banner-section.banner-section-style-1 .banner-section-wrapper .slider-part .banner-grid-single .mag-post-detail {
  padding: 50px 25px 25px;
}

.artistic-design .banner-section.banner-section-style-1 .banner-section-wrapper .slider-part .banner-grid-single .mag-post-detail {
  padding: 0px;
}

.banner-section.banner-section-style-1 .banner-section-wrapper .trending-part {
  width: 30%;
  container-type: inline-size;
}

@media (max-width: 991px) {
  .banner-section.banner-section-style-1 .banner-section-wrapper .trending-part {
    width: 100%;
  }
}

.banner-section.banner-section-style-1 .banner-section-wrapper .trending-part .trending-wrapper .mag-post-single {
  margin-bottom: 10px;
  min-height: 145px;
  gap: 15px;
  display: flex !important;
}

.banner-section.banner-section-style-1 .banner-section-wrapper .trending-part .trending-wrapper .mag-post-single .mag-post-img {
  width: 35%;
}

.banner-section.banner-section-style-1 .banner-section-wrapper .trending-part .trending-wrapper .mag-post-single .mag-post-img .trending-no {
  position: absolute;
  inset-inline-start: 0px;
  bottom: 0px;
  z-index: 1;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--theme-color);
  color: var(--white);
  font-size: calc(var(--font-size-sm) + 2px);
  line-height: 1;
}

.artistic-design .banner-section.banner-section-style-1 .banner-section-wrapper .trending-part .trending-wrapper .mag-post-single .mag-post-img .trending-no {
  inset-inline-start: 10px;
  bottom: 10px;
  font-weight: 600;
  border-radius: 100vmax;
  background: var(--white);
  color: var(--theme-color);
}

.banner-section.banner-section-style-1 .banner-section-wrapper .trending-part .trending-wrapper .mag-post-single .mag-post-img+.mag-post-detail {
  width: calc(65% - 20px);
}

.banner-section.banner-section-style-1 .banner-section-wrapper .trending-part .trending-wrapper .mag-post-single .mag-post-detail {
  align-self: center;
  padding: 10px 0px;
  padding-inline-end: 5px;
}

@container (max-width: 600px) {
  .banner-section.banner-section-style-1 .banner-section-wrapper .trending-part .trending-wrapper .mag-post-single .mag-post-detail .mag-post-title {
    margin: 0px 0px 5px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    font-size: calc(var(--font-size-sm) + 2px);
  }
}

.banner-section.banner-section-style-1 .banner-section-wrapper .trending-part .magazine-carousel-slider-navigation {
  display: flex;
  gap: 5px;
  align-items: center;
}

.banner-section.banner-section-style-1 .banner-section-wrapper .trending-part .magazine-carousel-slider-navigation .slick-arrow {
  position: unset;
  transform: unset;
  opacity: 1;
  visibility: visible;
  border: 1px solid rgba(155, 155, 155, 0.7);
}

.modern-design .banner-section.banner-section-style-1 .banner-section-wrapper .trending-part .magazine-carousel-slider-navigation .slick-arrow {
  border-radius: 5px;
}

.artistic-design .banner-section.banner-section-style-1 .banner-section-wrapper .trending-part .magazine-carousel-slider-navigation .slick-arrow {
  border-radius: 100vmax;
}

.banner-section.banner-section-style-1 .banner-section-wrapper .trending-part .magazine-carousel-slider-navigation .slick-arrow:focus,
.banner-section.banner-section-style-1 .banner-section-wrapper .trending-part .magazine-carousel-slider-navigation .slick-arrow:hover {
  color: var(--primary-color);
  outline: currentcolor;
  border: 1px solid var(--primary-color);
}

.banner-section.banner-section-style-2 .banner-section-wrapper {
  display: flex;
  margin-inline: -10px;
}

@media (max-width: 991px) {
  .banner-section.banner-section-style-2 .banner-section-wrapper {
    flex-direction: column;
    gap: 20px;
  }
}

.banner-section.banner-section-style-2 .banner-section-wrapper .slider-part {
  width: 60%;
  padding-inline: 10px;
}

@media (max-width: 991px) {
  .banner-section.banner-section-style-2 .banner-section-wrapper .slider-part {
    width: 100%;
  }
}

.banner-section.banner-section-style-2 .banner-section-wrapper .slider-part .banner-grid-single {
  min-height: 500px;
}

@media (max-width: 767px) {
  .banner-section.banner-section-style-2 .banner-section-wrapper .slider-part .banner-grid-single {
    min-height: 350px;
  }
}

.classic-design .banner-section.banner-section-style-2 .banner-section-wrapper .slider-part .banner-grid-single .mag-post-detail {
  padding: 25px;
}

.banner-section.banner-section-style-2 .banner-section-wrapper .slider-part .banner-grid-single .mag-post-title {
  font-size: var(--font-size-lg);
}

.artistic-design .banner-section.banner-section-style-2 .banner-section-wrapper .slider-part .banner-grid-single .mag-post-title {
  font-size: calc(var(--font-size-md) + 2px);
}

@media (min-width: 992px) {

  .banner-section.banner-section-style-2 .banner-section-wrapper .slider-part .banner-slider,
  .banner-section.banner-section-style-2 .banner-section-wrapper .slider-part .slick-list,
  .banner-section.banner-section-style-2 .banner-section-wrapper .slider-part .slick-track,
  .banner-section.banner-section-style-2 .banner-section-wrapper .slider-part .slick-slide,
  .banner-section.banner-section-style-2 .banner-section-wrapper .slider-part .slick-slide>* {
    height: 100%;
  }

  .banner-section.banner-section-style-2 .banner-section-wrapper .slider-part .banner-grid-single {
    min-height: 400px;
    height: 100%;
  }
}

.banner-section.banner-section-style-2 .banner-section-wrapper .editors-pick-part {
  width: 40%;
  padding-inline: 10px;
}

@media (max-width: 991px) {
  .banner-section.banner-section-style-2 .banner-section-wrapper .editors-pick-part {
    width: 100%;
  }
}

.banner-section.banner-section-style-2 .banner-section-wrapper .editors-pick-part .editors-pick-wrapper {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(2, minmax(0px, 1fr));
}

@media (max-width: 600px) {
  .banner-section.banner-section-style-2 .banner-section-wrapper .editors-pick-part .editors-pick-wrapper {
    grid-template-columns: repeat(1, minmax(0px, 1fr));
  }
}

.artistic-design .banner-section.banner-section-style-2 .banner-section-wrapper .editors-pick-part .editors-pick-wrapper .mag-post-single {
  min-height: 220px;
}

@media (min-width: 601px) {
  .banner-section.banner-section-style-2 .banner-section-wrapper .editors-pick-part .editors-pick-wrapper .mag-post-single .mag-post-img>a img {
    aspect-ratio: 1 / 0.5;
  }
}

.artistic-design .banner-section.banner-section-style-2 .banner-section-wrapper .editors-pick-part .editors-pick-wrapper .mag-post-single .mag-post-detail {
  min-height: unset;
}

@media (min-width: 601px) {
  .banner-section.banner-section-style-2 .banner-section-wrapper .editors-pick-part .editors-pick-wrapper .mag-post-single .mag-post-detail .mag-post-title {
    margin: 0px;
    font-size: calc(var(--font-size-sm) + 2px);
  }

  .modern-design .banner-section.banner-section-style-2 .banner-section-wrapper .editors-pick-part .editors-pick-wrapper .mag-post-single .mag-post-detail .mag-post-title,
  .classic-design .banner-section.banner-section-style-2 .banner-section-wrapper .editors-pick-part .editors-pick-wrapper .mag-post-single .mag-post-detail .mag-post-title {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
}

@media (min-width: 601px) {

  .banner-section.banner-section-style-2 .banner-section-wrapper .editors-pick-part .editors-pick-wrapper .mag-post-single .mag-post-detail .mag-post-category,
  .banner-section.banner-section-style-2 .banner-section-wrapper .editors-pick-part .editors-pick-wrapper .mag-post-single .mag-post-detail .mag-post-meta {
    display: none;
  }
}

.banner-section.banner-section-style-3 .banner-section-wrapper {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(4, 1fr);
}

@media (max-width: 1023px) {
  .banner-section.banner-section-style-3 .banner-section-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 767px) {
  .banner-section.banner-section-style-3 .banner-section-wrapper {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }

  .modern-design .banner-section.banner-section-style-3 .banner-section-wrapper {
    gap: 30px;
  }
}

.banner-section.banner-section-style-3 .banner-section-wrapper .slider-part:nth-child(1) {
  grid-column-start: span 2;
  grid-column-end: auto;
  grid-row-start: span 2;
  grid-row-end: auto;
  width: 100%;
}

@media (min-width: 1024px) {
  .banner-section.banner-section-style-3 .banner-section-wrapper .slider-part:nth-child(1) {
    grid-column-start: 2;
    grid-column-end: 4;
  }
}

@media (max-width: 767px) {
  .banner-section.banner-section-style-3 .banner-section-wrapper .slider-part:nth-child(1) {
    grid-column-start: span 1;
    grid-column-end: auto;
    grid-row-start: span 1;
    grid-row-end: auto;
  }
}

.banner-section.banner-section-style-3 .banner-section-wrapper .slider-part:nth-child(1) .mag-post-single {
  min-height: 500px;
}

.artistic-design .banner-section.banner-section-style-3 .banner-section-wrapper .slider-part:nth-child(1) .mag-post-single {
  display: flex !important;
}

@media (max-width: 767px) {
  .artistic-design .banner-section.banner-section-style-3 .banner-section-wrapper .slider-part:nth-child(1) .mag-post-single {
    min-height: 350px;
  }
}

.artistic-design .banner-section.banner-section-style-3 .banner-section-wrapper .slider-part:nth-child(1) .mag-post-single .mag-post-detail {
  min-height: 90px;
}

.modern-design .banner-section.banner-section-style-3 .banner-section-wrapper .slider-part:nth-child(1) .mag-post-single,
.classic-design .banner-section.banner-section-style-3 .banner-section-wrapper .slider-part:nth-child(1) .mag-post-single {
  min-height: 620px;
}

@media (max-width: 767px) {

  .modern-design .banner-section.banner-section-style-3 .banner-section-wrapper .slider-part:nth-child(1) .mag-post-single,
  .classic-design .banner-section.banner-section-style-3 .banner-section-wrapper .slider-part:nth-child(1) .mag-post-single {
    min-height: 450px;
  }
}

.banner-section.banner-section-style-3 .banner-section-wrapper .slider-part:nth-child(1) .mag-post-single .mag-post-detail .mag-post-title {
  font-size: var(--font-size-md);
}

@media (min-width: 1024px) {

  .modern-design .banner-section.banner-section-style-3 .banner-section-wrapper .slider-part:nth-child(1) .mag-post-single .mag-post-detail .mag-post-title,
  .classic-design .banner-section.banner-section-style-3 .banner-section-wrapper .slider-part:nth-child(1) .mag-post-single .mag-post-detail .mag-post-title {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }
}

@media (min-width: 1024px) {
  .banner-section.banner-section-style-3 .banner-section-wrapper .mag-post-single:nth-child(2) {
    grid-column-start: 1;
    grid-row-start: 1;
  }
}

.artistic-design .banner-section.banner-section-style-3 .banner-section-wrapper .mag-post-single:not(:nth-child(1)) {
  min-height: 220px;
}

.artistic-design .banner-section.banner-section-style-3 .banner-section-wrapper .mag-post-single:not(:nth-child(1)) .mag-post-detail {
  min-height: 90px;
}

@media (min-width: 1024px) {
  .banner-section.banner-section-style-3 .banner-section-wrapper .mag-post-single:not(:nth-child(1)) .mag-post-img>a img {
    aspect-ratio: 1 / 0.5;
  }

  .banner-section.banner-section-style-3 .banner-section-wrapper .mag-post-single:not(:nth-child(1)) .mag-post-detail .mag-post-title {
    font-size: calc(var(--font-size-sm) + 2px);
  }

  .modern-design .banner-section.banner-section-style-3 .banner-section-wrapper .mag-post-single:not(:nth-child(1)) .mag-post-detail .mag-post-title,
  .classic-design .banner-section.banner-section-style-3 .banner-section-wrapper .mag-post-single:not(:nth-child(1)) .mag-post-detail .mag-post-title {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }
}

.tag-section {
  margin-bottom: 15px;
}

.tag-section .tag-section-wrapper {
  display: flex;
  gap: 5px 10px;
  flex-wrap: wrap;
  align-items: center;
  font-size: var(--font-size-sm);
}

.tag-section .tag-section-wrapper strong {
  font-size: calc(var(--font-size-base) - 3px);
  flex-shrink: 0;
}

.tag-section .tag-section-wrapper ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  align-items: center;
}

.tag-section .tag-section-wrapper ul li {
  display: flex;
}

.tag-section .tag-section-wrapper ul li a {
  text-decoration: none;
  text-transform: capitalize;
  display: inline-block;
  line-height: 1;
}

.classic-design .tag-section .tag-section-wrapper ul li a {
  color: var(--clr-foreground);
  font-weight: 600;
}

.classic-design .tag-section .tag-section-wrapper ul li a::after {
  content: "∙";
  color: var(--clr-foreground);
  font-weight: bold;
  padding-inline-start: 3px;
  opacity: 0.7;
}

.classic-design .tag-section .tag-section-wrapper ul li a:focus,
.classic-design .tag-section .tag-section-wrapper ul li a:hover {
  color: var(--primary-color);
}

.modern-design .tag-section .tag-section-wrapper ul li a {
  font-weight: 600;
  border-radius: 100vmax;
  padding: 7px 14px;
  overflow: hidden;
  position: relative;
  isolation: isolate;
  opacity: 0.8;
  color: var(--primary-color);
}

.modern-design .tag-section .tag-section-wrapper ul li a::before {
  border-radius: 100vmax;
  position: absolute;
  content: "";
  inset: 0px;
  background-color: var(--primary-color);
  opacity: 0.15;
}

.modern-design .tag-section .tag-section-wrapper ul li a:focus,
.modern-design .tag-section .tag-section-wrapper ul li a:hover {
  opacity: 1;
}

.artistic-design .tag-section .tag-section-wrapper ul li a {
  border-radius: 4px;
  line-height: 1;
  padding: 5px 8px;
  overflow: hidden;
  color: rgb(255, 255, 255);
  transition: 0.3s;
  background-color: var(--primary-color);
}

.artistic-design .tag-section .tag-section-wrapper ul li a:focus,
.artistic-design .tag-section .tag-section-wrapper ul li a:hover {
  transform: translateY(-3px) translateZ(0px);
}

.classic-design .tag-section .tag-section-wrapper ul li:last-child a::after {
  display: none;
}

.flash-news-ticker {
  margin-bottom: 10px;
}

.artistic-design .flash-news-ticker {
  margin-bottom: 20px;
}

.flash-news-ticker .flash-news-ticker-wrapper {
  font-size: 16px;
  margin: 0px;
  position: relative;
  display: flex;
  align-items: center;
  background: var(--light-bg-color);
}

.artistic-design .flash-news-ticker .flash-news-ticker-wrapper {
  border-start-end-radius: 7px;
  border-end-end-radius: 7px;
}

.modern-design .flash-news-ticker .flash-news-ticker-wrapper {
  border-radius: 100vmax;
}

.flash-news-ticker .flash-news-ticker-wrapper .title-part {
  position: relative;
  line-height: normal;
}

.flash-news-ticker .flash-news-ticker-wrapper .title-part .title-wrap {
  background-color: var(--theme-color);
  min-height: 45px;
  display: flex;
  align-items: center;
  padding: 10px;
  width: max-content;
  gap: 5px;
}

.artistic-design .flash-news-ticker .flash-news-ticker-wrapper .title-part .title-wrap {
  border-start-start-radius: 7px;
  border-end-start-radius: 7px;
}

.modern-design .flash-news-ticker .flash-news-ticker-wrapper .title-part .title-wrap {
  border-start-start-radius: 100vmax;
  border-end-start-radius: 100vmax;
}

.flash-news-ticker .flash-news-ticker-wrapper .title-part .title-wrap .flash-loader {
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.flash-news-ticker .flash-news-ticker-wrapper .title-part .title-wrap .flash-loader svg {
  width: 100%;
  fill: rgb(255, 255, 255);
  animation: 1s ease-in-out infinite ascendor-dot;
}

@keyframes ascendor-dot {

  0%,
  80%,
  100% {
    transform: scale(0.7);
  }

  40% {
    transform: scale(1.1);
  }
}

.flash-news-ticker .flash-news-ticker-wrapper .title-part .title-wrap .flash-title {
  font-size: 14px;
  font-weight: bold;
  color: rgb(255, 255, 255);
}

@media (max-width: 600px) {
  .flash-news-ticker .flash-news-ticker-wrapper .title-part .title-wrap .flash-title {
    display: none;
  }
}

.flash-news-ticker .flash-news-ticker-wrapper .flash-news-part {
  margin: 0px 5px;
  overflow: hidden;
  position: relative;
}

.flash-news-ticker .flash-news-ticker-wrapper .flash-news-part .mag-post-title-wrap {
  margin: 0px;
  padding: 0px 15px;
  display: flex;
  align-items: center;
  flex-shrink: 0;
}

body.rtl .flash-news-ticker .flash-news-ticker-wrapper .flash-news-part .mag-post-title-wrap {
  flex-direction: row-reverse;
}

.flash-news-ticker .flash-news-ticker-wrapper .flash-news-part .mag-post-title-wrap .flash-img {
  width: 40px;
  min-width: 40px;
  height: 40px;
  min-height: 40px;
  overflow: hidden;
  display: inline-block;
  line-height: 1;
  margin-right: 10px;
  position: relative;
}

.modern-design .flash-news-ticker .flash-news-ticker-wrapper .flash-news-part .mag-post-title-wrap .flash-img {
  border-radius: 50%;
}

.artistic-design .flash-news-ticker .flash-news-ticker-wrapper .flash-news-part .mag-post-title-wrap .flash-img {
  border-radius: 5px;
}

body.rtl .flash-news-ticker .flash-news-ticker-wrapper .flash-news-part .mag-post-title-wrap .flash-img {
  margin-right: 0px;
  margin-left: 10px;
}

.flash-news-ticker .flash-news-ticker-wrapper .flash-news-part .mag-post-title-wrap .flash-img img {
  height: 40px;
  width: 40px;
  object-fit: cover;
  margin: 0px;
}

.flash-news-ticker .flash-news-ticker-wrapper .flash-news-part .mag-post-title-wrap .flash-img .flash-number {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
  color: rgb(255, 255, 255);
  display: flex;
  font-weight: bold;
  align-items: center;
  justify-content: center;
  font-family: var(--font-heading);
  font-size: calc(var(--font-size-sm) + 2px);
  transition: 0.3s;
  background-color: rgba(0, 0, 0, 0.5);
}

.flash-news-ticker .flash-news-ticker-wrapper .flash-news-part .mag-post-title-wrap a {
  text-decoration: none;
  font-size: var(--font-size-sm);
  color: var(--clr-foreground);
  font-weight: 600;
}

.flash-news-ticker .flash-news-ticker-wrapper .flash-news-part .mag-post-title-wrap a:focus,
.flash-news-ticker .flash-news-ticker-wrapper .flash-news-part .mag-post-title-wrap a:hover {
  color: var(--primary-color);
}

.flash-news-ticker .flash-news-ticker-wrapper .flash-news-part .mag-post-title-wrap:focus-within .flash-img .flash-number,
.flash-news-ticker .flash-news-ticker-wrapper .flash-news-part .mag-post-title-wrap:hover .flash-img .flash-number {
  background-color: rgba(0, 0, 0, 0);
}

.flash-news-ticker .flash-news-ticker-wrapper .flash-news-part .marquee {
  width: 10000px;
  overflow: hidden;
  display: flex;
  align-items: center;
}

.flash-news-ticker .flash-news-ticker-wrapper .flash-news-part .marquee .js-marquee-wrapper {
  display: flex;
  align-items: center;
}

.flash-news-ticker .flash-news-ticker-wrapper .flash-news-part .marquee .js-marquee-wrapper .js-marquee {
  display: flex;
  align-items: center;
}

.flash-news-ticker.flash-double-line .flash-news-ticker-wrapper .flash-news-part .mag-post-title-wrap {
  max-width: 450px;
}

.flash-news-ticker.flash-double-line .flash-news-ticker-wrapper .flash-news-part .mag-post-title-wrap .flash-title {
  line-height: 1.1;
}

.magazine-grid-section {
  container-type: inline-size;
}

.magazine-grid-section .magazine-grid-section-wrapper {
  display: grid;
  gap: 30px;
}

.magazine-grid-section.style-1 .magazine-grid-section-wrapper {
  grid-template-columns: repeat(3, minmax(0px, 1fr));
}

@container (max-width: 991px) {
  .magazine-grid-section.style-1 .magazine-grid-section-wrapper {
    grid-template-columns: repeat(2, minmax(0px, 1fr));
  }
}

@container (max-width: 600px) {
  .magazine-grid-section.style-1 .magazine-grid-section-wrapper {
    grid-template-columns: repeat(1, minmax(0px, 1fr));
  }
}

.magazine-grid-section.style-2 .magazine-grid-section-wrapper {
  grid-template-columns: repeat(4, minmax(0px, 1fr));
}

@container (max-width: 991px) {
  .magazine-grid-section.style-2 .magazine-grid-section-wrapper {
    grid-template-columns: repeat(2, minmax(0px, 1fr));
  }
}

@container (max-width: 600px) {
  .magazine-grid-section.style-2 .magazine-grid-section-wrapper {
    grid-template-columns: repeat(1, minmax(0px, 1fr));
  }
}

.magazine-grid-section.style-2 .magazine-grid-section-wrapper .mag-post-single:nth-child(1),
.magazine-grid-section.style-2 .magazine-grid-section-wrapper .mag-post-single:nth-child(2) {
  grid-column-start: span 2;
  grid-column-end: auto;
}

@container (max-width: 600px) {

  .magazine-grid-section.style-2 .magazine-grid-section-wrapper .mag-post-single:nth-child(1),
  .magazine-grid-section.style-2 .magazine-grid-section-wrapper .mag-post-single:nth-child(2) {
    grid-column-start: span 1;
    grid-column-end: auto;
  }
}

.magazine-list-section {
  container-type: inline-size;
}

.magazine-list-section .magazine-list-section-wrapper {
  display: grid;
  gap: 30px;
}

.magazine-list-section.style-1 .magazine-list-section-wrapper .mag-post-single.list-design {
  min-height: 300px;
}

.magazine-list-section.style-1 .magazine-list-section-wrapper .mag-post-single.list-design .mag-post-img {
  width: 50%;
  flex-shrink: 0;
}

.magazine-list-section.style-1 .magazine-list-section-wrapper .mag-post-single.list-design .mag-post-detail {
  align-self: center;
}

.magazine-list-section.style-1 .magazine-list-section-wrapper .mag-post-single.list-design .mag-post-detail .mag-post-title {
  font-size: var(--font-size-md);
}

@container (max-width: 480px) {
  .magazine-list-section.style-1 .magazine-list-section-wrapper .mag-post-single.list-design {
    flex-direction: column;
  }

  .magazine-list-section.style-1 .magazine-list-section-wrapper .mag-post-single.list-design .mag-post-img {
    width: 100%;
  }

  .magazine-list-section.style-1 .magazine-list-section-wrapper .mag-post-single.list-design .mag-post-detail {
    width: 100%;
  }

  body.artistic-design .magazine-list-section.style-1 .magazine-list-section-wrapper .mag-post-single.list-design .mag-post-detail {
    width: 100%;
  }

  .magazine-list-section.style-1 .magazine-list-section-wrapper .mag-post-single.list-design .mag-post-detail .mag-post-title {
    font-size: var(--font-size-base);
  }
}

.magazine-list-section.style-2 .magazine-list-section-wrapper .mag-post-single {
  min-height: 300px;
  flex-direction: row-reverse;
}

.magazine-list-section.style-2 .magazine-list-section-wrapper .mag-post-single .mag-post-img {
  width: 50%;
  flex-shrink: 0;
}

.magazine-list-section.style-2 .magazine-list-section-wrapper .mag-post-single .mag-post-detail {
  align-self: center;
  text-align: end;
}

.magazine-list-section.style-2 .magazine-list-section-wrapper .mag-post-single .mag-post-detail .mag-post-category {
  justify-content: flex-end;
}

.magazine-list-section.style-2 .magazine-list-section-wrapper .mag-post-single .mag-post-detail .mag-post-title {
  font-size: var(--font-size-md);
}

@container (max-width: 480px) {
  .magazine-list-section.style-2 .magazine-list-section-wrapper .mag-post-single {
    flex-direction: column;
  }

  .magazine-list-section.style-2 .magazine-list-section-wrapper .mag-post-single .mag-post-img {
    width: 100%;
  }

  body.artistic-design .magazine-list-section.style-2 .magazine-list-section-wrapper .mag-post-single .mag-post-img {
    width: 100%;
  }

  .magazine-list-section.style-2 .magazine-list-section-wrapper .mag-post-single .mag-post-detail {
    width: 100%;
    text-align: start;
  }

  body.artistic-design .magazine-list-section.style-2 .magazine-list-section-wrapper .mag-post-single .mag-post-detail {
    width: 100%;
  }

  .magazine-list-section.style-2 .magazine-list-section-wrapper .mag-post-single .mag-post-detail .mag-post-category {
    justify-content: flex-start;
  }

  .magazine-list-section.style-2 .magazine-list-section-wrapper .mag-post-single .mag-post-detail .mag-post-title {
    font-size: var(--font-size-base);
  }
}

.magazine-small-list-section {
  container-name: layout;
  container-type: inline-size;
}

.magazine-small-list-section .magazine-list-section-wrapper {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(3, minmax(0px, 1fr));
}

@container (max-width: 991px) {
  .magazine-small-list-section .magazine-list-section-wrapper {
    grid-template-columns: repeat(2, minmax(0px, 1fr));
  }
}

@container (max-width: 600px) {
  .magazine-small-list-section .magazine-list-section-wrapper {
    grid-template-columns: repeat(1, minmax(0px, 1fr));
  }
}

.magazine-small-list-section .magazine-list-section-wrapper .mag-post-single {
  container-name: component;
  container-type: inline-size;
}

.magazine-small-list-section .magazine-list-section-wrapper .mag-post-single .mag-post-detail {
  align-self: center;
}

@container (max-width: 375px) {
  .magazine-small-list-section .magazine-list-section-wrapper .mag-post-single .mag-post-detail .mag-post-category {
    display: none;
  }
}

.magazine-small-list-section .magazine-list-section-wrapper .mag-post-single .mag-post-detail .mag-post-title {
  font-size: var(--font-size-sm);
}

@container (max-width: 375px) {
  .magazine-small-list-section .magazine-list-section-wrapper .mag-post-single .mag-post-detail .mag-post-title {
    margin: 0px 0px 5px;
  }
}

.magazine-small-list-section.style-1 .magazine-list-section-wrapper .mag-post-single {
  min-height: 100px;
}

@container (max-width: 600px) {
  .magazine-small-list-section.style-1 .magazine-list-section-wrapper .mag-post-single .mag-post-detail .mag-post-title {
    margin: 0px 0px 5px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }
}

.magazine-small-list-section.style-2 .magazine-list-section-wrapper {
  gap: 15px;
}

.magazine-small-list-section.style-2 .magazine-list-section-wrapper .mag-post-single .mag-post-img {
  display: none;
}

.magazine-small-list-section.style-2 .magazine-list-section-wrapper .mag-post-single .mag-post-detail {
  padding: 20px;
  border-radius: 5px;
  width: 100%;
  display: flex;
  align-items: center;
}

.classic-design .magazine-small-list-section.style-2 .magazine-list-section-wrapper .mag-post-single .mag-post-detail {
  background: var(--light-bg-color);
}

.artistic-design .magazine-small-list-section.style-2 .magazine-list-section-wrapper .mag-post-single .mag-post-detail,
.modern-design .magazine-small-list-section.style-2 .magazine-list-section-wrapper .mag-post-single .mag-post-detail {
  padding: 20px;
  border-radius: 10px;
  border: 1px solid rgba(155, 155, 155, 0.3);
}

.magazine-tile-section {
  container-type: inline-size;
}

.magazine-tile-section .magazine-tile-section-wrapper {
  display: grid;
  gap: 10px;
}

.magazine-tile-section.style-1 .magazine-tile-section-wrapper {
  grid-template-columns: repeat(4, minmax(0px, 1fr));
}

@container (max-width: 991px) {
  .magazine-tile-section.style-1 .magazine-tile-section-wrapper {
    grid-template-columns: repeat(2, minmax(0px, 1fr));
  }
}

@container (max-width: 600px) {
  .magazine-tile-section.style-1 .magazine-tile-section-wrapper {
    grid-template-columns: repeat(1, minmax(0px, 1fr));
  }
}

.magazine-tile-section.style-1 .magazine-tile-section-wrapper .mag-post-single:first-child {
  grid-row-start: span 2;
  grid-row-end: auto;
}

@container (min-width: 992px) {
  .magazine-tile-section.style-1 .magazine-tile-section-wrapper .mag-post-single:first-child {
    grid-column-start: span 2;
    grid-column-end: auto;
  }
}

@container (max-width: 480px) {
  .magazine-tile-section.style-1 .magazine-tile-section-wrapper .mag-post-single:first-child {
    grid-column-start: span 1;
    grid-column-end: auto;
    grid-row-start: span 1;
    grid-row-end: auto;
  }
}

@container (min-width: 481px) {
  .magazine-tile-section.style-1 .magazine-tile-section-wrapper .mag-post-single:first-child .mag-post-detail .mag-post-title {
    font-size: var(--font-size-md);
  }
}

@container (min-width: 1025px) {
  .magazine-tile-section.style-1 .magazine-tile-section-wrapper .mag-post-single:nth-child(2) {
    grid-column-start: span 2;
    grid-column-end: auto;
  }
}

@container (min-width: 481px) {
  .magazine-tile-section.style-1 .magazine-tile-section-wrapper .mag-post-single:nth-child(2) .mag-post-detail .mag-post-title {
    font-size: var(--font-size-md);
  }
}

.magazine-tile-section.style-2 .magazine-tile-section-wrapper {
  grid-template-columns: repeat(3, minmax(0px, 1fr));
}

@container (max-width: 991px) {
  .magazine-tile-section.style-2 .magazine-tile-section-wrapper {
    grid-template-columns: repeat(2, minmax(0px, 1fr));
  }
}

@container (max-width: 600px) {
  .magazine-tile-section.style-2 .magazine-tile-section-wrapper {
    grid-template-columns: repeat(1, minmax(0px, 1fr));
  }
}

@container (min-width: 601px) {
  .magazine-tile-section.style-2 .magazine-tile-section-wrapper .mag-post-single:first-child {
    grid-column-start: span 2;
    grid-column-end: auto;
  }

  .magazine-tile-section.style-2 .magazine-tile-section-wrapper .mag-post-single:first-child .mag-post-detail .mag-post-title {
    font-size: var(--font-size-md);
  }
}

@container (min-width: 601px) {
  .magazine-tile-section.style-2 .magazine-tile-section-wrapper .mag-post-single:nth-child(2) {
    grid-row-start: span 2;
    grid-row-end: auto;
  }
}

.magazine-tile-list-section {
  container-type: inline-size;
}

.magazine-tile-list-section .magazine-tile-list-section-wrapper {
  display: grid;
  gap: 30px;
}

.magazine-tile-list-section.style-1 .magazine-tile-list-section-wrapper {
  grid-template-columns: repeat(4, minmax(0px, 1fr));
}

@container (max-width: 600px) {
  .magazine-tile-list-section.style-1 .magazine-tile-list-section-wrapper {
    grid-template-columns: repeat(1, minmax(0px, 1fr));
  }
}

.magazine-tile-list-section.style-1 .magazine-tile-list-section-wrapper .mag-post-single {
  grid-column-start: span 2;
  grid-column-end: auto;
}

@container (max-width: 600px) {
  .magazine-tile-list-section.style-1 .magazine-tile-list-section-wrapper .mag-post-single {
    grid-column-start: span 1;
    grid-column-end: auto;
  }
}

.magazine-tile-list-section.style-1 .magazine-tile-list-section-wrapper .mag-post-single:first-child {
  grid-row-start: span 3;
  grid-row-end: auto;
  grid-column-start: span 2;
  grid-column-end: auto;
}

@container (max-width: 600px) {
  .magazine-tile-list-section.style-1 .magazine-tile-list-section-wrapper .mag-post-single:first-child {
    grid-column-start: span 1;
    grid-column-end: auto;
    grid-row-start: span 1;
    grid-row-end: auto;
  }
}

@container (max-width: 480px) {
  .magazine-tile-list-section.style-1 .magazine-tile-list-section-wrapper .mag-post-single:first-child .mag-post-excerpt {
    display: none;
  }
}

.artistic-design .magazine-tile-list-section.style-1 .magazine-tile-list-section-wrapper .mag-post-single:first-child .mag-post-excerpt {
  display: none;
}

.magazine-tile-list-section.style-1 .magazine-tile-list-section-wrapper .mag-post-single.list-design {
  container-type: inline-size;
}

@container (max-width: 375px) {
  .magazine-tile-list-section.style-1 .magazine-tile-list-section-wrapper .mag-post-single.list-design .mag-post-category {
    display: none;
  }
}

@container (max-width: 600px) {
  .magazine-tile-list-section.style-1 .magazine-tile-list-section-wrapper .mag-post-single.list-design .mag-post-title {
    font-size: calc(var(--font-size-sm) + 2px);
  }
}

@container (max-width: 480px) {
  .magazine-tile-list-section.style-1 .magazine-tile-list-section-wrapper .mag-post-single.list-design .mag-post-title {
    margin: 0px 0px 5px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    font-size: var(--font-size-sm);
  }
}

.magazine-tile-list-section.style-2 .magazine-tile-list-section-wrapper {
  gap: 30px 20px;
  grid-template-columns: repeat(3, minmax(0px, 1fr));
}

@container (max-width: 600px) {
  .magazine-tile-list-section.style-2 .magazine-tile-list-section-wrapper {
    grid-template-columns: repeat(1, minmax(0px, 1fr));
  }
}

.magazine-tile-list-section.style-2 .magazine-tile-list-section-wrapper .mag-post-single:not(:first-child) {
  border-radius: var(--border-radius-all);
}

.classic-design .magazine-tile-list-section.style-2 .magazine-tile-list-section-wrapper .mag-post-single:not(:first-child) {
  background-color: var(--light-bg-color);
}

.magazine-tile-list-section.style-2 .magazine-tile-list-section-wrapper .mag-post-single:not(:first-child) .mag-post-img {
  display: none;
}

.magazine-tile-list-section.style-2 .magazine-tile-list-section-wrapper .mag-post-single:not(:first-child) .mag-post-detail {
  border-radius: 5px;
  width: 100%;
}

.classic-design .magazine-tile-list-section.style-2 .magazine-tile-list-section-wrapper .mag-post-single:not(:first-child) .mag-post-detail {
  padding: 15px;
}

.magazine-tile-list-section.style-2 .magazine-tile-list-section-wrapper .mag-post-single:first-child {
  grid-row-start: span 3;
  grid-row-end: auto;
  grid-column-start: span 2;
  grid-column-end: auto;
}

@container (max-width: 600px) {
  .magazine-tile-list-section.style-2 .magazine-tile-list-section-wrapper .mag-post-single:first-child {
    grid-column-start: span 1;
    grid-column-end: auto;
    grid-row-start: span 1;
    grid-row-end: auto;
  }
}

@container (max-width: 480px) {
  .magazine-tile-list-section.style-2 .magazine-tile-list-section-wrapper .mag-post-single:first-child .mag-post-excerpt {
    display: none;
  }
}

.artistic-design .magazine-tile-list-section.style-2 .magazine-tile-list-section-wrapper .mag-post-single:first-child .mag-post-excerpt {
  display: none;
}

.magazine-tile-list-section.style-2 .magazine-tile-list-section-wrapper .mag-post-single.list-design {
  container-type: inline-size;
}

@container (max-width: 600px) {
  .magazine-tile-list-section.style-2 .magazine-tile-list-section-wrapper .mag-post-single.list-design .mag-post-detail .mag-post-title {
    font-size: calc(var(--font-size-sm) + 2px);
  }
}

@container (max-width: 375px) {
  .magazine-tile-list-section.style-2 .magazine-tile-list-section-wrapper .mag-post-single.list-design .mag-post-detail .mag-post-title {
    margin: 0px 0px 5px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    font-size: var(--font-size-sm);
  }
}

@container (max-width: 375px) {
  .magazine-tile-list-section.style-2 .magazine-tile-list-section-wrapper .mag-post-single.list-design .mag-post-detail .mag-post-excerpt {
    display: none;
  }
}

.magazine-grid-list-section {
  container-type: inline-size;
}

.magazine-grid-list-section .magazine-grid-list-section-wrapper {
  display: grid;
  gap: 30px;
}

.magazine-grid-list-section.style-1 .magazine-grid-list-section-wrapper {
  grid-template-columns: repeat(2, minmax(0px, 1fr));
}

@container (max-width: 600px) {
  .magazine-grid-list-section.style-1 .magazine-grid-list-section-wrapper {
    grid-template-columns: repeat(1, minmax(0px, 1fr));
  }
}

.magazine-grid-list-section.style-1 .magazine-grid-list-section-wrapper .mag-post-single:not(:first-child) {
  grid-column-start: span 1;
  grid-column-end: auto;
}

.magazine-grid-list-section.style-1 .magazine-grid-list-section-wrapper .mag-post-single:first-child {
  grid-row-start: span 4;
  grid-row-end: auto;
  grid-column-start: span 1;
  grid-column-end: auto;
}

@container (max-width: 991px) {
  .magazine-grid-list-section.style-1 .magazine-grid-list-section-wrapper .mag-post-single:first-child {
    grid-row-start: span 3;
    grid-row-end: auto;
  }
}

@container (min-width: 601px) {
  .magazine-grid-list-section.style-1 .magazine-grid-list-section-wrapper .mag-post-single:first-child .mag-post-detail .mag-post-title {
    font-size: calc(var(--font-size-md) - 2px);
  }
}

@container (max-width: 600px) {
  .magazine-grid-list-section.style-1 .magazine-grid-list-section-wrapper .mag-post-single:first-child {
    grid-row-start: span 1;
    grid-row-end: auto;
  }
}

.magazine-grid-list-section.style-1 .magazine-grid-list-section-wrapper .mag-post-single.list-design {
  container-name: component;
  container-type: inline-size;
}

@container (max-width: 600px) {
  .magazine-grid-list-section.style-1 .magazine-grid-list-section-wrapper .mag-post-single.list-design .mag-post-title {
    margin: 0px 0px 5px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    font-size: var(--font-size-sm);
  }
}

@container (max-width: 375px) {
  .magazine-grid-list-section.style-1 .magazine-grid-list-section-wrapper .mag-post-single.list-design .mag-post-category {
    display: none;
  }
}

.magazine-grid-list-section.style-2 .magazine-grid-list-section-wrapper {
  grid-template-columns: repeat(3, minmax(0px, 1fr));
}

@container (max-width: 1024px) {
  .magazine-grid-list-section.style-2 .magazine-grid-list-section-wrapper {
    grid-template-columns: repeat(2, minmax(0px, 1fr));
  }
}

@container (max-width: 600px) {
  .magazine-grid-list-section.style-2 .magazine-grid-list-section-wrapper {
    grid-template-columns: repeat(1, minmax(0px, 1fr));
  }
}

.magazine-grid-list-section.style-2 .magazine-grid-list-section-wrapper .mag-post-single:not(:first-child) .mag-post-img {
  aspect-ratio: 1 / 1;
}

.magazine-grid-list-section.style-2 .magazine-grid-list-section-wrapper .mag-post-single:first-child {
  grid-row-start: span 4;
  grid-row-end: auto;
}

@container (max-width: 991px) {
  .magazine-grid-list-section.style-2 .magazine-grid-list-section-wrapper .mag-post-single:first-child {
    grid-row-start: span 3;
    grid-row-end: auto;
  }
}

@container (min-width: 601px) {
  .magazine-grid-list-section.style-2 .magazine-grid-list-section-wrapper .mag-post-single:first-child .mag-post-detail .mag-post-title {
    font-size: calc(var(--font-size-md) - 2px);
  }
}

@container (max-width: 600px) {
  .magazine-grid-list-section.style-2 .magazine-grid-list-section-wrapper .mag-post-single:first-child {
    grid-row-start: span 1;
    grid-row-end: auto;
  }
}

.magazine-grid-list-section.style-2 .magazine-grid-list-section-wrapper .mag-post-single.list-design {
  container-name: component;
  container-type: inline-size;
}

@container (max-width: 600px) {
  .magazine-grid-list-section.style-2 .magazine-grid-list-section-wrapper .mag-post-single.list-design .mag-post-title {
    margin: 0px 0px 5px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    font-size: var(--font-size-sm);
  }
}

@container (max-width: 375px) {
  .magazine-grid-list-section.style-2 .magazine-grid-list-section-wrapper .mag-post-single.list-design .mag-post-category {
    display: none;
  }
}

.magazine-tile-grid-section {
  container-type: inline-size;
}

.magazine-tile-grid-section .magazine-tile-grid-section-wrapper {
  display: grid;
  gap: 30px;
}

.magazine-tile-grid-section.style-1 .magazine-tile-grid-section-wrapper {
  grid-template-columns: repeat(4, minmax(0px, 1fr));
}

@container (max-width: 991px) {
  .magazine-tile-grid-section.style-1 .magazine-tile-grid-section-wrapper {
    grid-template-columns: repeat(3, minmax(0px, 1fr));
  }
}

@container (max-width: 600px) {
  .magazine-tile-grid-section.style-1 .magazine-tile-grid-section-wrapper {
    grid-template-columns: repeat(2, minmax(0px, 1fr));
  }
}

@container (max-width: 480px) {
  .magazine-tile-grid-section.style-1 .magazine-tile-grid-section-wrapper {
    grid-template-columns: repeat(1, minmax(0px, 1fr));
  }
}

.magazine-tile-grid-section.style-1 .magazine-tile-grid-section-wrapper .mag-post-single:first-child {
  grid-column-start: span 2;
  grid-column-end: auto;
}

@container (max-width: 480px) {
  .magazine-tile-grid-section.style-1 .magazine-tile-grid-section-wrapper .mag-post-single:first-child {
    grid-column-start: span 1;
    grid-column-end: auto;
  }
}

.magazine-tile-grid-section.style-2 .magazine-tile-grid-section-wrapper {
  grid-template-columns: repeat(4, minmax(0px, 1fr));
}

@container (max-width: 991px) {
  .magazine-tile-grid-section.style-2 .magazine-tile-grid-section-wrapper {
    grid-template-columns: repeat(6, minmax(0px, 1fr));
  }
}

@container (max-width: 600px) {
  .magazine-tile-grid-section.style-2 .magazine-tile-grid-section-wrapper {
    grid-template-columns: repeat(2, minmax(0px, 1fr));
  }
}

@container (max-width: 480px) {
  .magazine-tile-grid-section.style-2 .magazine-tile-grid-section-wrapper {
    grid-template-columns: repeat(1, minmax(0px, 1fr));
  }
}

@container (max-width: 991px) {
  .magazine-tile-grid-section.style-2 .magazine-tile-grid-section-wrapper .mag-post-single {
    grid-column-start: span 2;
    grid-column-end: auto;
  }
}

@container (max-width: 600px) {
  .magazine-tile-grid-section.style-2 .magazine-tile-grid-section-wrapper .mag-post-single {
    grid-column-start: span 1;
    grid-column-end: auto;
  }
}

.magazine-tile-grid-section.style-2 .magazine-tile-grid-section-wrapper .mag-post-single:nth-child(2),
.magazine-tile-grid-section.style-2 .magazine-tile-grid-section-wrapper .mag-post-single:first-child {
  grid-column-start: span 2;
  grid-column-end: auto;
}

@container (max-width: 991px) {

  .magazine-tile-grid-section.style-2 .magazine-tile-grid-section-wrapper .mag-post-single:nth-child(2),
  .magazine-tile-grid-section.style-2 .magazine-tile-grid-section-wrapper .mag-post-single:first-child {
    grid-column-start: span 3;
    grid-column-end: auto;
  }
}

@container (max-width: 600px) {

  .magazine-tile-grid-section.style-2 .magazine-tile-grid-section-wrapper .mag-post-single:nth-child(2),
  .magazine-tile-grid-section.style-2 .magazine-tile-grid-section-wrapper .mag-post-single:first-child {
    grid-column-start: span 2;
    grid-column-end: auto;
  }
}

@container (max-width: 480px) {

  .magazine-tile-grid-section.style-2 .magazine-tile-grid-section-wrapper .mag-post-single:nth-child(2),
  .magazine-tile-grid-section.style-2 .magazine-tile-grid-section-wrapper .mag-post-single:first-child {
    grid-column-start: span 1;
    grid-column-end: auto;
  }
}

.magazine-double-category-section {
  container-type: inline-size;
}

.magazine-double-category-section .magazine-double-category-section-wrapper {
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(2, minmax(0px, 1fr));
}

@container (max-width: 600px) {
  .magazine-double-category-section .magazine-double-category-section-wrapper {
    grid-template-columns: repeat(1, minmax(0px, 1fr));
  }
}

.magazine-double-category-section .magazine-double-category-section-wrapper .magazine-category-single .mag-post-single:not(:last-child) {
  margin-bottom: 30px;
}

@container (max-width: 480px) {

  .magazine-double-category-section .magazine-double-category-section-wrapper .magazine-category-single .mag-post-single.list-design .mag-post-category,
  .magazine-double-category-section .magazine-double-category-section-wrapper .magazine-category-single .mag-post-single.list-design .mag-post-excerpt {
    display: none;
  }
}

@container (max-width: 600px) {
  .magazine-double-category-section .magazine-double-category-section-wrapper .magazine-category-single .mag-post-single.list-design .mag-post-title {
    margin: 0px 0px 5px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    font-size: var(--font-size-sm);
  }
}

.magazine-post-slider-section {
  container-type: inline-size;
}

.magazine-post-slider-section .magazine-post-slider-section-wrapper .mag-post-single {
  height: 500px;
}

@container (max-width: 991px) {
  .magazine-post-slider-section .magazine-post-slider-section-wrapper .mag-post-single {
    height: 400px;
  }
}

.magazine-post-slider-section .magazine-post-slider-section-wrapper .mag-post-single .mag-post-detail .mag-post-title {
  font-size: var(--font-size-lg);
}

@container (max-width: 600px) {
  .magazine-post-slider-section .magazine-post-slider-section-wrapper .mag-post-single .mag-post-detail .mag-post-title {
    font-size: var(--font-size-base);
  }
}

.magazine-post-slider-section .post-slider_dots {
  width: 80px;
  line-height: 0;
  margin-top: 5px;
  margin-inline: auto;
}

@container (min-width: 481px) {
  .magazine-post-slider-section .post-slider_dots {
    display: none;
  }
}

.magazine-post-slider-section .post-slider_dots .slider_navigators-wrraper {
  padding: 5px;
}

.magazine-post-slider-section .post-slider_dots .slick-active .slider_navigators-wrraper {
  padding: 3px;
}

.magazine-post-slider-section .post-slider_dots .slick-active.slider_navigators-wrraper {
  padding: 0px;
}

.magazine-post-slider-section .post-slider_dots .slider_navigators {
  aspect-ratio: 1 / 1;
  background-color: var(--clr-foreground);
  border-radius: 50%;
  transform: scale(0.4);
  outline: currentcolor;
  cursor: pointer;
  opacity: 0.4;
}

.magazine-post-slider-section .post-slider_dots .slick-active .slider_navigators {
  transform: scale(0.7);
  opacity: 0.7;
}

.magazine-post-slider-section .post-slider_dots .slick-active.slick-current .slider_navigators {
  transform: scale(1);
  opacity: 1;
  background-color: var(--primary-color);
}

.magazine-post-carousel-section {
  container-type: inline-size;
}

.magazine-post-carousel-section .magazine-post-carousel-section-wrapper.post-carousel {
  overflow: hidden;
}

.magazine-post-carousel-section .magazine-post-carousel-section-wrapper.post-carousel .slick-list {
  margin: 0px -5px;
}

.magazine-post-carousel-section .magazine-post-carousel-section-wrapper.post-carousel .slick-list .slick-track .slick-slide {
  padding: 0px 5px;
}

.magazine-post-carousel-section .magazine-post-carousel-section-wrapper .mag-post-single {
  height: 300px;
}

@container (min-width: 1025px) {
  .magazine-post-carousel-section.magazine-frontpage-section .magazine-post-carousel-section-wrapper .mag-post-single {
    height: 430px;
  }
}

.magazine-post-carousel-section.magazine-frontpage-section.wide-layout>.ascendoor-wrapper {
  max-width: none;
}

.magazine-post-carousel-section .post-carousel_dots {
  width: 80px;
  line-height: 0;
  margin-top: 5px;
  margin-inline: auto;
}

@container (min-width: 601px) {
  .magazine-post-carousel-section .post-carousel_dots {
    display: none;
  }
}

.magazine-post-carousel-section .post-carousel_dots .slider_navigators-wrraper {
  padding: 5px;
}

.magazine-post-carousel-section .post-carousel_dots .slick-active .slider_navigators-wrraper {
  padding: 3px;
}

.magazine-post-carousel-section .post-carousel_dots .slick-active.slider_navigators-wrraper {
  padding: 0px;
}

.magazine-post-carousel-section .post-carousel_dots .slider_navigators {
  aspect-ratio: 1 / 1;
  background-color: var(--clr-foreground);
  border-radius: 50%;
  transform: scale(0.4);
  outline: currentcolor;
  cursor: pointer;
  opacity: 0.4;
}

.magazine-post-carousel-section .post-carousel_dots .slick-active .slider_navigators {
  transform: scale(0.7);
  opacity: 0.7;
}

.magazine-post-carousel-section .post-carousel_dots .slick-active.slick-current .slider_navigators {
  transform: scale(1);
  opacity: 1;
  background-color: var(--primary-color);
}

.magazine-trending-carousel-section {
  container-type: inline-size;
}

.magazine-trending-carousel-section .magazine-trending-carousel-section-wrapper .mag-post-single.list-design {
  margin-bottom: 10px;
  min-height: 110px;
  display: flex !important;
}

@container (min-width: 601px) {
  .magazine-trending-carousel-section .magazine-trending-carousel-section-wrapper .mag-post-single.list-design {
    min-height: 190px;
  }
}

@container (max-width: 375px) {
  .magazine-trending-carousel-section .magazine-trending-carousel-section-wrapper .mag-post-single.list-design {
    min-height: 100px;
  }
}

.magazine-trending-carousel-section .magazine-trending-carousel-section-wrapper .mag-post-single.list-design .mag-post-img .trending-counter {
  position: absolute;
  bottom: 0px;
  inset-inline-start: 0px;
  inline-size: 25px;
  aspect-ratio: 1 / 1;
  color: rgb(255, 255, 255);
  z-index: 1;
  display: flex;
  font-weight: bold;
  align-items: center;
  justify-content: center;
  font-size: var(--font-size-sm);
  background-color: var(--primary-color);
}

.magazine-trending-carousel-section .magazine-trending-carousel-section-wrapper .mag-post-single.list-design .mag-post-detail {
  align-self: center;
}

@container (max-width: 480px) {
  .classic-design .magazine-trending-carousel-section .magazine-trending-carousel-section-wrapper .mag-post-single.list-design .mag-post-detail {
    padding: 5px 20px;
  }
}

@container (max-width: 375px) {
  .magazine-trending-carousel-section .magazine-trending-carousel-section-wrapper .mag-post-single.list-design .mag-post-detail .mag-post-meta {
    display: none;
  }
}

@container (max-width: 480px) {

  .magazine-trending-carousel-section .magazine-trending-carousel-section-wrapper .mag-post-single.list-design .mag-post-detail .mag-post-category,
  .magazine-trending-carousel-section .magazine-trending-carousel-section-wrapper .mag-post-single.list-design .mag-post-detail .mag-post-excerpt {
    display: none;
  }
}

@container (max-width: 600px) {
  .magazine-trending-carousel-section .magazine-trending-carousel-section-wrapper .mag-post-single.list-design .mag-post-detail .mag-post-title {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }
}

@container (max-width: 480px) {
  .magazine-trending-carousel-section .magazine-trending-carousel-section-wrapper .mag-post-single.list-design .mag-post-detail .mag-post-title {
    margin: 0px 0px 5px;
    font-size: var(--font-size-sm);
  }
}

.magazine-trending-carousel-section .magazine-trending-carousel-section-wrapper.style-2 .mag-post-single:first-child {
  flex-direction: column;
}

.magazine-trending-carousel-section .magazine-trending-carousel-section-wrapper.style-2 .mag-post-single:first-child .mag-post-img {
  width: 100%;
}

.magazine-trending-carousel-section .magazine-trending-carousel-section-wrapper.style-2 .mag-post-single:first-child .mag-post-detail {
  width: 100%;
}

.classic-design .magazine-trending-carousel-section .magazine-trending-carousel-section-wrapper.style-2 .mag-post-single:first-child .mag-post-detail {
  padding: 20px;
}

.artistic-design .magazine-trending-carousel-section .magazine-trending-carousel-section-wrapper.style-2 .mag-post-single:first-child .mag-post-detail,
.modern-design .magazine-trending-carousel-section .magazine-trending-carousel-section-wrapper.style-2 .mag-post-single:first-child .mag-post-detail {
  padding: 0px;
}

.magazine-trending-carousel-section .magazine-trending-carousel-section-wrapper.style-2 .mag-post-single:first-child .mag-post-detail .mag-post-title {
  font-size: var(--font-size-base);
  overflow: unset;
  display: block;
  -webkit-line-clamp: unset;
  -webkit-box-orient: unset;
}

.artistic-design .magazine-trending-carousel-section .magazine-trending-carousel-section-wrapper.style-2 .mag-post-single:first-child {
  position: relative;
  min-height: 380px;
  isolation: isolate;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  overflow: hidden;
  border-radius: var(--border-radius-all);
}

.artistic-design .magazine-trending-carousel-section .magazine-trending-carousel-section-wrapper.style-2 .mag-post-single:first-child .mag-post-img {
  position: absolute;
  inset: 0px;
  z-index: -1;
}

.artistic-design .magazine-trending-carousel-section .magazine-trending-carousel-section-wrapper.style-2 .mag-post-single:first-child .mag-post-img>a {
  display: block;
  height: 100%;
  width: 100%;
  line-height: 0;
}

.artistic-design .magazine-trending-carousel-section .magazine-trending-carousel-section-wrapper.style-2 .mag-post-single:first-child .mag-post-img>a:focus {
  outline-offset: 1px;
  outline-color: var(--clr-foreground);
}

.artistic-design .magazine-trending-carousel-section .magazine-trending-carousel-section-wrapper.style-2 .mag-post-single:first-child .mag-post-img>a img {
  aspect-ratio: unset;
}

.artistic-design .magazine-trending-carousel-section .magazine-trending-carousel-section-wrapper.style-2 .mag-post-single:first-child .mag-post-img .trending-counter {
  bottom: unset;
  top: 0px;
  inline-size: 35px;
}

.artistic-design .magazine-trending-carousel-section .magazine-trending-carousel-section-wrapper.style-2 .mag-post-single:first-child .mag-post-detail {
  padding: 0px 20px 20px;
  text-align: center;
  position: relative;
  isolation: isolate;
  min-height: 130px;
  width: 100%;
  align-self: stretch;
  flex-grow: 0;
}

.artistic-design .magazine-trending-carousel-section .magazine-trending-carousel-section-wrapper.style-2 .mag-post-single:first-child .mag-post-detail::before {
  content: " ";
  position: absolute;
  inset: 12px 0px 0px;
  background-color: var(--clr-background);
  z-index: -1;
  transition: 0.3s;
}

.artistic-design .magazine-trending-carousel-section .magazine-trending-carousel-section-wrapper.style-2 .mag-post-single:first-child .mag-post-detail .mag-post-meta,
.artistic-design .magazine-trending-carousel-section .magazine-trending-carousel-section-wrapper.style-2 .mag-post-single:first-child .mag-post-detail .mag-post-category {
  display: block;
}

.artistic-design .magazine-trending-carousel-section .magazine-trending-carousel-section-wrapper.style-2 .mag-post-single:first-child .mag-post-detail .mag-post-title {
  margin: 0px 0px 13px;
}

.artistic-design .magazine-trending-carousel-section .magazine-trending-carousel-section-wrapper.style-2 .mag-post-single:first-child .mag-post-detail .mag-post-title a {
  display: inline;
  -webkit-box-decoration-break: clone;
  background: var(--clr-background);
  color: var(--clr-foreground);
  padding: 0.198em 0.4em 0.3em;
  filter: url("#ascendoor-title-highlight");
}

.artistic-design .magazine-trending-carousel-section .magazine-trending-carousel-section-wrapper.style-2 .mag-post-single:first-child .mag-post-detail .mag-post-title a:focus,
.artistic-design .magazine-trending-carousel-section .magazine-trending-carousel-section-wrapper.style-2 .mag-post-single:first-child .mag-post-detail .mag-post-title a:hover {
  color: var(--primary-color);
}

.artistic-design .magazine-trending-carousel-section .magazine-trending-carousel-section-wrapper.style-2 .mag-post-single:first-child:focus-within .mag-post-detail,
.artistic-design .magazine-trending-carousel-section .magazine-trending-carousel-section-wrapper.style-2 .mag-post-single:first-child:hover .mag-post-detail {
  background: var(--alpha-bg);
  color: rgb(255, 255, 255);
}

.artistic-design .magazine-trending-carousel-section .magazine-trending-carousel-section-wrapper.style-2 .mag-post-single:first-child:focus-within .mag-post-detail::before,
.artistic-design .magazine-trending-carousel-section .magazine-trending-carousel-section-wrapper.style-2 .mag-post-single:first-child:hover .mag-post-detail::before {
  transform: translateY(100%);
}

.artistic-design .magazine-trending-carousel-section .magazine-trending-carousel-section-wrapper.style-2 .mag-post-single:first-child:focus-within .mag-post-detail .mag-post-meta .posted-on a,
.artistic-design .magazine-trending-carousel-section .magazine-trending-carousel-section-wrapper.style-2 .mag-post-single:first-child:focus-within .mag-post-detail .mag-post-meta .post-date a,
.artistic-design .magazine-trending-carousel-section .magazine-trending-carousel-section-wrapper.style-2 .mag-post-single:first-child:focus-within .mag-post-detail .mag-post-meta .byline a,
.artistic-design .magazine-trending-carousel-section .magazine-trending-carousel-section-wrapper.style-2 .mag-post-single:first-child:focus-within .mag-post-detail .mag-post-meta .post-author a,
.artistic-design .magazine-trending-carousel-section .magazine-trending-carousel-section-wrapper.style-2 .mag-post-single:first-child:hover .mag-post-detail .mag-post-meta .posted-on a,
.artistic-design .magazine-trending-carousel-section .magazine-trending-carousel-section-wrapper.style-2 .mag-post-single:first-child:hover .mag-post-detail .mag-post-meta .post-date a,
.artistic-design .magazine-trending-carousel-section .magazine-trending-carousel-section-wrapper.style-2 .mag-post-single:first-child:hover .mag-post-detail .mag-post-meta .byline a,
.artistic-design .magazine-trending-carousel-section .magazine-trending-carousel-section-wrapper.style-2 .mag-post-single:first-child:hover .mag-post-detail .mag-post-meta .post-author a {
  color: rgb(255, 255, 255);
}

.artistic-design .magazine-trending-carousel-section .magazine-trending-carousel-section-wrapper.style-2 .mag-post-single:first-child:focus-within .mag-post-detail .mag-post-excerpt,
.artistic-design .magazine-trending-carousel-section .magazine-trending-carousel-section-wrapper.style-2 .mag-post-single:first-child:hover .mag-post-detail .mag-post-excerpt {
  color: rgb(255, 255, 255);
}

.artistic-design .magazine-trending-carousel-section .magazine-trending-carousel-section-wrapper.style-3 .mag-post-single,
.modern-design .magazine-trending-carousel-section .magazine-trending-carousel-section-wrapper.style-3 .mag-post-single {
  gap: 5px;
  border-radius: 10px;
  border: 1px solid rgba(155, 155, 155, 0.3);
}

.magazine-trending-carousel-section .magazine-trending-carousel-section-wrapper.style-3 .mag-post-single .mag-post-img {
  max-width: 70px;
  background-color: transparent;
}

.magazine-trending-carousel-section .magazine-trending-carousel-section-wrapper.style-3 .mag-post-single .mag-post-img a {
  display: none;
}

.magazine-trending-carousel-section .magazine-trending-carousel-section-wrapper.style-3 .mag-post-single .mag-post-img .trending-counter {
  background-color: transparent;
  color: var(--clr-foreground);
  font-size: var(--font-size-lg);
  bottom: unset;
  top: 50%;
  opacity: 0.2;
  inset-inline-start: 50%;
  transform: translate(-50%, -50%);
  transition: 0.3s;
}

.magazine-trending-carousel-section .magazine-trending-carousel-section-wrapper.style-3 .mag-post-single .mag-post-detail {
  padding: 5px;
  padding-block: 15px;
  padding-inline-end: 15px;
}

@container (max-width: 480px) {
  .magazine-trending-carousel-section .magazine-trending-carousel-section-wrapper.style-3 .mag-post-single .mag-post-detail {
    padding-block: 5px;
  }
}

@container (max-width: 480px) {
  .magazine-trending-carousel-section .magazine-trending-carousel-section-wrapper.style-3 .mag-post-single .mag-post-detail .mag-post-title {
    margin: 0px 0px 5px;
    font-size: calc(var(--font-size-base) - 3px);
  }
}

@container (max-width: 375px) {
  .magazine-trending-carousel-section .magazine-trending-carousel-section-wrapper.style-3 .mag-post-single .mag-post-detail .mag-post-title {
    font-size: var(--font-size-sm);
  }
}

.magazine-trending-carousel-section .magazine-trending-carousel-section-wrapper.style-3 .mag-post-single:focus-within .mag-post-img .trending-counter,
.magazine-trending-carousel-section .magazine-trending-carousel-section-wrapper.style-3 .mag-post-single:hover .mag-post-img .trending-counter {
  opacity: 0.7;
}

.magazine-trending-carousel-section .magazine-trending-carousel-section-wrapper.style-3 .mag-post-single:not(:nth-child(n+10)) .mag-post-img .trending-counter::before {
  content: "0";
}

.magazine-tabs-section {
  container-type: inline-size;
}

.magazine-tabs-section .magazine-tabs-wrapper .magazine-tabs-head {
  position: relative;
  margin-bottom: 20px;
}

.modern-design .magazine-tabs-section .magazine-tabs-wrapper .magazine-tabs-head {
  margin-bottom: 10px;
}

.magazine-tabs-section .magazine-tabs-wrapper .magazine-tabs-head::before {
  position: absolute;
  content: "";
  height: 2px;
  width: 100%;
  background-color: rgb(153, 153, 153);
  opacity: 0.2;
  left: 0px;
  bottom: 0px;
}

.magazine-tabs-section .magazine-tabs-wrapper .magazine-tabs-head .magazine-tabs {
  list-style: none;
  margin: 0px;
  padding: 0px;
  border: medium;
  display: flex;
  position: relative;
}

.magazine-tabs-section .magazine-tabs-wrapper .magazine-tabs-head .magazine-tabs li {
  margin-inline-end: 5px;
  outline: currentcolor;
  flex: 1 1 0%;
}

.magazine-tabs-section .magazine-tabs-wrapper .magazine-tabs-head .magazine-tabs li a {
  font-size: 16px;
  font-weight: bold;
  color: var(--theme-color);
  border-bottom: 2px solid var(--theme-color);
  padding-top: 5px;
  padding-bottom: 8px;
  text-decoration: none;
  outline: currentcolor;
  display: flex;
  align-items: center;
  gap: 10px;
}

.magazine-tabs-section .magazine-tabs-wrapper .magazine-tabs-head .magazine-tabs li a.inactive {
  color: var(--clr-foreground);
  border-bottom-width: 2px;
  border-bottom-style: solid;
  border-bottom-color: transparent;
  opacity: 0.7;
}

.magazine-tabs-section .magazine-tabs-wrapper .magazine-tabs-head .magazine-tabs li a:hover,
.magazine-tabs-section .magazine-tabs-wrapper .magazine-tabs-head .magazine-tabs li a.inactive:hover {
  color: var(--theme-color);
  outline: currentcolor;
}

.magazine-tabs-section .magazine-tabs-wrapper .magazine-tab-content-wrapper .magazine-tab-container .mag-post-single {
  margin-bottom: 10px;
}

@container (max-width: 480px) {

  .magazine-tabs-section .magazine-tabs-wrapper .magazine-tab-content-wrapper .magazine-tab-container .mag-post-single .mag-post-category,
  .magazine-tabs-section .magazine-tabs-wrapper .magazine-tab-content-wrapper .magazine-tab-container .mag-post-single .mag-post-excerpt {
    display: none;
  }
}

@container (max-width: 600px) {
  .magazine-tabs-section .magazine-tabs-wrapper .magazine-tab-content-wrapper .magazine-tab-container .mag-post-single .mag-post-title {
    margin: 0px 0px 5px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    font-size: var(--font-size-sm);
  }
}

@container (max-width: 375px) {
  .magazine-tabs-section .magazine-tabs-wrapper .magazine-tab-content-wrapper .magazine-tab-container .mag-post-single .mag-post-meta {
    display: none;
  }
}

.widget_ascendoor_news_pro_social_icons ul.social-links {
  display: block;
  font-size: 0px;
}

.widget_ascendoor_news_pro_social_icons ul.social-links li {
  border: medium;
  margin: 0px;
  padding: 0px;
  display: inline-block;
}

.widget_ascendoor_news_pro_social_icons ul.social-links li a {
  color: rgb(255, 255, 255);
  opacity: 1;
  margin-inline-end: 5px;
  margin-block-end: 5px;
}

.widget_ascendoor_news_pro_social_icons ul.social-links li a .screen-reader-text {
  clip: unset;
  clip-path: unset;
  height: auto;
  width: auto;
  margin: 0px;
  overflow: visible;
  color: rgb(255, 255, 255);
  top: inherit;
  position: relative !important;
}

.widget_ascendoor_news_pro_social_icons ul.social-links li a:focus,
.widget_ascendoor_news_pro_social_icons ul.social-links li a:hover {
  color: rgb(255, 255, 255);
  opacity: 0.8;
}

.author-info {
  border: 1px solid rgba(155, 155, 155, 0.1);
  padding: 15px;
  text-align: center;
  container-type: inline-size;
}

@container (min-width: 601px) {
  .author-info .magazine-section-body {
    display: flex;
    gap: 20px;
  }

  .author-info .magazine-section-body .author-img {
    flex-shrink: 0;
  }

  .author-info .magazine-section-body .author-details {
    align-self: center;
    text-align: start;
  }
}

.author-info .author-img img {
  width: 200px;
  height: 200px;
  object-fit: cover;
  margin: 15px 0px;
  border-radius: 50%;
}

.author-info .author-details .author-name {
  margin: 0px 0px 10px;
  font-size: var(--font-size-base);
  font-weight: 700;
  line-height: 1.3;
}

.author-info .author-details .author-social-contacts {
  display: inline-flex;
  gap: 10px;
}

.multiple-author {
  container-type: inline-size;
}

.multiple-author .multiple-author-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-inline: -5px;
}

.multiple-author .multiple-author-wrapper .author-single {
  display: flex;
  padding-inline: 5px;
  flex-shrink: 0;
  margin-bottom: 10px;
}

@container (max-width: 480px) {
  .multiple-author .multiple-author-wrapper .author-single {
    width: 25%;
  }
}

.multiple-author .multiple-author-wrapper .author-single a {
  width: 150px;
  position: relative;
  display: flex;
  background-color: rgb(0, 0, 0);
}

.artistic-design .multiple-author .multiple-author-wrapper .author-single a,
.modern-design .multiple-author .multiple-author-wrapper .author-single a {
  border-radius: 15px;
  overflow: hidden;
}

@container (max-width: 480px) {
  .multiple-author .multiple-author-wrapper .author-single a {
    width: 100%;
  }
}

.multiple-author .multiple-author-wrapper .author-single a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s;
}

.multiple-author .multiple-author-wrapper .author-single a span {
  position: absolute;
  left: 50%;
  bottom: 10px;
  padding: 4px 6px;
  color: var(--clr-foreground);
  background-color: var(--clr-background);
  font-size: var(--font-size-sm);
  border-radius: 5px;
  transform: translate(-50%, 100%);
  width: max-content;
  text-align: center;
  max-width: 120px;
  opacity: 0;
  transition: 0.3s;
  line-height: 1.2;
}

@container (max-width: 480px) {
  .multiple-author .multiple-author-wrapper .author-single a span {
    max-width: 80px;
    padding: 2px 5px;
    font-size: calc(var(--font-size-xs) - 1.5px);
  }
}

@container (max-width: 375px) {
  .multiple-author .multiple-author-wrapper .author-single a span {
    max-width: 70px;
  }
}

.multiple-author .multiple-author-wrapper .author-single a:focus img,
.multiple-author .multiple-author-wrapper .author-single a:hover img {
  opacity: 0.7;
}

.multiple-author .multiple-author-wrapper .author-single a:focus span,
.multiple-author .multiple-author-wrapper .author-single a:hover span {
  opacity: 1;
  transform: translate(-50%);
}

.bigyapan-widget .bigyapan-wrapper .single a {
  display: block;
  line-height: 0;
}

.bigyapan-widget .bigyapan-wrapper .single a img {
  width: 100%;
}

.bigyapan-widget .bigyapan-wrapper.grid {
  display: grid;
  gap: 10px;
}

.magazine-category-section {
  container-type: inline-size;
}

.magazine-category-section .magazine-category-wrapper {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}

@container (max-width: 480px) {
  .magazine-category-section .magazine-category-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}

.magazine-category-section .magazine-category-wrapper .category-single {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  display: flex;
  align-items: center;
  line-height: 0;
  min-height: 180px;
}

.artistic-design .magazine-category-section .magazine-category-wrapper .category-single,
.modern-design .magazine-category-section .magazine-category-wrapper .category-single {
  border-radius: 15px;
}

@container (max-width: 480px) {
  .magazine-category-section .magazine-category-wrapper .category-single {
    min-height: unset;
  }

  .artistic-design .magazine-category-section .magazine-category-wrapper .category-single {
    border-radius: 100vmax;
  }
}

.magazine-category-section .magazine-category-wrapper .category-single::before {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-color: rgb(0, 0, 0);
  opacity: 0.3;
  z-index: 0;
  transition: 0.3s;
}

.magazine-category-section .magazine-category-wrapper .category-single img {
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
  width: 100%;
  object-fit: cover;
  z-index: -1;
  transition: 0.3s;
}

.magazine-category-section .magazine-category-wrapper .category-single a {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  gap: 5px;
  text-decoration: none;
  color: rgb(255, 255, 255);
  padding: 20px;
  font-size: var(--font-size-base);
  font-weight: bold;
  letter-spacing: 0.5px;
  opacity: 0.9;
  transition: 0.3s;
  line-height: 1.2;
  flex-direction: column;
  justify-content: flex-end;
}

@container (max-width: 480px) {
  .magazine-category-section .magazine-category-wrapper .category-single a {
    gap: 10px;
    padding: 25px 20px;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    font-size: calc(var(--font-size-base) - 2px);
  }
}

@container (max-width: 375px) {
  .magazine-category-section .magazine-category-wrapper .category-single a {
    padding: 15px;
  }
}

@container (max-width: 480px) {
  .magazine-category-section .magazine-category-wrapper .category-single a .category-dots {
    border-top-width: 1px;
    border-top-style: dashed;
    border-top-color: rgb(255, 255, 255);
    height: 1px;
    flex-grow: 1;
    opacity: 0.5;
  }
}

.magazine-category-section .magazine-category-wrapper .category-single a .category-no {
  font-size: var(--font-size-sm);
}

@container (max-width: 480px) {
  .magazine-category-section .magazine-category-wrapper .category-single a .category-no {
    width: 35px;
    height: 35px;
    border: 1px solid rgb(255, 255, 255);
    border-radius: 100vmax;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 0;
  }

  .magazine-category-section .magazine-category-wrapper .category-single a .category-no span {
    display: none;
  }
}

.magazine-category-section .magazine-category-wrapper .category-single a:focus,
.magazine-category-section .magazine-category-wrapper .category-single a:hover {
  opacity: 1;
}

.magazine-category-section .magazine-category-wrapper .category-single:focus-within::before,
.magazine-category-section .magazine-category-wrapper .category-single:hover::before {
  opacity: 0.7;
}

.magazine-category-section .magazine-category-wrapper .category-single:focus-within img,
.magazine-category-section .magazine-category-wrapper .category-single:hover img {
  transform: scale(1.1);
}

.magazine-category-section .magazine-category-wrapper .category-single:focus-within a,
.magazine-category-section .magazine-category-wrapper .category-single:hover a {
  opacity: 1;
}

.magazine-category-section .magazine-category-wrapper .category-single:focus-within a .category-dots,
.magazine-category-section .magazine-category-wrapper .category-single:hover a .category-dots {
  opacity: 0.7;
}

.site-footer {
  background: var(--footer-bg-color);
}

.site-footer .site-footer-top {
  padding-top: 30px;
}

.site-footer .site-footer-top .footer-widgets-wrapper {
  display: flex;
  flex-wrap: wrap;
  margin-inline: -15px;
}

.site-footer .site-footer-top .footer-widgets-wrapper.four-column .footer-widget-single {
  width: 25%;
}

@media (max-width: 991px) {
  .site-footer .site-footer-top .footer-widgets-wrapper.four-column .footer-widget-single {
    width: 50%;
  }
}

@media (max-width: 480px) {
  .site-footer .site-footer-top .footer-widgets-wrapper.four-column .footer-widget-single {
    width: 100%;
  }
}

.site-footer .site-footer-top .footer-widgets-wrapper.three-column-1 .footer-widget-single {
  width: 33.33%;
}

@media (max-width: 600px) {
  .site-footer .site-footer-top .footer-widgets-wrapper.three-column-1 .footer-widget-single {
    width: 100%;
  }
}

.site-footer .site-footer-top .footer-widgets-wrapper.three-column-2 .footer-widget-single:nth-child(2),
.site-footer .site-footer-top .footer-widgets-wrapper.three-column-2 .footer-widget-single:nth-child(1) {
  width: 25%;
}

@media (max-width: 600px) {

  .site-footer .site-footer-top .footer-widgets-wrapper.three-column-2 .footer-widget-single:nth-child(2),
  .site-footer .site-footer-top .footer-widgets-wrapper.three-column-2 .footer-widget-single:nth-child(1) {
    width: 100%;
  }
}

.site-footer .site-footer-top .footer-widgets-wrapper.three-column-2 .footer-widget-single:nth-child(3) {
  width: 50%;
}

@media (max-width: 600px) {
  .site-footer .site-footer-top .footer-widgets-wrapper.three-column-2 .footer-widget-single:nth-child(3) {
    width: 100%;
  }
}

.site-footer .site-footer-top .footer-widgets-wrapper.three-column-3 .footer-widget-single:nth-child(1) {
  width: 50%;
}

@media (max-width: 600px) {
  .site-footer .site-footer-top .footer-widgets-wrapper.three-column-3 .footer-widget-single:nth-child(1) {
    width: 100%;
  }
}

.site-footer .site-footer-top .footer-widgets-wrapper.three-column-3 .footer-widget-single:nth-child(2),
.site-footer .site-footer-top .footer-widgets-wrapper.three-column-3 .footer-widget-single:nth-child(3) {
  width: 25%;
}

@media (max-width: 600px) {

  .site-footer .site-footer-top .footer-widgets-wrapper.three-column-3 .footer-widget-single:nth-child(2),
  .site-footer .site-footer-top .footer-widgets-wrapper.three-column-3 .footer-widget-single:nth-child(3) {
    width: 100%;
  }
}

.site-footer .site-footer-top .footer-widgets-wrapper.two-column-1 .footer-widget-single:nth-child(1) {
  width: 30%;
}

@media (max-width: 600px) {
  .site-footer .site-footer-top .footer-widgets-wrapper.two-column-1 .footer-widget-single:nth-child(1) {
    width: 100%;
  }
}

.site-footer .site-footer-top .footer-widgets-wrapper.two-column-1 .footer-widget-single:nth-child(2) {
  width: 70%;
}

@media (max-width: 600px) {
  .site-footer .site-footer-top .footer-widgets-wrapper.two-column-1 .footer-widget-single:nth-child(2) {
    width: 100%;
  }
}

.site-footer .site-footer-top .footer-widgets-wrapper.two-column-2 .footer-widget-single:nth-child(1) {
  width: 70%;
}

@media (max-width: 600px) {
  .site-footer .site-footer-top .footer-widgets-wrapper.two-column-2 .footer-widget-single:nth-child(1) {
    width: 100%;
  }
}

.site-footer .site-footer-top .footer-widgets-wrapper.two-column-2 .footer-widget-single:nth-child(2) {
  width: 30%;
}

@media (max-width: 600px) {
  .site-footer .site-footer-top .footer-widgets-wrapper.two-column-2 .footer-widget-single:nth-child(2) {
    width: 100%;
  }
}

.site-footer .site-footer-top .footer-widgets-wrapper .footer-widget-single {
  flex-shrink: 0;
  padding-inline: 15px;
}

.site-footer .site-footer-top .footer-widgets-wrapper .footer-widget-single h1,
.site-footer .site-footer-top .footer-widgets-wrapper .footer-widget-single h2,
.site-footer .site-footer-top .footer-widgets-wrapper .footer-widget-single h3,
.site-footer .site-footer-top .footer-widgets-wrapper .footer-widget-single h4,
.site-footer .site-footer-top .footer-widgets-wrapper .footer-widget-single h5,
.site-footer .site-footer-top .footer-widgets-wrapper .footer-widget-single h6 {
  margin-top: 0px;
}

.site-footer .site-footer-bottom {
  position: relative;
  padding: 15px 0px;
  z-index: 1;
}

.site-footer .site-footer-bottom .site-footer-bottom-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  position: relative;
}

.site-footer .site-footer-bottom .site-footer-bottom-wrapper.style-1 {
  justify-content: space-between;
}

.site-footer .site-footer-bottom .site-footer-bottom-wrapper.style-2 {
  flex-direction: column;
  gap: 5px;
}

.site-footer .site-footer-bottom .site-footer-bottom-wrapper .site-info a {
  text-decoration: none;
  color: var(--clr-foreground);
  transition: 0.3s;
}

.site-footer .site-footer-bottom .site-footer-bottom-wrapper .site-info a:focus,
.site-footer .site-footer-bottom .site-footer-bottom-wrapper .site-info a:hover {
  color: var(--primary-color);
}

.site-footer .site-footer-bottom .site-footer-bottom-wrapper .social-icons ul.social-links {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

.site-footer .site-footer-bottom::before {
  position: absolute;
  content: "";
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  background: rgb(202, 204, 211);
  opacity: 0.7;
}

.dark-theme .site-footer .site-footer-bottom::before {
  background-color: rgb(0, 0, 0);
}

.site-footer.has-background-image {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  isolation: isolate;
}

.site-footer.has-background-image::after {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-color: var(--clr-background);
  opacity: 0.85;
  z-index: -1;
}

.site-footer.has-background-image.fix-bg-image {
  background-attachment: fixed;
}

#sidr {
  width: 380px;
  visibility: hidden;
  opacity: 0;
  padding-inline: 15px;
  padding-bottom: 15px;
  background: var(--clr-background);
  box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 0px 100vmax, rgba(0, 0, 0, 0.5) 2px 0px 18px 0px;
}

#sidr .ascendoor-close-icon {
  font-size: var(--font-size-lg);
  text-align: end;
  display: block;
  margin-top: 10px;
  margin-bottom: 20px;
}

#sidr .ascendoor-close-icon .ascendoor-close-btn {
  color: var(--clr-foreground);
  width: 51px;
  height: 51px;
  display: inline-flex;
  text-decoration: none;
  align-items: center;
  justify-content: center;
}

#sidr .ascendoor-close-icon .ascendoor-close-btn:hover,
#sidr .ascendoor-close-icon .ascendoor-close-btn:focus {
  color: var(--theme-color);
}

@media (max-width: 320px) {
  #sidr {
    width: 310px;
  }
}

#sidr::-webkit-scrollbar {
  width: 7px;
}

#sidr::-webkit-scrollbar-track {
  box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 6px inset;
}

#sidr::-webkit-scrollbar-thumb {
  background-color: var(--primary-color);
  outline: transparent solid 1px;
}

.artistic-design #sidr::-webkit-scrollbar-thumb,
.modern-design #sidr::-webkit-scrollbar-thumb {
  border-radius: 100vmax;
}

@media only screen and (min-width: 992px) {
  body.sidr-open::before {
    content: "";
    inset: 0px;
    z-index: 102;
    width: 100%;
    height: 100%;
    position: fixed;
    cursor: pointer;
    transition: visibility, opacity 0.4s linear;
    visibility: visible;
    opacity: 1;
    background-color: rgba(0, 0, 0, 0.54);
  }
}

@media screen and (min-width: 600px) {
  body.admin-bar #sidr {
    top: 32px;
  }
}

.sidr.left {
  left: -380px;
}

@media (max-width: 320px) {
  .sidr.left {
    left: -310px;
  }
}

.sidr.right {
  right: -380px;
}

@media (max-width: 320px) {
  .sidr.right {
    right: -310px;
  }
}

body.sidr-open #sidr {
  visibility: visible;
  opacity: 1;
}

a.magazine-scroll-to-top {
  position: fixed;
  bottom: 55px;
  inset-inline-end: 30px;
  height: 50px;
  width: 50px;
  opacity: 0;
  visibility: hidden;
  z-index: 17;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  background-color: var(--white);
  color: var(--theme-color);
  border-radius: 50%;
  transition: 0.3s;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 0.2rem 1rem;
}

.dark-theme a.magazine-scroll-to-top {
  background-color: rgb(0, 0, 0);
}

a.magazine-scroll-to-top:hover,
a.magazine-scroll-to-top:focus {
  transform: translateY(-10px);
}

a.magazine-scroll-to-top.show {
  opacity: 1;
  visibility: visible;
}

@media (max-width: 480px) {
  a.magazine-scroll-to-top.hide-mobile {
    display: none;
  }
}

@media (max-width: 768px) {
  a.magazine-scroll-to-top.hide-tablet-mobile {
    display: none;
  }
}

a.magazine-scroll-to-top .progress-wrap {
  position: absolute;
  left: 0px;
  top: 0px;
}

a.magazine-scroll-to-top .progress-wrap .progress-circle path {
  fill: none;
  stroke: var(--theme-color);
  stroke-width: 4;
  box-sizing: border-box;
  transition: 200ms linear;
}

.menu-opened a.magazine-scroll-to-top {
  display: none;
}

.category-single {
  padding: 20px;
  border-radius: 14px;
  margin-bottom: 18px;
  display: block;
  color: #fff;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.25);
  transition: all 0.3s ease;
}

.category-single a {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
}

.category-single:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.35);
}

.category-no {
  font-size: 14px;
  opacity: 0.9;
  margin-left: 8px;
}

.site-info {
  display: flex;
  justify-content: center;
  text-align: center;
  width: 100%;
}