/*
 * Handmade Kultur shared shell and compatibility core
 * Maintained plain CSS source. Do not edit content-hashed copies.
 * Updated from the former hk2.css monolith on 2026-07-18.
 */

:root {
  --hk-red: #E2001A;
  --hk-red-hover: #AF0014;
  --hk-red-border: #C90017;
  --hk-red-deep: #8B0010;
  /* Shared mobile page inset — archives, Elementor, V2, blog, classics */
  --hk-gutter-mobile: 12px;
  /* Archive 2-col card gaps (horizontal total / vertical between rows) */
  --hk-card-gap-mobile: 8px;
  --hk-card-gap-y-mobile: 8px;
}

@font-face {
  font-family: "hk";
  src: url("fonts/hk.eot");
  src: url("fonts/hk.eot?#iefix") format("embedded-opentype"), url("fonts/hk.woff") format("woff"), url("fonts/hk.ttf") format("truetype"), url("fonts/hk.svg#hk") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'star';
  src: url('fonts/star.eot');
  src: url('fonts/star.eot?#iefix') format('embedded-opentype'), url('fonts/star.woff') format('woff'), url('fonts/star.ttf') format('truetype'), url('fonts/star.svg#star') format('svg');
  font-weight: normal;
  font-style: normal;
}
[data-icon]:before {
  font-family: "hk" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "hk" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: "hk" !important;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-tag-hover:before {
  content: "k";
}
.icon-share:before {
  content: "w";
}
.icon-lupe:before {
  content: "m";
}
.icon-google-plus:before {
  content: "b";
}
.icon-comment:before {
  content: "i";
}
.icon-menu:before {
  content: "q";
}
.icon-arrow-up:before {
  content: "s";
}
.icon-arrow-down:before {
  content: "r";
}
.icon-plus:before {
  content: "v";
}
.icon-heart:before {
  content: "d";
}
.icon-search:before {
  content: "m";
  color: #fff;
}
.pin-image {
  position: absolute;
  top: 5px;
  left: 5px;
  z-index: 999;
  opacity: 0;
  -webkit-transition: 0.15s all;
  -moz-transition: 0.15s all;
  transition: 0.15s all;
}
.blog-wrap:hover .pin-image {
  opacity: 1;
}
.icon-twitter:after {
  content: "o";
  background-color: #000000;
  border-color: #000000;
  color: #fff;
}
.icon-fb:after {
  content: "a";
  color: #fff;
  background-color: #3B5998;
  border-color: #3B5998;
}
.icon-fb:hover {
  border-color: #3B5998;
}
.icon-pinterest:after {
  content: "e";
  background: #BD081C;
  border-color: #BD081C;
  color: #fff;
}
.icon-yahoo:after {
  content: "c";
  background-color: #7B0099;
  border-color: #7B0099;
  color: #fff;
}
.icon-rss:after {
  content: "y";
  background-color: #FF6600;
  border-color: #FF6600;
  color: #fff;
}
.icon-instagram:after {
  content: "z";
  background-color: #517fa4;
  border-color: #517fa4;
  color: #fff;
}
.icon-tag:before {
  content: "k";
}
.icon-cat:before {
  content: "A";
}
a.icon {
  padding-left: 20px;
  padding-right: 20px;
  display: inline-block;
  line-height: 18px;
}
a.star {
  background: url(../img/bullet_star.png) no-repeat;
}
.heart {
  background: url(../img/heart.png) no-repeat;
}
.loading {
  background: url(../img/loading.gif) no-repeat;
}
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
  line-height: 1.5;
  color: #333;
  background-color: #fff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #333333;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #e2001a;
  text-decoration: underline;
}
a:focus {
  outline: none;
}
a:focus-visible {
  outline: 2px solid #e2001a;
  outline-offset: 2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 0px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.5;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0px;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 21px;
  margin-bottom: 21px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
[role="button"] {
  cursor: pointer;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: Lora, Georgia, "Times New Roman", Times, serif;
  font-weight: 400;
  line-height: 1.3;
  color: #333;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #c6c6c6;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 21px;
  margin-bottom: 10.5px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
.h3 .small,
.h3 .small {
  font-size: 65%;
  color: #7a7a7a;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10.5px;
  margin-bottom: 10.5px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 32px;
}
h2,
.h2 {
  font-size: 26px;
}
h3,
.h3 {
  font-size: 22px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 16px;
}
h6,
.h6 {
  font-size: 13px;
}
p {
  margin: 0 0 10.5px;
}
.lead {
  margin-bottom: 21px;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
small,
.small {
  font-size: 85%;
}
mark,
.mark {
  background-color: #fcf8e3;
  padding: 0.2em;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #c6c6c6;
}
.text-primary {
  color: #333333;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #1a1a1a;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover,
a.text-info:focus {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: var(--hk-red);
}
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: var(--hk-red-hover);
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 9.5px;
  margin: 42px 0 21px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10.5px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 990px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1230px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.shareme-vertical .social-buttons-vertical:before,
.shareme-vertical .social-buttons-vertical:after {
  content: " ";
  display: table;
}
.clearfix:after,
.dl-horizontal dd:after,
.form-horizontal .form-group:after,
.container:after,
.container-fluid:after,
.row:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.shareme-vertical .social-buttons-vertical:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
.row-fluid {
  width: 100%;
  *zoom: 1;
}
.row-fluid:before,
.row-fluid:after {
  display: table;
  content: "";
  line-height: 0;
}
.row-fluid:after {
  clear: both;
}
.row-fluid [class*="span"] {
  display: block;
  width: 100%;
  min-height: 30.8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin-left: 1.96078431%;
  *margin-left: 1.89542484%;
}
.row-fluid [class*="span"]:first-child {
  margin-left: 0;
}
.row-fluid .controls-row [class*="span"] + [class*="span"] {
  margin-left: 1.96078431%;
}
.row-fluid .span12 {
  width: 100%;
  *width: 99.93464052%;
}
.row-fluid .span11 {
  width: 91.50326797%;
  *width: 91.4379085%;
}
.row-fluid .span10 {
  width: 83.00653595%;
  *width: 82.94117647%;
}
.row-fluid .span9 {
  width: 74.50980392%;
  *width: 74.44444444%;
}
.row-fluid .span8 {
  width: 66.0130719%;
  *width: 65.94771242%;
}
.row-fluid .span7 {
  width: 57.51633987%;
  *width: 57.45098039%;
}
.row-fluid .span6 {
  width: 49.01960784%;
  *width: 48.95424837%;
}
.row-fluid .span5 {
  width: 40.52287582%;
  *width: 40.45751634%;
}
.row-fluid .span4 {
  width: 32.02614379%;
  *width: 31.96078431%;
}
.row-fluid .span3 {
  width: 23.52941176%;
  *width: 23.46405229%;
}
.row-fluid .span2 {
  width: 15.03267974%;
  *width: 14.96732026%;
}
.row-fluid .span1 {
  width: 6.53594771%;
  *width: 6.47058824%;
}
.row-fluid .offset12 {
  margin-left: 103.92156863%;
  *margin-left: 103.79084967%;
}
.row-fluid .offset12:first-child {
  margin-left: 101.96078431%;
  *margin-left: 101.83006536%;
}
.row-fluid .offset11 {
  margin-left: 95.4248366%;
  *margin-left: 95.29411765%;
}
.row-fluid .offset11:first-child {
  margin-left: 93.46405229%;
  *margin-left: 93.33333333%;
}
.row-fluid .offset10 {
  margin-left: 86.92810458%;
  *margin-left: 86.79738562%;
}
.row-fluid .offset10:first-child {
  margin-left: 84.96732026%;
  *margin-left: 84.83660131%;
}
.row-fluid .offset9 {
  margin-left: 78.43137255%;
  *margin-left: 78.30065359%;
}
.row-fluid .offset9:first-child {
  margin-left: 76.47058824%;
  *margin-left: 76.33986928%;
}
.row-fluid .offset8 {
  margin-left: 69.93464052%;
  *margin-left: 69.80392157%;
}
.row-fluid .offset8:first-child {
  margin-left: 67.97385621%;
  *margin-left: 67.84313725%;
}
.row-fluid .offset7 {
  margin-left: 61.4379085%;
  *margin-left: 61.30718954%;
}
.row-fluid .offset7:first-child {
  margin-left: 59.47712418%;
  *margin-left: 59.34640523%;
}
.row-fluid .offset6 {
  margin-left: 52.94117647%;
  *margin-left: 52.81045752%;
}
.row-fluid .offset6:first-child {
  margin-left: 50.98039216%;
  *margin-left: 50.8496732%;
}
.row-fluid .offset5 {
  margin-left: 44.44444444%;
  *margin-left: 44.31372549%;
}
.row-fluid .offset5:first-child {
  margin-left: 42.48366013%;
  *margin-left: 42.35294118%;
}
.row-fluid .offset4 {
  margin-left: 35.94771242%;
  *margin-left: 35.81699346%;
}
.row-fluid .offset4:first-child {
  margin-left: 33.9869281%;
  *margin-left: 33.85620915%;
}
.row-fluid .offset3 {
  margin-left: 27.45098039%;
  *margin-left: 27.32026144%;
}
.row-fluid .offset3:first-child {
  margin-left: 25.49019608%;
  *margin-left: 25.35947712%;
}
.row-fluid .offset2 {
  margin-left: 18.95424837%;
  *margin-left: 18.82352941%;
}
.row-fluid .offset2:first-child {
  margin-left: 16.99346405%;
  *margin-left: 16.8627451%;
}
.row-fluid .offset1 {
  margin-left: 10.45751634%;
  *margin-left: 10.32679739%;
}
.row-fluid .offset1:first-child {
  margin-left: 8.49673203%;
  *margin-left: 8.36601307%;
}
[class*="span"].hide,
.row-fluid [class*="span"].hide {
  display: none;
}
[class*="span"].pull-right,
.row-fluid [class*="span"].pull-right {
  float: right;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-style: normal;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
.h1 a,
.h2 a,
.h3 a,
.h4 a,
.h5 a,
.h6 a {
  color: #333;
}
.h3-line-bottom {
  border-bottom: 1px solid #eeeeee;
}
.small {
  scolor: #ccc;
  font-size: 12px;
  line-height: 15.6px;
  padding-top: 6px;
  margin-top: 6px;
}
.small em {
  font-style: italic;
}
/*Site Header*/
#site-header {
  margin-bottom: 2px;
  background: #fff;
  /*    -webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.1),0 1px 0 0 rgba(0,0,0,0.1);
        box-shadow: 0 2px 2px 0 rgba(0,0,0,0.1),0 1px 0 0 rgba(0,0,0,0.1);*/
  /*    background: url(../img/line_header_bg_180x8.png);*/
}
#site-header form {
  margin-bottom: 0px;
}
#site-header #site-logo {
  margin-top: 0px;
}
#site-header #site-logo img {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -112px;
}
#site-header #site-login {
  padding: 6px 20px 0;
  height: auto;
  /* Match logo height so the absolute logo no longer covers nav/breadcrumbs. */
  min-height: 180px;
}
#site-header #banner-shop-top-img {
  /*max-height:80px;*/
}
#site-header #site-nav-container {
  margin-top: 10px;
  border-top: 1px solid #ddd;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1), 0 1px 0 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1), 0 1px 0 0 rgba(0, 0, 0, 0.1);
}
/* BREADCRUMBS — secondary UI chrome, match info-nav / footer (14px)
 *
 * Page types:
 * - Main site (header.php): .hk-breadcrumb-row inside #site-content > .container
 * - Blog (header-blog.php): .hk-breadcrumb-row inside #blog-header
 * - Flush shells (V2 / Elementor): row width matches the 1200px content column
 *
 * Legacy #site-content { padding-top: 20px } only loads on classic routes and was
 * stacking with the row margin. When a breadcrumb row is present, the row owns
 * the nav→content rhythm.
 */
