/*
Theme Name: Qalam
Theme URI:https://intothedesign.com/demos/wppm-el/
Author: Saurabh Sharma
Author URI: http://themeforest.net/user/SaurabhSharma
Description: Qalam is an all purpose WordPress theme designed for online magazine, newspaper, technology blog, news and editorial ventures.
Version: 2.3.6-kabarlagi-v6-ultimate
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: light, gray, white, one-column, two-columns, right-sidebar, left-sidebar, custom-background, custom-menu, editor-style, featured-images, full-width-template, microformats, post-formats, theme-options, translation-ready
Text Domain: qalam
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 Normalize
2.0 Accessibility
3.0 Alignments
4.0 Clearings
5.0 Typography
6.0 Forms
7.0 Formatting
8.0 Lists
9.0 Tables
10.0 Links
11.0 Navigation
12.0 Layout
13.0 Widgets
14.0 Comments
15.0 Miscellaneous
16.0 Media
--------------------------------------------------------------*/

/*--------------------------------------------------------------
1.0 Normalize
Styles based on Normalize v5.0.0 @link https://github.com/necolas/normalize.css
--------------------------------------------------------------*/
:root {
  --mainColor: #f4511e;
 /* options: #f4511e, #da3400 */
  --subColor: #ffab91;
  --darkHighlight: #e53935;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden;
}

body {
  margin: 0;
}

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

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

figcaption,
figure,
main {
  display: block;
}

figure {
  margin: 0;
}

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

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

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:active,
a:hover {
  outline-width: 0;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  display: block;
  color: inherit;
}

abbr[title] {
  border-bottom: 1px #767676 dotted;
  text-decoration: none;
}

b,
strong {
  font-weight: inherit;
}

b,
strong {
  font-weight: bold;
}

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

dfn {
  font-style: italic;
}

