/*
Theme Name: Dashwall
Theme URI: https://agnarson.com/wpthemes/dashwall/
Version: 1.0.1
Requires at least: 5.0
Requires PHP: 5.6
Tested up to: 6.7
Description: <a href="https://agnarson.com/wpthemes/dashwall/">Dashwall</a> is a flexible blog and magazine theme with plenty of options. Optimized for all devices, this theme will stand out with a unique design, including dark/light mode. Demo: https://demo.agnarson.com/?theme=Dashwall
Author: Alexander Agnarson
Author URI: https://agnarson.com
Tags: blog, one-column, two-columns, right-sidebar, left-sidebar, custom-colors, custom-menu, featured-images, flexible-header, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready, custom-logo, custom-header, custom-background, news, entertainment, footer-widgets
Text Domain: dashwall

	Copyright: (c) 2025 Alexander "Alx" Agnarson
	License: GNU General Public License v3.0
	License URI: http://www.gnu.org/licenses/gpl-3.0.html
*/

/*
WARNING! DO NOT EDIT THIS FILE!
To make it easy to update your theme, you should not edit the styles in this file. Instead use a child theme
to add your styles. You can copy a style from this file and paste it in the child theme's style.css and it
will override the style in this file. You have been warned! :)
*/

/* ------------------------------------------------------------------------- *
 *  Reset - http://meyerweb.com/eric/tools/css/reset/ v2.0 | 20110126
 * ------------------------------------------------------------------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, 
pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, 
samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, 
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, 
canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, 
section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline; }
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {	display: block; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
table { border-collapse: collapse; border-spacing: 0; }


/* ------------------------------------------------------------------------- *
 *  Base Styles
/* ------------------------------------------------------------------------- */
body { background: #fff; font-size: 15px; line-height: 1.5em; color: #9ba4b3; font-weight: 400; }
a { color: #212632; text-decoration: none; }
a:hover { color: #0e979b; }
img { max-width: 100%; height: auto; }
a,
a:before,
a:after { transition-property: background color; transition-duration: 0.2s; transition-timing-function: ease; }
a img { transition: opacity 0.2s ease; }
address,cite,em { font-style: italic; }
strong { font-weight: 600; }
ol, ul { box-sizing: content-box; }
.left,.alignleft { float: left; }
.right,.alignright { float: right; }
.aligncenter { margin-left: auto; margin-right: auto; }

/*  base : clear
/* ------------------------------------ */
.clear { clear: both; display: block; overflow: hidden; visibility: hidden; width: 0; height: 0; }
.group:before, .group:after { content: ""; display: table; }
.group:after { clear: both; }
.group { zoom: 1; }

/*  base : font awesome square size
/* ------------------------------------ */
.fa, .fab, .fal, .far, .fas { width: 1em; text-align: center; }

/*  base : forms
/* ------------------------------------ */
input, textarea, button, select, label { font-family: inherit; }
.themeform input:not([type="submit"]):not([type="checkbox"]), 
.themeform textarea { background: transparent; color: rgba(0,0,0,0.5); outline: 1px solid rgba(0,0,0,0.1); font-size: 14px; width: 100%; box-sizing: border-box; display: block; padding: 8px 10px; border: 0; line-height: 1.5em; border-radius: 12px; }
.themeform input[type="submit"] { background: #212632; color: #fff; font-weight: 600; font-size: 14px; border: 0; cursor: pointer; padding: 12px 14px; display: block; border-radius: 12px; }
.themeform textarea:focus, 
.themeform input:not([type="submit"]):focus { outline: 1px solid rgba(0,0,0,0.2); color: rgba(0,0,0,0.75); }

.page-card-latest .themeform.searchform { position: absolute; right: 7px; top: 7px; }
.themeform.searchform div { position: relative; }
.themeform.searchform div input:not([type="submit"]):not([type="checkbox"]) { background: #fff; padding-left: 44px; outline: 1px solid rgba(0,0,0,0.1); height: 50px; border-radius: 30px; }
.themeform.searchform div:after { color: rgba(0,0,0,0.2); line-height: 24px; font-size: 18px; content: "\f002"; position: absolute; left: 16px; top: 13px; font-family: "Font Awesome 6 Free"; font-weight: 900; }
.themeform.searchform div textarea:focus, 
.themeform.searchform div input:not([type="submit"]):focus { outline: 1px solid rgba(0,0,0,0.2); color: rgba(0,0,0,0.75); }

/*  base : entry
/* ------------------------------------ */
.entry { font-size: 17px; line-height: 1.6em; }
.entry a { text-decoration: underline; }
.entry hr { border: 0; background: rgba(0,0,0,0.12); height: 2px; width: 30%; margin: 40px auto; }
.entry p,
.entry dd { margin-bottom: 1em; }
.entry dt { color: #333; }
.entry dt { font-weight: 600;}
.entry address { margin-bottom: 1em; }
.entry blockquote { position: relative; font-style: italic; margin: 0 0 20px 0; padding-left: 50px; }
.entry blockquote p { font-weight: 400; margin-bottom: 0.75em; }
.entry blockquote:before { content: "\f10d"; font-size: 32px; font-style: normal; font-family: "Font Awesome 6 Free"; font-weight: 900; text-align: center; position: absolute; left: 0; top: 0; }
.entry blockquote.twitter-tweet:before { content: "\f099"; }
.entry code, .entry pre { font-family: Monaco, "Courier New", "DejaVu Sans Mono", "Bitstream Vera Sans Mono", monospace; font-size: 11px; }
.entry pre { padding: 18px 20px; margin: 30px 0; border: 1px solid rgba(0,0,0,0.12); line-height: 19px; white-space: pre-wrap; word-wrap: break-word; overflow-x: auto; overflow-y: hidden; }
.entry code { background: rgba(0,0,0,0.12); color: rgba(0,0,0,0.9); padding: 0 3px; }
.entry ins { background: rgba(0,0,0,0.12); }
.entry sub,
.entry sup { font-size: 62.5%; }
.entry sub { vertical-align: sub; }
.entry sup { vertical-align: super; }

/* image position & caption */
.entry img.size-auto,
.entry img.size-large,
.entry img.size-medium,
.entry attachment img { max-width: 100%; height: auto; }
.entry img.alignleft { margin: 18px 20px 18px 0; }
.entry img.alignright { margin: 18px 0 18px 20px; }
.entry img.aligncenter { margin: 18px auto; clear: both; display: block; }
.entry img .size-full { width: 100%!important; }
.entry .gallery img, .entry img.wp-smiley { margin: 0; }
.entry .wp-caption { background: #fff; max-width: 100%!important; margin-bottom: 14px; padding-top: 5px; text-align: center; }
.entry .wp-caption-text { font-style: italic; }
.entry .wp-caption a { border-bottom: none; }
.entry .wp-caption img { margin: 0; max-width: 100%; height: auto; }
.entry .wp-caption.alignleft { margin-right: 20px; }
.entry .wp-caption.alignright { margin-left: 20px; }
.entry .wp-caption.alignnone { overflow: hidden; max-width: 100%; }
.entry .wp-caption.alignnone img { margin: 0 auto; max-width: 100%!important; }
.entry .wp-caption-text { font-size: 13px; padding: 0 0 8px 0; margin: 0; }

/* table */
.entry table { font-size: 14px; margin-bottom: 1.5em; width: 100%; text-align: center; }
.entry table td { border: 1px solid rgba(0,0,0,0.12); text-align: center; padding: 5px; vertical-align: middle; }
.entry table th { border: 1px solid rgba(0,0,0,0.12); font-weight: 600; text-align: center; padding: 10px 5px; }

/* default gallery */
.entry .gallery,
.widget .gallery { clear: both; overflow: hidden; width: 100%; margin-top: 15px!important; margin-bottom: 15px!important; }
.entry .gallery img,
.widget .gallery img { display: block; width: 100%; height: auto; border-width: 1px 2px!important; border-color: transparent!important; }
.entry .gallery .gallery-item,
.widget .gallery .gallery-item { position: relative; overflow: hidden; border-color: transparent; margin-top: 0!important; }
.entry .gallery .gallery-caption,
.widget .gallery .gallery-caption { background: rgba(255,255,255,0.8); color: #333; font-size: 13px; line-height: 1.4em; padding: 10px 0; text-align: left; text-indent: 10px; font-style: normal; margin: 0; bottom: -44px; left: 2px; right: 2px; overflow: hidden; position: absolute; text-overflow: ellipsis; white-space: nowrap; width: 100%;
transition: all .2s ease;
-o-transition: all .2s ease;
-moz-transition: all .2s ease;
-webkit-transition: all .2s ease; }
.entry .gallery .gallery-item:hover .gallery-caption  { bottom: 0; }
.entry .gallery-columns-5 .gallery-caption,
.entry .gallery-columns-6 .gallery-caption,
.entry .gallery-columns-7 .gallery-caption,
.entry .gallery-columns-8 .gallery-caption,
.entry .gallery-columns-9 .gallery-caption,
.widget .gallery-columns-2 .gallery-caption,
.widget .gallery-columns-3 .gallery-caption,
.widget .gallery-columns-4 .gallery-caption,
.widget .gallery-columns-5 .gallery-caption,
.widget .gallery-columns-6 .gallery-caption,
.widget .gallery-columns-7 .gallery-caption,
.widget .gallery-columns-8 .gallery-caption,
.widget .gallery-columns-9 .gallery-caption { display: none!important; }

/*  base : headings
/* ------------------------------------ */
.heading,
.comment-reply-title { font-weight: normal; font-size: 18px; font-weight: 600; margin-bottom: 1em; line-height: 1.5em; }
.heading i { font-size: 22px; margin-right: 6px; }


/* ------------------------------------------------------------------------- *
 *  Base Blocks
/* ------------------------------------------------------------------------- */

.entry { color: rgba(0,0,0,0.85); }

/*  blocks : common
/* ------------------------------------ */

/* block : paragraph */
.entry p { margin-bottom: 32px; }

/* block : heading */
h1, h2, h3, h4, h5, h6 { color: #212632; font-weight: 600; -ms-word-wrap: break-word; word-wrap: break-word; }
.entry h1,
.entry h2,
.entry h3,
.entry h4,
.entry h5,
.entry h6 { font-weight: 600; line-height: 1.3em; }
.entry h1 span, 
.entry h2 span, 
.entry h3 span, 
.entry h4 span, 
.entry h5 span, 
.entry h6 span { color: rgba(255,255,255,0.6); }
.entry h1 { font-size: 38px; letter-spacing: -1px; }
.entry h2 { font-size: 34px; letter-spacing: -0.7px; }
.entry h3 { font-size: 28px; letter-spacing: -0.5px; }
.entry h4 { font-size: 24px; letter-spacing: -0.3px; }
.entry h5 { font-size: 20px; font-weight: 600; }
.entry h6 { font-size: 16px; font-weight: 600; text-transform: uppercase; }

/* block : list */
.entry ol,
.entry ul { margin: 0 0 15px 30px; padding-left: 30px; }
.entry ol ol,
.entry ol ul,
.entry ul ul,
.entry ul ol { margin-bottom: 0; }
.entry li { margin: 0; }
.entry ul li,
.entry ol ul li { list-style: square; }
.entry ol li,
.entry ol ul ol li { list-style: decimal; }

/* block : common */
.entry .wp-block-image figcaption,
.entry .wp-block-audio figcaption,
.entry .wp-block-embed figcaption { font-size: 14px; text-align: center; }

/* block : image */
.entry .wp-block-image {  }

/* block : gallery */
.entry .wp-block-gallery { padding: 0; margin-left: 0; }
.entry .wp-block-gallery .blocks-gallery-grid { margin: 0; padding: 0; }
.entry .wp-block-gallery .blocks-gallery-item figcaption { box-sizing: border-box; }

/* block : cover */
.entry .wp-block-cover {  }

/* block : quote */
.entry .wp-block-quote { margin-bottom: 20px; }
.entry .wp-block-quote.is-large { padding-left: 50px; }

/* block : audio */
.entry .wp-block-audio {  }

/* block : file */
.entry .wp-block-file {  }
.entry .wp-block-file a.wp-block-file__button { color: #fff; }

/* block : video */
.entry .wp-block-embed {  }

/*  blocks : formatting
/* ------------------------------------ */

/* block : classic */
.entry .wp-block-classic {  }

/* block : pullquote */
.entry .wp-block-pullquote { padding-top: 0; padding-bottom: 0; }
.entry .wp-block-pullquote.alignleft { margin-right: 2em; }
.entry .wp-block-pullquote.alignright { margin-left: 2em; }
.entry .wp-block-pullquote blockquote { padding-left: 50px; text-align: left; }
.entry .wp-block-pullquote blockquote p { line-height: 1.4em; }

/* block : code */
.entry .wp-block-code {  }
.entry .wp-block-code code { background: none; }

/* block : custom html */
.entry .wp-block-custom {  }

/* block : preformatted */
.entry .wp-block-preformatted {  }

/* block : table */
.entry .wp-block-table {  }
.entry .wp-block-table.is-style-stripes { border-bottom-color: rgba(255,255,255,0.12); }
.entry .wp-block-table.is-style-stripes tbody tr:nth-child(2n+1) { background: rgba(255,255,255,0.12); }

/* block : verse */
.entry .wp-block-verse {  }

/*  blocks : layout elements
/* ------------------------------------ */

/* block : separator */
.entry .wp-block-separator { background: rgba(255,255,255,0.12); }

/* block : more */
.entry .more-link {  }

/* block : button */
.entry .wp-block-button {  }
.entry .wp-block-button a { background: rgba(0,0,0,0.12); color: #212632; text-decoration: none; }

/* block : columns */
.entry .wp-block-columns {  }

/* block : media & text */
.entry .wp-block-media-text {  }
.entry .has-large-font-size { line-height: 1.4em; }

/* block : spacer */
.entry .wp-block-spacer {  }

/* block : page break */
.entry .post-pages {  }

/*  blocks : widgets
/* ------------------------------------ */

/* block : latest comments */
.entry .wp-block-latest-comments { padding-left: 0; }

/* block : latest posts */
.entry .wp-block-latest-posts {  }

/* block : archives */
.entry .wp-block-archives {  }

/* block : categories */
.entry .wp-block-categories {  }

/* block : shortcode */
.entry .wp-block-shortcode {  }

/* block : calendar */
.entry .wp-block-calendar {  }
.entry .wp-block-calendar caption { background: rgba(0,0,0,0.06); color: #212632; }
.entry .wp-block-calendar th { background: rgba(0,0,0,0.12); color: #212632; }
.entry .wp-block-calendar td { color: rgba(0,0,0,0.5); }

/* block : rss */
.entry .wp-block-rss {  }

/* block : search */
.entry .wp-block-search {  }

/* block : tag cloud */
.entry .wp-block-tag-cloud {  }

/*  blocks : shared
/* ------------------------------------ */
.entry > ol,
.entry > ul,
.entry h1,
.entry h2,
.entry h3,
.entry h4,
.entry h5,
.entry h6,
.entry .wp-block-image,
.entry .wp-block-gallery,
.entry .wp-block-cover,
.entry .wp-block-embed,
.entry .wp-block-quote,
.entry .wp-block-pullquote,
.entry .wp-block-audio,
.entry .wp-block-file,
.entry .wp-block-code,
.entry .wp-block-preformatted,
.entry .wp-block-table,
.entry .wp-block-media-text,
.entry .wp-block-button,
.entry .wp-block-separator,
.entry .wp-block-columns,
.entry .wp-block-latest-comments,
.entry .wp-block-latest-posts,
.entry .wp-block-archives,
.entry .wp-block-categories,
.entry .wp-block-shortcode,
.entry .wp-block-calendar,
.entry .wp-block-rss,
.entry .wp-block-search,
.entry .wp-block-tag-cloud { margin-top: 32px; margin-bottom: 32px; }

/*  blocks : important
/* ------------------------------------ */
.entry > *:not(.alignfull) { /* max-width: 590px; */ margin-left: auto; margin-right: auto; box-sizing: border-box; }
.entry > *:not(.alignfull).alignwide { max-width: 940px; }
.entry > .alignfull { margin-left: -40px; margin-right: -40px; max-width: none; width: auto; }


/* ------------------------------------------------------------------------- *
 *  Base Structure
/* ------------------------------------------------------------------------- */

/*  base : grid
/* ------------------------------------ */
.grid { margin-right: 3.2%; float: left; display: inline; position: relative; }
.last { clear: right; margin-right: 0!important; }

.one-full { margin-right: 0; width: 100%; }
.one-half { width: 48.4%; }
.one-third { width: 31.2%; }
.two-third { width: 65.6%; }
.one-fourth { width: 22.6%; }
.three-fourth { width: 74.2%; }
.one-fifth { width: 17.4%; }
.two-fifth { width: 38.1%; }
.three-fifth { width: 58.7%; }
.four-fifth { width: 79.4%; }


/* ------------------------------------------------------------------------- *
 *  Common Elements
/* ------------------------------------------------------------------------- */

/*  common : pagination
/* ------------------------------------ */
.pagination { padding: 40px 0; }
.pagination a { font-size: 18px; font-weight: 600; }
.pagination ul { text-align: center; font-size: 0; }
.pagination ul li { display: inline-block; float: none; }
.pagination ul li a:before { font-family: "Font Awesome 6 Free"; font-weight: 900; font-size: 52px; line-height: 80px; display: block; }
.pagination ul li.next a:before { content: "\f105"; }
.pagination ul li.prev a:before { content: "\f104"; }
.pagination ul li a { background: #fff; box-shadow: 0 0 0 1px #12376914,0 1px 1px #1237690a,0 3px 3px #12376908,0 6px 4px #12376905,0 11px 4px #12376903; display: inline-block; font-size: 0; margin: 10px; width: 80px; height: 80px; border-radius: 100%; }

/*  common : thumb icon
/* ------------------------------------ */
.thumb-icon { display: none; }


/* ------------------------------------------------------------------------- *
 *  Theme
/* ------------------------------------------------------------------------- */
.stickywrap { position: relative; }
.stickywrap .stickywrap-heading { color: #212632; padding: 20px 30px; display: flex; align-items: center; font-size: 18px; font-weight: 600; line-height: 1.3em; }
.stickywrap .stickywrap-heading:after { content: ''; height: 1px; background: transparent; flex-grow: 1; margin-left: 20px; }
.stickywrap .stickywrap-heading i { line-height: 1.3; }
.admin-bar .stickywrap .stickywrap-heading { top: 32px; }
.stickywrap .stickywrap-inner { position: relative; }

.page-card-highlights .stickywrap-inner,
.page-card-comments .stickywrap-inner { padding-top: 20px; }
.page-card-highlights .stickywrap-inner,
.page-card-comments .stickywrap-inner,
.page-card-profile .stickywrap-inner,
.page-card-post-nav .stickywrap-inner,
.page-card-search .stickywrap-inner { border-radius: 30px 30px 0 0; border-top: 2px solid rgba(0,0,0,0.15); box-shadow: 0 -1px 0 rgba(255,255,255,0.1); background: linear-gradient(180deg, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0) 100%); }

.featured-wrap { position: relative; margin-bottom: 20px; }
.featured-card { position: relative; aspect-ratio: 1/1; z-index: 1; display: flex; overflow: hidden; border-radius: 30px; }
.featured-card:before { content: ""; position: absolute; top: 0; bottom: 0; left: 0; right: 0; z-index: -1; }
.featured-card img { display: block; }
.featured-card-thumb { background: #e2e7ef; display: block; background-position: center; background-size: cover; margin: 0 auto; position: absolute; top: 0; bottom: 0; left: 0; right: 0; z-index: -1; overflow: hidden; }
.featured-card-thumb i { color: #fff; font-size: 24px; width: 100%; top: 50%; position: absolute; margin-top: -12px; }
.featured-card-container { position: relative; margin: auto 0 0; width: 100%; }
.featured-card-content { color: #fff; padding: 20px 30px; margin: 10px; border-radius: 20px; display: flex; align-items: flex-start; justify-content: center; flex-direction: column; text-shadow: 0px 1px 4px rgba(0,0,0,.25); background: rgba(0,0,0,0.1); backdrop-filter: blur(10px) brightness(100%); -webkit-backdrop-filter: blur(10px) brightness(100%); }
.featured-large-title { font-size: 42px; letter-spacing: -0.04em; font-weight: 600; line-height: 1.1; margin-bottom: 20px; }
.featured-large-title a { display: block; color: #fff; }
.featured-large-date { font-size: 14px; }
.featured-card .card-comments { font-size: 11px; position: absolute; right: 8px; top: 10px; }

.featured-card-category { margin-bottom: 16px; text-shadow: none; }
.featured-card-category a { color: #fff; }

.featured-card-meta { font-size: 12px; text-transform: uppercase; font-weight: 800; text-shadow: none; }
.featured-card-meta a { color: #fff; }
.featured-card-avatar { display: inline-block; float: left; width: 24px; height: 24px; margin-right: 6px; }
.featured-card-avatar img { display: block; border-radius: 100%; }
.featured-card-author span { text-transform: none; font-weight: 300; }
.featured-card-divider { margin: 0 6px; }

.highlights-card { color: rgba(255,255,255,0.3); display: block; border-radius: 15px; position: relative; padding: 10px; margin: 0 20px 6px; border-top: 1px solid rgba(255,255,255,0.06); }
.highlights-card:hover { background: rgba(255,255,255,0.06); color: rgba(255,255,255,0.6); }
.highlights-card-inner { padding-left: 140px; }
.highlights-card-left { margin-left: -140px; float: left; }
.highlights-card-thumb { background: rgba(255,255,255,0.08); width: 120px; aspect-ratio: 16/9; border-radius: 10px; text-align: center; overflow: hidden; position: relative; }
.highlights-card-thumb i { position: absolute; left: 50%; top: 50%; margin-left: -7px; margin-top: -7px; }
.highlights-card-thumb img { display: block; aspect-ratio: 16/9; width: 100%; }
.highlights-card-title { color: #fff; font-weight: 600; font-size: 18px; }
.highlights-card-date { font-size: 12px; text-transform: uppercase; font-weight: 800; }

.comments-bubble { height: 22px; display: block; float: right; position: absolute; top: 10px; left: 10px; }
.featured-card .comments-bubble { top: 14px; left: 14px; }
.comments-bubble:hover i { opacity: 0.8; }
.comments-bubble i { color: #fff; font-size: 24px; margin-top: 0; transition: all 0.3s ease; }
.comments-bubble span { color: #212632; font-size: 9px; line-height: 22px; font-weight: 800; position: absolute; top: 0; left: 0; right: 0; text-align: center; }

.more-link-custom { background: linear-gradient(90deg, #00c196 0%, #1b6da0 100%); border-radius: 20px; position: absolute; padding: 6px 10px; color: #fff; right: 6px; bottom: 6px; }
.more-link-custom:hover { color: #fff; opacity: 0.8; padding-right: 16px; }

.slick-featured { opacity: 0; visibility: hidden; transition: opacity 1s ease; position: relative; }
.slick-featured.slick-initialized { visibility: visible; opacity: 1; }
.slick-featured .slick-slide > div > div { display: block!important; }
.slick-featured.slick-dotted.slick-slider { margin-bottom: 0; }
.slick-featured .slick-dots { top: 14px; box-sizing: border-box; pointer-events: none; }
.slick-featured .slick-dots li { margin: 0 6px; width: auto; height: auto; pointer-events: auto; }
.slick-featured .slick-dots li button { background: rgba(255,255,255,0.7); padding: 0; height: 5px; width: 5px; border-radius: 100%; text-indent: -9999px; overflow: hidden; }
.slick-featured .slick-dots .slick-active button { background: #fff; }

.slick-posts-nav { position: absolute; margin: 0; right: 10px; top: 30px; z-index: 2; }
.slick-posts-nav .slick-prev,
.slick-posts-nav .slick-next { background: rgba(0,0,0,0.1); backdrop-filter: blur(10px) brightness(100%); -webkit-backdrop-filter: blur(10px) brightness(100%); transition: all 0.3s ease; position: relative; display: inline-block; margin: 0 0 0 4px; height: 40px; width: 40px; border-radius: 100%; }
.slick-posts-nav .slick-prev:hover,
.slick-posts-nav .slick-next:hover,
.slick-posts-nav .slick-prev:focus,
.slick-posts-nav .slick-next:focus { background: rgba(0,0,0,0.2); }
.slick-posts-nav .slick-prev { left: 0; }
.slick-posts-nav .slick-next { right: 0; }
.slick-posts-nav .slick-prev:before { color: #fff; font-family: "Font Awesome 6 Free"; font-weight: 900; content: "\f053"; }
.slick-posts-nav .slick-next:before { color: #fff; font-family: "Font Awesome 6 Free"; font-weight: 900; content: "\f054"; }

.blog-card { position: relative; }
.blog-card-inner { padding: 10px; }
.blog-card-top { position: relative; }
.blog-card-thumb { background: #e2e7ef; display: block; display: block; border-radius: 20px; background-position: center; background-size: cover; aspect-ratio: 16/9; margin: 0 auto; }
.blog-card-thumb i { color: #fff; font-size: 24px; width: 100%; top: 50%; position: absolute; margin-top: -12px; }
.blog-card:hover .blog-card-thumb { /* transform: scale(1.15); */ }
.blog-card-thumb-empty { color: rgba(0,0,0,0.2); font-size: 24px; display: block; position: absolute; left: 0; right: 0; top: 0; bottom: 0; text-align: center; }
.blog-card-thumb-empty:hover { color: rgba(0,0,0,0.2); }
.blog-card-thumb-empty i { position: absolute; top: 50%; margin: -12px 0 0 -12px; }
.blog-card-bottom { padding: 20px; }
.blog-card-title { font-weight: 600; font-size: 22px; margin-top: 10px; margin-bottom: 6px; line-height: 1.3; }
.blog-card-excerpt {  }
.blog-card-category a { color: #9ba4b3; }
.blog-card-date { font-size: 12px; font-weight: 800; text-transform: uppercase; margin-top: 10px; }

.blog-card-byline { margin: 20px 0; }
.blog-card-avatar { height: 32px; width: 32px; border-radius: 100%; overflow: hidden; float: left; margin-right: 10px; margin-top: -4px; }
.blog-card-author { float: left; margin-right: 10px; }
.blog-card-date-single { float: left; margin: 0; margin-right: 10px; }

.single-card { margin-left: 200px; padding-left: 40px; margin-bottom: 12px; position: relative; }

.notebox { padding: 20px; }
.notebox .search-again { margin: 10px 0 20px; }

.social-links { position: relative; z-index: 2; margin: 12px 0 0 0; }
.social-links li { display: inline-block; margin: 0 4px; line-height: 16px; font-size: 0; }
.social-links li a { display: block!important; position: relative; text-align: center; }
.social-links li a:hover { color: #212632; }
.social-links .social-tooltip { font-size: 18px; display: inline; position: relative; }
.social-links .social-tooltip:hover { text-decoration: none; }
.social-links .social-tooltip:hover:after { top: -33px; background: #212632; font-size: 13px; color: #fff; content: attr(title); display: block; right: -2px; padding: 5px 10px; position: absolute; white-space: nowrap; border-radius: 3px; }
.social-links .social-tooltip:hover:before { top: -7px; right: 4px; border: solid; border-color: #212632 transparent; border-width: 5px 5px 0 5px; content: ""; display: block; position: absolute; z-index: 1; }

#theme-toggle { background: #fff; box-shadow: 0 0 0 1px rgba(0,0,0,0.05); padding: 12px; border: 0; border-radius: 16px; display: block; cursor: pointer; position: absolute; bottom: 10px; right: 10px; z-index: 99; }
#theme-toggle i { font-size: 14px; float: left; position: absolute; right: 17px; top: 17px; color: #fff; z-index: 2; }
#theme-toggle .fa-sun { display: block; }
#theme-toggle .fa-moon { display: none; right: 30px; }
#theme-toggle-btn { background: #e7e8eb; box-shadow: inset 0 1px 0 rgba(0,0,0,0.06); position: relative; display: block; width: 38px; height: 24px; border-radius: 16px; }
#theme-toggle-btn:before { background: #212632; transition: all .25s; box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.16); content: ""; position: absolute; top: 50%; left: 14px; top: 0; width: 24px; height: 24px; border-radius: 50%; }
body.dark #theme-toggle { background: #313642; }
body.dark #theme-toggle i { color: rgba(0,0,0,0.8); }
body.dark #theme-toggle .fa-sun { display: none; }
body.dark #theme-toggle .fa-moon { display: block; }
body.dark #theme-toggle-btn { background: #505664; box-shadow: inset 0 1px 0 rgba(255,255,255,0.08); }
body.dark #theme-toggle-btn:before { background: #fff; top: 0; left: 0; }

.site-title { font-size: 28px; font-weight: 600; letter-spacing: -0.02em; float: left; line-height: 60px; padding: 0; position: relative; z-index: 2; }
.site-title a { display: block; color: #212632; max-width: 100%; }
.site-title a img { display: block; max-width: 100%; max-height: 60px; height: auto; padding: 0; margin: 0 auto; -webkit-border-radius: 0; border-radius: 0; }
.site-description { font-size: 15px; font-weight: 300; float: left; margin: 0 0 0 20px; position: relative; z-index: 2; }
.site-header { margin-bottom: 30px; }
.site-header img { border-radius: 12px; }
.site-image { display: block; margin: 0 auto; max-height: 400px; }

.page-card-single { padding-top: 40px; }
body.single .page-row { margin-top: -60px; z-index: 1; }
.header-single { position: relative; aspect-ratio: 16/5; z-index: 1; display: flex; }
.header-single:before { content: ""; position: absolute; top: 0; bottom: 0; left: 0; right: 0; background: #212632; z-index: -1; border-radius: 30px; }
.header-single .comments-bubble { top: 14px; left: 14px; z-index: 1; }  
.header-single img { display: block; }
.header-single-thumb { background: #e2e7ef; display: block; background-position: center; background-size: cover; margin: 0 auto; position: absolute; top: 0; bottom: 0; left: 0; right: 0; z-index: -1; overflow: hidden; border-radius: 30px; }
.header-single-thumb i { color: #fff; font-size: 24px; width: 100%; top: 50%; position: absolute; margin-top: -12px; }
.header-single-container { position: relative; margin: auto auto 0; width: 100%; max-width: 1110px; }
.header-single-content { color: #fff; padding: 20px 40px 70px; border-radius: 30px 30px 0 0; display: flex; align-items: flex-start; justify-content: center; flex-direction: column; text-shadow: 0px 1px 4px rgba(0,0,0,.25); background: rgba(0,0,0,0.1); backdrop-filter: blur(10px) brightness(100%); -webkit-backdrop-filter: blur(10px) brightness(100%); }
.header-single-title { font-size: 42px; color: #fff; letter-spacing: -0.04em; font-weight: 600; line-height: 1.1; margin-bottom: 20px; max-width: 720px; }
.header-single-date { font-size: 14px; }
.header-single .card-comments { font-size: 11px; position: absolute; right: 8px; top: 10px; }

.header-single-category { margin-bottom: 16px; text-shadow: none; }
.header-single-category a { color: #fff; }

.header-single-meta { font-size: 12px; text-transform: uppercase; font-weight: 800; text-shadow: none; }
.header-single-meta a { color: #fff; }
.header-single-avatar { display: inline-block; float: left; width: 24px; height: 24px; margin-right: 6px; }
.header-single-avatar img { display: block; border-radius: 100%; }
.header-single-author span { text-transform: none; font-weight: 300; }
.header-single-divider { margin: 0 6px; }

.canvas-top { background: #fff; flex: none; height: 100px; left: 0; overflow: hidden; pointer-events: none; position: fixed; top: 0; width: 100%; z-index: 9; }
.admin-bar .canvas-top { top: 32px; }
.canvas-bottom { background: #fff; bottom: 0; flex: none; height: 24px; left: 0; overflow: hidden; pointer-events: none; position: fixed; width: 100%; z-index: 9; }
.canvas-wrapper { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; justify-content: flex-start; inset: 0; overflow: hidden; padding: 100px 24px 24px; pointer-events: none; position: fixed; z-index: 0; }
.admin-bar .canvas-wrapper { top: 32px; }
.canvas-inner { background: #f6f7fa; border: 1px solid rgba(0,0,0,0.06); border-radius: 20px; flex: 1 0 0px; height: 1px; position: relative; width: 100%; }
.canvas-inner:after { content:""; background: linear-gradient(0deg, rgba(255,255,255,0) 0%, rgba(0,0,0,0.06) 100%); position: absolute; top: -1px; left: 0; right: 0; height: 100px; border-radius: 20px 20px 0 0; z-index: 99; }

.admin-bar .page-header { top: var(--wp-admin--admin-bar--height); }
.admin-bar .page-sidebar { top: 133px; }
.page-header { background: #fff; position: fixed; top: 0; left: 0; right: 0; display: flex; align-items: center; height: 50px; padding: 25px 50px; z-index: 10; }
.page-sidebar { box-shadow: inset -1px 0 0 rgba(0,0,0,0.1); position: fixed; top: 100px; left: 24px; bottom: 25px; display: flex; flex-direction: column; width: 80px; box-sizing: border-box; border-radius: 20px 0 0 20px; z-index: 99; }
.page-header-title { color: rgba(0,0,0,0.3); font-size: 32px; font-weight: 600; letter-spacing: -0.04em; }
.page-header-search { margin-left: auto; }
.page-wrapper { padding: 100px 25px 0 105px; position: relative; z-index: 1; }
.page-inner { padding: 30px; display: flex; flex-direction: column; }
.page-inner-container { display: flex; flex-direction: column; flex-grow: 1; width: 100%; margin: 0 auto; max-width: 1730px; }
.page-inner-container-footer { width: 100%; margin: 0 auto; max-width: 1730px; }
.page-inner-container-header-single { max-width: 1730px!important; }

.page-inner-title { font-size: 42px; line-height: 1.2; letter-spacing: -0.04em; margin-bottom: 24px; }
.page-row { display: flex; }
.page-col-featured { width: 35%; padding-right: 20px; }
.page-col { width: 45%; padding-right: 20px; box-sizing: border-box; }
.page-col-sidebar { width: 20%; }
.page-col-full { width: 100%; display: block; padding: 0; }
.page-card { background: #fff; border-radius: 30px; margin-bottom: 20px; position: relative; box-shadow: 0 0 0 1px #0e3f7e0a,0 1px 1px -.5px #2a33450a,0 3px 3px -1.5px #2a33460a,0 6px 6px -3px #2a33460a,0 12px 12px -6px #0e3f7e0a,0 24px 24px -12px #0e3f7e0a; }
.page-card:after { content:""; background: #e2e7ef; position: absolute; bottom: -8px; left: 40px; right: 40px; height: 8px; border-radius: 0 0 10px 10px; z-index: -1; }
.page-card.blog-card { margin-bottom: 0; }
.page-card-featured { padding: 0; }
.page-card-highlights { background: #212632; padding: 0 0 20px; }
.page-card-highlights .stickywrap-heading { color: #fff; }
.page-grid { display: grid; grid-template-columns: repeat(auto-fill,minmax(320px,1fr)); gap: 20px; }

body.archive .page-inner-container,
body.search .page-inner-container,
body.single .page-inner-container,
body.page .page-inner-container,
body.error404 .page-inner-container { max-width: 1070px; }
.page-col-center { width: 70%; padding-right: 20px; box-sizing: border-box; }
.page-col-sidebar-center { width: 30%; }
.page-grid-center { display: grid; grid-template-columns: repeat(auto-fill,minmax(270px,1fr)); gap: 20px; }

.page-sidebar .social-links { float: left; margin-top: 30px; width: 100%; }
.page-sidebar .social-links li { margin: 0 auto; padding: 0 0 10px; width: 100%; position: relative; }
.page-sidebar .social-links .social-tooltip { background: #fff; color: #212632; box-shadow: 0 0 0 1px rgba(0,0,0,0.05); display: block; font-size: 22px; border-radius: 30px; padding: 14px 10px; margin: 0 15px; }
.page-sidebar .social-links .social-tooltip:hover { color: #212632; text-decoration: none; }
.page-sidebar .social-links .social-tooltip:hover:after { background: #212632; color: #fff; padding: 7px 10px; top: 10px; left: 50px; right: auto; }
.page-sidebar .social-links .social-tooltip:hover:before { top: 19px; left: 45px; right: auto; border-color: transparent #212632; border-width: 5px 5px 5px 0; }

.page-card-comments { background: linear-gradient(90deg, #00c196 0%, #1b6da0 100%)!important; padding: 0 0 20px; }
.page-card-comments .stickywrap-heading { color: #fff; }
.comments-card { color: rgba(255,255,255,0.6); display: block; border-radius: 15px; position: relative; padding: 10px; margin: 0 20px 6px; border-top: 1px solid rgba(255,255,255,0.15); }
.comments-card:hover { background: rgba(255,255,255,0.1); color: rgba(255,255,255,0.8); }
.comments-card-inner { padding-left: 64px; }
.comments-card-left { margin-left: -64px; float: left; }
.comments-card-thumb { background: rgba(255,255,255,0.2); width: 44px; height: 44px; border-radius: 10px; text-align: center; overflow: hidden; }
.comments-card-thumb i { margin-top: 26px; }
.comments-card-thumb img { display: block; }
.comments-card-author { color: #fff; font-weight: 600; font-size: 18px; }
.comments-card-excerpt { font-size: 14px; line-height: 1.4; }

.page-card-profile { background: linear-gradient(90deg, #00c196 0%, #1b6da0 100%)!important; }
.page-card-profile .stickywrap-heading { color: #fff; }
.profile-card-inner { position: relative; padding: 0 30px 30px; text-align: center; }
.profile-card-thumb { background: linear-gradient(180deg, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0) 100%); width: 160px; height: 160px; border-radius: 100%; position: relative; padding: 10px; margin: 20px auto; box-sizing: border-box; border-top: 2px solid rgba(0,0,0,0.15); box-shadow: 0 -1px 0 rgba(255,255,255,0.1); }
.profile-card-thumb img { border-radius: 100%; height: 100%; width: 100%; }
.profile-card-title { color: #fff; font-weight: 600; font-size: 22px; line-height: 1.2; letter-spacing: -0.02em; margin-bottom: 20px; }
.profile-card-desc { color: rgba(255,255,255,0.6); }
.profile-card-desc a,
.profile-card-desc a:hover { color: #fff; }

.page-card-post-nav { background: #212632; }
.page-card-post-nav .stickywrap-heading { color: #fff; }

.page-card-search { background: linear-gradient(90deg, #00c196 0%, #1b6da0 100%)!important; }
.page-card-search .stickywrap-heading { color: #fff; }
.page-card-search .themeform.searchform { position: static; padding: 20px 30px 20px; }

.page-title-box { padding: 0 30px 20px; }
.page-title-box .themeform.searchform { position: static; padding: 20px 0 0 0!important; }


/* ------------------------------------------------------------------------- *
 *  Section: Navigation
/* ------------------------------------------------------------------------- */

/* menu hamburger */
.menu-toggle-icon { float: right; width: 30px; height: 20px; position: relative; transform: rotate(0deg); transition: .5s ease-in-out; cursor: pointer; }
.menu-toggle-icon span { display: block; position: absolute; height: 2px; width: 100%; background: #212632; border-radius: 2px; opacity: 1; left: 0; transform: rotate(0deg); transition: .25s ease-in-out; }
.menu-toggle-icon span:nth-child(1) { top: 0px; transform-origin: left center; }
.menu-toggle-icon span:nth-child(2) { top: 8px; transform-origin: left center; }
.menu-toggle-icon span:nth-child(3) { top: 16px; transform-origin: left center; }
.toggled .menu-toggle-icon span:nth-child(1) { transform: rotate(45deg); top: -2px; left: 5px; }
.toggled .menu-toggle-icon span:nth-child(2) { width: 0%; opacity: 0; }
.toggled .menu-toggle-icon span:nth-child(3) { transform: rotate(-45deg); top: 19px; left: 5px; }

.wrap-nav { margin-left: auto; }

/* menu hide and display */
@media only screen and (min-width: 720px) {
	.mobile-menu #wrap-nav-mobile { display: none; }
}
@media only screen and (max-width: 719px) {
	.mobile-menu #wrap-nav-header { display: none; } 
	#nav-mobile,
	#nav-header,
	#nav-footer { display: none; }
	.mobile #nav-mobile,
	.mobile #nav-header,
	.mobile #nav-footer { display: block; }
}

/* menu base */
.nav-menu > .menu-toggle { display: none; }
.nav-menu.mobile > .menu-toggle { display: block; position: absolute; top: 20px; right: 20px; z-index: 9; border-radius: 30px; box-shadow: 0 0 0 1px rgba(0,0,0,0.08); }
.nav-menu.mobile > .menu-toggle ~ * { max-height: 4000px; overflow: hidden; width: 100%; transition: max-height 0.5s cubic-bezier(1, 0, 1, 0); }
.nav-menu.mobile > .menu-toggle[aria-expanded="false"] ~ * { max-height: 0; transition: max-height 0.5s cubic-bezier(0, 1.05, 0, 1); }
.nav-menu .menu,
.nav-menu .menu ul { display: flex; list-style: none; list-style-type: none; margin: 0; padding: 0; }
.nav-menu a { display: block; text-decoration: none; width: 100%; }
.nav-menu.mobile ul { flex-direction: column; }
.nav-menu .menu ul { flex-direction: column; max-width: 0; max-height: 0; overflow: hidden; }
.nav-menu .menu ul.active,
.nav-menu:not(.mobile) .menu li.hover > ul { max-width: 100vw; max-height: 300vh; }
.nav-menu:not(.mobile) .menu .sub-menu { position: absolute; }
.nav-menu .screen-reader-text { display: none; }
.nav-menu .menu-item-wrapper { display: flex; }
.nav-menu { line-height: 20px; }
.nav-menu button { color: inherit; cursor: pointer; font-family: inherit; position: relative; text-align: inherit; user-select: none; background: none; border: none; box-shadow: none; border-radius: 0; font-size: inherit; font-weight: 400; letter-spacing: inherit; padding: 0; text-transform: none; }
.nav-menu.mobile .menu ul { transition: max-height 500ms; max-width: 100%; }

.nav-menu:not(.mobile) .menu { flex-wrap: wrap; justify-content: flex-start; }
.nav-menu:not(.mobile) .menu ul.active,
.nav-menu:not(.mobile) .menu li.hover > ul { overflow: visible; width: 200px; opacity: 1; transform: translateY(0); transition: opacity 0.15s linear, transform 0.15s linear; }
.nav-menu:not(.mobile) .menu ul .sub-menu { left: 220px; top: 0; }
.nav-menu:not(.mobile) .menu { position: relative; }
.nav-menu:not(.mobile) .menu ul { font-size: 15px; opacity: 0; padding: 10px 0; position: absolute; top: calc(100% + 20px); transition: opacity 0.15s linear, transform 0.15s linear, right 0s 0.15s; transform: translateY(6px); z-index: 1; }
.nav-menu:not(.mobile) .menu ul li { position: relative; }
.nav-menu:not(.mobile) .menu ul a { display: block; padding: 9px 20px; transition: background-color 0.15s linear; width: 100%; }
.nav-menu:not(.mobile) .menu li.menu-item-has-children.focus > ul {	min-width: 200px; max-width: 200px; max-height: 300vh; overflow: visible; opacity: 1; transform: translateY(0); transition: opacity 0.15s linear, transform 0.15s linear; }
.nav-menu:not(.mobile) .menu li.menu-item-has-children.focus > ul:focus-within { opacity: 1!important; }
.nav-menu:not(.mobile) .menu li ul.sub-menu:not(.active) { opacity: 0; }
.nav-menu:not(.mobile) .menu li.hover ul.sub-menu:not(.active) { opacity: 1; }
.nav-menu:not(.mobile) .menu li.focus ul ul.sub-menu:not(.active) { opacity: 0; }
.nav-menu:not(.mobile) .menu li.focus ul li.hover ul.sub-menu { opacity: 1; }

.nav-menu:not(.mobile) .menu ul:before,
.nav-menu:not(.mobile) .menu ul:after { content: ""; display: block; position: absolute; bottom: 100%; }
.nav-menu:not(.mobile) .menu ul:before { left: 0; right: 0; height: 20px; }
.nav-menu:not(.mobile) .menu ul:after { border: 8px solid transparent; border-bottom-color: transparent; left: 18px; }
.nav-menu:not(.mobile) .menu ul ul { left: calc(100% + 20px); top: -10px !important; }
.nav-menu:not(.mobile) .menu ul ul:before { bottom: 0; height: auto; left: auto; left: -20px; top: 0; width: 22px; }
.nav-menu:not(.mobile) .menu ul ul:after { border-bottom-color: transparent; bottom: auto; left: -16px; top: 20px; }
.nav-menu-dropdown-left .nav-menu:not(.mobile) .menu ul ul:before { left: auto; right: -20px; }
.nav-menu-dropdown-left .nav-menu:not(.mobile) .menu ul ul { right: calc(100% + 20px); left: auto; }
.nav-menu-dropdown-left .nav-menu:not(.mobile) .menu ul ul:after { border-right-color: transparent; right: -16px; left: auto; }
.nav-menu-dropdown-left .nav-menu:not(.mobile) ul ul button .svg-icon { transform: none; }

.nav-menu:not(.mobile) a,
.nav-menu:not(.mobile) span { transition: all 0.3s ease; }

.nav-menu.mobile { padding: 0; }
.nav-menu.mobile button:focus { outline: none; }
.nav-menu.mobile > button { padding: 10px 14px; float: right; }
.nav-menu.mobile button .svg-icon { transition: all 250ms; }
.nav-menu.mobile button.active .svg-icon { transform: rotate(180deg); }
.nav-menu.mobile ul { border: 0; }
.nav-menu.mobile ul li .menu-item-wrapper { justify-content: space-between; width: 100%; }
.nav-menu.mobile > div > ul > li:last-child span { border-bottom: 0; }
.nav-menu.mobile ul li a { font-size: 16px; font-weight: 600; padding: 10px 20px; }
.nav-menu.mobile ul ul li a { font-size: 14px; }
.nav-menu.mobile ul ul li a { padding: 12px 0 12px 40px; }
.nav-menu.mobile ul ul ul li a { padding: 12px 0 12px 60px; }
.nav-menu.mobile ul button { margin: 10px 0; padding: 0 20px; }

/* menu mobile fix */
.nav-menu.mobile > div > ul.menu,
.nav-menu.mobile.toggled > div > ul.menu ul.sub-menu { visibility: hidden; transition: all 0.3s ease; }
.nav-menu.mobile.toggled > div > ul.menu,
.nav-menu.mobile.toggled > div > ul.menu ul.sub-menu.active { visibility: visible; }
.nav-menu.mobile button:focus,
.menu-toggle:focus { background: #f1f3f6; }

/* menu styling */
.nav-menu a { color: #212632; font-weight: 400; }
.nav-menu .svg-icon { fill: #212632; }
.nav-menu:not(.mobile) .menu ul { background: #212632; color: #fff; border-radius: 4px; }
.nav-menu:not(.mobile) .menu ul:after { border-bottom-color: #212632; }
.nav-menu:not(.mobile) .menu ul ul:after { border-right-color: #212632; }
.nav-menu-dropdown-left .nav-menu:not(.mobile) .menu ul ul:after { border-left-color: #212632; }

.nav-menu:not(.mobile) { font-size: 15px; font-weight: 400; float: right; padding: 12px 0 20px 0; }
.nav-menu:not(.mobile) a { color: rgba(0,0,0,0.5); font-weight: 400; }
.nav-menu:not(.mobile) a:hover { color: #212632; }
.nav-menu:not(.mobile) ul ul span { border-bottom: 1px solid #222; }
.nav-menu:not(.mobile) ul ul li:last-child > span { border-bottom: 0; }
.nav-menu:not(.mobile) ul ul a { font-size: 14px; }
.nav-menu:not(.mobile) ul ul a:hover { color: #fff; }
.nav-menu:not(.mobile) ul ul > li:hover > span { background: rgba(255,255,255,0.1); }
.nav-menu:not(.mobile) ul ul a { color: #ccc; }
.nav-menu:not(.mobile) button { background: none; color: #666; padding: 0 4px; margin-left: 2px; border-radius: 4px; }
.nav-menu:not(.mobile) button.active { background: rgba(0,0,0,0.1); color: rgba(255,255,255,0.5); }
.nav-menu:not(.mobile) button .svg-icon { fill: rgba(0,0,0,0.3); }
.nav-menu:not(.mobile) ul ul button { background: none; color: #666; padding: 0 5px; margin: 0 10px 0 0; }
.nav-menu:not(.mobile) ul ul button.active { background: #222; color: rgba(255,255,255,0.5); }
.nav-menu:not(.mobile) ul ul button .svg-icon { fill: rgba(255,255,255,0.5); transform: rotate(-90deg); }
.nav-menu:not(.mobile) .menu > li { margin: 8px 20px 0 0; position: relative; }
.nav-menu:not(.mobile) .menu > li:last-child { margin-right: 0; }
.nav-menu:not(.mobile) .menu a { padding: 0; }

.nav-menu:not(.mobile) li.current_page_item > span > a, 
.nav-menu:not(.mobile) li.current-menu-item > span > a, 
.nav-menu:not(.mobile) li.current-menu-ancestor > span > a, 
.nav-menu:not(.mobile) li.current-post-parent > span > a { color: #212632; }
.nav-menu:not(.mobile) ul ul li.current_page_item > span > a, 
.nav-menu:not(.mobile) ul ul li.current-menu-item > span > a, 
.nav-menu:not(.mobile) ul ul li.current-menu-ancestor > span > a, 
.nav-menu:not(.mobile) ul ul li.current-post-parent > span > a { color: #fff; }

.nav-menu.mobile { border-bottom: 1px solid rgba(0,0,0,0.06); }
.nav-menu.mobile button.active .svg-icon { fill: #212632; }
.nav-menu.mobile ul ul { background: #f1f3f6; }
.nav-menu.mobile ul li .menu-item-wrapper,
.nav-menu.mobile ul ul li .menu-item-wrapper { border-bottom: 1px solid rgba(0,0,0,0.06); }
.nav-menu.mobile ul li a { color: #212632; }
.nav-menu.mobile ul button,
.nav-menu.mobile ul ul button { border-left: 1px solid rgba(0,0,0,0.06); }
.nav-menu.mobile > div > ul { border-top: 1px solid rgba(0,0,0,0.06); }


/* ------------------------------------------------------------------------- *
 *  Section: Footer
/* ------------------------------------------------------------------------- */
#footer { border-radius: 20px; position: relative; padding: 30px 0 60px; margin: 60px 0 30px; }
#footer .pad { padding: 0 20px; }

#footer-widgets {  }
#footer-widgets .widget { background: none; box-shadow: none; }

#footer-bottom { position: relative; text-align: center; padding-top: 30px; }
#footer-bottom img { box-shadow: none; }
#footer-bottom #footer-logo { display: inline-block; margin-bottom: 20px; max-height: 60px; -webkit-border-radius: 0; border-radius: 0; }
#footer-bottom #copyright,
#footer-bottom #credit { font-weight: 300; line-height: 1.6em; }
#footer-bottom .social-links { padding-top: 40px; float: none; }
#footer-bottom .social-links li { margin: 0 6px; }

#back-to-top { background: linear-gradient(90deg, #00c196 0%, #1b6da0 100%); color: #fff; position: fixed; bottom: 0; left: 50%; margin-left: 10px; padding: 10px 0; text-align: center; width: 60px; height: 30px; display: block; border-radius: 30px 30px 0 0; z-index: 10; box-shadow: 0 -1px 0 rgba(0,0,0,0.1); }
#back-to-top:hover { color: #fff; }
#back-to-top i { font-size: 38px; position: relative; }


/* ------------------------------------------------------------------------- *
 *  Post Entry
/* ------------------------------------------------------------------------- */
.sticky {}

.entry,
.entry-header,
.entry-footer { padding: 0 40px; margin-right: auto; margin-left: auto; }
.entry-footer { padding-top: 0; padding-bottom: 40px; }
.entry-header { padding-top: 40px; }
.entry-header .entry-title { font-weight: 600; font-size: 36px; line-height: 1.2; letter-spacing: -0.02em; margin-bottom: 20px; }


/* ------------------------------------------------------------------------- *
 *  Single
/* ------------------------------------------------------------------------- */

/*  single : sharrre header
/* ------------------------------------ */
.sharrre-header { margin-top: 30px; }
.sharrre-header > span { display: none; }
.sharrre-header .sharrre { margin: 0 auto; padding: 0 0 10px; width: 100%; position: relative; }
.sharrre-header .sharrre .box { display: block; background: #fff; text-align: center; color: #212632; box-shadow: 0 0 0 1px rgba(0,0,0,0.05); display: block; font-size: 22px; border-radius: 30px; padding: 14px 10px; margin: 0 15px; }
.sharrre-header .sharrre .count { display: none; }

/*  single : sharrre footer
/* ------------------------------------ */
.sharrre-footer { display: flex; flex: 0 1 auto; margin: 40px -10px 40px; }
.sharrre-footer .sharrre { width: 50%; float: left; flex-basis: 50%; max-width: 50%; padding: 10px; }
.sharrre-footer .sharrre .box { display: block; padding: 10px 15px; color: #fff; font-size: 13px; border-radius: 12px; }
.sharrre-footer .sharrre .box:hover { opacity: 0.85; }
.sharrre-footer .sharrre#twitter-footer .box { background: #24a5db; }
.sharrre-footer .sharrre#facebook-footer .box { background: #3b5998; }

.sharrre-footer .sharrre .share { font-weight: 600; text-transform: uppercase; }
.sharrre-footer .sharrre .share span { color: rgba(255,255,255,0.7); }
.sharrre-footer .sharrre .share i { font-size: 22px; margin-right: 6px; float: left; position: relative; }
.sharrre-footer .sharrre .count { background: rgba(255,255,255,0.15); float: right; min-width: 10px; padding: 0 10px; text-align: center; border-radius: 12px; }
.sharrre-footer .sharrre .count i { font-size: 18px; margin: 2px 0 0 0; float: none;  }

/*  single : post pages
/* ------------------------------------ */
.post-pages { font-weight: 600; margin-bottom: 20px; }

/*  single : tags
/* ------------------------------------ */
.post-tags { margin: 0 0 60px; }
.post-tags span { font-size: 14px; display: inline-block; margin: 0 7px 0 0; }
.post-tags a { background: rgba(0,0,0,0.06); box-shadow: inset 0 1px 0 rgba(0,0,0,0.06); display: inline-block; white-space: nowrap; font-size: 14px; padding: 1px 7px; margin: 0 5px 6px 0; border-radius: 3px; }
.post-tags a:hover { background: rgba(0,0,0,0.12); color: #212632; }

/*  single : author bio
/* ------------------------------------ */
.author-bio { background: transparent; margin: 40px 0; text-align: center; -webkit-backdrop-filter: blur(4px); backdrop-filter: blur(4px); box-shadow: 0 0 0 1px #12376914,0 1px 1px #1237690a,0 3px 3px #12376908,0 6px 4px #12376905,0 11px 4px #12376903; border-radius: 12px; position: relative; padding: 30px; }
.author-bio .bio-avatar { width: 80px; height: auto; position: relative; display: inline-block; margin-top: -80px; }
.author-bio .bio-avatar:after { background: #212632; position: absolute; right: -4px; bottom: -4px; padding: 8px 8px; content: "\f303"; color: #fff; font-size: 10px; line-height: 12px; width: 12px; font-style: normal; font-family: "Font Awesome 6 Free"; font-weight: 900; text-align: center; border-radius: 100%; }
.author-bio .bio-avatar img { display: block; width: 100%; height: auto; border-radius: 100%; }
.author-bio p { margin-bottom: 8px; }
.author-bio .bio-name { color: #212632; font-size: 19px; font-weight: 600; margin: 10px 0; }
.author-bio .bio-desc { font-size: 14px; line-height: 1.5em; }

/*  single : related posts
/* ------------------------------------ */
.related-posts { display: grid; grid-template-columns: repeat(auto-fill,minmax(270px,1fr)); gap: 20px; margin-bottom: 20px; }

/*  single : post-nav
/* ------------------------------------ */
.post-nav { padding: 20px; }
.post-nav li { width: 100%; display: inline; }
.post-nav li a { background: rgba(255,255,255,0.06); color: #fff; border-radius: 20px; border-top: 1px solid rgba(255,255,255,0.06); position: relative; display: block; padding-top: 20px; padding-bottom: 20px; overflow: hidden; }
.post-nav li a:hover { background: rgba(255,255,255,0.12); }
.post-nav li i { background: linear-gradient(90deg, #00c196 0%, #1b6da0 100%); color: #fff; padding: 10px 5px; font-size: 18px; position: absolute; top: 50%; margin-top: -20px; }
.post-nav li a strong { color: rgba(255,255,255,0.6);  display: block; font-size: 12px; letter-spacing: 0.5px; font-weight: normal; text-transform: uppercase; }
.post-nav li a span { font-size: 16px; font-weight: 600; display: block; }
.post-nav li.previous a { padding-left: 40px; padding-right: 20px; }
.post-nav li.next a { padding-left: 20px; padding-right: 40px; }
.post-nav li.previous i { left: 0; border-radius: 0 20px 20px 0; }
.post-nav li.next i { right: 0; border-radius: 20px 0 0 20px; }
.post-nav li a span,
.post-nav li a i { transition-property: background color; transition-duration: 0.2s; transition-timing-function: ease-out; }
.post-nav li:first-child a { margin-bottom: 10px; }
.post-nav li:last-child a strong { text-align: right; }


/* ------------------------------------------------------------------------- *
 *  Widgets
/* ------------------------------------------------------------------------- */
.widget { font-size: 14px; background: #fff; padding: 20px 30px; border-radius: 30px; margin-bottom: 20px; position: relative; box-shadow: 0 0 0 1px #0e3f7e0a,0 1px 1px -.5px #2a33450a,0 3px 3px -1.5px #2a33460a,0 6px 6px -3px #2a33460a,0 12px 12px -6px #0e3f7e0a,0 24px 24px -12px #0e3f7e0a; }
.widget:after { content:""; background: #e2e7ef; position: absolute; bottom: -8px; left: 40px; right: 40px; height: 8px; border-radius: 0 0 10px 10px; z-index: -1; }
.widget a { font-weight: 600; }
.widget a:hover {  }
.widget > h3,
.widget .wp-block-heading { display: flex; align-items: center; font-size: 18px; font-weight: 600; line-height: 1.3em; color: #212632; padding: 0 0 20px; }
.widget > h3:after,
.widget .wp-block-heading:after { content: ''; height: 1px; background: transparent; flex-grow: 1; margin-left: 14px; }
.widget > h3 a,
.widget > h3 a:hover { color: rgba(0,0,0,0.75); }
.widget > h3 a img { display: none; float: left; margin: 3px 7px 0 0; }
.widget select { background: #fff; border: 1px solid rgba(0,0,0,0.1); color: rgba(0,0,0,0.8); font-size: 15px; padding: 7px; width: 100%; max-width: 100%; }
.widget label.screen-reader-text { display: none; }

/*  widgets : icons
/* ------------------------------------ */
.widget > ul li:before,
.widget > ul li a:before,
.widget > div > ul li a:before,
.widget_calendar caption:before { background: #e2e7ef; color: #9ba4b3; padding: 0 6px; border-radius: 20px; font-family: "Font Awesome 6 Free"; font-weight: 900; font-size: 12px; margin-right: 6px; display: inline-block!important; width: 1em; text-align: center; }
.widget > ul li a:hover:before,
.widget_nav_menu > div > ul li a:hover:before { background: #0e979b; color: #fff; }

.widget_archive > ul > li a:before { content: "\f073"; } 
.widget_categories > ul > li a:before { content: "\f07c"; }
.widget_links > ul > li a:before { content: "\f08e"; }
.widget_meta > ul > li a:before { content: "\f0da"; }
.widget_recent_comments > ul > li:before { content: "\f075"; }
.widget_recent_entries > ul > li a:before { content: "\f017"; }
.widget_calendar caption:before { content: "\f073"; }
.widget_pages ul li a:before,
.widget_nav_menu ul li a:before { content: "\f068"; }

/*  widgets : common
/* ------------------------------------ */
/*.widget_search > h3,
.widget_text > h3,
.widget_tag_cloud > h3,
.widget_calendar > h3 { margin-bottom: 1em; } */

.widget_archive ul li, 
.widget_categories ul li, 
.widget_links ul li, 
.widget_meta ul li, 
.widget_recent_comments ul li, 
.widget_recent_entries ul li,
.widget_rss ul li,
.widget_pages ul li a,
.widget_nav_menu ul li a,
.alx-tab li,
.alx-posts li { padding: 8px 0; }

.widget_archive ul li,
.widget_categories ul li,
.widget_links ul li { color: rgba(0,0,0,0.3); }

.widget_recent_comments ul li,
.widget_recent_entries ul li { color: rgba(0,0,0,0.5); }
.widget_recent_entries .post-date { display: block; }

/*  widget : pages / custom menu
/* ------------------------------------ */
.widget_nav_menu ul li a { display: block; padding-right: 20px; }
.widget_nav_menu li li a { padding-left: 20px; }
.widget_nav_menu li li li a { padding-left: 40px; }

.widget_pages ul li a { display: block; }
.widget_pages li li a { padding-left: 20px; }
.widget_pages li li li a { padding-left: 40px; }

.widget_pages ul ul, 
.widget_pages ul ul ul,
.widget_nav_menu ul ul, 
.widget_nav_menu  ul ul ul { border: 0; }

/*  widget : categories
/* ------------------------------------ */
.widget_categories li li { padding-left: 15px; border-bottom: 0; padding-bottom: 0; }
.widget_categories li li li { padding-left: 15px; border-bottom: 0; }
.widget_categories li li a { font-size: 13px; }

/*  widget : rss
/* ------------------------------------ */
.widget_rss ul li a { font-weight: 600; color: rgba(0,0,0,0.9); display: block; }
.widget_rss ul li span.rss-date { color: rgba(0,0,0,0.5); font-weight: 600; display: block; text-transform: uppercase; font-size: 12px; }
.widget_rss ul li cite { color: rgba(0,0,0,0.3); }

/*  widget : search
/* ------------------------------------ */
.widget_search input.search { color: #999; padding-left: 26px; width: 100%; }
.widget_search .screen-reader-text,
.widget_search #searchsubmit { display: none; }

/*  widget : text
/* ------------------------------------ */
.widget_text .textwidget p { margin-bottom: 1em; }
.widget_text > div {  }

/*  widget : calendar
/* ------------------------------------ */
.widget_calendar a { color: #212632; font-weight: 600; }
.widget_calendar a:hover { color: #212632!important; }
.widget_calendar #wp-calendar { width: 100%; }
.widget_calendar caption { background: #e2e7ef; color: #212632; padding: 5px 10px; }
.widget_calendar caption:before { color: rgba(0,0,0,0.7); font-size: 15px; }
.widget_calendar thead { background: #e2e7ef; box-shadow: inset 0 -1px 0 rgba(0,0,0,0.04); }
.widget_calendar th { font-weight: 600; }
.widget_calendar th, 
.widget_calendar td { padding: 3px 0; text-align: center; border: 1px solid rgba(0,0,0,0.08); }
.widget_calendar .pad { padding: 0!important; }

/*  custom widget : alxtabs / alxposts
/* ------------------------------------ */
.alx-tabs-nav { background: #f6f7fa; position: relative; overflow: hidden; margin: 0 0 20px; text-align: center; overflow: hidden; border-radius: 30px; box-shadow: 0 0 0 1px rgba(0,0,0,0.05); }
.alx-tabs-nav.tab-count-1 li { width: 100%; }
.alx-tabs-nav.tab-count-2 li { width: 50%; }
.alx-tabs-nav.tab-count-3 li { width: 33.333%; }
.alx-tabs-nav.tab-count-4 li { width: 25%; }
.alx-tabs-nav li { display: block; float: left; }
.alx-tabs-nav li a { font-size: 18px; display: block; padding: 12px 0; border-radius: 30px; }
.alx-tabs-nav li:first-child a { border-left: 0; }
.alx-tabs-nav li a:hover {  }
.alx-tabs-nav li.active a { background: linear-gradient(90deg, #00c196 0%, #1b6da0 100%); color: #fff; }
.alx-tabs-nav li a span { display: none; }

.alx-tab li,
.alx-posts li { font-weight: 400; line-height: 1.4em; }
.alx-tab a,
.alx-posts a { -webkit-transition: all 0.2s ease; -moz-transition: all 0.2s ease; transition: all 0.2s ease; }
.alx-tab img,
.alx-posts img { display: block; width: 100%; height: auto; border-radius: 12px; }
.alx-tab img { border-radius: 100%; }
.alx-tab.thumbs-enabled li { padding-left: 90px; }
.alx-tab .tab-item-thumbnail { width: 70px; margin-left: -90px; float: left; }
.alx-tab .tab-item-thumbnail img { width: 70px; aspect-ratio: 16/16; border-radius: 6px; }
.alx-tab .tab-item-category a,
.alx-posts .post-item-category a { text-transform: none; font-weight: 400; color: #9ba4b3; font-size: 13px; }
.alx-tab .tab-item-thumbnail,
.alx-posts .post-item-thumbnail { position: relative; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease; }
.alx-tab.avatars-enabled li { padding-left: 62px; }
.alx-tab .tab-item-avatar { margin-left: -62px; width: 48px; float: left; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease; }
.alx-tab .tab-item-category,
.alx-posts .post-item-category { color: rgba(0,0,0,0.5); font-size: 12px; text-transform: uppercase; }
.alx-tab .tab-item-title a,
.alx-tab .tab-item-comment a,
.alx-posts .post-item-title a {  }
.alx-tab .tab-item-category a:hover,
.alx-posts .post-item-category a:hover {  }
.alx-tab .tab-item-title,
.alx-tab .tab-item-comment,
.alx-posts .post-item-title { font-size: 15px; font-weight: 600; margin: 2px 0; -ms-word-wrap: break-word; word-wrap: break-word; }
.alx-tab .tab-item-date,
.alx-tab .tab-item-name,
.alx-posts .post-item-date  { font-size: 11px; font-weight: 800; text-transform: uppercase; }
.alx-tab li:hover .tab-item-thumbnail,
.alx-tab li:hover .tab-item-avatar,
.alx-posts li:hover .post-item-thumbnail { opacity: 0.75; }
.alx-tab li:hover .thumb-icon,
.alx-posts li:hover .thumb-icon { background: #fff; color: #111; }

.alx-tab .tab-item-category a,
.alx-posts .post-item-category a,
.alx-tab li:hover .tab-item-title a,
.alx-tab li:hover .tab-item-comment a,
.alx-posts li:hover .post-item-title a { }

.alx-posts .post-item-thumbnail { margin-bottom: 10px; }
.alx-posts .post-item-title { font-size: 16px; line-height: 1.5em; }


/* ------------------------------------------------------------------------- *
 *  Comments
/* ------------------------------------------------------------------------- */
.entry-comments {  }

.commentlist { margin-bottom: 20px; }
.commentlist li { padding-left: 60px; font-size: 14px; line-height: 22px; font-weight: 400; list-style: none; }
.commentlist .comment-body { clear: both; position: relative; padding-bottom: 15px; }
.commentlist .comment-author,
.commentlist .comment-metadata,
.commentlist .comment-awaiting-moderation { font-size: 13px; display: block; float: left; line-height: 20px; }
.commentlist .comment-author { margin-right: 6px; }
.commentlist .fn { color: #212632; font-size: 13px; font-style: normal; font-weight: 600; }
.commentlist .says { display: none; }
.commentlist .avatar { position: absolute; left: -60px; top: 0; width: 48px; height: 48px; border-radius: 100%; }
.commentlist .comment-metadata:before { color: #9ba4b3; content: "\f017"; font-family: "Font Awesome 6 Free"; font-weight: 900; font-size: 10px; margin-right: 3px; vertical-align: 4%; } 
.commentlist .comment-metadata a { color: #9ba4b3; }
.commentlist .reply { font-size: 13px; line-height: 16px; }
.comment-awaiting-moderation { color: #212632; font-style: normal; }

/* pings */
.pinglist li { padding-left: 0; }

/* comment text */
.commentlist .comment-body p { margin-bottom: 8px; clear: both; }
.commentlist .comment-body strong { font-weight: bold; }
.commentlist .comment-body em { font-style: italic; }
.commentlist .comment-body ol li { list-style: decimal; margin-left: 2em; padding: 0; }
.commentlist .comment-body ul li { list-style: square; margin-left: 2em; padding: 0; }

/* post author & admin comment */
.commentlist li.bypostauthor > .comment-body:after,
.commentlist li.comment-author-admin > .comment-body:after { background: #212632; display: block; position: absolute; content: "\f303"; color: #fff; line-height: 12px; width: 12px; font-style: normal; font-family: "Font Awesome 6 Free"; font-weight: 900; text-align: center; }
.commentlist li.comment-author-admin > .comment-body:after { content: "\f005"; /* star for admin */ }
.commentlist li.bypostauthor > .comment-body:after,
.commentlist li.comment-author-admin > .comment-body:after { top: 32px; left: -28px; font-size: 8px; padding: 2px; border-radius: 100%; }
.commentlist li li.bypostauthor > .comment-body:after,
.commentlist li li.comment-author-admin > .comment-body:after { top: 22px; left: -26px; font-size: 8px; padding: 1px; border-radius: 100%; }

/* child comment */
.commentlist li ul {  }
.commentlist li li { padding-left: 48px; margin: 0; }
.commentlist li li .avatar { width: 36px; height: 36px; left: -48px; top: 0; }
.commentlist li li .comment-meta { left: 70px; }

/*  comments : nav
/* ------------------------------------ */
.comments-nav { margin: 40px 0; text-align: center; font-weight: 600; }
.comments-nav.only-next { text-align: left; }
.comments-nav.only-prev { text-align: right; }
.comments-nav .prev { float: left; }
.comments-nav .next { float: right;  }

/*  comments : form
/* ------------------------------------ */
.logged-in-as,
.comment-notes, 
.form-allowed-tags { display: none; }
#respond { position: relative; }
#reply-title { margin-bottom: 20px; }
li #reply-title { font-size: 0; margin: 0!important; padding: 0; height: 0; border-top: 0; }
#cancel-comment-reply-link { display: block; position: absolute; bottom: 20px; right: 0; font-size: 12px; }
#commentform { margin-bottom: 15px; border-radius: 3px; }
#commentform p.comment-form-author { width: 48%; float: left; }
#commentform p.comment-form-email { width: 48%; float: right; }
#commentform p.comment-form-url,
#commentform p.comment-form-comment { clear: both; }
#commentform label { padding: 6px 0; font-weight: 600; display: block; }
#commentform input[type="text"], 
#commentform textarea { max-width: 100%; width: 100%; }
#commentform textarea { height: 100px; }
#commentform p.form-submit { margin-top: 10px; }
.logged-in #reply-title { margin-bottom: 20px; }
.logged-in #commentform p.comment-form-comment { margin-top: 10px; }
.logged-in #commentform p.comment-form-comment label { display: none; }
#commentform .comment-form-cookies-consent { padding: 10px 0; }
#commentform .comment-form-cookies-consent label { display: inline; }


/* ------------------------------------------------------------------------- *
 *  Plugins
/* ------------------------------------------------------------------------- */

/*  plugin : wp-pagenavi
/* ------------------------------------ */
.wp-pagenavi { text-align: right; font-weight: 600; line-height: 20px; float: none; margin-right: -2px; text-align: center; }
.wp-pagenavi a,
.wp-pagenavi span { color: #9ba4b3; font-size: 14px; padding: 8px 12px; display: inline-block; margin: 0 1px 10px; }
.wp-pagenavi span.pages { font-size: 16px; font-weight: 400; display: block; margin-bottom: 1em!important; border: none!important; }
.wp-pagenavi span.pages:before { content: "\f15c"; font-family: "Font Awesome 6 Free"; font-weight: 900; margin-right: 6px; }
.wp-pagenavi span.extend { border: none!important; padding-left: 10px; padding-right: 10px; }

.wp-pagenavi a { background: #fff; box-shadow: 0 0 0 1px #12376914,0 1px 1px #1237690a,0 3px 3px #12376908,0 6px 4px #12376905,0 11px 4px #12376903; border-radius: 6px; color: #212632; border: none; }
.wp-pagenavi a:hover,
.wp-pagenavi a:active,
.wp-pagenavi span.current { background: #212632; color: #fff; border-radius: 6px; border: none; }


/* ------------------------------------------------------------------------- *
 *  Slick Carousel
/* ------------------------------------------------------------------------- */
.slick-slider { position: relative; display: block; box-sizing: border-box; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -webkit-touch-callout: none; -khtml-user-select: none; -ms-touch-action: pan-y; touch-action: pan-y; -webkit-tap-highlight-color: transparent;  }
.slick-list { position: relative; display: block; overflow: hidden; margin: 0; padding: 0;  }
.slick-list:focus { outline: none;  }
.slick-list.dragging { cursor: pointer; cursor: hand;  }
.slick-slider .slick-track,.slick-slider .slick-list { -webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0);  }
.slick-track { position: relative; top: 0; left: 0; display: block; margin-left: auto; margin-right: auto;  }
.slick-track:before,.slick-track:after { display: table; content: '';  }
.slick-track:after { clear: both;  }
.slick-loading .slick-track { visibility: hidden;  }
.slick-slide { display: none; float: left; height: 100%; min-height: 1px;  }
[dir='rtl'] .slick-slide { float: right;  }
.slick-slide img { display: block;  }
.slick-slide.slick-loading img { display: none;  }
.slick-slide.dragging img { pointer-events: none;  }
.slick-initialized .slick-slide { display: block;  }
.slick-loading .slick-slide { visibility: hidden;  }
.slick-vertical .slick-slide { display: block; height: auto; border: 1px solid transparent;  }
.slick-arrow.slick-hidden { display: none;  }


/* ------------------------------------------------------------------------- *
 *  Slick Carousel Theme
/* ------------------------------------------------------------------------- */
.slick-loading .slick-list { background: #fff url(img/ajax-loader.gif) center center no-repeat;  }
.slick-prev,.slick-next { font-size: 0; line-height: 0; position: absolute; top: 50%; display: block; width: 20px; height: 20px; padding: 0; -webkit-transform: translate(0, -50%); -ms-transform: translate(0, -50%); transform: translate(0, -50%); cursor: pointer; color: transparent; border: none; outline: none; background: transparent;  }
.slick-prev:hover,.slick-prev:focus,.slick-next:hover,.slick-next:focus { color: transparent; outline: none; background: transparent;  }
.slick-prev:hover:before,.slick-prev:focus:before,.slick-next:hover:before,.slick-next:focus:before { opacity: 1;  }
.slick-prev.slick-disabled:before,.slick-next.slick-disabled:before { opacity: .25;  }
.slick-prev:before,.slick-next:before { font-family: 'slick'; font-size: 20px; line-height: 1; opacity: 1; color: white; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;  }
.slick-prev { left: -25px;  }
[dir='rtl'] .slick-prev { right: -25px; left: auto;  }
.slick-prev:before { content: '←';  }
[dir='rtl'] .slick-prev:before { content: '→';  }
.slick-next { right: -25px;  }
[dir='rtl'] .slick-next { right: auto; left: -25px;  }
.slick-next:before { content: '→';  }
[dir='rtl'] .slick-next:before { content: '←';  }
.slick-dotted.slick-slider { margin-bottom: 60px;  }
.slick-dots { position: absolute; bottom: -25px; display: block; width: 100%; padding: 0; margin: 0; list-style: none; text-align: center;  }
.slick-dots li { position: relative; display: inline-block; width: 20px; height: 20px; margin: 0 5px; padding: 0; cursor: pointer;  }
.slick-dots li button { font-size: 0; line-height: 0; display: block; width: 20px; height: 20px; padding: 5px; cursor: pointer; color: transparent; border: 0; outline: none; background: transparent;  }
.slick-dots li button:hover,.slick-dots li button:focus { outline: none;  }
.slick-dots li button:hover:before,.slick-dots li button:focus:before { opacity: 1;  }
.slick-dots li button:before { font-family: 'slick'; font-size: 6px; line-height: 20px; position: absolute; top: 0; left: 0; width: 20px; height: 20px; content: '•'; text-align: center; opacity: .25; color: black; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;  }
.slick-dots li.slick-active button:before { opacity: .75; color: black;  }


/* ------------------------------------------------------------------------- *
 *  Accessibility
/* ------------------------------------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text{ border: 0; clip: rect(1px, 1px, 1px, 1px); clip-path: inset(50%); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute!important; width: 1px; word-wrap: normal!important; }
.screen-reader-text:focus { background-color: #fff; border-radius: 3px; box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.1); clip: auto!important; clip-path: none; color: #333; display: block; font-size: 14px; font-size: 0.875rem; font-weight: bold; height: auto; left: auto; right: 5px; line-height: normal; padding: 15px 23px 14px; text-decoration: none; top: 5px; width: auto; z-index: 100000; }
/* Do not show the outline on the skip link target. */
#page[tabindex="-1"]:focus{ outline: 0; }

/* --------  Nav search final alignment  -------- */

/* —— bbPress “Forums” 小工具：更大行距 + 链接蓝色 —— */

/* 1. 调整列表项上下间距 */
.widget_display_forums .bbp-forums-widget li{
    margin:10px 0;          /* 上下空 10px，可按需改 */
}

/* 2. 链接使用可点击的蓝色，并在悬停时加深 */
.widget_display_forums .bbp-forum-title{
    color:#000;          /* Bootstrap style 蓝 (#0d6efd) */
    font-weight:600;        /* 文字稍加粗 */
}
.widget_display_forums .bbp-forum-title:hover{
    color:#0a58ca;          /* 深一点的蓝，提示可点 */
}

/* 一级论坛 */
.bbp-forums-widget > li{ margin:12px 0; }
.bbp-forums-widget > li > a{ color:#000; font-weight:600; }

/* 二级论坛 */
.bbp-forums-widget ul.children{ margin:4px 0 0 20px; }
.bbp-forums-widget ul.children li{ margin:6px 0; }
.bbp-forums-widget ul.children a{ color:#495057; font-size:14px; }
.bbp-forums-widget ul.children a:hover{ color:#0a58ca; }

/* —— Latest 卡片里的搜索框靠左 & 占满行 —— */
.page-card-latest .themeform.searchform{
    float:none;                 /* 取消任何绝对/相对定位 */
    position:static;            /* 让它回到正常流 */
    width:100%;                 /* 填满卡片宽度 */
    margin-top:0px;            /* 与标题留一点距离，可调 */
}

/* 输入框宽度 100% 并缩窄高 */
.page-card-latest .themeform.searchform input[type="text"]{
    width:100%;
    height:50px;                /* 比导航那颗窄一些，看起来更紧凑 */
    line-height:50px;
    font-size:16px;
    padding:0 14px 0 46px;      /* 左侧 46px 为放大镜占位 */
}

/* 放大镜相对位置重新计算 */
.page-card-latest .themeform.searchform div:after{
    left:18px;                  /* 与 padding 对应 */
    bottom:10px;                   /* 使其垂直居中 */
}

/* === 17Track 小工具美化（底栏版） === */

/* =============================================================
 * 17Track widget – smaller fonts & better spacing
 * ============================================================= */

/* 1. Flex layout + gap for the whole bar */
.track17-box{
    display:flex;               /* put input & button in one row   */
    align-items:center;         /* vertical centering              */
    justify-content:center;     /* horizontal centering            */
    gap:8px;                    /* space between input & button    */
    margin:0 auto 18px;
    max-width:840px;
}

/* 2. Input: width rules + 15 px font */
.track17-box input[type="text"]{
    flex:1 1 420px;
    max-width:680px;
    padding:9px 14px;           /* slightly smaller inner padding  */
    font-size:15px;             /* font size ↓                     */
    border:2px solid #d0d4db;
    border-radius:30px;
}

/* 3. Button: 15 px font + radius */
.track17-box button{
    padding:10px 24px;
    background:#1466c4;
    color:#fff;
    font-size:15px;             /* font size ↓                     */
    font-weight:600;
    border:none;
    border-radius:30px;
    cursor:pointer;
    transition:opacity .2s ease;
}
.track17-box button:hover{opacity:.85;}

/* 4. Result iframe / container keep centered */
#sidebar .widget .YQContainer,
.track17-box + div[id^="YQContainer_"]{
    margin:0 auto;
    max-width:840px;
}

/* 5. Widget card center alignment in footer */
.widget_cj_track17_widget{
    max-width:840px;
    margin:0 auto;
    float:none;
}

/* ==============================================================
 * 17Track 小工具 —— 始终上下排版（强制覆盖）
 * ==============================================================*/
 .track17-box{
    display:block            !important;   /* 取消 flex 横排           */
    max-width:100%           !important;   /* 不再受 314px 限制         */
}

.track17-box input[type="text"]{
    width:100%               !important;   /* 输入框占满整行           */
    margin-bottom:12px       !important;   /* 与按钮垂直间距           */
    font-size:15px           !important;
}

.track17-box button{
    width:100%               !important;   /* 按钮同样整行             */
    font-size:15px           !important;
}

/* ——— 17Track widget: make input + button the same width & stacked ——— */
.track17-box input[type="text"],
.track17-box button{
    width: 100% !important;          /* full-width row                    */
    box-sizing: border-box !important;/* include border/padding in width   */
}

/* input field */
.track17-box input[type="text"]{
    margin-bottom: 12px !important;  /* gap above the button              */
    font-size: 15px !important;
}

/* TRACK button */
.track17-box button{
    margin-top: 0 !important;        /* avoid double spacing              */
    padding: 12px 0 !important;      /* vertical padding only             */
    font-size: 15px !important;
    border: 2px solid transparent;   /* match input’s 2 px border visually*/
}


/* 只针对页脚/侧栏里 Pages、Nav 菜单等列表，去掉圆圈减号 */
.widget_pages ul li::before,
.widget_pages ul li a::before,
.widget_nav_menu ul li::before,
.widget_nav_menu ul li a::before{
    content:none !important;     /* 不再插入伪元素 */
    display:none !important;     /* 即使之前被 !important 强制显示，也关掉 */
    background:none !important;  /* 保险：移除灰底 */
    margin:0 !important;         /* 去掉占位 */
}

/* 隐藏整张 “Latest” 卡片（含标题 + 搜索框） */
.page-card-latest{
    display:none !important;
}

/* === 17TRACK 按钮配色 – 取自 CHINAB2C LOGO === */
:root{
    --c2c-red : #e42424;   /* LOGO 红 – 可按实际色值微调 */
    --c2c-blue: #1466c4;   /* LOGO 蓝 */
}

/* ——— 17TRACK 按钮：更高、更圆、更显眼 ——— */
.track17-form button{
    padding:14px 40px;      /* ← 纵向 padding 从 0 ➜ 14px，高度立刻加厚 */
    font-size:17px;
    font-weight:700;
    line-height:1;          /* 避免文字撑高 */
    color:#fff;
    background:var(--c2c-blue);
    border:none;
    border-radius:38px;     /* ← 圆角再放大，看起来就像 pill 按钮 */
    cursor:pointer;
    transition:all .2s ease;
    box-shadow:0 4px 10px rgba(0,0,0,.15);
    display:inline-block;   /* 防止浏览器把按钮当“行内”压扁 */
}

/* 悬停 → 渐变 & 浮动 */
.track17-form button:hover{
    background:linear-gradient(90deg,var(--c2c-red) 0%,var(--c2c-blue) 100%);
    transform:translateY(-2px);
    box-shadow:0 6px 14px rgba(0,0,0,.2);
}

/* 按下 → 回落 */
.track17-form button:active{
    transform:translateY(0);
    box-shadow:0 2px 6px rgba(0,0,0,.12);
}

/* 让按钮与输入框之间留 12px 空隙 */
.track17-form button{
    margin-top:12px;        /* 你可以改成 8-20px 随意微调 */
}

/* 隐藏固定在卡片顶部的 “Search” 标题 */
h3.stickywrap-heading{
    display:none !important;
}

/* 仅隐藏置顶卡片里的搜索框 */
.stickywrap-inner:first-of-type .searchform{
    display:none !important;
}

/* 隐藏置顶区域那张 Search 卡片 */
.page-card.page-card-search.stickywrap{
    display:none !important;
}

/* 仅隐藏 bbPress 搜索框和按钮 */
#bbp_search, #bbp_search_submit { display:none !important; }


/* ================================
 * 隐藏博客卡片左上角评论气泡/数字
 * ================================ */

/* 1）如果想连气泡图标一起隐藏 */
.blog-card-top .comments-bubble{
    display:none !important;      
}

/* 2）如果只想保留气泡图标，删掉数字 */
.blog-card-top .comments-bubble span{
    display:none !important;      
}

/* =========================================
 * Hide category label on home-page cards
 * (other pages remain unchanged)
 * ========================================= */
 .home .blog-card-category {
    display: none !important;   /* force hide */
}

/* Header logo inside <h1 class="site-title"> */
html.dark .site-title img[src*="cropped-chinab2cs"],
body.dark-mode .site-title img[src*="cropped-chinab2cs"] {
    filter: none !important;
    mix-blend-mode: normal !important;
    opacity: 1 !important;
}

/* ─────────────────────────────────────────
   Make every dropdown wider on desktop
   – Works on 1-st, 2-nd, 3-rd level sub-menus
   – Prevents title wrapping
   – Change 320 px to whatever you need
   – Mobile (≤767 px) keeps 100 % width
   ───────────────────────────────────────── */
   @media (min-width: 768px) {

    /* every <ul class="sub-menu"> no matter the depth */
    .sub-menu {
        min-width: 280px;      /* wider than theme default   */
        width:  auto;          /* let min-width take effect  */
    }

    /* every link inside the dropdown */
    .sub-menu a {
        white-space: nowrap;   /* keep the whole title in one line */
        padding: 14px 24px;    /* optional: roomier left/right gap */
    }
}

/* ───────────────────────────────
   Force wider dropdown even after click
   ─────────────────────────────── */
   @media (min-width: 768px){

	/* 普通悬停状态 */
	.sub-menu,
	/* 点击后某些主题会加的类 */
	.sub-menu.toggled-on,
	/* 亦或直接给 <li> 加 is-open / hover 等状态 */
	.menu-item-has-children:focus > .sub-menu,
	.menu-item-has-children:hover > .sub-menu,
	.menu-item-has-children.current-menu-item > .sub-menu{
		min-width: 280px !important;   /* 宽度锁死 */
		width: auto !important;        /* 让 min-width 生效 */
	}

	/* 链接本身避免换行，可选 */
	.sub-menu a{
		white-space: nowrap;
		padding: 14px 24px;
	}
}

/* hide bbPress author role & IP everywhere (front-end only) */
.bbp-author-role,
.bbp-author-ip{
    display: none !important;
}

/* --- Single-post header: hide avatar, author link and the little dot --- */
.header-single-meta .header-single-avatar,
.header-single-meta .header-single-author,
.header-single-meta .header-single-divider{
    display:none!important;   /* remove from layout */
}
/* Single-post header 只这一处：在日期前面加 “updated ” */
.single-post .header-single-meta .feautred-card-date::before{
    content:"update ";   /* 注意最后是一个不换行空格 */
}

/*
 * [Final Version] Compact Header Style for bbPress Quicktags Toolbars
 * This version applies the style to BOTH the new topic AND the reply editors.
 */

/* 1. Toolbar Container - Styled as a Header */
/* Apply to BOTH topic and reply toolbars */
#qt_bbp_topic_content_toolbar,
#qt_bbp_reply_content_toolbar {
    /* --- Layout & Positioning --- */
    display: flex !important;
    flex-wrap: wrap !important;
    width: 100% !important;
    box-sizing: border-box !important;

    /* --- Header-like Appearance --- */
    background-color: #f8f9fa !important;
    border: 1px solid #dee2e6 !important;
    border-bottom: none !important;
    border-radius: 6px 6px 0 0 !important;
    padding: 8px !important;
    gap: 6px !important;
}

/* 2. General Button Styles - Compact Version */
/* Apply to buttons inside BOTH toolbars */
#qt_bbp_topic_content_toolbar .ed_button,
#qt_bbp_reply_content_toolbar .ed_button {
    /* --- More Compact Size --- */
    padding: 4px 10px !important;
    font-size: 13px !important;
    
    /* --- Resetting styles from other potential rules --- */
    width: auto !important;
    text-align: left !important;

    /* --- Basic Appearance --- */
    background-color: #ffffff !important;
    color: #495057 !important;
    border: 1px solid #ced4da !important;
    border-radius: 4px !important;
    margin: 0 !important;
    cursor: pointer !important;
    line-height: 1.5 !important;
    text-transform: capitalize !important;
    transition: all 0.2s ease-in-out !important;
}

/* 3. Button Hover, Focus & Active States */
/* Apply to buttons inside BOTH toolbars */
#qt_bbp_topic_content_toolbar .ed_button:hover,
#qt_bbp_reply_content_toolbar .ed_button:hover {
    background-color: #007bff !important;
    color: #ffffff !important;
    border-color: #007bff !important;
}

#qt_bbp_topic_content_toolbar .ed_button:focus,
#qt_bbp_reply_content_toolbar .ed_button:focus,
#qt_bbp_topic_content_toolbar .ed_button:active,
#qt_bbp_reply_content_toolbar .ed_button:active {
    outline: none !important;
    box-shadow: 0 0 0 2px rgba(0, 123, 255, 0.25) !important;
    border-color: #007bff !important;
}

#qt_bbp_topic_content_toolbar .ed_button:active,
#qt_bbp_reply_content_toolbar .ed_button:active {
    transform: translateY(1px) !important;
}

/* 4. Ensure the textarea below merges correctly */
.bbp-the-content-wrapper textarea {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
}

/* ====== Post content images – remove spacing ====== */

/* 1) remove outer margin that the theme adds to <figure> wrappers */
.entry-content figure,
.single-post .entry figure,
.page .entry figure{
    margin: 0 !important;       /* kill top / bottom margin */
    padding: 0 !important;      /* just in case             */
}

/* 2) make the image itself flush with the wrapper (optional centre-align) */
.entry-content img{
    display: block;             /* kill inline-image gap    */
    margin: 0 auto;             /* keep it centred          */
    max-width: 100%;            /* obey responsive scaling  */
    height: auto;
}

/* 3) if the theme also injects a .wp-block-image class, wipe its gap */
.entry-content .wp-block-image{
    margin: 0 !important;
    padding: 0 !important;
}

/* ───────── Hide avatar square in comment cards ───────── */
.comments-card-left,
.comments-card-thumb{
	display:none !important;   /* 彻底移除头像及其包裹容器 */
}

.comments-card-right{
	margin-left:0 !important;  /* 把作者与内容向左贴齐 */
}

/* ───────── Zero‐out any leftover gap inside the comment card ───────── */
.comments-card-inner{padding-left:0!important;}    /* kill theme left-padding   */
.comments-card-thumb{display:none!important;}       /* double-kill just in case */
.comments-card-left {display:none!important;}       /* already hidden, keep     */

/* === Hide home-page sticky “Recent Comments” card === */
.page-card-comments.stickywrap{
    display:none !important;
}


/* ============================================================
   Modern card redesign for 1340-1742 px screens
   – Full-width cover image
   – Frosted-glass caption bar (title & date)
   – Arrow inside bottom-right corner
   ============================================================ */
   @media (min-width: 1340px) and (max-width: 1742px) {

    /* 1) Limit hero-image height & keep it cover-fit  */
    .blog-card-top,                         /* wrapper */
    .blog-card-top .blog-card-thumb {       /* <a> with bg-image */
        height: 240px;          /* ← tweak this value if needed */
        display: block;
        overflow: hidden;
    }
    .blog-card-top .blog-card-thumb{
        background-size: cover;
        background-position: center center;
    }

    /* 2) Re-position the arrow so it stays inside  */
    .blog-card-top .more-link-custom{
        bottom: 18px;
        right: 18px;
    }

    /* 3) Tighten paddings / font sizes in the bottom part */
    .blog-card-bottom{
        padding: 22px 26px 26px;
    }
    .blog-card-title{
        font-size: 22px;        /* default is 24-26px → smaller */
        line-height: 1.3;
        max-height: 2.6em;      /* two lines max, ellipsis-safe  */
        overflow: hidden;
    }
    .blog-card-category{
        font-size: 13px;
        margin-bottom: 6px;
    }
    .blog-card-date{
        margin-top: 12px;
        font-size: 13px;
    }

    /* --- 1. 整卡去掉多余 padding & 再圆一点 --- */
    .blog-card-inner{
        padding:0 !important;
        border-radius:32px;
        overflow:hidden;        /* clip children for rounded corners */
    }

    /* --- 2. 让封面图充满卡片顶部（16:9 高度可调整） --- */
    .blog-card-top,
    .blog-card-thumb{
        position:relative;
        display:block;
        width:100%;
        aspect-ratio:16/10;      /* preferred ratio; remove if not needed */
        background-size:cover;
        background-position:center;
    }

    /* --- 3. 箭头圆钮落在右下角 --- */
    .blog-card-top .more-link-custom{
        position:absolute;
        right:24px;
        bottom:24px;
        z-index:3;
    }

    /* --- 4. 底部信息条（毛玻璃 + 渐变遮罩） --- */
    .blog-card-bottom{
        position:absolute;
        left:0; right:0; bottom:0;
        padding:18px 26px 22px;
        color:#fff;                     /* white text on dark bg */
        backdrop-filter:blur(8px);
        -webkit-backdrop-filter:blur(8px);
    }
    /* 半透明渐变层（由 ::before 生成） */
    .blog-card-bottom::before{
        content:"";
        position:absolute;
        inset:0;
        background:linear-gradient(to bottom,
                     rgba(0,0,0,0) 0%,
                     rgba(0,0,0,.65) 100%);
        z-index:-1;
    }

    /* --- 5. 文字微调 --- */
    .blog-card-category{
        display:none;           /* hide category path – remove if needed */
    }
    .blog-card-title{
        font-size:22px;
        line-height:1.3;
        margin:0 0 6px;
        color:#fff;
    }
    .blog-card-date{
        font-size:13px;
        color:rgba(255,255,255,.8);
        margin:0;
    }
    /* --- 1. force 14 px radius on all four corners of the image --- */
    .blog-card-thumb{
        border-radius:14px !important;       /* same value as card */
        overflow:hidden;                     /* clip inside radius */
    }

    /* --- 2. white heading text on glass bar --- */
    .blog-card-title a{
        color:#fff !important;
    }
    /* 1 让整张卡片裁圆角并负责裁剪内部 */
    .blog-card-inner{
        position:relative;
        border-radius:14px !important;
        overflow:hidden !important;      /* 关键：把图片与遮罩一起裁掉 */
    }

    /* 2 背景图铺满高度（可按需要调） */
    .blog-card-inner .blog-card-thumb{
        display:block;
        height:300px;                    /* 你想要的高度 */
        background-size:cover;
        background-position:center;
    }

    /* 3 标题/日期毛玻璃置底，文字改白色 */
    .blog-card-inner .blog-card-bottom{
        position:absolute;
        inset:auto 0 0 0;                /* glue to bottom */
        padding:24px 28px 32px;
        color:#fff !important;
        background:rgba(0,0,0,.45);
        backdrop-filter:blur(6px);
    }
    .blog-card-inner .blog-card-title a{
        color:#fff !important;
    }
    .blog-card-inner .blog-card-date{
        color:#cfd4db !important;
        margin-top:8px;
        font-weight:600;
        letter-spacing:.3px;
    }

    /* 4 箭头按钮右下固定 */
    .blog-card-inner .more-link-custom{
        position:absolute !important;
        right:28px;
        bottom:32px;
        z-index:2;
    }
}

/* ────────────────────────────────────────────────
   bbPress – show author name but disable link
   ──────────────────────────────────────────────── */

/* 1. 针对作者链接本身 */
#bbpress-forums a.bbp-author-link,
#bbpress-forums .bbp-author-name a {
    pointer-events: none;   /* 不可点击 */
    cursor: default;        /* 普通鼠标指针 */
    text-decoration: none;  /* 去掉下划线 */
    color: inherit;         /* 继承正文颜色 */
}

/* 2. 如因之前的过滤器导致同名 <span> 重复，可把第二个隐藏 */
#bbpress-forums .bbp-author-name + .bbp-author-name {
    display: none;
}