#site-content:has(> .container > .hk-breadcrumb-row) {
  padding-top: 0;
}

.hk-breadcrumb-row {
  display: block;
  width: 100%;
  margin: 14px 0 10px;
  padding: 0;
}

/* Classic archive grid sits directly under breadcrumbs — drop its extra top margin */
#site-content .hk-breadcrumb-row + #grid-content {
  margin-top: 0;
}

/*
 * Classic Isotope grids (.boxleft / article) use 9px side gutters.
 * Without this, breadcrumbs sit on the container edge while the grey
 * intro card and tiles start 9px further in — looks misaligned.
 * Skip V2 shells (they own their own column width, no 9px gutter).
 * Mobile uses --hk-gutter-mobile (see global gutter block below).
 */
@media (min-width: 768px) {
  #site-content:has(#grid-content:not(.hk-project-v2-shell)) .hk-breadcrumb-row {
    box-sizing: border-box;
    padding-left: 9px;
    padding-right: 9px;
  }
}

#breadcrumbs,
#site-content .rank-math-breadcrumb,
.hk-breadcrumb-row .rank-math-breadcrumb,
.rank-math-breadcrumb {
  font-size: 14px;
  line-height: 1.5;
  color: #7a7a7a;
  margin: 0;
  padding: 0;
}

#site-content .rank-math-breadcrumb p,
.hk-breadcrumb-row .rank-math-breadcrumb p,
.rank-math-breadcrumb p {
  margin: 0;
}

#site-content .rank-math-breadcrumb a,
.hk-breadcrumb-row .rank-math-breadcrumb a,
.rank-math-breadcrumb a {
  color: #7a7a7a;
  text-decoration: underline;
}

#site-content .rank-math-breadcrumb a:hover,
#site-content .rank-math-breadcrumb a:focus,
.hk-breadcrumb-row .rank-math-breadcrumb a:hover,
.hk-breadcrumb-row .rank-math-breadcrumb a:focus,
.rank-math-breadcrumb a:hover,
.rank-math-breadcrumb a:focus {
  color: #e2001a;
}

/* Blog header uses the same row wrapper; tighten #blog-main top pad so it
   does not stack another 30px under the breadcrumb margin. */
.blog-hk #blog-header .hk-breadcrumb-row {
  margin: 14px 0 10px;
}

.blog-hk #blog-header:has(.hk-breadcrumb-row) + #blog-main {
  padding-top: 16px;
}
/* ASIDE */
.boxleft #page-header {
  background: url(../img/bg_2.png);
  padding-top: 10px;
}
.boxleft #page-header h1,
.boxleft #page-header h3 {
  font-size: 19px;
  line-height: 26px;
  background: url("../img/line_grey_trans_bg.png") repeat-x scroll center bottom transparent;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.boxleft #page-header h1:first-child,