mark {
  background-color: #eee;
  color: #222;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

audio,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

img {
  border-style: none;
  max-width: 100%;
}

.wp-post-image {
  height: auto;
}

svg:not(:root) {
  overflow: hidden;
}

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  border: 1px solid #bbb;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

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

progress {
  display: inline-block;
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

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

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

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

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

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

details,
menu {
  display: block;
}

summary {
  display: list-item;
}

canvas {
  display: inline-block;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

/*--------------------------------------------------------------
2.0 Accessibility
--------------------------------------------------------------*/

/* Text meant only for screen readers. */

.screen-reader-text,
.sr-only {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
 /* Many screen reader and browser combinations announce broken words as they would appear visually. */;
}

.screen-reader-text:focus,
.sr-only:focus {
  background-color: #f1f1f1;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
 /* Above WP toolbar. */;
}

/*--------------------------------------------------------------
3.0 Alignments
--------------------------------------------------------------*/

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

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

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

/*--------------------------------------------------------------
4.0 Clearings
--------------------------------------------------------------*/

.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clearfix:after {
  clear: both;
}

/*--------------------------------------------------------------
5.0 Typography
--------------------------------------------------------------*/

body,
button,
input,
select,
textarea {
  color: #333;
  font-family: "Open Sans", Arial, Helvetica, Helvetica Neue, sans-serif;
  font-size: .8125rem;
  line-height: 1.846153846;
  font-weight: 400;
}

body {
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: inherit;
  line-height: 1.4;
  font-weight: normal;
  margin: 2em 0 .75em;
  padding: 0;
  color: #000;
}

h1 {
  font-size: 2.6em;
  line-height: 1.17647;
}

h2 {
  font-size: 1.846em;
  line-height: 1.3333333;
}

h3,
.col3 .entry-title,
.archive-full .col4 .entry-title {
  font-size: 1.5384em;
  line-height: 1.4;
}

h4,
.col4 .entry-title {
  font-size: 1.23em;
  line-height: 1.5;
}

@media only screen and (max-width:768px) {
  .col4 .entry-title {
    font-size: 1.53em;
    line-height: 1.4;
  }
}

@media only screen and (min-width:769px) {
  .archive-full .col3 .entry-title {
    font-size: 1.84615em;
    line-height: 1.4;
  }
}

h5,
h6 {
  font-size: 1em;
}

.single-post-title {
  font-weight: 700;
}

.single .single-post-title,
.entry-full .entry-title {
  font-size: 2.77em;
  line-height: 1.25;
  font-weight: bold;
  margin: 0 0 .333em;
  letter-spacing: -.01em;
}

.single .single-post-title b,
.entry-full .entry-title b,
.single .single-post-title strong,
.entry-full .entry-title strong {
  font-weight: 800;
}

.two-sidebars .single-post-title {
  font-size: 2.4615em;
  line-height: 1.25;
  margin: 0 0 .5em;
}

@media (min-width: 769px) {
  .layout-no-sb.single:not(.narrow-width) .single-post-title,
	body:not(.narrow-width) .entry-header.w-100 .entry-title {
    font-size: 3.4615em;
    line-height: 1.15556;
    font-weight: 700;
    letter-spacing: -.01em;
  }

  .entry-header.w-100 .entry-sub-title {
    font-size: 1.3846em;
  }
}

.entry-header .entry-sub-title {
  font-size: 1.23em;
  line-height: 1.5;
  margin: 0 0 1.125em;
  color: #777;
  font-weight: 400;
  letter-spacing: .01em;
}

.entry-header .entry-title + .entry-sub-title {
  margin-top: -.333em;
}

.article-body {
  font-size: 1.3846em;
  line-height: 1.6;
}

@media (max-width: 768px) {
  .single .single-post-title,
	.entry-full .single-post-title
	.two-sidebars .single-post-title {
    font-size: 2.5em;
    line-height: 1.25;
  }

  .entry-header .entry-sub-title {
    font-size: 1.1em;
  }
}

@media only screen and (max-width: 425px) {
  .single .single-post-title,
	.entry-full .single-post-title
	.two-sidebars .single-post-title {
    font-size: 2em;
    line-height: 1.2;
    margin-bottom: .5em;
  }

  .article-body {
    font-size: 1.23em;
  }
}

@media (max-width: 320px) {
  .entry-header .entry-sub-title,
	.entry-header.w-100 .entry-sub-title {
    font-size: 1.077em;
    line-height: 1.4585714;
  }
}

.widget-title,
.comments-title,
.comment-reply-title,
.related-posts-title,
.related.products h2:not(.woocommerce-loop-product__title),
.woocommerce-Tabs-panel h2 {
  color: #999;
  font-size: 1em;
  line-height: 1.5384;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .077em;
  margin: 0 0 1.5em;
}

p {
  margin: 0 0 1.5em;
  padding: 0;
}

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

blockquote {
  color: #777;
  margin: 0;
  overflow: hidden;
  padding: 0;
}

blockquote cite {
  display: block;
  font-style: normal;
  margin-top: 0.33em;
  opacity: .8;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 1.15em;
  line-height: 1.6;
  margin-bottom: 1.5em;
  max-width: 100%;
  overflow: auto;
  padding: 1.5em;
}

code,
kbd,
tt,
var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 1.15em;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fafad2;
  text-decoration: none;
}

big {
  font-size: 125%;
}

blockquote {
  position: relative;
  quotes: "" "";
  font-style: italic;
  padding: 0 0 0 1.5em;
  border-left: 4px solid #333;
  margin: 0 0 1.5em;
}

blockquote p {
  margin: 0;
}

q {
  quotes: "“" "”" "‘" "’";
}

blockquote:before,
blockquote:after {
  content: "";
}

:focus {
  outline: 1px dotted;
}

/* Typography for Arabic Font */

html[lang="ar"] body,
html[lang="ar"] button,
html[lang="ar"] input,
html[lang="ar"] select,
html[lang="ar"] textarea,
html[lang="ary"] body,
html[lang="ary"] button,
html[lang="ary"] input,
html[lang="ary"] select,
html[lang="ary"] textarea,
html[lang="azb"] body,
html[lang="azb"] button,
html[lang="azb"] input,
html[lang="azb"] select,
html[lang="azb"] textarea,
html[lang="fa-IR"] body,
html[lang="fa-IR"] button,
html[lang="fa-IR"] input,
html[lang="fa-IR"] select,
html[lang="fa-IR"] textarea,
html[lang="haz"] body,
html[lang="haz"] button,
html[lang="haz"] input,
html[lang="haz"] select,
html[lang="haz"] textarea,
html[lang="ps"] body,
html[lang="ps"] button,
html[lang="ps"] input,
html[lang="ps"] select,
html[lang="ps"] textarea,
html[lang="ur"] body,
html[lang="ur"] button,
html[lang="ur"] input,
html[lang="ur"] select,
html[lang="ur"] textarea {
  font-family: Tahoma, Arial, sans-serif;
}

html[lang="ar"] h1,
html[lang="ar"] h2,
html[lang="ar"] h3,
html[lang="ar"] h4,
html[lang="ar"] h5,
html[lang="ar"] h6,
html[lang="ary"] h1,
html[lang="ary"] h2,
html[lang="ary"] h3,
html[lang="ary"] h4,
html[lang="ary"] h5,
html[lang="ary"] h6,
html[lang="azb"] h1,
html[lang="azb"] h2,
html[lang="azb"] h3,
html[lang="azb"] h4,
html[lang="azb"] h5,
html[lang="azb"] h6,
html[lang="fa-IR"] h1,
html[lang="fa-IR"] h2,
html[lang="fa-IR"] h3,
html[lang="fa-IR"] h4,
html[lang="fa-IR"] h5,
html[lang="fa-IR"] h6,
html[lang="haz"] h1,
html[lang="haz"] h2,
html[lang="haz"] h3,
html[lang="haz"] h4,
html[lang="haz"] h5,
html[lang="haz"] h6,
html[lang="ps"] h1,
html[lang="ps"] h2,
html[lang="ps"] h3,
html[lang="ps"] h4,
html[lang="ps"] h5,
html[lang="ps"] h6,
html[lang="ur"] h1,
html[lang="ur"] h2,
html[lang="ur"] h3,
html[lang="ur"] h4,
html[lang="ur"] h5,
html[lang="ur"] h6 {
  font-weight: 700;
}

/* Typography for Chinese Font */

html[lang^="zh-"] body,
html[lang^="zh-"] button,
html[lang^="zh-"] input,
html[lang^="zh-"] select,
html[lang^="zh-"] textarea {
  font-family: "PingFang TC", "Helvetica Neue", Helvetica, STHeitiTC-Light, Arial, sans-serif;
}

html[lang^="zh-"] h1,
html[lang^="zh-"] h2,
html[lang^="zh-"] h3,
html[lang^="zh-"] h4,
html[lang^="zh-"] h5,
html[lang^="zh-"] h6 {
  font-weight: 700;
}

/* Typography for Cyrillic Font */

html[lang="bg-BG"] body,
html[lang="bg-BG"] button,
html[lang="bg-BG"] input,
html[lang="bg-BG"] select,
html[lang="bg-BG"] textarea,
html[lang="ru-RU"] body,
html[lang="ru-RU"] button,
html[lang="ru-RU"] input,
html[lang="ru-RU"] select,
html[lang="ru-RU"] textarea,
html[lang="uk"] body,
html[lang="uk"] button,
html[lang="uk"] input,
html[lang="uk"] select,
html[lang="uk"] textarea {
  font-family: "Helvetica Neue", Helvetica, "Segoe UI", Arial, sans-serif;
}

html[lang="bg-BG"] h1,
html[lang="bg-BG"] h2,
html[lang="bg-BG"] h3,
html[lang="bg-BG"] h4,
html[lang="bg-BG"] h5,
html[lang="bg-BG"] h6,
html[lang="ru-RU"] h1,
html[lang="ru-RU"] h2,
html[lang="ru-RU"] h3,
html[lang="ru-RU"] h4,
html[lang="ru-RU"] h5,
html[lang="ru-RU"] h6,
html[lang="uk"] h1,
html[lang="uk"] h2,
html[lang="uk"] h3,
html[lang="uk"] h4,
html[lang="uk"] h5,
html[lang="uk"] h6 {
  font-weight: 700;
  line-height: 1.2;
}

/* Typography for Devanagari Font */

html[lang="bn-BD"] body,
html[lang="bn-BD"] button,
html[lang="bn-BD"] input,
html[lang="bn-BD"] select,
html[lang="bn-BD"] textarea,
html[lang="hi-IN"] body,
html[lang="hi-IN"] button,
html[lang="hi-IN"] input,
html[lang="hi-IN"] select,
html[lang="hi-IN"] textarea,
html[lang="mr-IN"] body,
html[lang="mr-IN"] button,
html[lang="mr-IN"] input,
html[lang="mr-IN"] select,
html[lang="mr-IN"] textarea {
  font-family: Arial, sans-serif;
}

html[lang="bn-BD"] h1,
html[lang="bn-BD"] h2,
html[lang="bn-BD"] h3,
html[lang="bn-BD"] h4,
html[lang="bn-BD"] h5,
html[lang="bn-BD"] h6,
html[lang="hi-IN"] h1,
html[lang="hi-IN"] h2,
html[lang="hi-IN"] h3,
html[lang="hi-IN"] h4,
html[lang="hi-IN"] h5,
html[lang="hi-IN"] h6,
html[lang="mr-IN"] h1,
html[lang="mr-IN"] h2,
html[lang="mr-IN"] h3,
html[lang="mr-IN"] h4,
html[lang="mr-IN"] h5,
html[lang="mr-IN"] h6 {
  font-weight: 700;
}

/* Typography for Greek Font */

html[lang="el"] body,
html[lang="el"] button,
html[lang="el"] input,
html[lang="el"] select,
html[lang="el"] textarea {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

html[lang="el"] h1,
html[lang="el"] h2,
html[lang="el"] h3,
html[lang="el"] h4,
html[lang="el"] h5,
html[lang="el"] h6 {
  font-weight: 700;
  line-height: 1.3;
}

/* Typography for Gujarati Font */

html[lang="gu-IN"] body,
html[lang="gu-IN"] button,
html[lang="gu-IN"] input,
html[lang="gu-IN"] select,
html[lang="gu-IN"] textarea {
  font-family: Arial, sans-serif;
}

html[lang="gu-IN"] h1,
html[lang="gu-IN"] h2,
html[lang="gu-IN"] h3,
html[lang="gu-IN"] h4,
html[lang="gu-IN"] h5,
html[lang="gu-IN"] h6 {
  font-weight: 700;
}

/* Typography for Hebrew Font */

html[lang="he-IL"] body,
html[lang="he-IL"] button,
html[lang="he-IL"] input,
html[lang="he-IL"] select,
html[lang="he-IL"] textarea {
  font-family: "Arial Hebrew", Arial, sans-serif;
}

html[lang="he-IL"] h1,
html[lang="he-IL"] h2,
html[lang="he-IL"] h3,
html[lang="he-IL"] h4,
html[lang="he-IL"] h5,
html[lang="he-IL"] h6 {
  font-weight: 700;
}

/* Typography for Japanese Font */

html[lang="ja"] body,
html[lang="ja"] button,
html[lang="ja"] input,
html[lang="ja"] select,
html[lang="ja"] textarea {
  font-family: "Hiragino Kaku Gothic Pro", Meiryo, sans-serif;
}

html[lang="ja"] h1,
html[lang="ja"] h2,
html[lang="ja"] h3,
html[lang="ja"] h4,
html[lang="ja"] h5,
html[lang="ja"] h6 {
  font-weight: 700;
}

/* Typography for Korean font */

html[lang="ko-KR"] body,
html[lang="ko-KR"] button,
html[lang="ko-KR"] input,
html[lang="ko-KR"] select,
html[lang="ko-KR"] textarea {
  font-family: "Apple SD Gothic Neo", "Malgun Gothic", "Nanum Gothic", Dotum, sans-serif;
}

html[lang="ko-KR"] h1,
html[lang="ko-KR"] h2,
html[lang="ko-KR"] h3,
html[lang="ko-KR"] h4,
html[lang="ko-KR"] h5,
html[lang="ko-KR"] h6 {
  font-weight: 600;
}

/* Typography for Thai Font */

html[lang="th"] h1,
html[lang="th"] h2,
html[lang="th"] h3,
html[lang="th"] h4,
html[lang="th"] h5,
html[lang="th"] h6 {
  line-height: 1.65;
  font-family: "Sukhumvit Set", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

html[lang="th"] body,
html[lang="th"] button,
html[lang="th"] input,
html[lang="th"] select,
html[lang="th"] textarea {
  line-height: 1.8;
  font-family: "Sukhumvit Set", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/* Remove letter-spacing for all non-latin alphabets */

html[lang="ar"] *,
html[lang="ary"] *,
html[lang="azb"] *,
html[lang="haz"] *,
html[lang="ps"] *,
html[lang^="zh-"] *,
html[lang="bg-BG"] *,
html[lang="ru-RU"] *,
html[lang="uk"] *,
html[lang="bn-BD"] *,
html[lang="hi-IN"] *,
html[lang="mr-IN"] *,
html[lang="el"] *,
html[lang="gu-IN"] *,
html[lang="he-IL"] *,
html[lang="ja"] *,
html[lang="ko-KR"] *,
html[lang="th"] * {
  letter-spacing: 0 !important;
}

/*--------------------------------------------------------------
6.0 Forms
--------------------------------------------------------------*/

label {
  color: #999;
  font-size: .9em;
  font-weight: 600;
  margin-bottom: 0.5em;
}

fieldset {
  margin-bottom: 1em;
}

select,
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  margin-bottom: .5em;
  padding: .5em .9em;
  border: 0;
  outline: 0;
  border-radius: .3em;
  color: inherit;
  background: #f2f2f2;
  height: 2.25rem;
  box-sizing: border-box;
}

textarea {
  height: auto;
}

select {
  color: #777;
  padding: .5em .9em;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

select:focus {
  color: #333;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus,
select:focus {
  background: #fff;
  outline: 0;
  -webkit-box-shadow: 0 0 10px rgb(173, 216, 230), 0 0 0 1px rgba(173, 216, 230, .24);
  -moz-box-shadow: 0 0 10px rgb(173, 216, 230), 0 0 0 1px rgba(173, 216, 230, .24);
  box-shadow: 0 0 10px rgb(173, 216, 230), 0 0 0 1px rgba(173, 216, 230, .24);
}

.search-drawer .search-field,
.search-drawer .search-field:focus {
  background: transparent;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

select {
  min-height: 2.77em;
  max-width: 100%;
}

input[type="radio"],
input[type="checkbox"] {
  margin-right: 0.25em;
  vertical-align: middle;
}

input[type="radio"] + label,
input[type="checkbox"] + label {
  font-weight: 400;
}

button,
input[type="button"],
input[type="submit"] {
  padding: .5em .9em;
  line-height: 1;
  height: 2.25rem;
  color: #fff;
  background-color: #222;
  display: inline-block;
  font-weight: 600;
  text-shadow: none;
  border: 0;
  border-radius: 4px;
  -webkit-box-shadow: none;
  box-shadow: none;
  cursor: pointer;
}

button.secondary,
input[type="reset"],
input[type="button"].secondary,
input[type="reset"].secondary,
input[type="submit"].secondary {
  background-color: #ddd;
  color: #222;
}

button:hover,
button:focus,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {
  background: #777;
}

button.secondary:hover,
button.secondary:focus,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="button"].secondary:hover,
input[type="button"].secondary:focus,
input[type="reset"].secondary:hover,
input[type="reset"].secondary:focus,
input[type="submit"].secondary:hover,
input[type="submit"].secondary:focus {
  background: #bbb;
}

/* Placeholder text color -- selectors need to be separate to work. */
::-webkit-input-placeholder {
  color: #999;
  font-family: "Helvetica Neue", helvetica, arial, sans-serif;
}

:-moz-placeholder {
  color: #999;
  font-family: "Helvetica Neue", helvetica, arial, sans-serif;
}

::-moz-placeholder {
  color: #999;
  font-family: "Helvetica Neue", helvetica, arial, sans-serif;
  opacity: 1;
	/* Since FF19 lowers the opacity of the placeholder by default */;
}

:-ms-input-placeholder {
  color: #999;
  font-family: "Libre Franklin", "Helvetica Neue", helvetica, arial, sans-serif;
}

/*--------------------------------------------------------------
7.0 Formatting
--------------------------------------------------------------*/

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

/*--------------------------------------------------------------
8.0 Lists
--------------------------------------------------------------*/

ul,
ol {
  margin: 0 0 1.5em 1.2em;
  padding: 0;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

/*--------------------------------------------------------------
9.0 Tables
--------------------------------------------------------------*/

table {
  border-collapse: collapse;
  margin: 0 0 1.5em;
  width: 100%;
}

thead th {
  border-bottom: 2px solid #bbb;
  padding-bottom: 0.5em;
}

th {
  padding: 0.4em;
  text-align: left;
}

tr {
  border-bottom: 1px solid #eee;
}

td {
  padding: 0.5em;
}

th:first-child,
td:first-child {
  padding-left: 0;
}

th:last-child,
td:last-child {
  padding-right: 0;
}

/*--------------------------------------------------------------
10.0 Links
--------------------------------------------------------------*/

a {
  color: #369;
  text-decoration: underline;
	/*box-shadow: 0 1px 0 0;*/;
}

a:focus {
  outline: 1px dotted;
}

a:hover,
.top-bar a,
#header a,
.breadcrumbs a,
.woocommerce-breadcrumb a,
.widget ul a,
.entry-title a,
.comments-trigger,
.sa-social a,
.author-title a,
.pagination a,
.nav-links a {
  text-decoration: none;
}

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

/*--------------------------------------------------------------
11.0 Navigation
--------------------------------------------------------------*/
.main-navigation {
  position: relative;
}

.main-navigation > div > ul,
.main-navigation > ul {
  background: transparent;
  padding: 0;
  margin: 0;
  list-style: none;
}

.main-navigation li {
  position: relative;
  display: inline-block;
  color: #333;
}

.main-navigation li li {
  display: block;
}

.main-navigation a {
  transition: .2s;
}

.main-navigation sup,
.main-navigation span,
.top-menu sup,
.top-menu span {
  font-size: 87.5%;
  color: #f4511e;
}

.main-navigation > ul > li > a {
  position: relative;
  display: inline-block;
  padding: 1.23em;
  color: #777;
  font-weight: 600;
}

.trans-nav .site-header:not(.white-bg) .main-navigation > ul > li > a {
  color: rgba(255,255,255,.7);
}

.menu-item .fa:before {
  margin-right: .3em;
}

.expand-menu .fa:before {
  margin: 0;
}

.dark-nav {
  color: #ccc;
}

.site-title a {
  color: #f4511e;
  color: var(--mainColor);
}

.main-navigation .current-menu-item > a,
.main-navigation .current-menu-parent > a,
.main-navigation .current-menu-item:hover > a,
.main-navigation .current-menu-parent:hover > a {
  color: var(--mainColor);
}

.top-menu > li {
  position: relative;
}

.main-navigation ul ul,
.top-menu .sub-menu,
.cart-submenu {
  margin: 0;
  list-style: none;
  display: block;
  position: absolute;
  left: 0;
  top: 100%;
  opacity: 0;
  min-width: 14em;
  padding: .82em 0;
  background: #fff;
  visibility: hidden;
  text-align: left;
  transition: opacity .3s;
  -webkit-transition: opacity .3s;
  box-shadow: 0 3px 6px rgba(0,0,0,.06);
  z-index: 999;
}

/* Mobile menu */
#resp-menu {
  position: fixed;
  overflow: visible;
  width: 272px;
  height: 100%;
  background: #fff;
  color: inherit;
  top: 0;
  left: -272px;
  margin: 0;
  padding: 0 !important;
  z-index: 999999;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition: .4s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: .4s cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: .4s cubic-bezier(0.77, 0, 0.175, 1);
  -ms-transition: .4s cubic-bezier(0.77, 0, 0.175, 1);
  transition: .4s cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-transition-property: left, right;
  transition-property: left, right;
}

.show-nav #resp-menu {
  left: 0;
  box-shadow: 0 2px 10px rgba(0,0,0,.3);
}

body.show-nav .overlay-mask {
  opacity: 1;
  visibility: visible;
}

.close-menu {
  display: block;
  font-size: .8461em;
  color: #999;
  padding: .33em 1.25em;
  text-align: right;
}

.overlay-mask,
.shop-sb-mask {
  background-color: rgba(0,0,0,0.3);
  height: 100%;
  left: 0;
  opacity: 0;
  top: 0;
  visibility: hidden;
  width: 100%;
  z-index: 112;
  position: fixed;
  -webkit-transition: .4s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: .4s cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: .4s cubic-bezier(0.77, 0, 0.175, 1);
  -ms-transition: .4s cubic-bezier(0.77, 0, 0.175, 1);
  transition: .4s cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
}


/* Mobile menu navigation */
.resp-menu {
  overflow: auto;
  height: 100%;
  max-height: 96%;
}

.resp-menu-logo {
  position: relative;
  padding: 0 16px;
  border-bottom: 1px solid rgba(0,0,0,.06);
}

.resp-menu,
.resp-menu ul {
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
}

.resp-menu li {
  position: relative;
  float: none;
  width: 100% !important;
}

.resp-menu li a {
  padding: .6153em 1.2307em;
  display: block;
  text-decoration: none;
}

.resp-menu > li.active > a {
  background: rgba(0,0,0,.6);
  color: #fff;
}

.resp-menu li ul {
  border-top: 1px solid rgba(0,0,0,.07);
}

.resp-menu a {
  color: #666;
}

.resp-menu a:hover,
.resp-menu .current-menu-item > a {
  color: #000;
}

.resp-menu .expand-menu {
  position: absolute;
  top: 0;
  right: .75em;
  padding: 0;
  color: #999;
  width: 3.07em;
  height: 3.07em;
  text-align: center;
}

.resp-menu .expand-menu .fa {
  font-size: 1.3846em;
  line-height: 2.2222;
  text-align: center;
  transition: .3s;
}

.resp-menu .expand-menu .rotate-180 {
  transform: rotateZ(180deg);
}

.resp-menu .expand-menu:hover,
.resp-menu .rotate-180 {
  color: #333;
}


/*--------------------------------------------------------------
12.0 Layout
--------------------------------------------------------------*/

#page,
.site-header,
#main,
#primary,
#content,
#sidebar,
#secondary,
#footer,
.container {
  position: relative;
}

#page,
.top-bar .container,
.is-stretched .container {
  margin: 0 auto;
  width: 94%;
  text-align: left;
}

@media only screen and (max-width: 425px) {
  #page,
	.top-bar > .container,
	.is-stretched .container,
	.sticky-enabled > .container {
    width: 87.5%;
  }
}

#page {
  background: #fff;
  max-width: 1160px;
}

.is-stretched #page {
  width: 100%;
  max-width: 100%;
  margin: 0;
}

.container {
  max-width: 1112px;
  margin: 0 auto;
  text-align: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.top-bar {
  position: relative;
  background: #f5f5f5;
  color: #999;
  font-size: .923em;
  line-height: 1.6667;
}

.top-bar .flex {
  min-height: 20px;
}

.top-bar a {
  color: inherit;
}

.top-bar a:hover,
.account-nav li:hover > a {
  color: #333;
}

.account-nav {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box: 1;
  -moz-box: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 100%;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

.account-nav > li,
.icon-list > li {
  display: inline-block;
  margin: 0;
}

.account-nav > li {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  height: 100%;
}

.account-nav .fas {
  margin: 0 .4615em 0 0;
}

.account-nav .cart-contents .fas {
  margin: 0;
}

.account-nav > .welcome,
.account-nav > li > a,
.top-bar .icon-list > li > a {
  padding: 0 .75em;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.account-nav > li > .login-active {
  color: #fff;
  background: #444;
}

.account-nav .cart-contents .amount {
  font-size: 90%;
}

.login-form {
  display: block;
  position: absolute;
  top: 100%;
  right: 0;
  opacity: 0;
  max-width: 19em;
  padding: 1.5384em 1.5384em 0;
  background: #fff;
  visibility: hidden;
  text-align: left;
  transform: translateY(4px);
  -webkit-transform: translateY(4px);
  -moz-transform: translateY(4px);
  -ms-transform: translateY(4px);
  transition: opacity .3s, transform .3s;
  -webkit-transition: opacity .3s, -webkit-transform .3s;
  box-shadow: 0 1px 15px rgba(0,0,0,.06), 0 0 0 1px rgba(0,0,0,.01);
  z-index: 99;
}

.account-nav .login:hover .login-form {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
}

.login-form p {
  margin-bottom: .25em;
}

.login-form input:not([type="checkbox"]) {
  width: 100%;
  box-sizing: border-box;
}

.icon-list > li .fa {
  margin: 0 .333em 0 0;
}

.row {
  margin-left: -10px;
  margin-right: -10px;
  margin-bottom: 0;
}

.row:after {
  content: "";
  clear: both;
  display: table;
}

.flex {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.w-100 {
  width: 100%;
}

.h-100 {
  height: 100%;
}

.flex-center {
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.hst-2 .flex-center,
.hst-3 .nav-2 .container .flex-center {
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.hst-2 .nav-1 > .container,
.hst-3 .container {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.hst-2 .nav-1 > .container > .flex {
  -webkit-box: 0;
  -moz-box: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.justify-end {
  -webkit-box-pack: end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

.table-cell {
  display: table-cell;
  vertical-align: middle;
}

.hst-1 .nav .container {
  min-height: 64px;
}

.site-header,
.nav-1 .flex {
  min-height: 64px;
}

.top-bar .flex {
  min-height: 32px;
}

@media only screen and (max-width: 1023px) {
  .top-bar .container > .flex {
    -webkit-flex-flow: column nowrap;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    height: unset;
  }

  .top-bar .login-form {
    right: unset;
    left: unset;
  }
}

.qlm-row {
  position: relative;
  margin: 0 -12px;
}

.qlm-col {
  padding: 0 12px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.entry-header.qlm-col {
  padding: 0 12px;
}

.qlm-col .page-title-nav {
  margin: 0;
  color: inherit;
  font-size: 1.23em;
  line-height: 1.5;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

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

  .right {
    float: right;
  }

  .w-10 {
    -webkit-flex-basis: 10%;
    flex-basis: 10%;
    max-width: 10%;
  }

  .w-20 {
    -webkit-flex-basis: 20%;
    flex-basis: 20%;
    max-width: 20%;
  }

  .w-25 {
    -webkit-flex-basis: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }

  .w-30 {
    -webkit-flex-basis: 30%;
    flex-basis: 30%;
    max-width: 30%;
  }

  .w-33 {
    -webkit-flex-basis: 3%;
    flex-basis: 33%;
    max-width: 33%;
  }

  .w-40 {
    -webkit-flex-basis: 40%;
    flex-basis: 40%;
    max-width: 40%;
  }

  .w-50 {
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }

  .w-60 {
    -webkit-flex-basis: 60%;
    flex-basis: 60%;
    max-width: 60%;
  }

  .w-67 {
    -webkit-flex-basis: 67%;
    flex-basis: 67%;
    max-width: 67%;
  }

  .w-70 {
    -webkit-flex-basis: 70%;
    flex-basis: 70%;
    max-width: 70%;
  }

  .w-75 {
    -webkit-flex-basis: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }

  .w-80 {
    -webkit-flex-basis: 80%;
    flex-basis: 80%;
    max-width: 80%;
  }

  .w-90 {
    -webkit-flex-basis: 90%;
    flex-basis: 90%;
    max-width: 90%;
  }

  .d-txt-right {
    text-align: right;
  }
}

@media only screen and (max-width: 767px) {
  .hst-1 .site-branding,
	.hst-1 .utility-links {
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
  }
}

.site-branding {
  padding: .5rem 0;
  -webkit-box: 1;
  -moz-box: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}

.hst-2 .qlm-col {
  -webkit-box: 1;
  -moz-box: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.main-navigation {
  -webkit-box: 1;
  -moz-box: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.site-header {
  padding: 0;
  background: #fff;
  z-index: 20;
}

.dark-nav {
  background: #000;
  color: #ccc;
}

.dark-nav,
.light-nav {
  position: relative;
  z-index: 9;
}

.nav-1 {
  z-index: 49;
}

.is-stretched .nav-1,
.is-stretched .nav-2,
.is-boxed:not(.fixed-nav) .hst-1 .nav-1 > .container,
.is-boxed:not(.fixed-nav) .nav-2 > .container {
  -webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,.07);
  -moz-box-shadow: inset 0 -1px 0 rgba(0,0,0,.07);
  -ms-box-shadow: inset 0 -1px 0 rgba(0,0,0,.07);
  box-shadow: inset 0 -1px 0 rgba(0,0,0,.07);
}

/*.sticky-enabled > .container {
  width: 94%;
}*/

@media only screen and (min-width: 10px) {
  .sticky-enabled,
	.is-stretched .sticky-enabled {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    background: inherit;
    -webkit-box-shadow: 0 2px 5px rgba(0,0,0,.07);
    -moz-box-shadow: 0 2px 5px rgba(0,0,0,.07);
    -ms-box-shadow: 0 2px 5px rgba(0,0,0,.07);
    box-shadow: 0 2px 5px rgba(0,0,0,.07);
  }
}

.site-title {
  font-size: 1.5384em;
  font-weight: 700;
  line-height: 1.33;
  margin: 0;
}

@media only screen and (max-width: 768px) {
  .site-title {
    font-size: 1.5384em;
    line-height: 1.2;
  }
}

.site-description {
  margin-bottom: 0;
  color: #999;
  line-height: 1.4;
}

.leaderboard-ad-spot {
  min-width: 71.75rem;
  padding: 1.23em 0;
}

#widget-area-before-content .container {
  padding: 1em 0;
  text-align: center;
}

#widget-area-after-content .container {
  text-align: center;
}

#main {
  background: #fff;
  text-align: center;
}

#header + #main .container,
#header + .breadcrumbs-wrap {
  padding-top: 32px;
  padding-top: 2.4615em;
}

@media only screen and (max-width: 768px) {
  #header + #main .container,
	#header + .breadcrumbs-wrap {
    padding-top: 24px;
    padding-top: 1.84615em;
  }
}

@media only screen and (max-width: 425px) {
  #header + #main .container,
	#header + .breadcrumbs-wrap {
    padding-top: 16px;
    padding-top: 1.23em;
  }
}

.trans-nav #main .container {
  padding-top: 0;
}

.fixed-nav.trans-bg #main .container {
  padding-top: 0;
}

.main-row {
  position: relative;
  margin: 0 -12px;
}

#primary,
#container,
#sidebar {
  padding: 0 12px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#primary {
  margin-bottom: 3rem;
}

#primary.full-width,
.site-content.full-span {
  float: none;
  width: 100% !important;
}

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

  #primary,
	#container,
	#sidebar {
    float: left;
    width: 75%;
  }

  #sidebar {
    width: 25%;
  }

  .two-sidebars .primary-row {
    margin: 0 -12px;
  }

  .two-sidebars #content,
	.two-sidebars #sidebar-b {
    float: left;
    padding: 0 12px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  .two-sidebars.layout-bca #content,
	.two-sidebars.layout-abc #content {
    float: right;
  }

  .two-sidebars .site-content:not(.full-width) #content {
    width: 78%;
  }

  .two-sidebars .site-content.has-sba:not(.has-sbb) #content,
	.two-sidebars #primary.has-sbb:not(.has-sba) {
    width: 100%;
  }

  .two-sidebars #sidebar-b {
    width: 22%;
  }

  .layout-acb #primary,
	.layout-abc #primary,
	.layout-ac #primary {
    float: right;
  }
}

.layout-no-sb #primary {
  float: none;
  width: 100%;
  margin: 0 auto;
}

#secondary {
  clear: both;
  color: #777;
}

#footer {
  color: #777;
  text-align: center;
  font-size: .9em;
  line-height: 1.6667;
}

.is-boxed #secondary .container,
.is-boxed #footer .container,
.is-stretched #secondary,
.is-stretched #footer {
  border-top: 1px solid rgba(0,0,0,.1);
}

#secondary .container {
  padding: 3em 0 0;
}

#footer .container {
  padding: .9em 0;
}

.widget-area .row {
  margin: 0 -12px;
}

