@charset "UTF-8";

body.wp-singular .site-header {
color: #131313 !important;
}
body.wp-singular .nav-toggle {
color: #131313 !important;
}
body.wp-singular a {
color: #131313;
}
body.page .site-header {
color: #ffffff !important;
}
body.page .nav-toggle {
color: #ffffff !important;
}
body.page a {
color: #ffffff;
}
body.category .nav-toggle:hover {
color: #8A4FFF;
}
body.category .site-header__menu > li > a:hover {
color: #8A4FFF !important;
}
.site-header {
color: #ffffff;
font-size: 19px;
}
.site-header__inner {
display: flex;
justify-content: end;
width: 100%;
align-items: center;
}
@media (max-width: 768px) {
.site-header__inner {
justify-content: space-between;
gap: 0.75rem;
min-height: 80px;
}
}
.site-header__logo {
display: block;
margin-right: 0.5rem;
}
.site-header__logo--image {
height: 80px;
width: auto;
display: block;
}
@media (max-width: 768px) {
.site-header__logo {
display: none;
}
}
.site-header__logo--mobile {
display: none;
}
@media (max-width: 768px) {
.site-header__logo--mobile {
display: block;
}
}
.site-header__logo--mobile--image {
max-width: 250px;
height: auto;
display: block;
}
.site-header__menu {
display: flex;
gap: 0.25rem;
list-style: none;
margin: 0;
padding: 0;
}
.site-header__menu > li {
display: flex;
align-items: center;
}
.site-header__menu > li:first-child::before {
content: "/";
margin-inline-end: 0.25rem;
pointer-events: none;
font-size: 24px;
}
.site-header__menu > li::before {
content: "/";
margin-inline: 0.25rem;
pointer-events: none;
font-size: 24px;
}
.site-header__menu > li a {
padding: 0.5rem 0.75rem;
border-radius: 20px;
}
@media (max-width: 768px) {
.site-header__menu {
display: none;
}
}
.offcanvas {
position: fixed;
inset: 0 0 0 auto;
width: 450px;
height: 100vh;
background: #23D675;
color: #ffffff !important;
transform: translateX(100%);
transition: transform 0.25s ease;
z-index: 1000;
box-shadow: -24px 0 48px rgba(0, 0, 0, 0.15);
}
@media (max-width: 450px) {
.offcanvas {
width: 100%;
}
}
.offcanvas.is-open {
transform: translateX(0);
}
.offcanvas__close {
font-size: 32px;
font-weight: 300;
line-height: 1;
background: none;
border: 0;
cursor: pointer;
color: #ffffff;
margin-left: auto;
margin-bottom: 20px;
}
.offcanvas__body {
overflow: auto;
height: 100%;
padding: 24px 50px;
display: flex;
flex-direction: column;
position: relative;
z-index: 3;
}
.offcanvas__decor-text {
transform: rotate(180deg);
writing-mode: vertical-rl;
position: absolute;
right: -250px;
bottom: 400px;
letter-spacing: 10px;
font-size: 200px;
z-index: -1;
color: #0c2248;
font-weight: 800;
font-family: "League Gothic", sans-serif;
}
.offcanvas__menu {
margin-top: 30px !important;
list-style: none;
margin: 0;
padding: 0;
display: grid;
gap: 8px;
}
.offcanvas__menu > li {
padding: 16px 10px;
border-bottom: 1px solid #1FC168;
position: relative;
}
.offcanvas__menu > li:first-child {
border-top: 1px solid #1FC168;
}
.offcanvas__menu > li a {
font-size: 32px;
}
.offcanvas__menu > li a:hover {
color: #8A4FFF !important;
}
.offcanvas__menu .submenu-toggle {
position: absolute;
right: 8px;
top: 50%;
transform: translateY(-50%);
display: inline-flex;
align-items: center;
justify-content: center;
background: transparent;
border: 0;
color: #8A4FFF;
cursor: pointer;
z-index: 1;
}
.offcanvas__menu li > a {
padding-right: 42px;
}
.offcanvas__menu li.menu-item-has-children > ul.sub-menu {
display: block;
overflow: hidden;
max-height: 0;
padding-block: 0;
margin: 0;
border: 0;
list-style: none;
}
.offcanvas__menu li.menu-item-has-children > ul.sub-menu a {
font-size: 18px;
text-transform: uppercase;
font-weight: 500;
}
.offcanvas__menu li.menu-item-has-children > ul.sub-menu > li {
margin-left: 16px;
padding: 8px 0;
}
.offcanvas__menu li.menu-item-has-children.is-open > ul.sub-menu {
max-height: 600px;
padding: 8px 0 8px 12px;
}
.offcanvas__menu li.menu-item-has-children.is-open .submenu-toggle {
top: 12px;
transform: none;
}
.offcanvas__menu .submenu-toggle svg {
transition: transform 0.2s ease;
}
.offcanvas__menu li.menu-item-has-children.is-open .submenu-toggle svg {
transform: rotate(180deg);
}
.nav-toggle {
background: none;
border: 0;
cursor: pointer;
color: #ffffff;
transition: color 0.2s ease;
}
.nav-toggle:hover {
color: #23D675;
}
.nav-toggle .icon-hamburger {
width: 24px;
height: 24px;
}
.search {
position: relative;
width: 100%;
}
.search__input {
width: 100%;
padding: 20px 46px 20px 12px;
border: 1px solid rgba(0, 0, 0, 0);
border-radius: 4px;
background: #fff;
outline: none;
color: #949494;
font-family: "Poppins", sans-serif !important;
font-size: 16px;
}
.search__input #search-field::placeholder {
font-family: "Poppins", sans-serif !important; font-size: 16px;
font-style: normal; opacity: 1; }
.search__input #search-field::-webkit-input-placeholder {
font-family: "Poppins", sans-serif !important;
font-style: normal;
opacity: 1;
}
.search__input #search-field::-moz-placeholder {
font-family: "Poppins", sans-serif !important;
font-style: normal;
opacity: 1;
}
.search__input #search-field:-ms-input-placeholder {
font-family: "Poppins", sans-serif !important;
font-style: normal;
opacity: 1;
}
.search__input #search-field:-moz-placeholder {
font-family: "Poppins", sans-serif !important;
font-style: normal;
opacity: 1;
}
.search__btn {
position: absolute;
top: 50%;
right: 10px;
transform: translateY(-50%);
width: 32px;
height: 32px;
display: inline-flex;
align-items: center;
justify-content: center;
border: 0;
background: transparent;
cursor: pointer;
color: #9ca3af;
padding: 0;
}
.sr-only {
position: absolute !important;
width: 1px;
height: 1px;
padding: 0;
margin: -1px;
overflow: hidden;
clip: rect(0, 0, 0, 0);
white-space: nowrap;
border: 0;
}
.site-footer {
background-color: #131313;
margin-top: auto;
width: 100%;
z-index: 1000;
color: #ffffff !important;
padding: 32px 0;
}
.site-footer a {
color: #ffffff !important;
}
.site-footer__identity {
display: flex;
justify-content: space-between;
align-items: center;
flex-wrap: wrap;
}
.site-footer__social-media {
display: flex;
gap: 1rem;
margin-top: 0.5rem;
}
.site-footer__social-media-icon {
width: 36px;
height: 36px;
fill: #ffffff;
transition: fill 0.3s ease;
}
.site-footer__social-media-icon:hover {
fill: #23D675;
}
.site-footer__logo {
max-width: 150px;
height: auto;
}
.site-footer__menu {
display: flex;
margin-top: 0.5rem;
flex-wrap: wrap;
list-style: none;
padding: 0;
}
.site-footer__menu li {
display: flex;
align-items: center;
}
.site-footer__menu li + li::before {
content: "|";
font-size: 24px;
margin-inline: 0.5rem;
color: #ffffff;
pointer-events: none;
}
.site-footer__menu a {
font-size: 16px;
font-weight: 600;
color: #ffffff;
transition: color 0.3s ease;
}
.site-footer__menu a:hover {
color: #23D675 !important;
}
.site-footer__legal-menu {
margin-top: 1rem;
font-size: 14px;
display: flex;
flex-wrap: wrap;
list-style: none;
padding: 0;
}
.site-footer__legal-menu li {
display: flex;
align-items: center;
}
.site-footer__legal-menu li + li::before {
content: "|";
font-size: 24px;
margin-inline: 0.5rem;
color: #ffffff;
pointer-events: none;
}
.site-footer__legal-menu a {
color: #ffffff;
transition: color 0.3s ease;
}
.site-footer__legal-menu a:hover {
color: #23D675;
}
.container {
max-width: 1100px;
margin-inline: auto;
padding-inline: 16px;
}
@media (max-width: 768px) {
.container {
padding: 0 16px;
}
}
.sg-post {
margin-inline: auto;
color: #131313;
}
.sg-post__header {
display: flex;
flex-direction: column;
gap: 0.75rem;
}
.sg-post__row {
display: flex;
justify-content: space-between;
align-items: center;
gap: 1.5rem;
}
@media (max-width: 768px) {
.sg-post__row {
flex-direction: column-reverse;
align-items: flex-start;
}
}
.sg-post__kicker {
display: flex;
gap: 10px;
max-width: 850px;
}
.sg-post__kicker-link {
text-decoration: none;
font-size: 14px;
font-weight: 600;
color: #23D675 !important;
border: 1px solid #23D675;
border-radius: 999px;
padding: 2px 8px;
transition: all ease-in 0.3s;
}
.sg-post__kicker-link:hover {
background: #23D675;
color: #ffffff !important;
}
.sg-post__title {
max-width: 850px;
font-size: clamp(36px, 6vw, 48px);
line-height: 1.05;
font-weight: 800;
font-family: "Poppins", sans-serif;
letter-spacing: -0.5px;
color: #131313;
margin: 0;
}
.sg-post__inner-dek {
width: 50%;
display: flex;
flex-direction: column;
gap: 0.75rem;
justify-content: center;
}
@media (max-width: 768px) {
.sg-post__inner-dek {
width: 100%;
}
}
.sg-post__dek {
font-size: clamp(18px, 2.2vw, 28px);
line-height: 1.25;
color: #131313;
margin-top: 4px;
}
.sg-post__dek p::before {
content: "/";
font-size: 30px !important;
color: #23D675;
margin-inline: 0.5rem;
}
.sg-post__figure {
margin: 24px 0 8px;
width: 50%;
}
@media (max-width: 768px) {
.sg-post__figure {
width: 100%;
}
}
.sg-post__image {
width: 100%;
height: auto;
display: block;
}
.sg-post__figcap {
font-size: 12px;
color: #777;
margin-top: 6px;
}
.sg-post__meta {
display: grid;
grid-template-columns: 1fr;
gap: 14px;
align-items: center;
margin-top: 14px;
}
@media (min-width: 720px) {
.sg-post__meta {
grid-template-columns: 1fr auto;
align-items: center;
}
}
.sg-post__author {
display: flex;
align-items: center;
gap: 12px;
}
.sg-post__author-name {
font-weight: 600;
color: #23D675 !important;
}
.sg-post__avatar {
border-radius: 50%;
}
.sg-post__byline {
font-weight: 400;
}
.sg-post__byline a {
color: #23D675 !important;
font-weight: 700;
}
.sg-post__time {
font-size: 12px;
}
.sg-post__social-media-icon {
fill: #23D675;
}
.sg-post__social-media-icon:hover {
fill: #ffffff;
}
.sg-post__share {
display: inline-flex;
align-items: center;
justify-content: center;
width: 34px;
height: 34px;
border-radius: 50%;
border: 1px solid #23D675;
text-decoration: none;
font-weight: 700;
line-height: 1;
transition: transform 0.15s ease;
}
.sg-post__share:hover {
transform: translateY(-2px);
border-color: #ffffff;
background: #23D675;
}
.sg-post__actions {
display: flex;
align-items: center;
gap: 10px;
}
.sg-post__actions .sg-post__comments {
margin-left: 6px;
font-size: 14px;
text-decoration: none;
}
.sg-post__actions .sg-post__comments-number {
padding: 4px 8px;
border-radius: 6px;
border: 1px solid #23D675;
}
.sg-post__actions .sg-post__comments-text {
margin-left: 4px;
color: #23D675 !important;
font-weight: 600;
}
.sg-post__ethics {
grid-column: 1/-1;
font-size: 12px;
color: #777;
margin-top: -4px;
}
.sg-post__content-inner {
display: flex;
gap: 1.5rem;
}
.sg-post__content {
max-width: 600px;
margin: 0 auto;
margin-top: 24px;
font-size: 18px;
font-family: "Merriweather", serif;
line-height: 1.75;
}
@media (max-width: 768px) {
.sg-post__content {
margin-left: 50px;
}
}
.sg-post__content img, .sg-post__content figure {
max-width: 100%;
height: auto;
}
.sg-post__content h2, .sg-post__content h3, .sg-post__content h4, .sg-post__content h5, .sg-post__content h6 {
font-family: "Poppins", sans-serif;
}
.sg-post__content h2 {
font-size: clamp(24px, 3vw, 32px);
margin-top: 1.6em;
}
.sg-post__content h3 {
font-size: clamp(20px, 2.4vw, 26px);
margin-top: 1.3em;
}
.sg-post__content a, .sg-post__content p {
overflow-wrap: anywhere;
word-break: break-word;
white-space: normal;
}
.sg-post__content a {
background-color: #23D675 !important;
}
.sg-post__sidebar {
flex: 1;
position: sticky;
top: 50px;
height: fit-content;
align-self: flex-start;
padding-left: 20px;
}
@media (max-width: 768px) {
.sg-post__sidebar {
display: none;
}
}
.sg-post__sidebar-title {
font-size: 12px;
font-weight: 700;
text-transform: uppercase;
margin-bottom: 1rem;
color: #23D675;
}
.sg-post__sidebar-divider {
width: 220px;
height: 1px;
background: #131313;
margin-bottom: 1rem;
margin-top: 1rem;
}
.sg-post__sidebar-divider:last-child {
background: none;
}
.sg-post__sidebar-item {
display: flex;
flex-direction: column;
z-index: 2;
}
.sg-post__sidebar-list {
padding: 0;
margin: 0;
}
.sg-post__sidebar-link {
display: flex;
align-items: center;
gap: 1rem;
text-decoration: none;
}
.sg-post__sidebar-link-number {
display: inline-block;
font-weight: 800;
color: #23D675;
}
.sg-post__sidebar-link-title {
font-weight: 600;
color: #131313;
word-spacing: 2px;
line-height: 22px;
}
.sg-post__sidebar-link-title:hover {
text-decoration: underline;
text-decoration-color: #23D675;
}
.sg-post__sidebar-decoration {
transform: rotate(180deg);
writing-mode: vertical-rl;
position: absolute;
right: 0px;
bottom: 0px;
letter-spacing: 4px;
font-size: 102px;
z-index: -1;
font-family: "League Gothic", sans-serif;
color: #23D675;
font-weight: 800;
}
.sg-more {
--gap: clamp(16px, 3vw, 32px);
margin-top: clamp(24px, 4vw, 56px);
gap: var(--gap);
border: 1px solid #23D675;
padding: 32px 0;
}
.sg-more__inner {
display: flex;
gap: 2rem;
}
@media (max-width: 768px) {
.sg-more__inner {
flex-direction: column;
justify-content: start;
}
}
.sg-more__kicker {
font-size: 16px;
font-weight: 400;
text-transform: none;
color: #23D675;
font-family: "Merriweather", serif;
margin: 0 0 12px;
}
.sg-more__kicker a {
color: inherit;
text-decoration: underline;
color: #23D675 !important;
}
.sg-more__grid {
display: grid;
grid-template-columns: repeat(3, minmax(0, 1fr));
gap: 20px;
}
@media (max-width: 900px) {
.sg-more__grid {
grid-template-columns: repeat(2, 1fr);
}
}
@media (max-width: 600px) {
.sg-more__grid {
grid-template-columns: 1fr;
}
}
.sg-more__right {
position: relative;
padding-left: clamp(0px, 2vw, 24px);
min-width: 300px;
}
@media (min-width: 1024px) {
.sg-more__right {
border-left: 2px solid rgba(0, 0, 0, 0.12); }
}
.sg-card__link {
text-decoration: none;
display: block;
}
.sg-card__media {
margin: 0 0 10px;
aspect-ratio: 16/9;
overflow: hidden;
background: #e5e7eb;
}
.sg-card__img {
width: 100%;
height: 100%;
object-fit: cover;
display: block;
}
.sg-card__img--ph {
background: #cbd5e1;
}
.sg-card__title {
font-size: 16px;
line-height: 1.25;
color: #131313;
font-weight: 700;
transition: all 0.3s ease-in;
}
.sg-card__title:hover {
color: #23D675;
}
.sg-top__list {
list-style: none;
margin: 0;
padding: 0;
}
.sg-top__item {
padding: 8px 0;
}
.sg-top__date {
display: block;
font-size: 12px;
letter-spacing: 0.08em;
color: #23D675;
margin-bottom: 6px;
text-transform: uppercase;
}
.sg-top__title {
text-decoration: none;
font-weight: 700;
color: #23D675;
display: block;
}
.sg-top__title:hover {
color: #23D675;
}
.sg-top__divider {
border: 0;
border-top: 1px solid rgba(0, 0, 0, 0.12);
margin: 12px 0 0;
}
.sg-authorbox {
display: grid;
grid-template-columns: auto 1fr;
gap: 12px;
padding: 16px;
border: 1px solid #eee;
border-radius: 12px;
background: #fafafa;
}
.sg-authorbox__avatar {
border-radius: 50%;
}
.category-dekor {
width: 100%;
height: 400px;
background-color: #23D675;
position: absolute;
top: 0px;
z-index: -1;
}
.category {
min-height: 100vh;
}
.category h1 {
margin-bottom: 0;
margin-top: 160px;
z-index: 2;
position: relative;
}
@media (max-width: 768px) {
.category h1 {
margin-top: 130px;
}
}
.category__inner {
background-color: #131313;
z-index: 1;
position: relative;
padding-top: 32px;
}
@media (max-width: 768px) {
.category__inner {
margin-top: -28px;
}
}
.category__desc {
font-family: "Merriweather", serif;
font-size: 20px;
}
.category .posts-grid {
display: grid;
grid-template-columns: repeat(12, 1fr);
gap: 24px;
padding-top: 40px;
}
.category .post--featured {
grid-column: span 6;
}
@media (max-width: 1100px) {
.category .post--featured {
grid-column: span 12 !important;
}
}
.category .post__thumb img {
width: 100%;
height: auto;
display: block;
border-radius: 10px;
}
.category .post--featured .post__title {
font-size: 32px;
line-height: 1.05;
font-weight: 800;
margin-top: -50px;
margin-bottom: 0;
}
@media (max-width: 768px) {
.category .post--featured .post__title {
font-size: 28px;
}
}
.category .post--featured .post__title:hover {
text-decoration: underline;
text-decoration-color: #23D675;
text-decoration-thickness: 1px;
}
.category .post--featured .post__title a:hover {
color: #ffffff !important;
}
.category .post__excerpt {
font-family: "Merriweather", serif;
font-size: 20px;
}
.category .post__author {
color: #23D675;
text-transform: uppercase;
font-weight: 600;
}
.category .post__meta {
display: flex;
gap: 1rem;
}
.category .post__inner {
margin: 0 auto;
max-width: 450px;
}
@media (max-width: 768px) {
.category .post__inner {
max-width: 100%;
margin-right: 20px;
}
}
.category .category-title {
color: #23D675 !important;
left: -80px !important;
right: auto !important;
}
.category .category-posts h3 {
margin: 0;
font-size: 12px;
text-transform: uppercase;
color: #23D675;
font-weight: 600;
}
.category .category-posts .post-number {
color: #23D675;
font-weight: 800;
font-size: 16px;
}
.category .category-posts .post-title:hover {
text-decoration: underline;
text-decoration-color: #23D675;
}
@media (max-width: 1100px) {
.category .post-showcase-right-wrapper {
display: none;
}
}
.category .posts-showcase-block {
margin-bottom: 100px;
font-family: "Poppins", sans-serif;
color: #ffffff;
}
.category .posts-showcase-container {
display: grid;
grid-template-columns: 2fr 1fr;
gap: 2rem;
}
.category .posts-showcase-left {
display: flex;
flex-direction: column;
gap: 2rem;
margin-right: 50px;
}
@media (max-width: 768px) {
.category .posts-showcase-left {
margin-right: 0;
}
}
.category .post-item {
border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.category .post-item.format-small .post-small {
display: flex;
gap: 1rem;
align-items: flex-start;
padding-top: 1.5rem;
}
@media (max-width: 1100px) {
.category .post-item.format-small .post-small {
padding: 0;
padding-top: 1.5rem;
margin-top: 1.5rem;
}
}
.category .post-item.format-small .post-thumbnail {
flex-shrink: 0;
}
.category .post-item.format-small .post-thumbnail img {
width: 80px;
height: 80px;
object-fit: cover;
border-radius: 10px;
}
.category .post-item.format-small .post-content {
flex: 1;
}
.category .post-item.format-small .post-title {
font-family: "Poppins", sans-serif;
font-size: 1.125rem;
font-weight: 600;
margin: 0 0 0.5rem 0;
line-height: 1.3;
}
.category .post-item.format-small .post-title a {
text-decoration: none;
color: #ffffff;
}
.category .post-item.format-small .post-meta {
display: flex;
gap: 0.5rem;
font-family: "Poppins", sans-serif;
font-size: 0.875rem;
color: #999;
}
.category .post-item.format-small .post-meta .post-author {
color: #23D675;
text-transform: uppercase;
}
.category .post-item.format-small .post-cat {
color: #999;
text-transform: uppercase;
transform: rotate(180deg);
writing-mode: vertical-rl;
border-left: 1px solid #23D675;
align-self: center;
font-size: 14px;
}
@media (max-width: 1100px) {
.category .post-item.format-small .post-cat {
display: none;
}
}
.category .post-item.format-small .post-cat-mobile {
display: none;
}
@media (max-width: 1100px) {
.category .post-item.format-small .post-cat-mobile {
color: #999;
text-transform: uppercase;
border-bottom: 1px solid #23D675;
font-size: 14px;
display: inline-flex;
margin-bottom: 0.5rem;
}
}
.category .post-item.format-medium .post-medium {
display: flex;
flex-direction: column;
gap: 1.5rem;
padding-top: 2rem;
}
@media (max-width: 1100px) {
.category .post-item.format-medium .post-medium {
padding: 0;
padding-top: 1.5rem;
margin-top: 1.5rem;
}
}
.category .post-item.format-medium .post-thumbnail img {
width: 100%;
height: 300px;
object-fit: cover;
border-radius: 10px;
}
.category .post-item.format-medium .post-title {
font-family: "Poppins", sans-serif;
font-size: 1.875rem;
font-weight: 700;
margin: 0 0 1rem 0;
line-height: 1.2;
}
.category .post-item.format-medium .post-title a {
text-decoration: none;
color: #ffffff;
}
.category .post-item.format-medium .post-excerpt {
font-family: "Merriweather", serif;
font-size: 1.125rem;
line-height: 1.6;
color: #ffffff;
margin-bottom: 1rem;
}
.category .post-item.format-medium .post-meta {
display: flex;
gap: 0.5rem;
font-family: "Poppins", sans-serif;
font-size: 1rem;
color: #999;
padding-top: 1rem;
}
.category .post-item.format-medium .post-meta .post-author {
color: #23D675;
text-transform: uppercase;
}
.category .post-item.format-medium-no-thumb .post-medium-no-thumb {
display: flex;
flex-direction: column;
gap: 1rem;
padding-top: 2rem;
}
@media (max-width: 1100px) {
.category .post-item.format-medium-no-thumb .post-medium-no-thumb {
padding: 0;
padding-top: 1.5rem;
margin-top: 1.5rem;
}
}
.category .post-item.format-medium-no-thumb .post-title {
font-family: "Poppins", sans-serif;
font-size: 1.875rem;
font-weight: 700;
margin: 0 0 1rem 0;
line-height: 1.2;
}
.category .post-item.format-medium-no-thumb .post-title a {
text-decoration: none;
color: #ffffff;
}
.category .post-item.format-medium-no-thumb .post-excerpt {
font-family: "Merriweather", serif;
font-size: 1.125rem;
line-height: 1.6;
color: #ffffff;
margin-bottom: 1rem;
}
.category .post-item.format-medium-no-thumb .post-meta {
display: flex;
gap: 0.5rem;
font-family: "Poppins", sans-serif;
font-size: 1rem;
color: #999;
padding-top: 1rem;
}
.category .post-item.format-medium-no-thumb .post-meta .post-author {
color: #23D675;
text-transform: uppercase;
}
.category .post-showcase-right-wrapper {
align-self: start;
position: sticky;
top: 20px;
}
@media (max-width: 1100px) {
.category .post-showcase-right-wrapper {
position: relative;
padding: 0 1em 0 8em;
}
}
@media (max-width: 768px) {
.category .post-showcase-right-wrapper {
padding: 0 1em 0 4em;
}
}
.category .post-showcase-right-wrapper .category-header {
position: static;
}
.category .post-showcase-right-wrapper .category-header .category-title {
transform: rotate(180deg);
writing-mode: vertical-rl;
position: absolute;
right: 215px;
top: 30px;
min-height: 300px;
max-width: 123px;
letter-spacing: 1px;
font-size: 102px;
z-index: -1;
font-family: "League Gothic", sans-serif;
color: #ffffff;
font-weight: 800;
}
@media (max-width: 1100px) {
.category .post-showcase-right-wrapper .category-header .category-title {
right: auto;
left: -60px;
}
}
@media (max-width: 768px) {
.category .post-showcase-right-wrapper .category-header .category-title {
left: -120px;
}
}
.category .posts-showcase-right {
border-radius: 20px;
opacity: 0.9;
padding: 1.5rem;
z-index: 2;
}
@media (max-width: 768px) {
.category .posts-showcase-right {
position: relative;
}
}
.category .posts-showcase-right .category-posts {
display: flex;
flex-direction: column;
}
.category .posts-showcase-right .post-item-right {
display: flex;
gap: 0.75rem;
padding: 1rem 0.75rem;
transition: all 0.2s ease;
}
.category .posts-showcase-right .post-item-right .post-thumbnail {
flex-shrink: 0;
}
.category .posts-showcase-right .post-item-right .post-thumbnail img {
width: 60px;
height: 60px;
object-fit: cover;
border-radius: 6.6666666667px;
}
.category .posts-showcase-right .post-item-right .post-content {
flex: 1;
display: flex;
gap: 1rem;
min-width: 0;
}
.category .posts-showcase-right .post-item-right .post-number {
width: 24px;
height: 24px;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
font-weight: bold;
font-size: 0.8rem;
flex-shrink: 0;
}
.category .posts-showcase-right .post-item-right .post-title {
font-family: "Poppins", sans-serif !important;
font-size: 16px;
font-weight: bold;
margin: 0 0 0.25rem 0;
line-height: 1.3;
}
.category .posts-showcase-right .post-item-right .post-title a {
text-decoration: none;
color: #ffffff;
}
.category .posts-showcase-right .post-item-right .post-meta {
font-family: "Poppins", sans-serif;
font-size: 12.8px;
color: #999;
display: flex;
gap: 0.5rem;
align-items: center;
}
.category .posts-showcase-right .post-item-right .post-meta .post-author {
font-weight: 500;
}
.category .posts-showcase-right .post-item-right .post-meta .post-date {
font-weight: 400;
text-transform: uppercase;
}
.category .posts-showcase-right .category-placeholder {
text-align: center;
padding: 2rem;
color: rgba(255, 255, 255, 0.6);
}
.category .posts-showcase-right .category-placeholder p {
font-family: "Poppins", sans-serif;
font-size: 1rem;
margin: 0;
}
@media (max-width: 1100px) {
.category .posts-showcase-container {
grid-template-columns: 1fr;
gap: 1.5rem;
}
.category .posts-showcase-right {
order: -1;
}
.category .post-item.format-small .post-small {
flex-direction: row-reverse;
}
.category .post-item.format-small .post-thumbnail {
align-self: center;
}
.category .post-item.format-medium .post-title, .category .post-item.format-medium-no-thumb .post-title {
font-size: 1.5rem;
}
.category .post-item.format-medium .post-excerpt, .category .post-item.format-medium-no-thumb .post-excerpt {
font-size: 1rem;
}
}
.category .post-item:hover .post-small .post-title a,
.category .post-item:hover .post-medium-no-thumb .post-title a {
text-decoration: underline;
text-decoration-color: #23D675;
text-decoration-thickness: 1px;
}
.category .post-item:hover .post-medium .post-title a {
box-shadow: inset 0 -0.8em 0 0 #23D675;
} html, body {
min-height: 100%;
margin: 0;
width: 100%;
padding: 0;
}
body {
background: #131313;
color: #ffffff;
font-family: "Poppins", sans-serif;
}
::selection {
background: #23D675;
color: #131313;
}
a {
text-decoration: none;
color: #ffffff;
transition: 0.3s;
}
a:hover {
color: #23D675;
}
h1 {
font-family: "League Gothic", sans-serif;
color: #ffffff;
font-size: 90px;
font-optical-sizing: auto;
font-weight: 800;
font-style: normal;
font-variation-settings: "wdth" 100;
}
body.wp-singular {
background-color: #ffffff !important;
}
body.page {
background-color: #131313 !important;
}
.site-main {
width: 100%;
padding-top: 64px;
}
#wpadminbar {
display: none;
}
.faq-root {
border: none;
}