.boxleft #page-header h3:first-child {
  margin-top: 0px;
}
.boxleft ul,
.boxleft li {
  padding-left: 0px;
  list-style: none;
}
.boxleft .btn-sort {
  width: 220px;
  margin: 10px auto;
  display: block;
}
.boxleft img {
  display: block;
  margin: 10px auto 0;
  float: none;
}
.social-connect {
  height: 25px;
  line-height: 25px;
}
.social-connect a {
  background: none repeat scroll 0 0;
  /*box-shadow: -1px -1px 0 0 #F0F0F0 inset;*/
  color: #555555;
  display: inline-block;
  width: 18px;
  height: 18px;
  line-height: 18px;
  position: relative;
  text-align: center;
  text-decoration: none;
  font-size: 13px;
  text-rendering: optimizelegibility;
  transition: all 0.1s ease-in-out 0s;
  float: left;
  margin: 1px 6px 0 0;
}
.social-connect a:hover {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  /*border-color: #999999;*/
  text-decoration: none;
}
.social-connect a:after {
  /*                border-color: #E0E0E0 #CCCCCC #CCCCCC #E0E0E0;*/
  /*border-color:  @brand-primary;*/
  border-style: solid;
  border-width: 1px;
  border-radius: 3px;
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  text-indent: 0;
  line-height: 18px;
  font-family: "hk" !important;
  text-align: center;
}
#social-portals {
  position: fixed;
  margin-right: 0px;
  top: 280px;
  right: 0px;
  z-index: 1000;
}
#social-portals ul {
  padding: 0;
  margin: 0;
}
#social-portals .social-tabs {
  position: absolute;
  top: 0px;
  left: 0px;
  margin-left: -38px;
  width: 35px;
  /* Tabs */
}
#social-portals .social-tabs li {
  list-style: none !important;
}
#social-portals .social-tabs li .icon-twitter:hover {
  background-color: #1DA1F2;
}
#social-portals .social-tabs li .icon-fb:hover {
  background-color: #3B5998;
}
#social-portals .social-tabs li .icon-pinterest:hover {
  background-color: #BD081C;
}
#social-portals .social-tabs li .icon-yahoo:hover {
  background-color: #7B0099;
}
#social-portals .social-tabs li .icon-rss:hover {
  background-color: #FF6600;
}
#social-portals .social-tabs li .icon-instagram:hover {
  background-color: #517fa4;
}
#social-portals .social-tabs li a {
  display: block;
  padding: 3px 7px;
  width: 35px;
  height: 34px;
  z-index: 10;
  margin: 2px 0 0 0;
  border-radius: 5px 0 0 5px;
  -webkit-border-radius: 5px 0 0 5px;
  -moz-border-radius: 5px 0 0 5px;
  background: #404040;
}
#social-portals .social-tabs li a:hover {
  text-decoration: none;
}
#social-portals .social-tabs li a:after {
  font-family: "hk" !important;
  font-size: 20px;
  background: none;
}
.shareme .box,
.shareme-vertical .box {
  opacity: 1;
}
.shareme .box a,
.shareme-vertical .box a {
  color: #808080;
}
.shareme .box a:hover,
.shareme-vertical .box a:hover {
  text-decoration: none;
}
.shareme .count,
.shareme-vertical .count {
  height: 28px;
  line-height: 28px;
  font-size: 28px;
  float: left;
  background-color: #fff;
  border-right: 1px solid #eeeeee;
  padding-right: 7px;
}
.shareme .share2,
.shareme-vertical .share2 {
  float: left;
  margin-left: 5px;
  font-size: 13px;
  width: 120px;
  margin: 8px;
}
.shareme .social-buttons a,
.shareme-vertical .social-buttons a {
  line-height: 22px;
  outline: 0;
}
.shareme .social-stub,
.shareme-vertical .social-stub {
  /*                background: linear-gradient(#FFFFFF, #E0E0E0) repeat scroll 0 0 transparent;*/
  background: none repeat scroll 0 0;
  /*box-shadow: -1px -1px 0 0 #F0F0F0 inset;*/
  color: #555555;
  display: inline-block;
  width: 18px;
  height: 18px;
  line-height: 18px;
  position: relative;
  text-align: center;
  text-decoration: none;
  font-size: 13px;
  text-rendering: optimizelegibility;
  transition: all 0.1s ease-in-out 0s;
  margin: 0 40px 2px 0;
  text-indent: 21px;
}
.shareme .social-stub:hover,
.shareme-vertical .social-stub:hover {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  /*border-color: #999999;*/
  text-decoration: none;
}
.shareme .social-stub:after,
.shareme-vertical .social-stub:after {
  /*                border-color: #E0E0E0 #CCCCCC #CCCCCC #E0E0E0;*/
  /*border-color:  @brand-primary;*/
  border-style: solid;
  border-width: 1px;
  border-radius: 3px;
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  text-indent: 0;
  line-height: 18px;
  font-family: "hk" !important;
  text-align: center;
}
.shareme .social-stub:before,
.shareme-vertical .social-stub:before {
  background: url("/img/bubble_30px_w.png") no-repeat scroll center center transparent;
  content: attr(data-shares);
  display: block;
  font-family: Arial, sans-serif;
  font-weight: normal;
  height: 18px;
  line-height: 18px;
  position: absolute;
  right: -32px;
  text-align: center;
  text-indent: 3px;
  top: 0px;
  white-space: nowrap;
  width: 30px;
  font-size: 11px;
}
.shareme .social-stub.facebook:after,
.shareme-vertical .social-stub.facebook:after {
  content: "a";
  color: #fff;
  background-color: #3B5998;
  border-color: #3B5998;
}
.shareme .social-stub.facebook:hover,
.shareme-vertical .social-stub.facebook:hover {
  border-color: #3B5998;
}
.shareme .social-stub.twitter:after,
.shareme-vertical .social-stub.twitter:after {
  content: "o";
  background-color: #000000;
  border-color: #000000;
  color: #fff;
}
.shareme .social-stub.pinterest:after,
.shareme-vertical .social-stub.pinterest:after {
  content: "e";
  background: #BD081C;
  border-color: #BD081C;
  color: #fff;
}
.shareme .social-stub.heart:after,
.shareme-vertical .social-stub.heart:after {
  content: "d";
  background-color: #e2001a;
  border-color: #c90017;
  color: #fff;
}
.shareme .social-stub.comment:after,
.shareme-vertical .social-stub.comment:after {
  content: "i";
  background-color: #aaa;
  border-color: #aaa;
  color: #fff;
}
.shareme .social-stub .disabled,
.shareme-vertical .social-stub .disabled {
  background-color: #e2001a;
}
.shareme {
  margin-top: 4px;
  height: 48px;
}
.shareme-vertical {
  height: 34px;
}
.shareme-vertical .social-buttons-vertical {
  background-color: #eeeeee;
  padding: 8px 10px 0px 10px;
}
.social-likes {
  background-color: #f8f8f8;
  color: #222222;
  transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s, color 0.5s ease 0s, background-color 0.5s ease 0s;
  cursor: pointer;
  font-size: 22px;
  left: 50%;
  margin-left: -30px;
  position: absolute;
  text-align: center;
  padding: 18px 20px 6px;
  z-index: 10;
  top: -33px;
  border-radius: 50%;
}
.social-likes:hover {
  color: #ff2626;
}
.social-sharing {
  border-top: 1px solid #eeeeee;
  display: block;
  margin: 10px 0;
  position: relative;
  top: 0;
}
.social-sharing .social-share {
  position: absolute;
  left: 50%;
  top: -10px;
  background-color: #fff;
  margin-left: -16px;
}
.social-sharing .icon-share {
  background-color: #fff;
  padding: 0 10px;
  display: inline-block;
}
.btn-pin-it {
  position: absolute;
  top: 15px;
  left: 15px;
  z-index: 2;
}
/*Navigation */
#navi-specials {
  margin-top: 10px;
}
#navi-specials a {
  font-size: 14px;
  line-height: 1.5;
  text-decoration: none;
  padding: 0 2px;
  display: block;
  color: #7a7a7a;
}
#navi-specials a:hover {
  color: #fff;
  background-color: #e2001a;
}
.menu-sub-box {
  margin-left: 4.5px;
  margin-right: 4.5px;
}
.menu-sub-box li {
  float: left;
  display: table;
  padding: 0px;
  margin-left: 3px;
  margin-right: 3px;
  margin-bottom: 9px;
  width: 110px;
  height: 110px;
}
.menu-sub-box li a {
  background-color: #ddd;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
#site-nav-sub {
  text-align: center;
  color: #e2001a;
  margin: 10px 0;
  font-size: 12px;
}
#site-nav-mobile {
  margin-left: 0px;
}
#site-nav-mobile #btn-mobile-menu {
  font-size: 24px;
}
#site-nav-mobile a {
  background-color: #fff;
}
#site-nav {
  /*background: url(../img/line_bg.png) repeat-x top;*/
  padding-top: 10px;
}
.btn-grey {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-grey:focus,
.btn-grey.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.btn-grey:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-grey:active,
.btn-grey.active,
.open > .dropdown-toggle.btn-grey {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-grey:active:hover,
.btn-grey.active:hover,
.open > .dropdown-toggle.btn-grey:hover,
.btn-grey:active:focus,
.btn-grey.active:focus,
.open > .dropdown-toggle.btn-grey:focus,
.btn-grey:active.focus,
.btn-grey.active.focus,
.open > .dropdown-toggle.btn-grey.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.btn-grey:active,
.btn-grey.active,
.open > .dropdown-toggle.btn-grey {
  background-image: none;
}
.btn-grey.disabled:hover,
.btn-grey[disabled]:hover,
fieldset[disabled] .btn-grey:hover,
.btn-grey.disabled:focus,
.btn-grey[disabled]:focus,
fieldset[disabled] .btn-grey:focus,
.btn-grey.disabled.focus,
.btn-grey[disabled].focus,
fieldset[disabled] .btn-grey.focus {
  background-color: #fff;
  border-color: #ccc;
}
.btn-grey .badge {
  color: #fff;
  background-color: #333;
}
/* Unified category / tag chips (sidebar + /projekte SEO links) */
#site-nav-left,
#page-header .hk-chip-cloud,
#page-header p:has(> a.btn-grey) {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 6px;
  margin: 8px 0 12px;
  padding: 0;
  list-style: none;
}
#site-nav-left li,
#page-header .hk-chip-cloud li {
  display: block;
  float: none;
  margin: 0;
  padding: 0;
}
#site-nav-left a.btn,
#page-header .hk-chip-cloud a.btn,
#page-header p > a.btn-grey {
  display: inline-block;
  margin: 0;
  padding: 4px 10px;
  font-size: 12px;
  line-height: 1.4;
  font-weight: 400;
  color: #333;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 0;
  text-decoration: none;
  white-space: normal;
  max-width: 100%;
  text-align: left;
}
#site-nav-left a.btn:hover,
#site-nav-left a.btn:focus,
#page-header .hk-chip-cloud a.btn:hover,
#page-header .hk-chip-cloud a.btn:focus,
#page-header p > a.btn-grey:hover,
#page-header p > a.btn-grey:focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
  text-decoration: none;
}
/*Footer*/
footer {
  background: url(../img/bg_2.png);
  padding: 0 25px;
}
footer ul ul {
  padding-left: 10px;
}
footer li li {
  list-style-image: url("../img/dot.gif");
}
footer #mce-form #mce-EMAIL {
  border-color: #ccc;
}
.footer {
  /*    background: url(../img/line_bg.png) repeat-x top;*/
}
@media (max-width: 768px) {
  #dcsmt-5 {
    display: none !important;
    display: none;
    visibility: hidden;
  }
  nav select {
    display: block;
    width: auto;
  }
  .category .box2,
  .post-category .box2,
  .category .banner,
  .post-category .banner,
  .category .box3,
  .post-category .box3,
  .category .blog-hk,
  .post-category .blog-hk {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .boxleft,
  .boxleft #adslot-left {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .single .boxleft {
    display: none !important;
  }
  .boxleft #adslot-left {
    max-height: 280px;
  }
  .single article,
  .page article {
    width: 100%;
    margin-left: 0px;
  }
  .single #adslot-right {
    width: 100%;
    max-height: 280px;
  }
}
@media (max-width: 736px) {
  .container {
    padding-left: 5px;
    padding-right: 5px;
  }
}
@media (max-width: 731px) {
  .container {
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media (max-width: 480px) {
  #mega-menu-wrap-top-menu {
    margin: 0px;
  }
  #mega-menu-wrap-top-menu #mega-menu-top-menu li#mega-menu-item-150387 {
    margin-bottom: 3px;
  }
  #mega-menu-wrap-top-menu #mega-menu-top-menu li#mega-menu-item-150387 .mega-search input[type=text] {
    border: 1px solid #ddd;
  }
  #mega-menu-wrap-top-menu .mega-menu-toggle {
    border-bottom: 1px solid #ddd;
  }
  #mega-menu-wrap-top-menu .mega-menu-toggle .mega-toggle-block-left {
    margin-left: 0px;
  }
  /* Do not zero archive margins — mobile gutter lives on #grid-content.category */
  #grid-content:not(.category) {
    margin: 0px;
  }
  #grid-content .rounded {
    border-radius: 0px;
  }
  .container {
    padding-left: 0px;
    padding-right: 0px;
  }
  #site-header #site-login {
    height: auto;
  }
  #site-header #site-login .hk-header-account {
    text-align: right;
  }
  .social-tabs,
  #site-header #site-login .hk-header-aside {
    display: none !important;
    display: none;
    visibility: hidden;
  }
  nav select {
    width: 100%;
    margin-bottom: 10px;
    margin-top: 40px;
  }
  #site-header #site-logo img {
    position: relative;
  }
  .row > [class*="span"],
  .row-fluid > [class*="span"] {
    float: none;
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
  }
  .blog-hk-single #blog-main article img,
  .blog-hk-single #blog-main article .wp-caption {
    width: 100% !important;
  }
  .single #grid-content .boxleft,
  .page #grid-content .boxleft {
    display: none !important;
    display: none;
    visibility: hidden;
  }
  .single #grid-content #info-box-left,
  .page #grid-content #info-box-left {
    background: none;
  }
  .single #grid-content article,
  .page #grid-content article {
    min-height: unset;
  }
  /* Shrink-to-fit only — width:100%/min-height stretched small images (and emoji). */
  .single #grid-content article img,
  .page #grid-content article img {
    max-width: 100%;
    width: auto;
    height: auto;
    min-height: 0;
  }
  .single #grid-content article img.emoji,
  .page #grid-content article img.emoji {
    width: 1em;
    height: 1em;
    max-width: 1em;
  }
  .single #grid-content article .icon-wall,
  .page #grid-content article .icon-wall {
    width: 30px;
  }
  .single #grid-content article #comments img,
  .page #grid-content article #comments img {
    width: 40px;
    min-height: unset;
  }
  .single #grid-content article .hk-swiper-thumbs img,
  .page #grid-content article .hk-swiper-thumbs img {
    width: 100%;
    height: 100%;
    min-height: unset;
  }
  .single #grid-content article #info-box-left img,
  .page #grid-content article #info-box-left img {
    min-height: unset;
  }
  .single #grid-content article .img-related,
  .page #grid-content article .img-related {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .category .boxleft #page-header,
  .post-category .boxleft #page-header {
    padding-left: 10px;
    padding-right: 10px;
  }
  .category .boxleft #page-header img,
  .post-category .boxleft #page-header img {
    float: none;
    width: 40%;
    display: block;
    margin: 0px auto;
    height: auto;
  }
  .category .boxleft,
  .post-category .boxleft,
  .category .banner,
  .post-category .banner,
  .category .box3,
  .post-category .box3,
  .category .box2,
  .post-category .box2 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .category .box1,
  .post-category .box1 {
    box-sizing: border-box;
    width: calc(50% - var(--hk-card-gap-mobile, 8px));
    margin: 0 calc(var(--hk-card-gap-mobile, 8px) / 2) var(--hk-card-gap-y-mobile, 8px);
    border-bottom: 1px solid #ddd;
  }
  .category .box1 .article-meta,
  .post-category .box1 .article-meta {
    overflow: hidden;
  }
  .category .box1 .img-main,
  .post-category .box1 .img-main {
    margin: 0;
    display: block;
    float: none;
    width: 100%;
    height: auto;
    object-fit: cover;
  }
  #grid-content .banner {
    /*        padding: 0;*/
    min-height: 180px;
  }
  .post-category .post {
    border-bottom: 1px solid #ddd;
    padding-bottom: 30px;
  }
  .post-category .post img {
    width: 100%;
    margin: 0px auto 10px;
    height: auto;
  }
  #site-header .row-fluid > [class*="span"] {
    float: left;
  }
  .blog-hk .row {
    margin-left: 0px;
    margin-right: 0px;
  }
}
.visible-xs {
  display: none !important;
}
@media (max-width: 480px) {
  .visible-xs {
    display: block !important;
  }
}
@media (max-width: 480px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .author-heading,
  .category-headline {
    width: 720px;
  }
  .author-heading-first,
  .search-right {
    width: 480px;
  }
}
@media (min-width: 992px) {
  .author-heading,
  .category-headline {
    width: 960px;
  }
  .author-heading-first,
  .search-right {
    width: 720px;
  }
}
@media (min-width: 1200px) {
  .author-heading,
  .category-headline {
    width: 1200px;
  }
  .author-heading-first,
  .search-right {
    width: 960px;
  }
}
/*!
 * Social Share Kit v1.0.7 (http://socialsharekit.com)
 * Copyright 2015 Social Share Kit / Kaspars Sprogis.
 * Licensed under Creative Commons Attribution-NonCommercial 3.0 license:
 * https://github.com/darklow/social-share-kit/blob/master/LICENSE
 * ---
 */