.widget-area .row > .widget {
  padding: 0 12px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.site-header .cart-status {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  height: 100%;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.site-header .cart-status .cart-contents .amount {
  font-size: 75%;
}

.gallery {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -.3em;
}

.gallery .gallery-item {
  padding: 0 .3em .6em;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.gallery-columns-1 .gallery-item {
  -webkit-box: 1;
  -moz-box: 1;
  -webkit-flex: 1 1 100%;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
}

.gallery-columns-2 .gallery-item {
  -webkit-box: 1;
  -moz-box: 1;
  -webkit-flex: 1 1 50%;
  -ms-flex: 1 1 50%;
  flex: 1 1 50%;
}

.gallery-columns-3 .gallery-item {
  -webkit-box: 1;
  -moz-box: 1;
  -webkit-flex: 1 1 33.33%;
  -ms-flex: 1 1 33.33%;
  flex: 1 1 33.33%;
}

.gallery-columns-4 .gallery-item {
  -webkit-box: 1;
  -moz-box: 1;
  -webkit-flex: 1 1 25%;
  -ms-flex: 1 1 25%;
  flex: 1 1 25%;
}

.gallery-columns-5 .gallery-item {
  -webkit-box: 1;
  -moz-box: 1;
  -webkit-flex: 1 1 20%;
  -ms-flex: 1 1 20%;
  flex: 1 1 20%;
}

.gallery-columns-6 .gallery-item {
  -webkit-box: 1;
  -moz-box: 1;
  -webkit-flex: 1 1 16.666%;
  -ms-flex: 1 1 16.666%;
  flex: 1 1 16.666%;
}

.gallery-columns-7 .gallery-item {
  -webkit-box: 1;
  -moz-box: 1;
  -webkit-flex: 1 1 14.285714%;
  -ms-flex: 1 1 14.285714%;
  flex: 1 1 14.285714%;
}

.gallery-columns-8 .gallery-item {
  -webkit-box: 1;
  -moz-box: 1;
  -webkit-flex: 1 1 12.5%;
  -ms-flex: 1 1 12.5%;
  flex: 1 1 12.5%;
}

.gallery-columns-9 .gallery-item {
  -webkit-box: 1;
  -moz-box: 1;
  -webkit-flex: 1 1 11.1111%;
  -ms-flex: 1 1 11.1111%;
  flex: 1 1 11.1111%;
}

img {
  vertical-align: top;
}

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

  .widget-area .row > .widget {
    float: left;
  }

  .widget-area.columns-1 .row > .widget {
    float: none;
    width: 100%;
  }

  .widget-area.columns-2 .row > .widget {
    width: 50%;
  }

  .widget-area.columns-3 .row > .widget {
    width: 33.33333%;
  }

  .widget-area.columns-4 .row > .widget {
    width: 25%;
  }

  .widget-area.columns-5 .row > .widget {
    width: 20%;
  }

  .widget-area.columns-6 .row > .widget {
    width: 16.666666%;
  }

  .widget-area.columns-7 .row > .widget {
    width: 14.285714%;
  }

  .widget-area.columns-8 .row > .widget {
    width: 12.5%;
  }

	/* Clear nth children */
  #secondary.columns-2 .row > .widget:nth-of-type(2n+1),
	#secondary.columns-3 .row > .widget:nth-of-type(3n+1),
	#secondary.columns-4 .row > .widget:nth-of-type(4n+1),
	#secondary.columns-5 .row > .widget:nth-of-type(5n+1),
	#secondary.columns-6 .row > .widget:nth-of-type(6n+1),
	#secondary.columns-7 .row > .widget:nth-of-type(7n+1),
	#secondary.columns-8 .row > .widget:nth-of-type(8n+1) {
    clear: both;
  }
}

@media only screen and (max-width: 1023px) {
  #main-nav,
	.hst-2 .nav-2 {
    display: none;
  }

  .hst-1 .utility-links.w-30 {
    width: 80%;
  }

  .hst-3 .utility-links.w-20,
	.hst-4 .utility-links.w-20 {
    width: 100%;
  }

  .hst-3 .nav-2 .qlm-col.w-30 {
    width: 70%;
  }
}

@media only screen and (max-width: 768px) {
  .site-header .utility-nav,
	.site-header .sa-social {
    display: none;
  }
}

@media only screen and (min-width: 769px) and (max-width: 1023px) {

  .widget-area .row > .widget {
    float: left;
  }

  .widget-area.columns-3 .row > .widget,
	.widget-area.columns-4 .row > .widget,
	.widget-area.columns-5 .row > .widget,
	.widget-area.columns-6 .row > .widget,
	.widget-area.columns-7 .row > .widget,
	.widget-area.columns-8 .row > .widget {
    width: 33.33%;
    clear: none;
  }

	/* Clear nth children */
  #secondary .row > .widget:nth-of-type(3n+1) {
    clear: both !important;
  }
}

@media only screen and (min-width: 426px) and (max-width: 768px) {

  .widget-area .row > .widget {
    float: left;
  }

  .widget-area.columns-3 .row > .widget,
	.widget-area.columns-4 .row > .widget,
	.widget-area.columns-5 .row > .widget,
	.widget-area.columns-6 .row > .widget,
	.widget-area.columns-7 .row > .widget,
	.widget-area.columns-8 .row > .widget {
    width: 50%;
    clear: none;
  }

	/* Clear nth children */
  #secondary .row > .widget:nth-of-type(2n+1) {
    clear: both !important;
  }
}

.site-header .qlm-col {
  vertical-align: middle;
  float: none;
}

.site-header .utility-links {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-box: 1;
  -moz-box: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  height: 100%;
}

.utility-links a,
.qlm-sharing-inline a,
.site-header .cart-status .cart-contents,
.utility-links .search-trigger {
  color: #777;
}

.site-header .cart-status .cart-contents {
  white-space: nowrap;
}

.site-branding img {
  vertical-align: top;
}

.utility-nav {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-block;
}

.utility-nav > li,
.search-panel {
  position: relative;
  display: inline-block;
  margin: 0 .571428em;
}

.site-branding,
.man-navigation {
  transition: .2s ease-in-out;
}

.lean-down {
  opacity: 0;
  visibility: hidden;
}

@media only screen and (max-width: 768px) {
  .site-header .utility-links > li:not(.search-panel) {
    display: none;
  }

  .site-branding.col-40 {
    width: 100%;
  }

  .site-header:not(.hst-2,.hst-3) .site-branding.text-center {
    text-align: initial;
  }

  .site-branding.text-center .site-title {
    margin: 0;
  }

  .site-header.hst-4 {
    display: block;
  }
}

/* Search Panel */
.search-drawer {
  position: absolute;
  right: 0;
  top: -.6em;
  min-width: 200px;
  opacity: 0;
  visibility: hidden;
  transition: .05s;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  background: #fff;
}

.hst-2 .search-drawer,
.hst-3 .search-drawer {
  top: 0;
  bottom: 1px;
}

.search-drawer .search-form,
.search-drawer .search-form label,
.search-drawer .search-form input {
  margin-bottom: 0;
}

.search-drawer.active {
  opacity: 1;
  visibility: visible;
}

.search-drawer .search-form:before {
  display: none;
}

/* Search in header */
.search-icon {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  text-align: center;
  z-index: 10;
  height: 100%;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.search-trigger {
  position: relative;
  display: block;
  color: inherit;
  text-align: center;
  transition: .2s;
  cursor: pointer;
  -webkit-box-ordinal-group: 3;
  -moz-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
}

.utility-nav a:hover {
  color: #333;
}

.search-trigger:focus {
  border: 0;
  outline: 0;
}

.search-trigger:before,
.reset_variations:before {
  display: inline-block;
  font-family: 'Font Awesome 5 Free';
  font-size: inherit;
  line-height: inherit;
  font-weight: 900;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: inherit;
  content: '\f002';
  line-height: 1;
}

.reset_variations:before {
  line-height: inherit;
}

.search-trigger.search-btn-active:before,
.reset_variations:before {
  content: '\f00d';
}

.search-close-btn {
  position: absolute;
  right: 1.23em;
  top: 1.23em;
  width: 1.84615em;
  height: 1.84615em;
  cursor: pointer;
  font-size: 0;
  color: #999;
  transition: background-color .25s ease;
  -webkit-transition: background-color .25s ease;
}

.search-close-btn:before,
.search-close-btn:after {
  position: absolute;
  content: "";
  width: 1.5384em;
  height: 1px;
  top: .9em;
  right: .15rem;
  display: block;
  background: #ccc;
  transform: rotate(45deg);
}

.trans-nav .search-trigger.search-btn-active:before,
.trans-nav .search-trigger.search-btn-active:after {
  background: #fff;
}

.search-trigger.search-btn-active:after,
.search-close-btn:after,
.search-trigger.inline.search-btn-active:after {
  transform: rotate(-45deg);
}

/* Search overlay */
.search-overlay {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0,0,0,.8);
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  visibility: hidden;
  opacity: 0;
  z-index: 30;
}

.search-overlay.enabled {
  visibility: visible;
  opacity: 1;
}

.search-overlay .search-inner {
  width: 90%;
  margin-bottom: 100px;
}

.search-inner ::-webkit-input-placeholder {
  color: #ccc;
}

.search-inner ::-moz-placeholder {
  color: #ccc;
}

.search-inner ::-ms-input-placeholder {
  color: #ccc;
}

.search-overlay .search-form input[type=search] {
  border: 0;
  background: none;
  box-shadow: none;
  border-bottom: 1px solid rgba(255, 255, 255, .3);
  margin: 0;
  padding: 0;
  text-align: center;
  font-size: 1.25em;
  line-height: 2.25;
  color: #fff;
  letter-spacing: 2px;
  border-radius: 0;
}

.search-overlay .search-form input[type=search]:focus {
  box-shadow: none;
  border-bottom-color: #fff;
  caret-color: #fff;
}

/* Cart icon */
.cart-status .fas {
  margin: 0 .285714em 0 0;
}


/* Search Widget */
.top-nav #search-bar .search-field {
  margin: 0;
  height: 36px;
  padding-left: 32px;
}

.search-field,
.widget_product_search #s {
  width: 100%;
}

.search-form,
#search-form,
.woocommerce-product-search {
  position: relative;
}

.widget .search-form {
  margin-bottom: 0;
}

.search-form .search-submit,
.woocommerce-product-search input[type="submit"],
.woocommerce-product-search button[type="submit"] {
  visibility: hidden;
  display: none;
}

.search-form:before,
.woocommerce-product-search:before {
  position: absolute;
  right: .923em;
  color: #999;
  font-family: "Font Awesome 5 Free";
  font-weight: normal;
  font-style: normal;
  font-size: inherit;
  font-weight: 900;
  display: inline-block;
  height: 2.77em;
  line-height: 2.77em;
  text-transform: none;
  text-align: center;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: 'liga';
  content: "\f002";
}

/* Social */
.sa-social {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-block;
}

.author-social {
  margin: 0 -.4em .6rem;
}

.sa-social li {
  display: inline-block;
  margin: 0;
  padding: 0 .4em;
}

.sa-social > li > a {
  display: block;
  width: 2em;
  height: 2em;
  line-height: 2;
  text-align: center;
  border-radius: 50%;
}

.author-social > li > a {
  color: inherit;
}

.dark-nav .sa-social a {
  background: transparent;
  color: inherit;
}


/* Cart Widget */
.cart-status .product_list_widget {
  margin: 0;
  padding: 0;
  list-style: none;
}

.utility-links a:hover,
.sa-social > li > a:hover,
.site-header .cart-status:hover > .cart-contents {
  color: #999;
}

.site-header .cart-status .cart-contents {
  padding: 0 .6em;
}

.search-trigger {
  width: 1.077em;
  padding: 0 .8em;
}

.search-trigger {
  z-index: 1;
}

.search-field::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}

.cart-submenu {
  left: auto;
  right: 0;
  min-width: 18em;
  padding: .6em 1.23em;
  color: #777;
}

.cart-submenu .product_list_widget {
  margin: 1.23em 0 0;
}

.cart-submenu .product_list_widget li {
  padding-bottom: .9em;
}

.cart-submenu .woocommerce-mini-cart li a {
  line-height: 1.3;
  color: #777;
}

.cart-submenu .woocommerce-mini-cart li .remove {
  float: right;
  font-size: 16px;
  width: 2em;
  height: 2em;
  color: #bbb;
  border-radius: 50%;
  text-align: center;
  line-height: 2em;
}

.cart-submenu .woocommerce-mini-cart li .remove:hover {
  color: #333;
}

.woocommerce .cart-submenu .product_list_widget {
  margin-bottom: .3077em;
}

.cart-submenu .woocommerce-mini-cart__buttons {
  margin-bottom: .9em;
}

.main-navigation ul li:hover > ul,
.top-menu li:hover > ul,
.cart-status:hover .cart-submenu {
  opacity: 1;
  visibility: visible;
}

.main-navigation ul ul ul,
.top-menu ul ul {
  left: 100%;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul,
.top-menu ul li:hover > ul,
.top-menu ul li.focus > ul {
  top: -.8rem;
  left: 100%;
}

.main-navigation ul ul a,
.top-menu ul a {
  display: block;
  font-size: 1em;
  line-height: 1.5385;
  margin: 0 .3077em;
  padding: .4616em .9em;
  color: #777;
  text-transform: none;
  font-weight: normal;
}

.main-navigation ul > li:hover > a,
.main-navigation li li:focus > a,
.main-navigation li li:hover > a,
.main-navigation li li a:hover,
.main-navigation li li a:focus,
.main-navigation li li.current_page_item a:hover,
.main-navigation li li.current-menu-item a:hover,
.main-navigation li li.current_page_item a:focus,
.main-navigation li li.current-menu-item a:focus {
  color: #000;
}

.main-navigation li li:hover > a {
  color: inherit;
  background: #f2f2f2;
}

/* Top menu */
.top-menu > ul,
.top-menu {
  margin: 0;
  padding: 0;
  list-style: none;
}

.top-menu > ul > li,
.top-menu > li {
  display: inline-block;
}

.top-menu li {
  position: relative;
}

.top-menu > ul > li > a,
.top-menu > li > a {
  padding: .5em .6667em;
  display: inline-block;
}

.top-menu > li:first-child > a {
  padding-left: 0;
}

.top-menu > ul > li > a:hover,
.top-menu > li > a:hover {
  color: #333;
}

.top-menu .fa:before {
  margin-right: .5em;
}

@media only screen and (max-width: 425px) {
  .top-menu {
    text-align: center;
  }

  .top-menu ul {
    text-align: unset;
  }
}

/* Responsive Menu */
.menu-button {
  margin: 0;
  padding: 0;
  cursor: pointer;
  display: inline-block;
  margin-right: 1.23em;
}

@media only screen and (min-width: 1024px) {
  .menu-trigger,
	#resp-menu,
	.overlay-mask {
    display: none;
  }
}

.menu-button.table-cell {
  display: block;
  position: absolute;
  left: 0;
  top: 45%;
  top: -webkit-calc(50% - .5em);
  top: -moz-calc(50% - .5em);
  top: calc(50% - .5em);
  height: 1.077em;
}

.toggle-icon {
  position: relative;
  vertical-align: middle;
}

.toggle-icon,
.toggle-icon:before,
.toggle-icon:after {
  display: block;
  width: 1.3846em;
  height: 2px;
  margin: 6px 0;
  background-color: #999;
}

.toggle-icon:before,
.toggle-icon:after {
  position: absolute;
  content: "";
  margin: 0;
  transition: .2s;
}

.toggle-icon:before {
  top: -6px;
}

.toggle-icon:after {
  top: 6px;
}

.trans-nav .site-header:not(.white-bg) .toggle-icon span {
  background: #fff;
}

.activetoggle .toggle-icon span {
  opacity: .7;
}

.menu-button .toggle-icon .bar-1 {
  margin-top: 6px;
}

.toggle-icon .bar-2 {
  margin: 4px 0;
}

.toggle-icon .bar-3 {
  margin-bottom: 0;
}

/* Breadcrumbs */
.breadcrumbs,
.woocommerce .woocommerce-breadcrumb {
  margin: 0 0 1.84615em;
  line-height: 1;
  list-style: none;
  color: #999;
  padding: .15em 0;
}

.woocommerce .woocommerce-breadcrumb:after,
.woocommerce .woocommerce-breadcrumb:before {
  content: " ";
  display: table;
}

.woocommerce .woocommerce-breadcrumb:after {
  clear: both;
}

.woocommerce .woocommerce-breadcrumb a {
  color: #999;
}

.woocommerce .woocommerce-breadcrumb a:hover {
  color: #333;
}

.breadcrumbs,
.woocommerce .woocommerce-breadcrumb {
  font-size: .9em;
  line-height: 1.333334;
  word-break: normal;
}

.breadcrumbs li,
.woocommerce .woocommerce-breadcrumb a,
.woocommerce .woocommerce-breadcrumb span {
  display: inline-block;
}

.breadcrumbs li:not(:last-child):after,
.woocommerce-breadcrumb .sep:before {
  display: inline-block;
  margin: 0 8px;
  content: "";
  border: 1px solid #999;
  width: 4px;
  vertical-align: middle;
  height: 4px;
  border-width: 0 1px 1px 0;
  transform: rotate(-45deg);
}

.breadcrumbs a {
  color: inherit;
}

.breadcrumbs a:hover,
.woocommerce .woocommerce-breadcrumb a:hover {
  color: #666;
}

.page-header {
  overflow: hidden;
}

.breadcrumbs + .page-header {
  margin-top: -16px;
}

.page-header .entry-title,
.entry-title,
.woocommerce-loop-product__title,
.woocommerce-products-header__title {
  margin-top: 0;
  word-break: normal;
  font-weight: 600;
}

.single-post-thumb,
.entry-full .post-img {
  text-align: center;
}

.single-post-thumb img,
.entry-full .post-img img {
  vertical-align: middle;
  margin: 0 auto 1.5em;
}

.wp-caption-text,
.post-img .wp-caption-text {
  margin-bottom: 0;
  font-size: .75rem;
  line-height: 1.2;
  padding: .2em 0;
  color: #aaa;
  text-align: right;
}

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

.single-post-thumb .wp-caption-text {
  margin-top: -1.5em;
  margin-bottom: 1.23em;
}

.wp-caption-text a {
  color: inherit;
  text-decoration: underline;
}

.wp-caption-text a:hover {
  text-decoration: none;
}

/* Single author meta */
.author-meta-box,
.entry-header .sa-social {
  position: relative;
  width: 50%;
  float: left;
  margin-bottom: 1.84615em;
}

.entry-header .sa-social {
  float: right;
  text-align: right;
}

.author-meta-box .author-avatar-40 {
  float: left;
  width: 3.077em;
  height: 3.077em;
}

.author-meta {
  font-size: 1.077em;
  line-height: 1.4285714;
}

.author-meta-box .author-avatar-40 img {
  border-radius: 50%;
  vertical-align: top;
  height: auto;
}

.author-meta-box .author-meta {
  margin-left: 4em;
}

.author-meta-box .author-nice-name {
  display: block;
}

.author-meta-box .author-nice-name a {
  color: #777;
}

.author-meta-box .author-nice-name a:hover {
  color: #444;
}

.author-meta-box .post-time {
  color: #999;
  display: block;
}

/* Post navigation */
@media only screen and (min-width: 426px) {
  .post-navigation {
    position: fixed;
    top: 45%;
    left: 0;
    right: 0;
    height: 0;
    font-size: 1.077em;
    z-index: 9;
  }

  .post-navigation .nav-links .nav-icon {
    position: absolute;
    left: 0;
    top: 0;
    width: 1.5em;
    height: 100%;
    min-height: 1.9285714em;
    font-size: 1.75rem;
    text-align: center;
    color: #999;
  }

  .post-navigation .nav-links .nav-next .nav-icon {
    left: auto;
    right: 0;
  }

  .post-navigation .nav-links .nav-icon:hover {
    color: #666;
  }

  .post-navigation .nav-links .nav-icon:before {
    line-height: 2.5714;
  }

  .post-navigation .nav-previous,
	.post-navigation .nav-next {
    position: relative;
    overflow: hidden;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    width: 3.428571em;
    max-width: 20em;
    min-height: 5.185712em;
    line-height: 1.4285714;
    background: #f2f2f2;
    border-radius: 0 .3077em .3077em 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    transition: .3s ease-in-out;
    transition-property: left,right;
  }

  .post-navigation .nav-next {
    border-radius: .3077em 0 0 .3077em;
  }

  .post-navigation .nav-previous > a,
	.post-navigation .nav-next > a {
    display: inline-block;
    max-width: 100%;
  }

  .post-navigation .nav-previous {
    float: left;
    left: 0;
  }

  .post-navigation .nav-next {
    float: right;
    right: 0;
  }

  .post-navigation.hide-nav .nav-previous {
    left: -52px;
  }

  .post-navigation.hide-nav .nav-next {
    right: -52px;
  }

  .post-navigation .nav-subtitle {
    display: block;
    color: #aaa;
  }

  .post-navigation .nav-title {
    display: block;
    color: #333;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    padding: 0 56px 0 0;
  }

  .post-navigation .nav-title.has-img {
    padding: 0 56px 0 0;
  }

  .post-navigation .nav-previous .nav-title.has-img {
    padding: 0 0 0 56px;
  }

  .post-navigation .nav-title img {
    width: 48px;
    height: 48px;
    position: absolute;
    top: .9em;
    right: 48px;
    visibility: hidden;
  }

  .post-navigation .nav-previous .nav-title img {
    right: auto;
    left: 48px;
  }

  .post-navigation .nav-subtitle,
	.post-navigation .nav-title {
    font-size: 0;
  }

  .post-navigation .nav-previous:hover,
	.post-navigation .nav-next:hover {
    padding: .9em 1.23em .9em 3.7em;
    width: auto;
  }

  .post-navigation .nav-next:hover {
    padding: .9em 3.7em .9em 1.23em;
  }

  .post-navigation .nav-previous:hover .nav-title,
	.post-navigation .nav-next:hover .nav-title {
    font-size: 1em;
  }

  .post-navigation .nav-previous:hover .nav-subtitle,
	.post-navigation .nav-next:hover .nav-subtitle {
    font-size: .857142em;
    line-height: 1.666667;
  }

  .post-navigation .nav-previous:hover img,
	.post-navigation .nav-next:hover img {
    visibility: visible;
  }
}

@media only screen and (max-width: 425px) {
  .post-navigation {
    display: none;
  }
}

.article-body {
  position: relative;
  padding-bottom: 2.4615em;
}

.article-body > p,
.article-body > ul,
.article-body > ol {
  margin-bottom: 1.2em;
}

.article-body blockquote p {
  margin: 0;
}

.entry-full {
  margin-bottom: 1.84615em;
  border-bottom: 1px solid rgba(0,0,0,.1);
}

@media only screen and (min-width: 1366px) {
  .entry-full {
    margin-bottom: 2.4615em;
  }

  .entry-full .article-body {
    padding-bottom: 1.84615em;
  }
}

.entry-full:last-of-type {
  border: 0;
  margin: 0;
}


/*--------------------------------------------------------------
13.0 Widgets
--------------------------------------------------------------*/

/* General styles */
.widget {
  word-wrap: normal;
  margin-bottom: 2.4615em;
}

#widget-area-before-content .widget {
  margin-bottom: 0;
}

.widget:after {
  clear: both;
  content: "";
  display: table;
}

.widget ul {
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
}

.widget ul li {
  position: relative;
  padding-bottom: .9em;
  line-height: 1.5384615;
}

.widget ul ul {
  padding-top: .9em;
  padding-bottom: 0;
  margin-bottom: 0;
}

.widget li li {
  padding-left: 1.23em;
}

.widget li li:before {
  content: "";
  position: absolute;
  left: 0;
  top: .75em;
  width: .4615em;
  border-bottom: 1px solid;
  opacity: .7;
}

.widget ul ul li:last-child {
  padding-bottom: 0;
}

.widget-area a {
  color: inherit;
  display: inline-block;
}

.widget-area a:hover,
.entry-meta a:hover {
  color: #777;
}

.widget-area h1 a,
.widget-area h2 a,
.widget-area h3 a,
.widget-area h4 a,
.widget-area h5 a,
.widget-area h6 a {
  color: inherit;
}

.widget-area ins {
  background: transparent;
}

.widget-area span.count,
.widget-area small.count {
  float: right;
  font-size: 12px;
  line-height: 1.84615em;
  padding: 0 4px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

.widget_categories form,
.widget form {
  margin-bottom: 0;
}

/* Tagcloud widget */

.tagcloud {
  font-size: 0;
  margin-bottom: 16px;
}

.tagcloud a {
  font-size: .8125rem !important;
}

.tag-links a,
.tagcloud a,
.tag-list li a {
  line-height: 1.5384615;
  height: 1.84615em;
  display: inline-block;
  margin: 0 .3077em .3077em 0;
  padding: .15em .6em;
  color: #fff;
  background: rgba(0,0,0,.4);
  text-decoration: none;
  border-radius: .15em;
  box-sizing: border-box;
}

.tagcloud a:hover,
.tag-links a:hover,
.tag-list li a:hover,
.tagcloud a:active,
.tag-links a:active,
.tag-list li a:active,
#secondary .widget .tagcloud a:hover,
#secondary .widget .tagcloud a:active {
  text-decoration: none;
  color: #fff;
  background-image: -webkit-linear-gradient(top, rgba(0,0,0,.2), rgba(0,0,0,.2));
  background-image: -moz-linear-gradient(top, rgba(0,0,0,.2), rgba(0,0,0,.2));
  background-image: -ms-linear-gradient(top, rgba(0,0,0,.2), rgba(0,0,0,.2));
  background-image: -o-linear-gradient(top, rgba(0,0,0,.2), rgba(0,0,0,.2));
  background-image: linear-gradient(to top, rgba(0,0,0,.2), rgba(0,0,0,.2));
}

.tagcloud a:active,
.tag-links a:active,
.tag-list li a:active,
#secondary .widget .tagcloud a:active {
  color: rgba(255,255,255,.54);
}

/* Tag list in single posts */

.tag-list {
  margin: 0 0 1.84615em;
  padding: 0;
  list-style: none;
}

.tag-list li {
  display: inline-block;
}

#wp-calendar td,
#wp-calendar th {
  padding: 2%;
  text-align: center;
}

#wp-calendar td#today {
  background: #212121;
  color: #fff;
}

/* Page Links */
.page-links,
.pagination,
.comments-pagination {
  position: relative;
  clear: both;
  margin-bottom: 1.5384em;
  padding-top: 1.23em;
  color: #777;
  text-align: center;
  font-size: 0 /* Whitespace prevention */;
}

.pagination,
.comments-pagination {
  text-align: center;
}

.pagination a,
.pagination span,
.page-links a,
.page-links > span,
.comments-pagination a,
.comments-pagination span {
  display: inline-block;
  padding: .5em 1em;
  margin: 0 .2em;
  text-align: center;
  text-decoration: none;
  font-size: .875rem;
  line-height: 1.6em;
  color: #777;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

.comments-pagination .next,
.comments-pagination .prev {
  padding: 0;
  margin: 0;
}

.pagination a:hover,
.pagination .current,
.page-links a:hover,
.comments-pagination a:hover,
.comments-pagination .current {
  color: #212121;
  background: rgba(0,0,0,.07);
}

.page-links span.page-links-title,
.page-links span.screen-reader-text,
.page-links a span {
  margin: 0;
  padding: 0;
}

/* Author Profile */

.author-info {
  position: relative;
  margin-bottom: 2.4615em;
  padding: 1.84615em 1.84615em 1.23em;
  background: #f5f5f5;
  color: #666;
}

.author-avatar {
  float: left;
  margin: 0;
  width: 5em;
  height: 5em;
}

.author-avatar img {
  height: auto;
  vertical-align: middle;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.author-description {
  margin-left: 6.5em;
}

@media only screen and (max-width: 425px) {
  .author-avatar {
    width: 3em;
    height: 3em;
  }

  .author-description {
    margin-left: 4.5em;
    line-height: 1.6;
  }
}

.author-description .author-title {
  font-weight: 600;
  margin: .25em 0;
}

.author-description > p {
  margin-bottom: .9em;
}


/* Related Posts */
.related-posts-container {
  padding: 1.23em 0 .9em;
}

.related-posts {
  margin: 0 -10px;
}

.related-posts > article {
  float: left;
  width: 33.3333%;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.post + .related-posts-container,
.related-posts-container + .comments-area,
.post + .comments-area {
  padding-top: 2.4615em;
  border-top: 1px solid rgba(0,0,0,.1);
}

@media only screen and (min-width: 601px) {
  .related-posts.columns-2 > article:nth-of-type(2n+1),
	.related-posts.columns-3 > article:nth-of-type(3n+1),
	.related-posts.columns-4 > article:nth-of-type(4n+1),
	.related-posts.columns-5 > article:nth-of-type(5n+1),
	.related-posts.columns-6 > article:nth-of-type(6n+1),
	.related-posts.columns-7 > article:nth-of-type(7n+1),
	.related-posts.columns-8 > article:nth-of-type(8n+1) {
    clear: both;
  }
}

@media only screen and (max-width: 768px) {
  .related-posts > article {
    width: 50%;
  }

  .related-posts.columns-2 > article:nth-of-type(2n+1),
	.related-posts.columns-3 > article:nth-of-type(3n+1),
	.related-posts.columns-4 > article:nth-of-type(4n+1),
	.related-posts.columns-5 > article:nth-of-type(5n+1),
	.related-posts.columns-6 > article:nth-of-type(6n+1),
	.related-posts.columns-7 > article:nth-of-type(7n+1),
	.related-posts.columns-8 > article:nth-of-type(8n+1) {
    clear: none;
  }

  .related-posts > article:nth-of-type(2n+1) {
    clear: both;
  }
}

@media only screen and (max-width: 425px) {
  .related-posts > article {
    width: 100%;
    float: none;
  }
}

.related-posts .entry-title {
  font-size: 14px;
  font-size: 1.077em;
  line-height: 1.4285714;
  margin-bottom: 1.5384em;
  word-break: normal;
}

.related-posts .post-thumb {
  position: relative;
  margin-bottom: .615384em;
}

.related-posts .post-thumb img {
  vertical-align: top;
}

.related-posts .entry-title a:hover {
  opacity: 1;
}

.related-posts article:hover {
  opacity: .8;
}

/*--------------------------------------------------------------
14.0 Comments
--------------------------------------------------------------*/
.comments-trigger,
.more-link {
  font-size: 1em;
  clear: both;
  display: block;
  margin: 0 auto 2.15em;
  padding: .5em 1em;
  background: transparent;
  border: 1px solid #ccc;
  color: #777;
  max-width: 20em;
  border-radius: .3077em;
  text-align: center;
  transition: .3s;
  text-decoration: none;
}

.comments-trigger {
  font-weight: 600;
}

.comments-trigger:hover,
.article-body .more-link:hover {
  color: #fff;
  background: #777;
  border-color: #777;
  color: #fff;
  text-decoration: none;
}

#comments {
  display: none;
}

.comments-area {
  clear: both;
  padding-top: 1.84615em;
}

.comment-form:after {
  content: "";
  clear: both;
  display: table;
}

.comment-list {
  list-style: none;
  margin: 0 0 32px 0;
}

.comment-list .comment-body:after {
  content: "";
  display: block;
  margin: 1.2em 0 0 56px;
  border-bottom: 1px solid rgba(0,0,0,.1);
}

.comment-list .trackback .comment-body:after,
.comment-list .pingback .comment-body:after {
  margin-left: 0;
}

.comment-author {
  font-size: 1.23em;
}

.comment-list .reply a:hover {
  color: #212121;
}

.comment-author .fn {
  font-size: 14px;
  line-height: 1.4285714;
  font-weight: 600;
  font-style: normal;
}

.comment-author a {
  color: #212121;
}

.comment-list .trackback a,
.comment-list .pingback a,
.comment-meta a,
.comment-list .reply a {
  color: #333;
  text-decoration: none;
}

.comment-list .reply a {
  font-size: 12px;
  line-height: 20px;
  color: #777;
  text-transform: uppercase;
  letter-spacing: .5px;
}

.comment-author a:hover,
.comment-list .pingback a:hover,
.comment-list .trackback a:hover,
.comment-meta a:hover,
.comment-list .reply a:hover {
  color: #212121;
}

.comment-list li {
  position: relative;
}

.comment-list li .comment-body {
  padding-top: 1.5em;
}

.comment-list > li:first-child > .comment-body {
  border-top: 0;
}

.comment-list .bypostauthor:after {
  content: "\f007";
  font-family: "Font Awesome 5 Free";
  position: absolute;
  right: 0;
  top: 1.5em;
}

.comment-author {
  position: relative;
}

.comment-author .avatar {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
}

.says {
  display: none;
}

.comment-author,
.comment-awaiting-moderation,
.comment-content,
.comment-list .reply,
.comment-metadata {
  padding-left: 56px;
  display: block;
}

.comment-body p {
  font-size: 13px;
  font-size: 1em;
  line-height: 1.5384615;
  margin-bottom: .6em;
}

.comment-author {
  line-height: 20px;
}

.comment-meta {
  font-size: 12px;
  line-height: 1.666666;
}

.comment-meta {
  margin-bottom: .75em;
}

.comment-edit-link {
  float: right;
}

.comment-content {
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  word-wrap: normal;
}

.article-body a:not(.more-link,.wp-block-button__link),
.entry-sub-title a,
.comment-content a,
.logged-in-as a,
.single-meta a,
.product_meta .posted_in a,
.woocommerce .woocommerce-error a,
.woocommerce .woocommerce-info a,
.woocommerce .woocommerce-message a,
.woocommerce-privacy-policy-link,
.widget_calendar a,
.woocommerce-MyAccount-content a,
.return-to-shop a {
  background: linear-gradient(
	   to bottom, var(--subColor) 0%,
	   var(--subColor) 100%
	 );
  background-image: -ms-linear-gradient(top, #ffab91 0%, #ffab91 100%);
  background-position: 0 100%;
  background-repeat: repeat-x;
  background-size: 4px 4px;
  color: inherit;
  text-decoration: none;
  transition: background-size .2s;
}

.comment-content a:hover,
.article-body a:hover,
.entry-sub-title a:hover,
.logged-in-as a:hover,
.single-meta a:hover,
.product_meta .posted_in a:hover,
.woocommerce .woocommerce-error a:hover,
.woocommerce .woocommerce-info a:hover,
.woocommerce .woocommerce-message a:hover,
.woocommerce-privacy-policy-link:hover,
.widget_calendar a:hover,
.woocommerce-MyAccount-content a:hover,
.return-to-shop a:hover {
  color: rgba(0,0,0,.9);
  background-size: 4px 50px;
}

.comment-content ul,
.comment-content ol {
  margin: 0 0 1.84615em 1.84615em;
}

.comment-content li > ul,
.comment-content li > ol {
  margin-bottom: 0;
}

.comment-list .children {
  list-style: none;
  margin-left: 16px;
}

.comment-respond {
  margin-bottom: 1.84615em;
  padding: 0;
}

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

.comment-notes,
.comment-awaiting-moderation,
.logged-in-as,
.no-comments,
.form-allowed-tags,
.form-allowed-tags code {
  color: #777;
}

.comment-notes,
.comment-awaiting-moderation,
.logged-in-as {
  color: #777;
}

.no-comments {
  margin-top: 1.84615em;
}

.comment-form label {
  display: block;
}

.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"],
.comment-form textarea {
  width: 100%;
}

.form-allowed-tags,
.form-allowed-tags code {
  font-size: 12px;
}

.required {
  color: var(--mainColor);
}

.comment-reply-title small {
  float: right;
}

.comment-reply-title small a {
  position: relative;
  color: #777;
  display: inline-block;
}

.comment-navigation {
  font-size: 12px;
  line-height: 2;
  margin-bottom: 48px;
}

.comment-navigation .nav-next,
.comment-navigation .nav-previous {
  display: inline-block;
}

.comment-navigation .nav-previous a {
  margin-right: 8px;
}

#comment-nav-above {
  margin-top: 36px;
  margin-bottom: 0;
}

.comment-form-author,
.comment-form-email {
  float: left;
  width: 48%;
}

.comment-form-url,
.comment-form-comment,
.comment-form-rating {
  clear: both;
}

.comment-form-email {
  float: right;
}

.comment-form p:not(.form-submit) {
  margin-bottom: 14px;
}

.comment-form-author input,
.comment-form-email input,
.comment-form-url input {
  max-width: 100%;
}


/* Related Posts */

ul.plain-style {
  list-style: square;
}

ul.plain-style a {
  color: #777;
}

ul.plain-style a:hover {
  color: #212121;
}

.scroll-to-top {
  position: fixed;
  right: -3.7em;
  bottom: 10vh;
  text-align: center;
  z-index: 8;
  transition: .3s ease-in-out;
}

.scroll-to-top.btn-active {
  right: 0;
}

.scroll-to-top a {
  display: block;
  width: 3.7em;
  height: 3.077em;
  background: #f2f2f2;
  color: #999;
  border-radius: .3077em 0 0 .3077em;
  text-decoration: none;
}

.scroll-to-top a:before {
  font-size: 1.5384em;
  line-height: 2;
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f106";
}

.scroll-to-top a:hover {
  background-color: #000;
  color: #fff;
}

/*--------------------------------------------------------------
15.0 Miscellaneous
--------------------------------------------------------------*/
form {
  position: relative;
  margin: 0 0 1.84615em;
}

#search-bar .search-form {
  margin: 0;
}

.menu-toggle {
  height: auto;
}

/* Comment form */
#reply-title small {
  font-size: 1em;
}

#respond form label,
#contactform label {
  display: block;
  line-height: 1.5;
}

#respond form input[type="checkbox"] + label {
  display: inline-block;
}

#contactform input[type="text"],
#respond form textarea,
#contactform textarea {
  width: 100%;
  max-width: 360px;
}