.ssk:before {
  display: inline-block;
  font-family: "hk" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #fff;
}
.ssk-facebook:before {
  content: "a";
  text-indent: 4px;
  margin-right: -4px;
}
.ssk-twitter:before {
  content: "o";
}
.ssk-copy:before {
  content: "w";
}
.ssk-google-plus:before {
  content: "b";
}
.ssk-google-plus-old:before {
  content: "b";
}
.ssk-email:before {
  content: "B";
  top: -1px;
  position: relative;
}
.ssk-pinterest:before {
  content: "e";
}
.ssk-instagram:before {
  content: "z";
}
.ssk-whatsapp:before {
  content: "C";
}
.ssk {
  background-color: #555555;
  color: white;
  display: inline-block;
  font-size: 16px;
  line-height: 1px;
  margin-right: 2px;
  margin-bottom: 2px;
  padding: 9px;
  text-align: center;
  text-decoration: none;
  transition: background-color 0.1s;
  -webkit-transition: background-color 0.1s;
  -moz-transition: background-color 0.1s;
  -ms-transition: background-color 0.1s;
  -o-transition: background-color 0.1s;
}
.ssk:before,
.ssk .glyphicon,
.ssk .fa {
  position: relative;
  font-size: 16px;
  top: 0;
  vertical-align: middle;
}
.ssk.ssk-xs,
.ssk-xs > .ssk {
  padding: 6px;
}
.ssk.ssk-xs:before,
.ssk-xs > .ssk:before,
.ssk.ssk-xs .glyphicon,
.ssk-xs > .ssk .glyphicon,
.ssk.ssk-xs .fa,
.ssk-xs > .ssk .fa {
  font-size: 9px;
}
.ssk.ssk-sm,
.ssk-sm > .ssk {
  padding: 7px;
}
.ssk.ssk-sm:before,
.ssk-sm > .ssk:before,
.ssk.ssk-sm .glyphicon,
.ssk-sm > .ssk .glyphicon,
.ssk.ssk-sm .fa,
.ssk-sm > .ssk .fa {
  font-size: 14px;
}
.ssk.ssk-lg,
.ssk-lg > .ssk {
  padding: 11px;
}
.ssk.ssk-lg:before,
.ssk-lg > .ssk:before,
.ssk.ssk-lg .glyphicon,
.ssk-lg > .ssk .glyphicon,
.ssk.ssk-lg .fa,
.ssk-lg > .ssk .fa {
  font-size: 22px;
}
.ssk:last-child {
  margin-right: 0;
}
.ssk:hover {
  background-color: #e2001a;
}
.ssk:hover,
.ssk:focus {
  color: #fff;
  text-decoration: none;
}
.ssk.ssk-round,
.ssk-round .ssk {
  border-radius: 50%;
}
.ssk.ssk-round:before,
.ssk-round .ssk:before {
  text-indent: 0;
  margin-right: 0;
}
.ssk.ssk-rounded,
.ssk-rounded .ssk {
  border-radius: 15%;
}
.ssk.ssk-icon {
  color: #555555;
  padding: 2px;
  font-size: 24px;
}
.ssk.ssk-icon,
.ssk.ssk-icon:hover {
  background-color: transparent;
}
.ssk.ssk-icon:hover {
  color: #333333;
}
.ssk.ssk-icon.ssk-xs,
.ssk-xs > .ssk.ssk-icon {
  font-size: 16px;
}
.ssk.ssk-icon.ssk-sm,
.ssk-sm > .ssk.ssk-icon {
  font-size: 20px;
}
.ssk.ssk-icon.ssk-lg,
.ssk-lg > .ssk.ssk-icon {
  font-size: 28px;
}
.ssk.ssk-text {
  overflow: hidden;
  font-size: 17px;
  line-height: normal;
  padding-right: 13px;
}
.ssk.ssk-text:before,
.ssk.ssk-text .glyphicon,
.ssk.ssk-text .fa {
  margin: -9px 13px -9px -9px;
  padding: 9px;
  background-color: rgba(0, 0, 0, 0.15);
  vertical-align: bottom;
  text-indent: 0;
}
.ssk-block .ssk.ssk-text {
  display: block;
  margin-right: 0;
  text-align: left;
}
.ssk.ssk-text.ssk-xs,
.ssk-xs > .ssk.ssk-text {
  font-size: 12px;
  padding-right: 9px;
}
.ssk.ssk-text.ssk-xs:before,
.ssk-xs > .ssk.ssk-text:before,
.ssk.ssk-text.ssk-xs .glyphicon,
.ssk-xs > .ssk.ssk-text .glyphicon,
.ssk.ssk-text.ssk-xs .fa,
.ssk-xs > .ssk.ssk-text .fa {
  margin: -6px 9px -6px -6px;
  padding: 6px;
}
.ssk.ssk-text.ssk-sm,
.ssk-sm > .ssk.ssk-text {
  font-size: 16px;
  padding-right: 10px;
}
.ssk.ssk-text.ssk-sm:before,
.ssk-sm > .ssk.ssk-text:before,
.ssk.ssk-text.ssk-sm .glyphicon,
.ssk-sm > .ssk.ssk-text .glyphicon,
.ssk.ssk-text.ssk-sm .fa,
.ssk-sm > .ssk.ssk-text .fa {
  margin: -7px 10px -7px -7px;
  padding: 7px;
}
.ssk.ssk-text.ssk-lg,
.ssk-lg > .ssk.ssk-text {
  font-size: 22px;
  padding-right: 16px;
}
.ssk.ssk-text.ssk-lg:before,
.ssk-lg > .ssk.ssk-text:before,
.ssk.ssk-text.ssk-lg .glyphicon,
.ssk-lg > .ssk.ssk-text .glyphicon,
.ssk.ssk-text.ssk-lg .fa,
.ssk-lg > .ssk.ssk-text .fa {
  margin: -11px 16px -11px -11px;
  padding: 11px;
}
.ssk-group,
.ssk-sticky {
  font-size: 0;
}
.ssk-sticky {
  top: 0;
  position: fixed;
  z-index: 2000;
  color: #fff;
}
.ssk-sticky .ssk {
  transition: padding 0.1s ease-out;
  -webkit-transition: padding 0.1s ease-out;
  -moz-transition: padding 0.1s ease-out;
  -ms-transition: padding 0.1s ease-out;
  -o-transition: padding 0.1s ease-out;
  margin: 0;
}
@media (min-width: 768px) {
  .ssk-sticky.ssk-left .ssk,
  .ssk-sticky.ssk-right .ssk {
    display: block;
    clear: both;
  }
  .ssk-sticky.ssk-left.ssk-center,
  .ssk-sticky.ssk-right.ssk-center {
    top: 60%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
  }
  .ssk-sticky.ssk-left {
    left: 0;
  }
  .ssk-sticky.ssk-left .ssk {
    float: left;
  }
  .ssk-sticky.ssk-left .ssk:hover {
    padding-left: 15px;
  }
  .ssk-sticky.ssk-right {
    right: 0;
  }
  .ssk-sticky.ssk-right .ssk {
    float: right;
  }
  .ssk-sticky.ssk-right .ssk:hover {
    padding-right: 15px;
  }
}
.ssk-sticky.ssk-bottom {
  font-size: 0;
  top: auto;
  bottom: 0;
}
.ssk-sticky.ssk-bottom.ssk-center {
  left: 50%;
  right: auto;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}
.ssk-sticky.ssk-bottom .ssk {
  vertical-align: bottom;
}
.ssk-sticky.ssk-bottom .ssk:hover {
  padding-bottom: 15px;
}
.ssk-sticky.ssk-round.ssk-xs .ssk:hover {
  padding: 8px;
}
.ssk-sticky.ssk-round.ssk-sm .ssk:hover {
  padding: 9px;
}
.ssk-sticky.ssk-round .ssk:hover {
  padding: 11px;
}
.ssk-sticky.ssk-round.ssk-lg .ssk:hover {
  padding: 13px;
}
@media (max-width: 767px) {
  .ssk-sticky {
    left: 0;
    right: 0;
    bottom: 0;
    top: auto;
    width: 100%;
    display: flex !important;
    flex-direction: row;
    flex-wrap: nowrap;
    padding-bottom: env(safe-area-inset-bottom, 0);
    z-index: 2000;
  }
  .ssk-sticky.ssk-sticky-hide-xs {
    display: none !important;
  }
  .ssk-sticky .ssk {
    flex: 1;
    width: auto;
    min-height: 44px;
    /*.ssk-num {
                width: 100%;
                display: block;
                background-color: fadeout(#fff, 10%);
                border-radius: 0;
            }*/
  }
  .ssk-sticky .ssk .ssk-num {
    display: none;
  }
}
.ssk-count {
  padding-top: 20px;
}
.ssk-count .ssk {
  position: relative;
}
.ssk-count .ssk-num {
  border-radius: 4px;
  color: #6f6f6f;
  background-color: rgba(50, 50, 50, 0.03);
  display: block;
  font-size: 12px;
  left: 0;
  line-height: 20px;
  position: absolute;
  right: 0;
  text-align: center;
  top: -20px;
}
@media (min-width: 768px) {
  .ssk-count.ssk-sticky {
    padding-top: 0;
  }
  .ssk-count.ssk-sticky.ssk-left .ssk-num,
  .ssk-count.ssk-sticky.ssk-right .ssk-num {
    top: 20%;
    background-color: transparent;
  }
  .ssk-count.ssk-sticky.ssk-left .ssk-num {
    left: 100%;
    margin-left: 5px;
  }
  .ssk-count.ssk-sticky.ssk-right .ssk-num {
    right: 115%;
    margin-left: -100%;
    text-align: right;
  }
}
.ssk-facebook {
  background-color: #3B5998;
}
.ssk-grayscale > .ssk-facebook {
  background-color: #555555;
}
.ssk-facebook:hover {
  background-color: #2d4373;
}
.ssk-facebook:hover {
  background-color: #2d4373;
}
.ssk-grayscale > .ssk-facebook:hover {
  background-color: #3B5998;
}
.ssk-facebook.ssk-icon {
  color: #3B5998;
}
.ssk-facebook.ssk-icon:hover {
  color: #2d4373;
}
.ssk-facebook.ssk-icon:before {
  text-indent: 0;
  margin-right: 0;
}
.ssk-twitter {
  background-color: #000000;
}
.ssk-grayscale > .ssk-twitter {
  background-color: #555555;
}
.ssk-twitter:hover {
  background-color: #333333;
}
.ssk-twitter:hover {
  background-color: #333333;
}
.ssk-grayscale > .ssk-twitter:hover {
  background-color: #000000;
}
.ssk-twitter.ssk-icon {
  color: #000000;
}
.ssk-twitter.ssk-icon:hover {
  color: #333333;
}
.ssk-copy {
  background-color: #333333;
}
.ssk-copy:hover,
.ssk-copy.is-copied {
  background-color: #2e7d32;
}
.ssk-copy.ssk-icon {
  color: #333333;
}
.ssk-copy.ssk-icon:hover {
  color: #2e7d32;
}
.ssk-pinterest {
  background-color: #BD081C;
}
.ssk-grayscale > .ssk-pinterest {
  background-color: #555555;
}
.ssk-pinterest:hover {
  background-color: #8c0615;
}
.ssk-pinterest:hover {
  background-color: #8c0615;
}
.ssk-grayscale > .ssk-pinterest:hover {
  background-color: #BD081C;
}
.ssk-pinterest.ssk-icon {
  color: #BD081C;
}
.ssk-pinterest.ssk-icon:hover {
  color: #8c0615;
}
.ssk-email {
  background-color: #555555;
}
.ssk-grayscale > .ssk-email {
  background-color: #555555;
}
.ssk-email:hover {
  background-color: #3c3c3c;
}
.ssk-email:hover {
  background-color: #3c3c3c;
}
.ssk-grayscale > .ssk-email:hover {
  background-color: #555555;
}
.ssk-grayscale > .ssk-email:hover {
  background-color: #3c3c3c;
}
.ssk-email.ssk-icon {
  color: #555555;
}
.ssk-email.ssk-icon:hover {
  color: #3c3c3c;
}
.ssk-whatsapp {
  background-color: #34AF23;
}
.ssk-grayscale > .ssk-whatsapp {
  background-color: #555555;
}
.ssk-whatsapp:hover {
  background-color: #27851a;
}
.ssk-whatsapp:hover {
  background-color: #27851a;
}
.ssk-grayscale > .ssk-whatsapp:hover {
  background-color: #34AF23;
}
.ssk-whatsapp.ssk-icon {
  color: #34AF23;
}
.ssk-whatsapp.ssk-icon:hover {
  color: #27851a;
}
/* Subtle emphasis for account actions in the header. */
#site-header #site-login a.login,
#site-header #site-login a.register {
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 2px;
}
#site-header #site-login a.register {
  color: var(--hk-red);
}
#site-header #site-login a.login:hover,
#site-header #site-login a.login:focus,
#site-header #site-login a.register:hover,
#site-header #site-login a.register:focus {
  color: var(--hk-red-hover);
}
#site-header .hk-header-account {
  font-size: 14px;
  line-height: 1.5;
}
#site-header .hk-login-compact {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  white-space: nowrap;
}
#site-header .hk-login-compact--user .login {
  color: #333333;
  text-decoration: none;
  font-weight: 400;
  max-width: 160px;
  overflow: hidden;
  text-overflow: ellipsis;
}
#site-header .hk-login-sep {
  color: #ccc;
  user-select: none;
}
@media (max-width: 767px) {
  #site-header > .text-center,
  #navi-specials-wrap {
    display: none;
  }
  #site-header #site-login {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    position: relative;
    gap: 4px 12px;
    padding: 8px 12px 6px;
    height: auto;
    min-height: 0;
  }
  #site-header .hk-header-account {
    order: 2;
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    float: none;
    width: auto;
    flex: 0 0 auto;
    text-align: right;
    padding: 0;
    z-index: 2;
  }
  #site-header .hk-login-compact {
    font-size: 13px;
    line-height: 1.4;
  }
  #site-header #site-logo {
    order: 1;
    flex: 0 0 auto;
    width: auto;
    margin: 0;
    text-align: center;
  }
  #site-header #site-logo img {
    position: relative;
    left: auto;
    display: inline-block;
    margin-left: 0;
    width: auto;
    height: 120px;
    max-width: 220px;
  }
  #site-header #site-nav-container {
    margin-top: 0;
  }
  #site-header #site-login .hk-header-aside {
    display: none !important;
  }
}
@media (max-width: 480px) {
  #site-header #site-logo img {
    height: 100px;
    max-width: 190px;
  }
  #site-header .hk-login-compact {
    font-size: 12px;
    gap: 6px;
  }
}