.column #contactform input[type="text"],
.column #contactform textarea {
  max-width: 100%;
}

#respond form textarea {
  width: 100%;
  max-width: 100%;
}

.required {
  color: red;
}

input.error,
textarea.error {
  border: 1px solid #ff6666 !important;
}

.commentform p {
  margin-bottom: 16px;
}

/* Make iFrame and Embeds reponsive */
.embed-wrap {
  position: relative;
  overflow: hidden;
  margin-bottom: 1.84615em;
  padding-bottom: 56.25%;
  padding-top: 2em;
  min-width: 100%;
  height: 0;
}

.grid-row .embed-wrap {
  margin-bottom: .9em;
}

.qlm-list .embed-wrap {
  margin-bottom: 0;
}

.embed-wrap iframe,
.embed-wrap object,
.embed-wrap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
}

.entry-list .embed-wrap {
  margin-bottom: 0;
}

.owl-item .embed-wrap,
.entry-grid .embed-wrap {
  margin-bottom: 16px;
}

.grid-row .entry-content {
  padding-bottom: 1.23em;
}


/* WPML Plugin compatibility Styles */
#lang_sel {
  width: auto;
  display: inline-block;
  text-align: left;
}

#lang_sel ul {
  z-index: 99;
}

#lang_sel ul li {
  border: none;
}

#lang_sel a.lang_sel_sel {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  transition: none;
}

img.iclflag {
  display: inline;
}


/* Fixed widget areas on left and right */
.fixed-widget-bar {
  position: fixed;
  top: 1.84615em;
  width: auto;
  max-width: 300px;
  z-index: 99999;
}

.fixed-left {
  left: 16px;
}

.fixed-right {
  right: 16px;
}

@media only screen and (max-width: 1140px) {
  .fixed-widget-bar {
    display: none;
  }
}

/* WP Reviews styles */
.review-wrapper {
  background: transparent;
  border: 1px solid rgba(0,0,0,.1);
  padding: 8px;
  margin-bottom: 32px;
}

.entry-content .review-title,
#content .review-title {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 16px;
  padding: 0;
  background: none;
  border: none;
}

.review-list li {
  padding: 4px 0;
  border: none;
}

.review-list li:nth-child(2n) {
  background: transparent;
}

.review-star {
  margin: 0 auto;
}

.review-list .review-star,
.user-review-area .review-star,
.review-total-circle .review-star,
.wp-review-point-type .review-total-circle .review-star,
.wp-review-percentage-type .review-total-circle .review-star {
  top: 6px;
  right: 0;
}

.entry-content .review-summary-title,
#content .review-summary-title {
  margin-bottom: 0;
  color: #333;
}

.review-desc,
.review-total-wrapper,
.user-review-area {
  padding: 8px 0 0;
}

.review-total-wrapper {
  margin: 0;
  padding: 8px 0;
  width: 100%;
}

.review-total-wrapper span.review-total-box {
  font-size: 45px;
  line-height: 48px;
  padding: 12px 0;
  font-weight: 300;
}

.wp-review-point-type .review-result,
.wp-review-percentage-type .review-result,
.review-total-point .review-result {
  z-index: unset;
}

.icon-list-vert {
  margin: 0 0 1.84615em;
  padding: 0;
  list-style: none;
  line-height: 20px;
}

.icon-list-vert li,
.widget-area .icon-list-vert li {
  position: relative;
  padding: 0 0 .9em 2.77em;
}

.icon-list-vert .icon {
  position: absolute;
  left: 0;
  font-size: 1.125em;
  line-height: 1.33;
}

@media (min-width: 769px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }

  .dl-horizontal dd {
    margin-left: 176px;
  }
}

/* Hide non printable areas */
@media print {
  #utility-top, .site-header, #main-nav, #sidebar, #secondary, #footer, .breadcrumbs, .ss-sharing-container, .social-button-heading, nav.post-navigation, .related-posts-heading, .author-info, .related-posts, #comments, .single-entry-meta:after, .entry-footer, .scroll-to-top {
    display: none !important;
  }

  #primary {
    width: 100%;
    float: none;
  }
}

/* Single post meta */
.single-meta {
  position: relative;
  margin-bottom: 1.5384em;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  width: 100%;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  color: #999;
}

.single-meta.mobile-only {
  display: none;
}

@media only screen and (max-width: 425px) {
  .single-meta:not(.archive) .meta-grid {
    display: none;
  }

  .single-meta.mobile-only {
    display: block;
    line-height: 1.5;
    margin-bottom: 1.5rem;
    text-align: center;
  }
}

.single-meta.archive {
  font-size: .9em;
  margin-bottom: 0;
  margin-top: auto;
}

.qlm-list .single-meta.archive {
  margin-bottom: 1.84615em;
}

.single-meta.archive .qlm-sharing-inline li .qlm-more {
  width: auto;
  height: auto;
  line-height: inherit;
  border-radius: 0;
  background: none;
}

.w-100 .single-meta {
  margin-bottom: 1.84615em;
}

.single-meta a,
.posted-on,
.updated-on {
  color: #333;
  text-decoration: none;
}

.author-label,
.published-label,
.updated-label {
  font-size: .6875rem;
  font-weight: 600;
  letter-spacing: .025em;
  text-transform: uppercase;
  color: #aaa;
}

.single-meta > div {
  vertical-align: middle;
}

/* Tabular Meta */
.single-meta .meta-grid,
.single-meta .entry-meta {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.single-meta .meta-grid {
  -webkit-box: 1;
  -moz-box: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.single-meta .social-grid {
  -webkit-box: 0;
  -moz-box: 0;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}

.single-meta .entry-meta > li {
  padding: 0 15px;
}

.single-meta .entry-meta > li > span {
  display: block;
}

.single-meta .entry-meta > li:not(:last-child) {
  border: 1px dotted #ccc;
  border-width: 0 1px 0 0;
}

.single-meta .entry-meta .post-author > a {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.single-meta > .col-100 {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.single-meta .author-avatar-40 {
  width: 40px;
  height: 40px;
  min-width: 40px;
  width: 3.077em;
  height: 3.077em;
  z-index: 1;
  border-radius: 50%;
  overflow: hidden;
}

.single-meta .author-avatar-40 img {
  border-radius: 50%;
  width: 100%;
}

.publisher-schema,
.hidden {
  display: none !important;
}

.schema-only {
  visibility: hidden;
  font-size: 0;
  line-height: 0;
  text-indent: -9999px;
}

.post-cats,
.entry-meta {
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
}

.single-meta .entry-meta.avatar-enabled {
  padding: 0;
  line-height: 1.5384;
}

/* Social links overlay */
.qlm-sharing-inline,
.qlm-sharing-list {
  margin: 0 -.3em;
  padding: 0;
  list-style: none;
}

.qlm-sharing-inline {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-box: 0;
  -moz-box: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin: 0;
  height: 100%;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

.hst-3 .qlm-sharing-inline {
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

.hst-2 .qlm-sharing-inline,
.hst-3 .qlm-sharing-inline {
  -webkit-box-pack: unset;
  -moz-box-pack: unset;
  -ms-flex-pack: unset;
  -webkit-justify-content: unset;
  justify-content: unset;
}

@media only screen and (max-width: 425px) {
  .hst-2 .qlm-sharing-inline,
	.hst-3 .qlm-sharing-inline {
    display: none;
  }

  .single-meta .entry-meta {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .single-meta .entry-meta > li {
    margin-bottom: 15px;
    border: 0 !important;
  }

  .single-meta .meta-grid + .social-grid {
    margin-top: .25rem;
    width:  100%;
  }

  .qlm-sharing-inline {
    justify-content: center;
  }
}

.qlm-sharing-inline > li {
  display: inline-block;
  padding: 0 .3077em;
  line-height: 1;
}

.single-meta.archive .qlm-sharing-inline > li.no-popup a {
  color: #999;
}

.single-meta.archive .qlm-sharing-inline > li.no-popup a:hover {
  color: #333;
}

.qlm-sharing-inline a {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  width: 2.4615em;
  height: 2.4615em;
  text-align: center;
  border-radius: 50%;
  text-decoration: none;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  background: none;
}

.qlm-sharing-inline .qlm-more {
  color: #999;
}

.single-meta .qlm-sharing-inline a:hover {
  background: rgba(0,0,0,.05);
}

.single .entry-header .qlm-sharing-inline a.qlm-more.hide-trigger:not(.is-fixed) {
  display: none;
}

.qlm-sharing-inline a.qlm-more.is-fixed {
  position: fixed;
  right: -3.77em;
  bottom: calc(10vh + 3.38em);
  width: 3.7em;
  height: 3.077em;
  line-height: 2.5;
  border-radius: .3077em 0 0 .3077em;
  background: #f2f2f2;
  transition: .2s ease-in-out;
  z-index: 9;
}

.qlm-sharing-inline a.qlm-more.is-fixed.slide-in {
  right: 0;
}

.qlm-sharing-inline a.qlm-more.is-fixed:hover {
  background: #000;
  color: #fff;
}

.sharing-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-direction: normal;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  background: rgba(0,0,0,.7);
  visibility: hidden;
  opacity: 0;
  transition: .05s;
  z-index: -1;
}

.sharing-overlay.is-open {
  opacity: 1;
  visibility: visible;
  z-index: 110;
}

.qlm-sharing-list {
  position: relative;
  font-size: .875rem;
  width: 90%;
  max-width: 400px;
  max-height: 260px;
  padding: .6em .6em .9em;
  background: #fff;
  box-shadow: 0 2px 5px rgba(0,0,0,.1);
  border-radius: .3077em;
  z-index: 9;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}

.qlm-sharing-list > li {
  display: inline-block;
  width: 50%;
  font-size: 1.077em;
  line-height: 1.142857;
}

.qlm-sharing-list > li > a {
  position: relative;
  font-family: inherit;
  font-weight: normal;
  display: block;
  padding: .71428em .923em;
  border-radius: 2px;
  color: #666;
  text-decoration: none;
  background: none;
}

.qlm-sharing-list > li > a:hover {
  background: rgba(0,0,0,.05);
}

.qlm-sharing-list > li .fa-brands,
.qlm-sharing-list > li .fab,
.qlm-sharing-list > li .fa {
  min-width: 1.5em;
  margin: 0 .33em 0 0;
}

/* Colors */
.qlm-sharing-list .fa-x-twitter:before,
.qlm-sharing-inline li .fa-x-twitter {
  color: #0f1419;
}

.qlm-sharing-list .fa-facebook-f:before,
.qlm-sharing-inline li .fa-facebook-square,
.qlm-sharing-inline li .fa-facebook-f {
  color: #0866ff;
}

.qlm-sharing-list .fa-linkedin-in:before,
.qlm-sharing-inline li .fa-linkedin-in {
  color: #0084bf;
}

.utility-links .qlm-sharing-inline li .fa-linkedin-in,
.utility-links .qlm-sharing-inline li .fa-facebook-f {
  color: unset;
}

.qlm-sharing-list .fa-pinterest:before,
.qlm-sharing-inline li .fa-pinterest {
  color: #bd081c;
}

.qlm-sharing-list .fa-envelope:before,
.qlm-sharing-inline li .fa-envelope {
  color: #222;
}

.qlm-sharing-list .fa-print:before,
.qlm-sharing-inline li .fa-print {
  color: #607d8b;
}

.qlm-sharing-list .fa-vk:before,
.qlm-sharing-inline li .fa-vk {
  color: #507299;
}

.qlm-sharing-list .fa-line:before,
.qlm-sharing-inline li .fa-line {
  color: #00c300;
}

.qlm-sharing-list .fa-reddit-square:before,
.qlm-sharing-inline li .fa-reddit-square {
  color: #f33225;
}

.qlm-sharing-list .fa-digg:before,
.qlm-sharing-inline li .fa-digg {
  color: #000;
}

.qlm-sharing-list .fa-tumblr-square:before,
.qlm-sharing-inline li .fa-tumblr-square {
  color: #36465d;
}

.qlm-sharing-list .fa-stumbleupon-circle:before,
.qlm-sharing-inline li .fa-stumbleupon-circle {
  color: #eb4823;
}

.qlm-sharing-list .fa-yahoo:before,
.qlm-sharing-inline li .fa-yahoo {
  color: #4102b0;
}

.qlm-sharing-list .fa-get-pocket:before,
.qlm-sharing-inline li .fa-get-pocket {
  color: #ee4056;
}

.qlm-sharing-list .fa-skype:before,
.qlm-sharing-inline li .fa-skype {
  color: #00aff0;
}

.qlm-sharing-list .fa-telegram:before,
.qlm-sharing-inline li .fa-telegram {
  color: #33aae2;
}

.qlm-sharing-list .fa-xing:before,
.qlm-sharing-inline li .fa-xing {
  color: #016968;
}

.qlm-sharing-list .fa-renren:before,
.qlm-sharing-inline li .fa-renren {
  color: #0259a0;
}

.qlm-sharing-list .fa-whatsapp:before,
.qlm-sharing-inline li .fa-whatsapp {
  color: #43d854;
}

.utility-links .qlm-sharing-inline li .fab,
.hst-2 .qlm-sharing-inline li .fab,
.hst-3 .qlm-sharing-inline li .fab {
  color: inherit;
}

.qlm-sharing-inline .fa-facebook-f:before {
  content: '\f39e' !important;
}

/* Modal box */
.qlm-sharing-list > .sharing-modal-handle {
  width: 100%;
  box-sizing: border-box;
  padding: .3077em .3077em .3077em .9em;
  font-weight: bold;
  color: #333;
  line-height: 1.71428;
}

.qlm-sharing-list > .sharing-modal-handle > .close-sharing {
  position: relative;
  float: right;
  display: inline-block;
  width: 1.84615em;
  height: 1.84615em;
  padding: 0;
  text-align: center;
}

.qlm-sharing-list > .sharing-modal-handle > .close-sharing:hover {
  background: none;
}

.qlm-sharing-list > li.sharing-modal-handle > a:before,
.qlm-sharing-list > li.sharing-modal-handle > a:after {
  position: absolute;
  content: "";
  width: 1.23em;
  height: 1px;
  transform: rotate(-45deg);
  background: #777;
  display: block;
  margin: 0;
  right: .3077em;
  top: .9em;
  left: auto;
}

.qlm-sharing-list > li.sharing-modal-handle > a:after {
  transform: rotate(45deg);
}

.qlm-sharing-list > li.sharing-modal-handle > a:hover:before,
.qlm-sharing-list > li.sharing-modal-handle > a:hover:after {
  background: #333;
}

.qlm-sharing-list > .share-post-title {
  width: 90%;
  padding: .3077em .9em;
  margin-bottom: .9em;
  font-size: 1em;
  line-height: 1.5;
  box-sizing: border-box;
}

/* Entry meta */
.meta-row {
  position: relative;
  font-size: 13px;
  font-size: 1em;
  margin: 0 -8px .6em;
  line-height: 1.66666;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  color: #999;
  clear: both;
}

.entry-title + .meta-row {
  margin-bottom: .6666em;
}

.meta-row.row-1 {
  margin-bottom: .6666em;
}

.meta-col {
  position: relative;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.col-25 {
  -webkit-flex-basis: 25%;
  flex-basis: 25%;
  max-width: 25%;
}

.col-40 {
  -webkit-flex-basis: 40%;
  flex-basis: 40%;
  max-width: 40%;
}

.col-50 {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
  max-width: 50%;
}

.col-60 {
  -webkit-flex-basis: 60%;
  flex-basis: 60%;
  max-width: 60%;
}

.col-70 {
  -webkit-flex-basis: 70%;
  flex-basis: 70%;
  max-width: 70%;
}

.col-75 {
  -webkit-flex-basis: 75%;
  flex-basis: 75%;
  max-width: 75%;
}

.text-right {
  text-align: right;
}

.meta-row {
  color: #999;
}

.meta-row a {
  color: inherit;
}

.meta-row .post-views + .post-comment,
.meta-row .post-views + .qalam-sharing-container,
.meta-row .post-comment + .qalam-sharing-container {
  margin: 0 0 0 8px;
}

.meta-row .post-views:after,
.meta-row .post-comment:after {
  font-family: "Font Awesome 5 Free";
  font-weight: normal;
  font-style: normal;
  margin: 0 0 0 .3em;
  display: inline-block;
  color: inherit;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: 'liga';
  content: "\f075";
}

.meta-row .post-views:after {
  content: "\f1fe";
}

.article-body .post-views {
  font-size: .9em;
  color: #aaa;
}

.entry-meta .sep {
  margin: 0 .4em;
  width: 1px;
  height: .8em;
  background: #999;
  display: inline-block;
}

/* Social sharing */
.qalam-sharing-container {
  position: relative;
  display: inline-block;
  text-align: right;
}

.share-trigger {
  width: 1.8em;
  display: block;
  cursor: pointer;
  text-align: center;
  color: #999;
}

.share-trigger:before,
.qalam-sharing li a:before {
  font-family: "Font Awesome 5 Free";
  speak: none;
  font-size: 14px;
  font-size: 1.077em;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e907';
}

.qalam-sharing {
  position: absolute !important;
  bottom: 0;
  right: 0;
  margin: 0 !important;
  list-style: none !important;
  background: #fff;
  padding: 4px 0 !important;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  max-height: 120px;
  text-align: left;
  box-shadow: 0 2px 3px rgba(0,0,0,.3);
  z-index: 105;
  opacity: 0;
  visibility: visible;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-transition: .3s cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: .3s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: .3s cubic-bezier(0.4, 0, 0.2, 1);
  -ms-transition: .3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: .3s cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}

.qalam-sharing.card-active {
  visibility: visible;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

.qalam-sharing li {
  position: relative;
  padding: 0 !important;
}

.qalam-sharing li a {
  font-size: 12px;
  line-height: 20px;
  padding: 4px 12px 4px 36px;
  color: #444;
  display: block;
  text-align: left;
}

.qalam-sharing li a:hover {
  color: #333 !important;
  background: #f5f5f5;
}

.tile-content .qalam-sharing li a,
.tile-content .qalam-sharing li a:hover {
  color: #777;
}

.qalam-sharing li a:before {
  position: absolute;
  left: 12px;
  top: 4px;
  font-size: 16px;
}

.qalam-sharing .qalam-twitter a:before {
  content: '\e61b';
  color: #0f1419;
}

.qalam-sharing .qalam-facebook a:before {
  content: '\f082';
  color: #0866ff;
}

.qalam-sharing .qalam-whatsapp a:before {
  content: '\f232';
  color: #090;
}

.qalam-sharing .qalam-google-plus a:before {
  content: '\f0d4';
  color: #dd5044;
}

.qalam-sharing .qalam-linkedin a:before {
  content: '\f08c';
  color: #007fb1;
}

.qalam-sharing .qalam-pinterest a:before {
  content: '\f0d3';
  color: #c33;
}

.qalam-sharing .qalam-vkontakte a:before {
  content: '\f189';
  color: #45688e;
}

.qalam-sharing .qalam-reddit a:before {
  content: '\f1a2';
  color: #f33;
}

.qalam-sharing .qalam-email a:before {
  content: '\f0e0';
  color: #607d8b;
}

/*--------------------------------------------------------------
16.0 Media
--------------------------------------------------------------*/

img,
video {
  height: auto;
 /* Make sure images are scaled correctly. */
  max-width: 100%;
 /* Adhere to container width. */;
}

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

/* Make sure embeds and iframes fit their containers. */

embed,
iframe,
object {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption,
.gallery-caption {
  color: #aaa;
  font-size: 1em;
  margin-bottom: 1.5em;
  max-width: 100%;
}

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

/* Media Elements */

.mejs-container {
  margin-bottom: 1.5em;
}

.grid-row .mejs-container {
  margin-bottom: .9em;
}

.post-img .mejs-container {
  margin-bottom: 0;
}

/* Audio Player */

.mejs-controls a.mejs-horizontal-volume-slider,
.mejs-controls a.mejs-horizontal-volume-slider:focus,
.mejs-controls a.mejs-horizontal-volume-slider:hover {
  background: transparent;
  border: 0;
}


/* Post grids */

.grid-row {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -.9em 1.23em;
}

.grid-row > article {
  position: relative;
  margin: 0 0 2.15em;
  padding: 0 .9em;
  max-width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex: 1;
  flex-grow: 1;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-direction: normal;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  flex-basis: -webkit-calc(50% - 2.15em);
  flex-basis: -moz-calc(50% - 2.15em);
  flex-basis: calc(50% - 2.15em);
  -webkit-flex-basis: -webkit-calc(50% - 2.15em);
  -webkit-flex-basis: calc(50% - 2.15em);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

@media only screen and (max-width: 768px) {
  .grid-row > .col4 {
    flex-basis: -webkit-calc(50% - 2.15em);
    flex-basis: -moz-calc(50% - 2.15em);
    flex-basis: calc(50% - 2.15em);
    -webkit-flex-basis: -webkit-calc(50% - 2.15em);
    -webkit-flex-basis: calc(50% - 2.15em);
  }
}

.grid-row .post-img {
  display: unset;
  -webkit-box-ordinal-group: 2;
  -moz-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  margin-bottom: 1.23em;
}

.grid-card .post-img {
  margin-bottom: 0;
}

.grid-row .entry-content {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex: 1;
  flex-grow: 1;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-direction: normal;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-ordinal-group: 3;
  -moz-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
}

.grid-card .entry-content {
  padding: 1.5384em;
}

.grid-row .entry-title {
  font-size: 1.84615em;
  line-height: 1.33;
  margin-bottom: .3333em;
}

.grid-row .post-excerpt {
  margin-bottom: .61538em;
}

.card-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex: 1;
  flex-grow: 1;
  -webkit-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
  overflow: hidden;
  -webkit-box-shadow: 0 2px 4px rgba(0,0,0,0.12);
  -moz-box-shadow: 0 2px 4px rgba(0,0,0,0.12);
  box-shadow: 0 2px 4px rgba(0,0,0,0.12);
  -webkit-transition: .2s;
  -moz-transition: .2s;
  -o-transition: .2s;
  -ms-transition: .2s;
  transition: .2s;
  -webkit-transition-property: box-shadow;
  -moz-transition-property: box-shadow;
  transition-property: box-shadow;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.card-wrap:hover {
  -webkit-box-shadow: 0 3px 6px rgba(0,0,0,.3);
  -moz-box-shadow: 0 3px 6px rgba(0,0,0,.3);
  box-shadow: 0 3px 6px rgba(0,0,0,.3);
}

.col3 .post-excerpt,
.archive-full .col4 .post-excerpt {
  line-height: 1.69;
}

.col4 .post-excerpt {
  line-height: 1.6;
}

.hero-section {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: none;
  flex-wrap: nowrap;
}

.hero-section + .qlm-list:before {
  display: block;
  content: "";
  border-top: 1px solid rgba(0,0,0,.1);
  margin: 0 .9em 2.4615em;
}

.hero-post {
  position: relative;
  margin-bottom: 1.84615em;
}

.hero-section .hentry {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  word-break: normal;
}

.hero-section .narrow-single-module {
}

.hero-section .entry-content {
  -webkit-box-ordinal-group: 3;
  -moz-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
}

.hero-post .post-img {
  margin-bottom: 1.23em;
  -webkit-box: 0;
  -moz-box: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}

.narrow-single-module .post-img {
  -webkit-box: 0;
  -moz-box: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}

.hero-post .embed-wrap {
  max-width: 100%;
  margin-bottom: .9em;
}

.hero-post .post-excerpt + .meta-row {
  margin-top: -.75em;
  margin-bottom: 1.5em;
}

.narrow-single-module .mejs-container {
  margin-bottom: 8px;
}

.entry-grid .post-thumb {
  margin-bottom: .75em;
}

.entry-grid h2 {
  margin-bottom: .1666em;
  font-weight: bold;
}

.entry-grid p {
  font-size: 13px;
  font-size: 1em;
  line-height: 1.846153;
  margin-bottom: .75em;
}

.post-thumb img {
  vertical-align: middle;
}

.entry-title a:hover {
  opacity: .87;
}

.narrow-single-module .entry-title {
  font-size: 1.23em;
  line-height: 1.3333;
  margin-bottom: 1.5em;
}

.narrow-single-module .post-thumb {
  margin-bottom: .5333em;
}

.qlm-list {
  margin: 0 -.9em 2.5em;
}

.qlm-list .post-img {
  margin-bottom: 0;
}

.post-img img {
  vertical-align: top;
}

.qlm-list .entry-title,
.hero-post .entry-title {
  line-height: 1.33;
  margin-bottom: .2857em;
  font-weight: 600;
}

.hero-post .entry-title {
  font-size: 2.15em;
  line-height: 1.25;
}

@media only screen and (min-width: 1025px) {
  .archive-full .hero-post .entry-title,
	.archive-full .qlm-list .entry-title {
    font-size: 2.15em;
    line-height: 1.285714;
  }
}

.qlm-list > article {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  height: 100%;
  margin-bottom: 1.84615em;
}

.qlm-list .post-img,
.qlm-list .entry-content {
  -webkit-box: 1;
  -moz-box: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  margin: 0;
  padding: 0 12px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.qlm-list .entry-content {
  position: relative;
}

.qlm-list .entry-content:after,
.grid-row .entry-content:after {
  content: "";
  border-bottom: 1px solid rgba(0,0,0,.1);
  position: absolute;
  right: .6em;
  left: .6em;
  bottom: 0;
}

.grid-card .entry-content:after,
.qlm-list .post:last-child .entry-content:after {
  display: none;
}

.qlm-list .post-img .video-overlay {
  position: absolute;
  height: 100%;
  display: block;
  left: 0;
  right: 0;
  top: 0;
  background: rgba(0,0,0,.4);
  text-align: center;
  color: rgba(255,255,255,.7);
  -webkit-transition: .2s;
  -moz-transition: .2s;
  -ms-transition: .2s;
  transition: .2s;
}

.video-thumb > a {
  display: block;
  position: relative;
}

.qlm-list .post-excerpt,
.hero-post .post-excerpt {
  margin-bottom: .9em;
}

.hover-overlay {
  background: transparent;
}

.qlm-list .post-img .video-overlay:before {
  position: absolute;
  width: 32px;
  height: 32px;
  top: 48%;
  top: -webkit-calc(50% - 16px);
  top: -moz-calc(50% - 16px);
  top: calc(50% - 16px);
  left: 48%;
  left: -webkit-calc(50% - 16px);
  left: -moz-calc(50% - 16px);
  left: calc(50% - 16px);
  font-family: "Font Awesome 5 Free";
  content: "\f04b";
  font-size: 1.84615em;
  line-height: 32px;
  font-weight: 900;
  display: inline;
  color: inherit;
  -webkit-transition: color .4s;
  -moz-transition: color .4s;
  -ms-transition: color .4s;
  transition: color .4s;
}

.narrow-single-module .post-img,
.narrow-single-module .embed-wrap {
  margin-bottom: .9em;
}

.post-img {
  position: relative;
  display: block;
  -webkit-box-ordinal-group: 2;
  -moz-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

.entry-content,
.qlm-row .entry-content {
  -webkit-box: 0;
  -moz-box: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  -webkit-box-ordinal-group: 3;
  -moz-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
}

.related-posts .post-img {
  margin-bottom: .6em;
}

@media only screen and (max-width: 425px) {
  .grid-row > .col2,
	.grid-row > .col3,
	.grid-row > .col4 {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }

  .hero-section:after {
    display: none;
  }
}

@media only screen and (min-width: 769px) {
  .qlm-list .post-img,
	.qlm-list .post-img-wrap {
    width: 33%;
  }

  .qlm-list .post-img + .entry-content {
    width: 67%;
  }
}

/* Miscellaneous utility classes */
.text-center {
  text-align: center;
}

.highlights ul {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: .77em;
  line-height: 1.6;
  color: #777;
}

@media only screen and (max-width: 767px) {
  .highlights ul {
    margin-bottom: 1.84615em;
  }
}

.highlights ul > li {
  position: relative;
  padding: 0 0 0 1.23em;
  margin-bottom: .333em;
}

.highlights:not(.numbered) ul > li:before {
  position: absolute;
  left: 0;
  top: .666em;
  content: "";
  width: 3px;
  height: 3px;
  background: #999;
}

.highlights .h-label {
  margin: 0 0 .9em 0;
  font-size: .9em;
  text-transform: uppercase;
  letter-spacing: .1em;
  border-bottom: 1px solid #dedede;
}

.highlights.numbered ul {
  counter-reset: qlm_counter;
}

.highlights.numbered ul li {
  padding: 0 0 0 1.75em;
  counter-increment: qlm_counter;
}

.highlights.numbered ul li:before {
  position: absolute;
  left: 0;
  top: 0;
  color: #aaa;
  font-style: italic;
  content: counter(qlm_counter);
}

@media only screen and (min-width: 769px) {
  .highlights {
    float: left;
    max-width: 40%;
    margin: .5em 1.6em 1em 0;
  }
}

.ad-placeholder {
  color: #999;
  background: rgba(0,0,0,.03);
  border: 1px dashed rgba(0,0,0,.1);
  min-height: 90px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.qlm-top-0 .elementor-icon-box-title {
  margin-top: 0;
}

.qlm-list .sticky .entry-content,
.grid-row .sticky .entry-content {
  margin: 0 .9em;
  padding: 1.75em 1.75em .25em;
  background: #fffde7;
}

.qlm-list .sticky .entry-content:after,
.grid-row .sticky .entry-content:after {
  border: 0;
}

.article-body .wp-block-button__link {
  color: #fff;
  text-decoration: none;
}

.article-body .is-style-outline .wp-block-button__link {
  border: 1px solid;
  color: inherit;
}

.article-body .wp-block-button__link:hover {
  color: rgba(255,255,255,.7);
}

.article-body .is-style-outline .wp-block-button__link:hover {
  border: 1px solid;
  color: inherit;
  opacity: .7;
}

.article-body:after {
  content: "";
  display: table;
  clear: both;
}

@media only screen and (max-width: 768px) {
  .hero-section {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .hero-section .qlm-col {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }

  .hero-section .w-33 {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }

  .hero-section .w-33 > .post {
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
    max-width: 50%;
    box-sizing: border-box;
  }

  .hero-section .w-33 > .post:nth-child(1) {
    padding: 0 10px 0 0;
  }

  .hero-section .w-33 > .post:nth-child(2) {
    padding: 0 0 0 10px;
  }

  .qlm-list {
    margin: 0 -.6em 1.23em;
  }

  .hero-section + .qlm-list:before {
    margin: 0 .6em 1.84615em;
  }

  .qlm-list .post-img,
	.qlm-list .entry-content {
    padding: 0 .6em;
    padding-bottom: .4rem;
  }

  .qlm-list .sticky .entry-content,
	.grid-row .sticky .entry-content {
    margin: 0 .6em;
  }

  .narrow-single-module .entry-title {
    font-size: 1.23em;
    line-height: 1.5;
    margin-bottom: .6em;
  }

  .qlm-list .entry-title {
    font-size: 1.5384em;
    line-height: 1.33;
    margin-bottom: .6em;
  }

  .hero-post .entry-title {
    font-size: 1.8461em;
    line-height: 1.33;
    margin-bottom: .4em;
  }

  .narrow-single-module > .hentry {
    margin-bottom: 1.23em;
  }

  .qlm-list .post-img {
    -webkit-box: 0.6;
    -moz-box: 0.6;
    -webkit-flex: 0.6 1 0;
    -ms-flex: 0.6 1 0;
    flex: 0.6 1 0;
    margin-bottom: .9em;
  }

  .qlm-list > article:after {
    margin: 0 12px 1.84615em;
  }
}

.wp-block-gallery,
.wp-block-latest-posts,
.wp-block-latest-comments,
.wp-block-categories,
.wp-block-archives {
  margin-left: 0;
  margin-right: 0;
  list-style: none;
}

.wp-block-gallery ul,
.wp-block-latest-posts ul,
.wp-block-latest-comments ul,
.wp-block-categories ul,
.wp-block-archives ul {
  list-style: none;
}

.wp-block-latest-posts > li {
  margin-bottom: .6em;
}

.wp-block-latest-posts__post-date {
  font-size: .75em;
  color: #999;
}

.wp-block-gallery .blocks-gallery-image figcaption,
.wp-block-gallery .blocks-gallery-item figcaption {
  box-sizing: border-box;
}

.wp-block-latest-posts a,
.wp-block-latest-archives a {
  color: inherit;
  text-decoration: none;
}

.wp-block-media-text + p {
  margin-top: 1.5em;
}

.wp-block-cover-image p,
.wp-block-cover-image h1,
.wp-block-cover-image h2,
.wp-block-cover-image h3,
.wp-block-cover-image h4,
.wp-block-cover-image h5,
.wp-block-cover-image h6,
.wp-block-cover-image .wp-block-subhead,
.wp-block-cover p,
.wp-block-cover h1,
.wp-block-cover h2,
.wp-block-cover h3,
.wp-block-cover h4,
.wp-block-cover h5,
.wp-block-cover h6,
.wp-block-cover .wp-block-subhead {
  margin-bottom: 0;
}

.post-label {
  display: inline-block;
  text-transform: uppercase;
  color: rgba(255,0,0,.7);
  font-size: .6em;
  vertical-align: middle;
  margin: -.25em .5em 0 0;
  border-radius: .2em;
  font-weight: 400;
}

[class*="bg"].post-label {
  padding: 0 .4em;
}

.post-label .fa,
.post-label .fab,
.post-label .fa-brands {
  margin: -0.2em .4em 0 0;
  font-size: .8em;
  vertical-align: middle;
}

.post-label .blink {
  -webkit-animation: 1s blink ease infinite;
  -moz-animation: 1s blink ease infinite;
  -ms-animation: 1s blink ease infinite;
  -o-animation: 1s blink ease infinite;
  animation: 1s blink ease infinite;  
}

.post-label.clr-white {
  color: #fff;
}

.post-label.bg-white {
  background: #fff;
}

.post-label.clr-red {
  color: rgba(255,0,0,.7);
}

.post-label.bg-red {
  background: rgba(255,0,0,.7);
}

.post-label.clr-green {
  color: rgba(0,128,0,.7);
}

.post-label.bg-green {
  background: rgba(0,128,0,.7);
}

.post-label.clr-blue {
  color: #4169e1;
}

.post-label.bg-blue {
  background: #4169e1;
}

.post-label.clr-orange {
  color: #ff8c00;
}

.post-label.bg-orange {
  background: #ff8c00;
}

.post-label.clr-black {
  color: rgba(0,0,0,.9);
}

.post-label.bg-black {
  background: rgba(0,0,0,.9);
}



.blinking {
  -webkit-animation: 1s blink ease infinite;
  -moz-animation: 1s blink ease infinite;
  -ms-animation: 1s blink ease infinite;
  -o-animation: 1s blink ease infinite;
  animation: 1s blink ease infinite;
  
}

@keyframes "blink" {
  from, to {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}

@-moz-keyframes blink {
  from, to {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}

@-webkit-keyframes "blink" {
  from, to {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}

@-ms-keyframes "blink" {
  from, to {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}

@-o-keyframes "blink" {
  from, to {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}

.p-2nr4967 .pagelayer-col-holder, .p-gtp4932 .pagelayer-col-holder {
    padding: 0px !imp;
}

/* ==========================================================================
   KABARLAGI.ID — NEWS MAGAZINE MODERN UI OVERRIDE
   --------------------------------------------------------------------------
   Cara pakai:
   1) Simpan file ini sebagai style.css pengganti, atau
   2) Jika ingin manual, salin bagian mulai komentar ini sampai akhir ke
      bagian PALING BAWAH style.css lama.
   --------------------------------------------------------------------------
   Catatan:
   - Kode asli Qalam tetap dipertahankan.
   - Bagian ini hanya override visual agar tampilan lebih modern, responsive,
     rapi, dan cocok untuk portal berita/news magazine.
   - Fokus perbaikan: header, menu, grid artikel, badge kategori, meta author,
     sidebar, widget, footer, dark/light mode, mobile layout.
   ========================================================================== */

:root {
  --mainColor: #0e6fba;
  --subColor: #d7ecfb;
  --darkHighlight: #0a4d82;

  --kl-primary: #0e6fba;
  --kl-primary-2: #2f90ba;
  --kl-primary-dark: #083f6e;
  --kl-accent: #f59e0b;
  --kl-danger: #ef4444;
  --kl-success: #16a34a;

  --kl-bg: #f5f7fb;
  --kl-surface: #ffffff;
  --kl-surface-2: #f8fafc;
  --kl-surface-3: #eef6fb;
  --kl-border: rgba(15, 23, 42, .09);
  --kl-border-strong: rgba(15, 23, 42, .14);

  --kl-text: #0f172a;
  --kl-text-soft: #475569;
  --kl-muted: #64748b;
  --kl-muted-2: #94a3b8;
  --kl-white: #ffffff;

  --kl-radius-xs: 8px;
  --kl-radius-sm: 12px;
  --kl-radius-md: 16px;
  --kl-radius-lg: 22px;

  --kl-shadow-xs: 0 1px 2px rgba(15, 23, 42, .06);
  --kl-shadow-sm: 0 8px 24px rgba(15, 23, 42, .08);
  --kl-shadow-md: 0 16px 42px rgba(15, 23, 42, .11);
  --kl-shadow-lg: 0 24px 70px rgba(15, 23, 42, .16);

  --kl-container: 1180px;
  --kl-gap: 24px;

  --kl-font-sans: "Inter", "Open Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  --kl-font-title: "Inter", "Open Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
}

/* Light/Dark support. Bisa juga dipicu manual dengan class: body.dark-mode */
@media (prefers-color-scheme: dark) {
  :root {
    --kl-bg: #07111f;
    --kl-surface: #0f1b2d;
    --kl-surface-2: #111f33;
    --kl-surface-3: #12243a;
    --kl-border: rgba(226, 232, 240, .10);
    --kl-border-strong: rgba(226, 232, 240, .16);
    --kl-text: #f8fafc;
    --kl-text-soft: #cbd5e1;
    --kl-muted: #94a3b8;
    --kl-muted-2: #64748b;
    --kl-shadow-xs: 0 1px 2px rgba(0, 0, 0, .25);
    --kl-shadow-sm: 0 8px 24px rgba(0, 0, 0, .26);
    --kl-shadow-md: 0 16px 42px rgba(0, 0, 0, .32);
    --kl-shadow-lg: 0 24px 70px rgba(0, 0, 0, .42);
  }
}

body.dark-mode,
html.dark-mode body,
body[data-theme="dark"] {
  --kl-bg: #07111f;
  --kl-surface: #0f1b2d;
  --kl-surface-2: #111f33;
  --kl-surface-3: #12243a;
  --kl-border: rgba(226, 232, 240, .10);
  --kl-border-strong: rgba(226, 232, 240, .16);
  --kl-text: #f8fafc;
  --kl-text-soft: #cbd5e1;
  --kl-muted: #94a3b8;
  --kl-muted-2: #64748b;
  --kl-shadow-xs: 0 1px 2px rgba(0, 0, 0, .25);
  --kl-shadow-sm: 0 8px 24px rgba(0, 0, 0, .26);
  --kl-shadow-md: 0 16px 42px rgba(0, 0, 0, .32);
  --kl-shadow-lg: 0 24px 70px rgba(0, 0, 0, .42);
}

html {
  scroll-behavior: smooth;
  background: var(--kl-bg);
}

body,
button,
input,
select,
textarea {
  font-family: var(--kl-font-sans);
  color: var(--kl-text);
}

body {
  background:
    radial-gradient(circle at top left, rgba(47, 144, 186, .10), transparent 32rem),
    linear-gradient(180deg, #ffffff 0%, var(--kl-bg) 22rem);
  color: var(--kl-text);
  font-size: 14px;
  line-height: 1.72;
  letter-spacing: -.005em;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

body.dark-mode,
html.dark-mode body,
body[data-theme="dark"] {
  background:
    radial-gradient(circle at top left, rgba(47, 144, 186, .18), transparent 34rem),
    linear-gradient(180deg, #081526 0%, var(--kl-bg) 24rem);
}

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

img,
video,
iframe {
  max-width: 100%;
}

img {
  height: auto;
}

a {
  color: var(--kl-primary);
  transition: color .2s ease, opacity .2s ease, transform .2s ease, background-color .2s ease, border-color .2s ease, box-shadow .2s ease;
}

a:hover {
  color: var(--kl-primary-2);
}

:focus {
  outline: 2px solid rgba(47, 144, 186, .35);
  outline-offset: 3px;
}

/* ==========================================================================
   WRAPPER & CONTAINER
   ========================================================================== */

#page {
  width: min(100%, calc(var(--kl-container) + 48px));
  max-width: calc(var(--kl-container) + 48px);
  margin: 0 auto;
  background: transparent;
}

.is-stretched #page {
  width: 100%;
  max-width: 100%;
}

.container,
.top-bar .container,
.is-stretched .container,
.sticky-enabled > .container {
  width: min(100% - 32px, var(--kl-container));
  max-width: var(--kl-container);
}

#main {
  background: transparent;
  text-align: left;
}

#header + #main .container,
#header + .breadcrumbs-wrap {
  padding-top: 24px;
}

.main-row {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 0;
  margin-left: -12px;
  margin-right: -12px;
}

/* Layout desktop dibuat lebih nyaman seperti news magazine: konten luas + sidebar rapi */
@media only screen and (min-width: 1025px) {
  #primary,
  #container {
    width: 70%;
  }

  #sidebar {
    width: 30%;
  }

  .layout-ac #primary,
  .layout-abc #primary,
  .layout-acb #primary {
    float: right;
  }
}

/* Tablet: sidebar turun agar tidak sempit */
@media only screen and (max-width: 1024px) {
  #primary,
  #container,
  #sidebar {
    width: 100% !important;
    float: none !important;
  }

  #sidebar {
    margin-top: 8px;
  }
}

@media only screen and (max-width: 425px) {
  #page,
  .top-bar > .container,
  .is-stretched .container,
  .sticky-enabled > .container,
  .container {
    width: min(100% - 22px, var(--kl-container));
  }
}

/* ==========================================================================
   TOP BAR
   ========================================================================== */

.top-bar {
  background: linear-gradient(90deg, var(--kl-primary-dark), var(--kl-primary));
  color: rgba(255, 255, 255, .88);
  border: 0;
  font-size: 12px;
  letter-spacing: .01em;
}

.top-bar .container {
  min-height: 36px;
}

.top-bar .flex {
  min-height: 36px;
  gap: 12px;
}

.top-bar a {
  color: rgba(255, 255, 255, .88);
}

.top-bar a:hover {
  color: #fff;
}

.top-menu,
.account-nav,
.icon-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 4px 10px;
}

.top-menu > li > a,
.top-menu > ul > li > a,
.account-nav > li > a,
.top-bar .icon-list > li > a {
  padding: 6px 8px;
  border-radius: 999px;
}

.top-menu > li > a:hover,
.top-menu > ul > li > a:hover,
.account-nav > li > a:hover,
.top-bar .icon-list > li > a:hover {
  background: rgba(255, 255, 255, .12);
  color: #fff;
}

@media only screen and (max-width: 767px) {
  .top-bar {
    display: none;
  }
}

/* ==========================================================================
   HEADER, LOGO, NAVIGATION
   ========================================================================== */

.site-header {
  background: rgba(255, 255, 255, .92);
  color: var(--kl-text);
  border-bottom: 1px solid var(--kl-border);
  box-shadow: var(--kl-shadow-xs);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

body.dark-mode .site-header,
html.dark-mode body .site-header,
body[data-theme="dark"] .site-header {
  background: rgba(15, 27, 45, .88);
}

.site-header .container {
  min-height: 74px;
}

.hst-1 .nav .container,
.site-header,
.nav-1 .flex {
  min-height: 74px;
}

.site-branding {
  padding: 12px 0;
}

.site-branding img,
.custom-logo,
.site-logo img {
  max-height: 58px;
  width: auto;
  object-fit: contain;
}

.site-title {
  font-family: var(--kl-font-title);
  font-weight: 900;
  letter-spacing: -.04em;
  font-size: clamp(22px, 2.1vw, 30px);
}

.site-title a {
  color: var(--kl-primary);
}

.site-description {
  color: var(--kl-muted);
  font-size: 12px;
  margin-top: 2px;
}

.nav-1,
.nav-2,
.dark-nav,
.light-nav {
  background: transparent;
}

.sticky-enabled,
.is-stretched .sticky-enabled {
  background: rgba(255, 255, 255, .94);
  border-bottom: 1px solid var(--kl-border);
  box-shadow: var(--kl-shadow-sm);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

body.dark-mode .sticky-enabled,
html.dark-mode body .sticky-enabled,
body[data-theme="dark"] .sticky-enabled {
  background: rgba(15, 27, 45, .92);
}

.main-navigation > ul,
.main-navigation > div > ul {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 2px;
}

.main-navigation li {
  color: var(--kl-text-soft);
}

.main-navigation > ul > li > a,
.main-navigation > div > ul > li > a {
  color: var(--kl-text-soft);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .01em;
  text-transform: uppercase;
  padding: 12px 13px;
  border-radius: 999px;
}

.main-navigation > ul > li:hover > a,
.main-navigation > div > ul > li:hover > a,
.main-navigation .current-menu-item > a,
.main-navigation .current-menu-parent > a {
  color: var(--kl-primary);
  background: rgba(47, 144, 186, .10);
}

.main-navigation ul ul,
.top-menu .sub-menu,
.cart-submenu {
  background: var(--kl-surface);
  color: var(--kl-text);
  border: 1px solid var(--kl-border);
  border-radius: var(--kl-radius-md);
  box-shadow: var(--kl-shadow-md);
  overflow: hidden;
  padding: 8px;
  min-width: 220px;
}

.main-navigation ul ul li a,
.top-menu .sub-menu li a {
  color: var(--kl-text-soft);
  display: block;
  padding: 10px 12px;
  border-radius: 10px;
}

.main-navigation ul ul li:hover > a,
.top-menu .sub-menu li:hover > a {
  color: var(--kl-primary);
  background: rgba(47, 144, 186, .10);
}

.utility-links a,
.qlm-sharing-inline a,
.site-header .cart-status .cart-contents,
.utility-links .search-trigger {
  color: var(--kl-text-soft);
}

.utility-nav > li,
.search-panel {
  margin: 0 4px;
}

.search-trigger,
.menu-button {
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: var(--kl-surface-2);
  border: 1px solid var(--kl-border);
  box-shadow: var(--kl-shadow-xs);
}

.search-trigger:hover,
.menu-button:hover {
  background: rgba(47, 144, 186, .12);
  color: var(--kl-primary);
}

.toggle-icon,
.toggle-icon:before,
.toggle-icon:after {
  background-color: var(--kl-text-soft);
}

.search-drawer {
  background: var(--kl-surface);
  border: 1px solid var(--kl-border);
  border-radius: 999px;
  box-shadow: var(--kl-shadow-sm);
  padding: 4px 10px;
  min-width: min(320px, calc(100vw - 48px));
}

.search-field,
.widget_product_search #s,
select,
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
textarea {
  background: var(--kl-surface-2);
  border: 1px solid var(--kl-border);
  color: var(--kl-text);
  border-radius: 12px;
}

.search-field:focus,
input[type="search"]:focus,
input[type="text"]:focus,
textarea:focus {
  background: var(--kl-surface);
  border-color: rgba(47, 144, 186, .44);
  box-shadow: 0 0 0 4px rgba(47, 144, 186, .12);
}

/* Mobile drawer dibuat lebih elegan */
#resp-menu {
  width: min(86vw, 340px);
  left: calc(-1 * min(86vw, 340px));
  background: var(--kl-surface);
  color: var(--kl-text);
  border-right: 1px solid var(--kl-border);
  box-shadow: var(--kl-shadow-lg);
}

.show-nav #resp-menu {
  left: 0;
}

.resp-menu-logo {
  padding: 18px;
  border-bottom: 1px solid var(--kl-border);
}

.close-menu {
  color: var(--kl-muted);
  padding: 10px 18px;
  font-weight: 700;
}

.resp-menu li a {
  color: var(--kl-text-soft);
  padding: 12px 18px;
  border-bottom: 1px solid var(--kl-border);
  font-weight: 700;
}

.resp-menu a:hover,
.resp-menu .current-menu-item > a {
  color: var(--kl-primary);
  background: rgba(47, 144, 186, .10);
}

.overlay-mask,
.shop-sb-mask {
  background-color: rgba(2, 6, 23, .58);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
}

@media only screen and (max-width: 1023px) {
  .site-header .container,
  .hst-1 .nav .container,
  .site-header,
  .nav-1 .flex {
    min-height: 66px;
  }

  .site-branding img,
  .custom-logo,
  .site-logo img {
    max-height: 48px;
  }

  .site-header .utility-links {
    gap: 8px;
  }
}

@media only screen and (max-width: 767px) {
  .site-branding {
    max-width: calc(100% - 96px);
  }

  .site-title {
    font-size: 21px;
  }

  .site-description {
    display: none;
  }
}

/* ==========================================================================
   HERO / FEATURED AREA
   ========================================================================== */

.hero-section {
  gap: var(--kl-gap);
  margin-bottom: 28px;
}

.hero-section .qlm-col {
  padding-left: 0;
  padding-right: 0;
}

.hero-section .hentry,
.hero-section .post,
.grid-row > article,
.qlm-list > article,
.related-posts article,
.blog .hentry,
.archive .hentry,
.search .hentry {
  border-radius: var(--kl-radius-lg);
}

.hero-section .hentry,
.hero-section .post {
  overflow: hidden;
  background: var(--kl-surface);
  border: 1px solid var(--kl-border);
  box-shadow: var(--kl-shadow-sm);
}

.hero-section .post-img,
.hero-section .post-img-wrap,
.hero-section .post-thumb {
  overflow: hidden;
  border-radius: var(--kl-radius-lg);
}

.hero-section .post-img img,
.hero-section .wp-post-image {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  transition: transform .45s ease, filter .45s ease;
}

.hero-section .hentry:hover .post-img img,
.hero-section .post:hover .post-img img {
  transform: scale(1.045);
  filter: saturate(1.05) contrast(1.04);
}

.hero-section .entry-content {
  padding: 18px 18px 20px;
}

.hero-section .entry-title {
  font-size: clamp(20px, 2.4vw, 34px);
  line-height: 1.14;
  font-weight: 900;
  letter-spacing: -.04em;
  margin-bottom: 10px;
}

.hero-section .w-33 .entry-title {
  font-size: clamp(16px, 1.35vw, 20px);
  line-height: 1.22;
}

.hero-section + .qlm-list:before {
  border-top: 0;
  margin-top: 4px;
}

/* ==========================================================================
   ARTICLE CARD / ARCHIVE / HOME LIST
   ========================================================================== */

.grid-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  margin-left: -12px;
  margin-right: -12px;
}

.grid-row > article,
.qlm-list > article {
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease, background-color .22s ease;
}

.grid-row > article {
  margin-bottom: 24px;
}

.grid-row > article .post,
.grid-row > article,
.qlm-list > article {
  background: var(--kl-surface);
  border: 1px solid var(--kl-border);
  box-shadow: var(--kl-shadow-xs);
}

.grid-row > article:hover,
.qlm-list > article:hover {
  transform: translateY(-3px);
  border-color: rgba(47, 144, 186, .26);
  box-shadow: var(--kl-shadow-md);
}

.grid-row .post-img,
.grid-row .post-img-wrap,
.grid-row .post-thumb,
.qlm-list .post-img,
.qlm-list .post-img-wrap,
.qlm-list .post-thumb,
.entry-full .post-img,
.single-post-thumb {
  overflow: hidden;
  border-radius: var(--kl-radius-md);
  background: var(--kl-surface-2);
}

.grid-row .post-img img,
.grid-row .post-img-wrap img,
.grid-row .post-thumb img,
.qlm-list .post-img img,
.qlm-list .post-img-wrap img,
.qlm-list .post-thumb img,
.wp-post-image {
  width: 100%;
  object-fit: cover;
}

.grid-row .post-img img,
.grid-row .post-thumb img {
  aspect-ratio: 16 / 10;
}

.qlm-list .post-img img,
.qlm-list .post-thumb img {
  aspect-ratio: 4 / 3;
}

.grid-row .post-img img,
.grid-row .post-thumb img,
.qlm-list .post-img img,
.qlm-list .post-thumb img {
  transition: transform .45s ease, filter .45s ease;
}

.grid-row > article:hover .post-img img,
.grid-row > article:hover .post-thumb img,
.qlm-list > article:hover .post-img img,
.qlm-list > article:hover .post-thumb img {
  transform: scale(1.045);
  filter: saturate(1.06) contrast(1.03);
}

.grid-row .entry-content,
.qlm-row .entry-content,
.qlm-list .entry-content {
  padding: 16px 18px 18px;
}

.grid-row .entry-title,
.qlm-list .entry-title,
.entry-title,
.page-header .entry-title,
.woocommerce-loop-product__title,
.woocommerce-products-header__title {
  font-family: var(--kl-font-title);
  color: var(--kl-text);
  font-weight: 850;
  letter-spacing: -.03em;
}

.grid-row .entry-title,
.qlm-list .entry-title {
  margin-bottom: 8px;
}

.grid-row .entry-title a,
.qlm-list .entry-title a,
.entry-title a {
  color: inherit;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.grid-row .entry-title a {
  -webkit-line-clamp: 2;
}

.qlm-list .entry-title a {
  -webkit-line-clamp: 2;
}

.grid-row .entry-title a:hover,
.qlm-list .entry-title a:hover,
.entry-title a:hover {
  color: var(--kl-primary);
}

.grid-row .post-excerpt,
.qlm-list .post-excerpt,
.hero-post .post-excerpt,
.entry-summary {
  color: var(--kl-text-soft);
  font-size: 14px;
  line-height: 1.64;
}

.grid-row .post-excerpt,
.qlm-list .post-excerpt {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.grid-row .post-excerpt {
  -webkit-line-clamp: 3;
}

.qlm-list .post-excerpt {
  -webkit-line-clamp: 2;
}

/* List artikel: jangan mepet judul, deskripsi, author */
.qlm-list {
  margin: 0 0 20px;
}

.qlm-list > article {
  display: flex;
  align-items: stretch;
  gap: 0;
  overflow: hidden;
  margin-bottom: 20px;
  padding: 0;
}

.qlm-list .post-img,
.qlm-list .post-img-wrap {
  margin: 0;
  border-radius: var(--kl-radius-lg) 0 0 var(--kl-radius-lg);
  flex: 0 0 34%;
  max-width: 34%;
}

.qlm-list .post-img + .entry-content,
.qlm-list .post-img-wrap + .entry-content {
  width: auto;
  flex: 1 1 auto;
  min-width: 0;
  padding: 18px 20px;
}

.qlm-list .entry-content:after {
  border: 0;
  display: none;
}

@media only screen and (min-width: 769px) {
  .qlm-list .post-img,
  .qlm-list .post-img-wrap {
    width: auto;
  }

  .qlm-list .post-img + .entry-content {
    width: auto;
  }
}

@media only screen and (max-width: 767px) {
  .qlm-list > article {
    display: block;
  }

  .qlm-list .post-img,
  .qlm-list .post-img-wrap {
    max-width: 100%;
    flex-basis: auto;
    border-radius: var(--kl-radius-lg) var(--kl-radius-lg) 0 0;
  }

  .qlm-list .post-img img,
  .qlm-list .post-thumb img {
    aspect-ratio: 16 / 9;
  }

  .qlm-list .post-img + .entry-content,
  .qlm-list .post-img-wrap + .entry-content {
    padding: 16px;
  }
}

/* Card grid sama tinggi dan tidak berantakan */
.grid-card,
.grid-row > article,
.grid-row > article .post,
.grid-row > article .hentry {
  height: 100%;
}

.grid-row > article .entry-content {
  display: flex;
  flex-direction: column;
  min-height: 180px;
}

.grid-row > article .post-excerpt {
  flex: 1 1 auto;
}

/* ==========================================================================
   BADGE CATEGORY / META AUTHOR / DATE
   ========================================================================== */

.post-cats,
.entry-meta,
.single-meta .entry-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 12px;
}

.post-cats {
  margin-bottom: 10px;
}

/* Badge post di kanan atas thumbnail, sekaligus fallback jika badge berada di content */
.post-img .post-cats,
.post-thumb .post-cats,
.post-img-wrap .post-cats,
.entry-full .post-img .post-cats {
  position: absolute;
  top: 12px;
  right: 12px;
  left: auto;
  z-index: 3;
  justify-content: flex-end;
  margin: 0;
  max-width: calc(100% - 24px);
}

.post-cats a,
.entry-categories a,
.cat-links a,
.post-cat a,
.post-category a,
[class*="cat"] > a[rel="category tag"] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 24px;
  padding: 5px 10px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--kl-primary), var(--kl-primary-2));
  color: #fff !important;
  font-size: 11px;
  line-height: 1;
  font-weight: 850;
  letter-spacing: .04em;
  text-transform: uppercase;
  text-decoration: none;
  box-shadow: 0 8px 18px rgba(14, 111, 186, .20);
}

.post-cats a:hover,
.entry-categories a:hover,
.cat-links a:hover {
  color: #fff !important;
  transform: translateY(-1px);
  box-shadow: 0 12px 24px rgba(14, 111, 186, .28);
}

/* Meta rapi: author, tanggal, views tidak mepet */
.entry-meta,
.single-meta .entry-meta,
.meta-row,
.byline,
.posted-on,
.post-author,
.post-time {
  color: var(--kl-muted);
  font-size: 12px;
  line-height: 1.45;
}

.entry-meta li,
.single-meta .entry-meta > li {
  padding: 0;
  border: 0 !important;
}

.entry-meta a,
.single-meta .entry-meta a,
.author-meta a,
.byline a,
.posted-on a {
  color: var(--kl-text-soft);
  font-weight: 750;
}

.entry-meta a:hover,
.single-meta .entry-meta a:hover,
.author-meta a:hover,
.byline a:hover,
.posted-on a:hover {
  color: var(--kl-primary);
}

.entry-meta .post-author,
.entry-meta .posted-on,
.entry-meta .post-time,
.single-meta .entry-meta .post-author,
.single-meta .entry-meta .posted-on,
.single-meta .entry-meta .post-time {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.single-meta {
  margin-bottom: 22px;
}

.single-meta .meta-grid,
.single-meta .entry-meta {
  align-items: center;
  gap: 10px 18px;
}

.single-meta .author-avatar-40 {
  box-shadow: 0 0 0 3px var(--kl-surface), 0 0 0 4px var(--kl-border);
}

.author-label,
.published-label,
.updated-label {
  color: var(--kl-muted);
  font-size: 10px;
  letter-spacing: .08em;
}

/* ==========================================================================
   BUTTONS / READ MORE / PAGINATION
   ========================================================================== */

button,
input[type="button"],
input[type="submit"],
.read-more,
.more-link,
.entry-content .more-link,
.wp-block-button__link {
  border-radius: 999px;
  background: linear-gradient(135deg, var(--kl-primary), var(--kl-primary-2));
  color: #fff;
  font-weight: 800;
  border: 0;
  box-shadow: 0 10px 22px rgba(14, 111, 186, .20);
}

button:hover,
button:focus,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus,
.read-more:hover,
.more-link:hover,
.entry-content .more-link:hover,
.wp-block-button__link:hover {
  background: linear-gradient(135deg, var(--kl-primary-dark), var(--kl-primary));
  color: #fff;
  transform: translateY(-1px);
  box-shadow: 0 14px 28px rgba(14, 111, 186, .28);
}

.pagination,
.comments-pagination,
.page-links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin-top: 24px;
}

.pagination a,
.pagination span,
.nav-links a,
.nav-links span,
.page-links a,
.page-links span {
  min-width: 38px;
  min-height: 38px;
  padding: 8px 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: var(--kl-surface);
  border: 1px solid var(--kl-border);
  color: var(--kl-text-soft);
  box-shadow: var(--kl-shadow-xs);
  text-decoration: none;
}

.pagination .current,
.nav-links .current,
.page-links .current,
.pagination a:hover,
.nav-links a:hover,
.page-links a:hover {
  background: var(--kl-primary);
  color: #fff;
  border-color: transparent;
}

/* ==========================================================================
   SINGLE ARTICLE
   ========================================================================== */

.single .single-post-title,
.entry-full .entry-title {
  font-family: var(--kl-font-title);
  font-size: clamp(30px, 4.4vw, 54px);
  line-height: 1.08;
  font-weight: 950;
  letter-spacing: -.055em;
  color: var(--kl-text);
  margin-bottom: 14px;
}

.entry-header .entry-sub-title {
  color: var(--kl-text-soft);
  font-size: clamp(16px, 1.7vw, 20px);
  line-height: 1.55;
  margin-bottom: 20px;
}

.single-post-thumb,
.entry-full .post-img {
  border-radius: var(--kl-radius-lg);
  overflow: hidden;
  background: var(--kl-surface-2);
  border: 1px solid var(--kl-border);
  box-shadow: var(--kl-shadow-sm);
  margin-bottom: 24px;
}

.single-post-thumb img,
.entry-full .post-img img {
  margin-bottom: 0;
  width: 100%;
  max-height: 620px;
  object-fit: cover;
}

.article-body {
  color: var(--kl-text);
  font-size: clamp(17px, 1.3vw, 19px);
  line-height: 1.78;
}

.article-body p {
  margin-bottom: 1.35em;
}

.article-body a {
  font-weight: 750;
  text-decoration-thickness: .08em;
  text-underline-offset: .18em;
}

.article-body h2,
.article-body h3,
.article-body h4 {
  color: var(--kl-text);
  font-family: var(--kl-font-title);
  font-weight: 900;
  letter-spacing: -.035em;
  margin-top: 1.7em;
}

.article-body blockquote {
  color: var(--kl-text);
  background: linear-gradient(135deg, rgba(47, 144, 186, .12), rgba(14, 111, 186, .06));
  border-left: 5px solid var(--kl-primary);
  border-radius: 0 var(--kl-radius-md) var(--kl-radius-md) 0;
  padding: 18px 20px;
  font-style: normal;
}

.article-body figure,
.article-body .wp-caption {
  max-width: 100%;
}

.wp-caption-text,
.post-img .wp-caption-text {
  color: var(--kl-muted);
  background: var(--kl-surface-2);
  text-align: center;
  padding: 8px 10px;
  font-size: 12px;
}

.entry-header.w-100 {
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
}

/* ==========================================================================
   SIDEBAR / WIDGET
   ========================================================================== */

#sidebar {
  color: var(--kl-text);
}

@media only screen and (min-width: 1025px) {
  #sidebar {
    position: sticky;
    top: 92px;
  }
}

.widget,
.sidebar .widget,
#secondary .widget,
.widget-area .widget {
  background: var(--kl-surface);
  border: 1px solid var(--kl-border);
  border-radius: var(--kl-radius-lg);
  box-shadow: var(--kl-shadow-xs);
  padding: 18px;
  margin-bottom: 22px;
  overflow: hidden;
}

.widget-title,
.comments-title,
.comment-reply-title,
.related-posts-title,
.related.products h2:not(.woocommerce-loop-product__title),
.woocommerce-Tabs-panel h2 {
  position: relative;
  color: var(--kl-text);
  font-size: 13px;
  line-height: 1.4;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .08em;
  margin-bottom: 18px;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--kl-border);
}

.widget-title:after,
.related-posts-title:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 52px;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--kl-primary), var(--kl-primary-2));
}

.widget ul li {
  padding-bottom: 12px;
  margin-bottom: 12px;
  border-bottom: 1px solid var(--kl-border);
  line-height: 1.55;
}

.widget ul li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}

.widget-area a {
  color: var(--kl-text);
  font-weight: 750;
}

.widget-area a:hover {
  color: var(--kl-primary);
}

.widget-area span.count,
.widget-area small.count {
  background: var(--kl-surface-2);
  color: var(--kl-muted);
  border-radius: 999px;
  padding: 2px 8px;
}

.tag-links a,
.tagcloud a,
.tag-list li a {
  height: auto;
  min-height: 28px;
  line-height: 1.2;
  padding: 7px 11px;
  border-radius: 999px;
  background: var(--kl-surface-2);
  border: 1px solid var(--kl-border);
  color: var(--kl-text-soft);
  font-weight: 750;
}

.tagcloud a:hover,
.tag-links a:hover,
.tag-list li a:hover,
#secondary .widget .tagcloud a:hover {
  background: var(--kl-primary);
  color: #fff;
  border-color: transparent;
}

/* Sidebar image/list widgets biar rapih */
.widget img {
  border-radius: var(--kl-radius-sm);
}

.widget .post-img,
.widget .post-thumb,
.widget .wp-post-image {
  border-radius: var(--kl-radius-sm);
  overflow: hidden;
}

.widget .entry-title,
.widget h3,
.widget h4 {
  font-size: 14px;
  line-height: 1.38;
  font-weight: 850;
  letter-spacing: -.02em;
  margin-bottom: 6px;
}

.widget .entry-meta,
.widget .meta-row {
  font-size: 11px;
  color: var(--kl-muted);
}

/* Iklan/sidebar sponsorship */
.ad-placeholder,
.widget_media_image,
.widget_custom_html {
  text-align: center;
}

.ad-placeholder {
  background: repeating-linear-gradient(
    -45deg,
    rgba(47, 144, 186, .08),
    rgba(47, 144, 186, .08) 10px,
    rgba(47, 144, 186, .04) 10px,
    rgba(47, 144, 186, .04) 20px
  );
  border: 1px dashed rgba(47, 144, 186, .32);
  color: var(--kl-muted);
  border-radius: var(--kl-radius-md);
}

/* ==========================================================================
   FOOTER
   ========================================================================== */

#secondary,
#footer {
  background: transparent;
}