.hk-full-width {
  width: 100%;
}

/* Blog layout — native CSS grid (replaces Bootstrap col-sm-8/4). */
#blog-main.blog-main {
  display: grid;
  grid-template-columns: minmax(0, 2fr) minmax(240px, 1fr);
  gap: 32px;
  align-items: start;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
#blog-main.blog-main .blog-main__content,
#blog-main.blog-main .blog-main__sidebar {
  min-width: 0;
}
#blog-main.blog-main .blog-main__sidebar {
  float: none;
  width: auto;
}
@media (max-width: 767px) {
  #blog-main.blog-main {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}

/* Shared PHP header/footer shell — flex/grid instead of row-fluid/span*. */
#site-header #site-login.hk-header-bar {
  position: relative;
  width: 100%;
}
#site-header #site-login.hk-header-bar::after {
  content: "";
  display: table;
  clear: both;
}
#site-header #site-login .hk-header-account {
  float: right;
  text-align: right;
}
#site-header #site-login .hk-header-aside {
  display: none;
}
footer nav.hk-footer-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px 32px;
  align-items: start;
}
footer nav.hk-footer-grid .hk-footer-col {
  float: none;
  width: auto;
  min-width: 0;
}
footer .hk-footer-nav {
  display: block;
  width: 100%;
  text-align: center;
}
@media (max-width: 767px) {
  footer nav.hk-footer-grid {
    grid-template-columns: 1fr;
  }
}

/* CPT archive shell — filter chrome + tokens. Card widths stay in hk-legacy for Isotope. */
#grid-content.hk-archive {
  --hk-archive-card: 220px;
  --hk-archive-gap: 10px;
  min-height: 300px;
}
#grid-content.hk-archive .hk-archive-pagination {
  width: 100%;
  float: none;
  clear: both;
}
.hk-archive .boxleft #page-header .hk-filter {
  margin: 0 0 12px;
}
.hk-filter-form {
  margin: 0;
}
.hk-filter-form__label {
  margin: 0 0 8px;
  font-weight: 600;
}
.hk-filter-form__controls {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 10px;
  align-items: stretch;
}
.hk-filter-form__controls .form-control,
.hk-filter-form__controls .select2-container {
  flex: 1 1 140px;
  min-width: 0;
  max-width: 100%;
}
.hk-filter-form__controls .select2-container {
  width: 100% !important;
}
@media (max-width: 767px) {
  .hk-filter-form__controls {
    flex-direction: column;
  }
  .hk-filter-form__controls .form-control,
  .hk-filter-form__controls .select2-container {
    flex: 1 1 auto;
    width: 100%;
  }
}

/* Keep navigation dropdowns above page content / project media. */
#site-header #site-nav-container {
  position: relative;
  z-index: 1100;
}
#mega-menu-wrap-top-menu {
  position: relative;
  z-index: 1100;
}
#mega-menu-wrap-top-menu #mega-menu-top-menu > li.mega-menu-megamenu > ul.mega-sub-menu,
#mega-menu-wrap-top-menu #mega-menu-top-menu > li.mega-menu-flyout > ul.mega-sub-menu {
  z-index: 1101;
}

/* === HK Comment CX === */
#comments .comment-respond {
  background-color: #f3f3f3;
  padding: 20px;
  margin-bottom: 24px;
  border: 1px solid #dddddd;
}

#comments .comment-respond .comment-reply-title {
  margin: 0 0 8px;
  font-family: Lora, Georgia, "Times New Roman", serif;
  font-size: 22px;
  line-height: 1.3;
  color: #333333;
}

#comments .logged-in-as,
#comments .must-log-in {
  margin: 0 0 14px;
  color: #7a7a7a;
  font-size: 14px;
  line-height: 1.5;
}

#comments .logged-in-as a,
#comments .must-log-in a {
  color: #333333;
  text-decoration: underline;
}

#comments .logged-in-as a:hover,
#comments .must-log-in a:hover {
  color: #e2001a;
}

#comments .comment-form p {
  margin: 0 0 14px;
}

#comments .comment-form-author > label,
#comments .comment-form-email > label,
#comments .comment-form-url > label,
#comments .comment-form-comment > label {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  clip-path: inset(50%);
  white-space: nowrap;
  border: 0;
}