#secondary .container {
  padding: 40px 0 10px;
}

#footer {
  color: var(--kl-muted);
  font-size: 13px;
}

.is-boxed #secondary .container,
.is-boxed #footer .container,
.is-stretched #secondary,
.is-stretched #footer {
  border-top: 1px solid var(--kl-border);
}

#footer .container {
  padding: 18px 0 28px;
}

#secondary .widget {
  background: var(--kl-surface);
}

#footer a {
  color: var(--kl-text-soft);
  font-weight: 750;
}

#footer a:hover {
  color: var(--kl-primary);
}

/* ==========================================================================
   TABLES, FORMS, COMMENTS
   ========================================================================== */

table {
  overflow: hidden;
  border-radius: var(--kl-radius-md);
  background: var(--kl-surface);
  border: 1px solid var(--kl-border);
}

thead th {
  background: var(--kl-surface-2);
  border-bottom: 1px solid var(--kl-border);
  color: var(--kl-text);
}

tr {
  border-bottom: 1px solid var(--kl-border);
}

td,
th {
  padding: 12px;
}

.comments-area,
.comment-respond,
.comment-list .comment-body {
  background: var(--kl-surface);
  border: 1px solid var(--kl-border);
  border-radius: var(--kl-radius-lg);
  box-shadow: var(--kl-shadow-xs);
}