#comments .form-control,
#comments textarea.form-control {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 10px 12px;
  font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #333333;
  background: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 0;
  box-shadow: none;
}

#comments textarea.form-control {
  min-height: 140px;
  resize: vertical;
}

#comments .form-control:focus,
#comments textarea.form-control:focus {
  border-color: #e2001a;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(226, 0, 26, 0.15);
}

#comments .form-control::placeholder {
  color: #7a7a7a;
  opacity: 1;
}

#comments .comment-form-attachment {
  margin: 0 0 16px;
}

#comments .hk-comment-attach-heading {
  display: block;
  margin: 0 0 8px;
  color: #333333;
  font-size: 14px;
  font-weight: 600;
}

#comments .comment-form-attachment__input {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

#comments .hk-comment-attach-btn {
  display: inline-block;
  margin: 0 10px 0 0;
  padding: 8px 14px;
  color: #e2001a;
  background: #ffffff;
  border: 1px solid #e2001a;
  border-radius: 0;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.4;
  cursor: pointer;
  vertical-align: middle;
}

#comments .hk-comment-attach-btn:hover,
#comments .hk-comment-attach-btn:focus {
  color: #ffffff;
  background: #e2001a;
  outline: 0;
}

#comments .hk-comment-attach-name {
  display: inline-block;
  color: #7a7a7a;
  font-size: 13px;
  vertical-align: middle;
}

#comments .hk-comment-attach-name.is-selected {
  color: #333333;
}

#comments .comment-form-attachment__file-size-notice,
#comments .comment-form-attachment__file-types-notice {
  display: block;
  margin-top: 6px;
  color: #7a7a7a;
  font-size: 12px;
  line-height: 1.4;
}

#comments .comment-form-attachment__file-types-notice a {
  color: #7a7a7a;
  text-decoration: underline;
}

#comments .form-submit {
  margin: 0;
}

#comments .form-submit .btn,
#comments .form-submit .btn-default {
  min-height: 42px;
  padding: 10px 18px;
  color: #ffffff;
  background-color: #e2001a;
  border: 1px solid #c90017;
  border-radius: 0;
  font-size: 15px;
  font-weight: 600;
}

#comments .form-submit .btn-default:hover,
#comments .form-submit .btn-default:focus {
  color: #ffffff;
  background-color: #af0014;
  border-color: #8b0010;
}

#comments .hk-comments-title {
  margin: 0 0 12px;
  font-family: Lora, Georgia, "Times New Roman", serif;
  font-size: 22px;
  line-height: 1.3;
  color: #333333;
}

#comments .hk-comments-empty {
  margin: 0 0 24px;
  padding: 16px 0;
  color: #7a7a7a;
  font-size: 15px;
  line-height: 1.5;
  border-top: 1px solid #eeeeee;
}

#comments .comment-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

#comments .comment-list > li,
#comments .comment-list .children > li {
  border-top: 1px solid #eeeeee;
  margin: 0;
  padding: 20px 0 4px;
  list-style: none;
  position: relative;
}

#comments .comment-list .children {
  margin: 0;
  padding: 0 0 0 24px;
  list-style: none;
}

#comments .comment-list li.comment.bypostauthor {
  background: #fff5f6;
  border-bottom: 2px solid #e2001a;
  padding-left: 10px;
  padding-right: 10px;
}

#comments .comment-list .avatar {
  float: left;
  width: 40px;
  height: 40px;
  margin: 0 12px 8px 0;
  padding: 2px;
  border: 1px solid #dddddd;
  border-radius: 0;
  background: #ffffff;
}

#comments .comment-meta {
  margin-top: 10px;
  color: #7a7a7a;
  font-size: 13px;
  line-height: 1.4;
}

#comments .comment-meta__author,
#comments .comment-meta__author a {
  color: #333333;
  font-weight: 600;
}

#comments .comment-meta__sep {
  margin: 0 6px;
  color: #aaaaaa;
}

#comments .comment-meta__date,
#comments .comment-meta a {
  color: #7a7a7a;
  font-size: 13px;
  text-decoration: none;
}

#comments .comment-meta a:hover {
  color: #e2001a;
}

#comments .comment-awaiting-moderation {
  display: block;
  margin: 0 0 8px;
  color: #7a7a7a;
  font-size: 13px;
  font-style: italic;
}

#comments .comment-list > li,
#comments .comment-list .children > li {
  position: relative;
}

#comments .comment-body.media {
  overflow: visible;
}

#comments .reply {
  position: static !important;
  top: auto !important;
  right: auto !important;
  clear: both;
  margin: 10px 0 0;
  text-align: left;
}

#comments .hk-comment-reply,
#comments .reply .comment-reply-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 32px;
  padding: 6px 12px;
  color: #333333;
  background: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 0;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.2;
  text-decoration: none;
}

#comments .hk-comment-reply:hover,
#comments .hk-comment-reply:focus,
#comments .reply .comment-reply-link:hover,
#comments .reply .comment-reply-link:focus {
  color: #ffffff;
  background: #e2001a;
  border-color: #e2001a;
  text-decoration: none;
}

#comments .comment-respond small #cancel-comment-reply-link {
  display: inline-block;
  margin-top: 4px;
  color: #7a7a7a;
  font-size: 13px;
}

@media (max-width: 600px) {
  #comments .comment-respond {
    padding: 16px;
  }

  #comments .comment-list .children {
    padding-left: 14px;
  }

  #comments .hk-comment-attach-btn,
  #comments .hk-comment-attach-name {
    display: block;
  }

  #comments .hk-comment-attach-name {
    margin-top: 8px;
  }
}

/* === HK Comment AJAX paging === */
#comments .hk-comments-thread {
  position: relative;
  margin-bottom: 28px;
}

#comments .hk-comments-thread.is-loading .hk-comments-thread__body {
  opacity: 0.45;
  pointer-events: none;
  transition: opacity 0.15s ease;
}

#comments .hk-comments-loading {
  margin: 0 0 12px;
  color: #7a7a7a;
  font-size: 14px;
}

#comments .hk-comment-pagination {
  clear: both;
  margin: 16px 0 20px;
}

#comments .hk-comment-pagination__status {
  margin: 0 0 10px;
  color: #7a7a7a;
  font-size: 13px;
}

#comments .hk-comment-pagination .page-numbers {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin: 0;
  padding: 0;
  list-style: none;
}

#comments .hk-comment-pagination li {
  margin: 0;
  padding: 0;
}

#comments .hk-comment-pagination a,
#comments .hk-comment-pagination span {
  display: inline-flex;
  min-width: 38px;
  min-height: 38px;
  align-items: center;
  justify-content: center;
  padding: 7px 11px;
  border: 1px solid #dddddd;
  color: #333333;
  background: #ffffff;
  text-decoration: none;
  font-size: 14px;
  line-height: 1.2;
}

#comments .hk-comment-pagination a:hover,
#comments .hk-comment-pagination a:focus {
  border-color: #e2001a;
  color: #e2001a;
}

#comments .hk-comment-pagination .current {
  border-color: #e2001a;
  background: #e2001a;
  color: #ffffff;
}

#comments .hk-comments-thread + .comment-respond {
  margin-top: 8px;
}

/* === HK Comment stacking === */
#comments,
#comments .hk-comments-thread,
.hk-project-v2__comments {
  position: relative;
  z-index: 2;
}

#comments,
#hk-comments-thread,
#project-community {
  scroll-margin-top: 96px;
}

.admin-bar #comments,
.admin-bar #hk-comments-thread,
.admin-bar #project-community {
  scroll-margin-top: 128px;
}

#comments .hk-comment-pagination:last-of-type {
  margin-bottom: 28px;
}

.hk-project-v2__related {
  position: relative;
  z-index: 1;
}

/* Elementor theme-builder placeholder must not clip page content */
.elementor-theme-builder-content-area {
  height: auto !important;
  min-height: 0;
}

/*
 * Modern shells (Elementor + Project/Content V2) own their content width.
 * body.hk-flush-shell is set in functions-template-body-class.php.
 * Legacy archives/classic singles keep the Bootstrap container as-is.
 */
body.hk-flush-shell #site-content > .container {
  width: 100%;
  max-width: none;
  padding-left: 0;
  padding-right: 0;
}

/* Keep breadcrumbs aligned with the flushed content column (not blog) */
body.hk-flush-shell:not(.blog-hk) .hk-breadcrumb-row {
  box-sizing: border-box;
  width: min(1200px, calc(100% - (2 * var(--hk-gutter-mobile))));
  max-width: 1200px;
  margin-top: 14px;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
}

body.hk-flush-shell #site-content .elementor .e-con {
  --padding-left: 0px;
  --padding-right: 0px;
  padding-left: 0;
  padding-right: 0;
}

/*
 * Mobile page gutter — one inset for every shell.
 *
 * Isotope archives: MARGIN on #grid-content.category only (padding shrinks
 * the pack width and breaks multi-column masonry).
 * Everything else: padding on the content shell.
 */
@media (max-width: 767px) {
  /* Kill Bootstrap’s 15 → 5 → 0 cascade; shells below own the inset. */
  #site-content > .container,
  body.blog-hk #blog-header > .container {
    padding-left: 0;
    padding-right: 0;
  }

  /*
   * Isotope browse grids: page edge stays --hk-gutter-mobile.
   * Card side margins create the column gap; subtract half-gap from the
   * grid margin so outer inset does not stack (12 + 4 ≠ 16).
   */
  #grid-content.category {
    box-sizing: border-box;
    width: auto;
    margin-left: calc(var(--hk-gutter-mobile) - var(--hk-card-gap-mobile) / 2);
    margin-right: calc(var(--hk-gutter-mobile) - var(--hk-card-gap-mobile) / 2);
    padding-left: 0;
    padding-right: 0;
  }

  #grid-content.category .boxleft {
    margin-left: calc(var(--hk-card-gap-mobile) / 2);
    margin-right: calc(var(--hk-card-gap-mobile) / 2);
  }

  #grid-content.category article.box1 {
    box-sizing: border-box;
    width: calc(50% - var(--hk-card-gap-mobile));
    margin-top: 0;
    margin-left: calc(var(--hk-card-gap-mobile) / 2);
    margin-right: calc(var(--hk-card-gap-mobile) / 2);
    margin-bottom: var(--hk-card-gap-y-mobile);
  }

  /* Search: pad the shell; same half-gap compensation as archive grids */
  #search.hk-search {
    box-sizing: border-box;
    padding-left: calc(var(--hk-gutter-mobile) - var(--hk-card-gap-mobile) / 2);
    padding-right: calc(var(--hk-gutter-mobile) - var(--hk-card-gap-mobile) / 2);
  }
  #search #grid-content.category {
    margin-left: 0;
    margin-right: 0;
  }

  /* Classic non-Isotope (singles, info pages, plain pages) */
  body:not(.hk-flush-shell) #site-content > .container:not(:has(#grid-content.category)) {
    padding-left: var(--hk-gutter-mobile);
    padding-right: var(--hk-gutter-mobile);
  }

  /* Blog shell */
  body.blog-hk #blog-header > .container,
  body.blog-hk #blog-main.blog-main {
    box-sizing: border-box;
    padding-left: var(--hk-gutter-mobile);
    padding-right: var(--hk-gutter-mobile);
  }

  /* Breadcrumbs match the content inset on every route */
  #site-content .hk-breadcrumb-row,
  #blog-header .hk-breadcrumb-row {
    box-sizing: border-box;
    padding-left: var(--hk-gutter-mobile);
    padding-right: var(--hk-gutter-mobile);
  }

  /*
   * Classic shells already pad .container — zero crumb padding there so
   * breadcrumbs stay at 12px, not 24px (container + crumb).
   */
  body:not(.hk-flush-shell)
    #site-content
    > .container:not(:has(#grid-content.category))
    .hk-breadcrumb-row {
    padding-left: 0;
    padding-right: 0;
  }

  body.hk-flush-shell:not(.blog-hk) .hk-breadcrumb-row {
    width: 100%;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }

  /* Elementor / home flush shell */
  body.hk-flush-shell #site-content .elementor > .e-con.e-parent {
    --padding-left: var(--hk-gutter-mobile);
    --padding-right: var(--hk-gutter-mobile);
    padding-left: var(--hk-gutter-mobile);
    padding-right: var(--hk-gutter-mobile);
  }
}

/* Keep comment threads clear of the footer newsletter */
#comments {
  margin-bottom: 40px;
  padding-bottom: 8px;
}

/* —— Share sheet (single pages) —— */
.hk-share-sheet .screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

button.hk-share-sheet__trigger {
  position: fixed;
  left: 0;
  top: 42%;
  z-index: 1100;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  margin: 0;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-left: 0;
  border-radius: 0 999px 999px 0;
  background-color: #2b2b2b;
  color: #fff;
  cursor: pointer;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.18);
  transition: background-color 0.15s ease, transform 0.15s ease;
  appearance: none;
  -webkit-appearance: none;
}

button.hk-share-sheet__trigger:hover,
button.hk-share-sheet__trigger:focus-visible {
  background-color: #e2001a;
  color: #fff;
  outline: none;
  transform: translateX(2px);
}

.hk-share-sheet__trigger-icon {
  display: flex;
  line-height: 0;
}

.hk-share-sheet__backdrop {
  position: fixed;
  inset: 0;
  z-index: 1200;
  background: rgba(0, 0, 0, 0.45);
}

.hk-share-sheet__dialog {
  position: fixed;
  inset: 0;
  z-index: 1201;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding: 16px;
  pointer-events: none;
}

.hk-share-sheet__dialog:not([hidden]) {
  pointer-events: auto;
}

.hk-share-sheet__panel {
  width: min(100%, 360px);
  max-height: min(80vh, 520px);
  overflow: auto;
  background: #fff;
  border-radius: 16px 16px 12px 12px;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.22);
  transform: translateY(12px);
  opacity: 0;
  transition: transform 0.18s ease, opacity 0.18s ease;
}

.hk-share-sheet.is-open .hk-share-sheet__panel {
  transform: translateY(0);
  opacity: 1;
}

.hk-share-sheet__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 16px 18px 8px;
}

.hk-share-sheet__header h2 {
  margin: 0;
  font-size: 18px;
  font-weight: 600;
  color: #333;
  line-height: 1.3;
}

.hk-share-sheet__close {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: transparent;
  color: #54595f;
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
}

.hk-share-sheet__close:hover,
.hk-share-sheet__close:focus-visible {
  background: #f3f3f3;
  color: #e2001a;
  outline: none;
}

.hk-share-sheet__list {
  list-style: none;
  margin: 0;
  padding: 4px 10px 14px;
}

.hk-share-sheet__list li {
  margin: 0;
}

.hk-share-sheet__option,
button.hk-share-sheet__option {
  display: flex;
  align-items: center;
  gap: 14px;
  width: 100%;
  margin: 0;
  padding: 12px 10px;
  border: 0;
  border-radius: 10px;
  background: transparent;
  background-color: transparent;
  color: #333;
  font-size: 16px;
  line-height: 1.3;
  text-align: left;
  text-decoration: none;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  box-shadow: none;
}

.hk-share-sheet__option:hover,
.hk-share-sheet__option:focus-visible,
button.hk-share-sheet__option:hover,
button.hk-share-sheet__option:focus-visible {
  background: #f6f6f6;
  background-color: #f6f6f6;
  color: #333;
  outline: none;
  text-decoration: none;
}

.hk-share-sheet__option-icon {
  display: inline-flex;
  flex: 0 0 40px;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #f0f0f0;
  color: #333;
  font-size: 15px;
  font-weight: 700;
}

.hk-share-sheet__option-icon--whatsapp {
  background: #25d366;
  color: #fff;
}

.hk-share-sheet__option-icon--whatsapp::before {
  content: "W";
}

.hk-share-sheet__option-icon--facebook {
  background: #1877f2;
  color: #fff;
}

.hk-share-sheet__option-icon--facebook::before {
  content: "f";
}

.hk-share-sheet__option-icon--x {
  background: #111;
  color: #fff;
}

.hk-share-sheet__option-icon--x::before {
  content: "𝕏";
  font-weight: 500;
}

.hk-share-sheet__option-icon--pinterest {
  background: #e60023;
  color: #fff;
}

.hk-share-sheet__option-icon--pinterest::before {
  content: "P";
}

.hk-share-sheet__option-icon--email {
  background: #54595f;
  color: #fff;
}

.hk-share-sheet__option-icon--email::before {
  content: "@";
}

.hk-share-sheet__option-icon--copy::before {
  content: "⎘";
  font-size: 18px;
}

.hk-share-sheet__option.is-copied .hk-share-sheet__copy-label {
  color: #e2001a;
}

@media (min-width: 768px) {
  .hk-share-sheet__dialog {
    align-items: center;
  }

  .hk-share-sheet__panel {
    border-radius: 14px;
  }
}

/* Clear project mobile action bar */
@media (max-width: 1024px) {
  body.single-project button.hk-share-sheet__trigger {
    top: auto;
    bottom: 88px;
  }
}

@media (max-width: 767px) {
  button.hk-share-sheet__trigger {
    width: 44px;
    height: 44px;
  }
}