.comment-respond,
.comment-list .comment-body {
  padding: 18px;
}

label {
  color: var(--kl-text-soft);
  font-weight: 750;
}

/* ==========================================================================
   WOOCOMMERCE / EXTRA COMPATIBILITY
   ========================================================================== */

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
  background: var(--kl-surface);
  border: 1px solid var(--kl-border);
  border-radius: var(--kl-radius-lg);
  box-shadow: var(--kl-shadow-xs);
  padding: 14px;
  transition: transform .22s ease, box-shadow .22s ease;
}

.woocommerce ul.products li.product:hover,
.woocommerce-page ul.products li.product:hover {
  transform: translateY(-3px);
  box-shadow: var(--kl-shadow-md);
}

.woocommerce span.onsale {
  border-radius: 999px;
  background: var(--kl-danger);
}

/* ==========================================================================
   RESPONSIVE TUNING
   ========================================================================== */

@media only screen and (max-width: 1180px) {
  :root {
    --kl-gap: 20px;
  }

  .main-navigation > ul > li > a,
  .main-navigation > div > ul > li > a {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media only screen and (max-width: 1024px) {
  body {
    font-size: 14px;
  }

  .hero-section {
    flex-wrap: wrap;
    gap: 18px;
  }

  .hero-section .qlm-col,
  .hero-section .w-33,
  .hero-section .w-67 {
    flex-basis: 100%;
    max-width: 100%;
  }

  .hero-section .w-33 {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
  }

  .hero-section .w-33 > .post {
    max-width: 100%;
    padding: 0 !important;
  }

  .widget,
  .sidebar .widget,
  #secondary .widget,
  .widget-area .widget {
    padding: 16px;
  }
}

@media only screen and (max-width: 768px) {
  :root {
    --kl-gap: 16px;
  }

  #header + #main .container,
  #header + .breadcrumbs-wrap {
    padding-top: 16px;
  }

  .main-row {
    margin-left: 0;
    margin-right: 0;
  }

  #primary,
  #container,
  #sidebar {
    padding-left: 0;
    padding-right: 0;
  }

  #primary {
    margin-bottom: 28px;
  }

  .grid-row {
    margin-left: -8px;
    margin-right: -8px;
  }

  .grid-row > .col2,
  .grid-row > .col3,
  .grid-row > .col4,
  .grid-row > article {
    flex-basis: 50%;
    max-width: 50%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .grid-row .entry-content,
  .qlm-row .entry-content,
  .qlm-list .entry-content {
    padding: 14px;
  }

  .grid-row .entry-title,
  .qlm-list .entry-title {
    font-size: 17px;
    line-height: 1.25;
  }

  .grid-row .post-excerpt {
    -webkit-line-clamp: 2;
  }

  .hero-section .entry-content {
    padding: 16px;
  }

  .single .single-post-title,
  .entry-full .entry-title {
    letter-spacing: -.04em;
  }

  .article-body {
    line-height: 1.72;
  }

  .single-meta .meta-grid,
  .single-meta .entry-meta {
    flex-wrap: wrap;
  }
}

@media only screen and (max-width: 560px) {
  body {
    line-height: 1.66;
  }

  .container,
  .top-bar .container,
  .is-stretched .container,
  .sticky-enabled > .container {
    width: min(100% - 22px, var(--kl-container));
  }

  .hero-section .w-33 {
    grid-template-columns: 1fr;
  }

  .grid-row {
    margin-left: 0;
    margin-right: 0;
  }

  .grid-row > .col2,
  .grid-row > .col3,
  .grid-row > .col4,
  .grid-row > article {
    flex-basis: 100%;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .grid-row > article,
  .qlm-list > article {
    margin-bottom: 16px;
  }

  .grid-row .post-img img,
  .grid-row .post-thumb img,
  .qlm-list .post-img img,
  .qlm-list .post-thumb img {
    aspect-ratio: 16 / 9;
  }

  .post-img .post-cats,
  .post-thumb .post-cats,
  .post-img-wrap .post-cats {
    top: 10px;
    right: 10px;
    max-width: calc(100% - 20px);
  }

  .post-cats a,
  .entry-categories a,
  .cat-links a {
    font-size: 10px;
    min-height: 22px;
    padding: 5px 8px;
  }

  .entry-meta,
  .single-meta .entry-meta,
  .meta-row {
    gap: 6px 10px;
    font-size: 11px;
  }

  .widget,
  .sidebar .widget,
  #secondary .widget,
  .widget-area .widget {
    border-radius: var(--kl-radius-md);
    padding: 15px;
  }

  .article-body {
    font-size: 16px;
  }
}

@media only screen and (max-width: 360px) {
  .site-title {
    font-size: 18px;
  }

  .search-trigger,
  .menu-button {
    width: 38px;
    height: 38px;
  }

  .grid-row .entry-title,
  .qlm-list .entry-title {
    font-size: 16px;
  }
}

/* ==========================================================================
   PERFORMANCE & MOTION SAFETY
   ========================================================================== */

@media (prefers-reduced-motion: reduce) {
  *,
  *:before,
  *:after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
  }
}

/* Hindari overflow horizontal dari elemen lama/Pagelayer */
html,
body,
#page,
#main,
.container,
.main-row,
.row,
.qlm-row,
.pagelayer-row,
.pagelayer-row-holder {
  max-width: 100%;
}

body,
#page {
  overflow-x: hidden;
}

/* Fix typo CSS lama: sebelumnya ada padding: 0px !imp; */
.p-2nr4967 .pagelayer-col-holder,
.p-gtp4932 .pagelayer-col-holder {
  padding: 0 !important;
}

/* Extra compatibility untuk blok builder yang sering membuat jarak bawah berlebihan */
.pagelayer-row,
.pagelayer-row-holder,
.pagelayer-col,
.pagelayer-col-holder {
  box-sizing: border-box;
}

.pagelayer-row:last-child,
.widget:last-child,
.hentry:last-child {
  margin-bottom: 0;
}

/* Footer/custom full footer jika ada dari halaman sebelumnya */
.kl-footer-full,
.site-footer,
.footer-widgets {
  background: var(--kl-surface);
  color: var(--kl-text-soft);
  border-top: 1px solid var(--kl-border);
}

.kl-footer-full a,
.site-footer a,
.footer-widgets a {
  color: var(--kl-text);
  font-weight: 750;
}

.kl-footer-full a:hover,
.site-footer a:hover,
.footer-widgets a:hover {
  color: var(--kl-primary);
}

.kl-footer-top,
.footer-widgets .row {
  display: grid;
  grid-template-columns: minmax(220px, 1.2fr) repeat(3, minmax(0, 1fr));
  gap: 24px;
  align-items: start;
}

.kl-brand-info img {
  max-width: 180px;
  height: auto;
}

@media only screen and (max-width: 900px) {
  .kl-footer-top,
  .footer-widgets .row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media only screen and (max-width: 560px) {
  .kl-footer-top,
  .footer-widgets .row {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}

/* ==========================================================================
   END KABARLAGI NEWS MAGAZINE OVERRIDE
   ========================================================================== */
