/* restored static theme */
:root {
  --tkf-black: #111111;
  --tkf-ink: #202020;
  --tkf-muted: #666666;
  --tkf-red: #9f2035;
  --tkf-red-dark: #781528;
  --tkf-line: #dddddd;
  --tkf-soft: #f5f5f5;
  --tkf-paper: #ffffff;
}
* {
  box-sizing: border-box;
}
html {
  min-height: 100%;
  background: var(--tkf-black);
}
body,
body.custom-background {
  margin: 0;
  min-height: 100%;
  background: #141414 !important;
  color: var(--tkf-ink);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
  line-height: 1.55;
}
a {
  color: var(--tkf-red);
  text-decoration: none;
}
a:hover {
  color: var(--tkf-red-dark);
  text-decoration: underline;
}
img,
iframe,
object,
embed {
  max-width: 100%;
}
img {
  height: auto;
}
#wrapper {
  width: min(1180px, calc(100% - 32px));
  min-height: 100vh;
  margin: 0 auto;
  background: var(--tkf-paper);
  box-shadow: 0 0 44px rgba(0, 0, 0, .42);
}
#header {
  background: var(--tkf-black);
  color: #ffffff;
  border-top: 4px solid var(--tkf-red);
}
#masthead,
#branding {
  min-width: 0;
}
#branding {
  padding: 24px 24px 18px;
  text-align: center;
}
#branding:before {
  content: "The Kink Factory";
  display: block;
  margin: 0 0 20px;
  color: #ffffff;
  font-size: clamp(30px, 6vw, 52px);
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1;
}
#branding img[src*="Final-KF-Logo"],
#branding > img:first-child {
  display: none;
}
#imageMenu {
  overflow: hidden;
  width: 100%;
  border: 1px solid #2c2c2c;
  background: #1d1d1d;
}
#imageMenu ul,
#imageMenu li {
  margin: 0;
  padding: 0;
  list-style: none;
}
#imageMenu ul {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
}
#imageMenu a {
  display: flex;
  align-items: flex-end;
  min-height: 138px;
  padding: 14px 11px;
  border-right: 1px solid rgba(255, 255, 255, .14);
  background-color: #2a2a2a !important;
  background-size: cover !important;
  background-position: center !important;
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.25;
  text-align: left;
  text-decoration: none;
  text-shadow: 0 2px 5px rgba(0, 0, 0, .9);
}
#imageMenu a:hover {
  background-color: #3a3a3a !important;
  color: #ffffff;
}
#access {
  position: relative;
  z-index: 20;
  background: var(--tkf-red);
  border-top: 1px solid rgba(255, 255, 255, .16);
  border-bottom: 1px solid rgba(0, 0, 0, .32);
}
#access .skip-link {
  display: none;
}
#access ul,
#access li {
  margin: 0;
  padding: 0;
  list-style: none;
}
#access .menu-header > ul,
#access ul.menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0 14px;
}
#access li {
  position: relative;
}
#access a {
  display: block;
  padding: 13px 12px;
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.2;
  text-transform: uppercase;
  text-decoration: none;
}
#access a:hover,
#access .current-menu-item > a,
#access .current_page_item > a {
  background: #ffffff;
  color: var(--tkf-red);
}
#access .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  display: none;
  min-width: 270px;
  padding: 6px 0;
  background: #ffffff;
  border: 1px solid var(--tkf-line);
  box-shadow: 0 14px 28px rgba(0, 0, 0, .18);
}
#access li:hover > .sub-menu {
  display: block;
}
#access .sub-menu a {
  color: var(--tkf-ink);
  padding: 10px 14px;
  text-transform: none;
}
#access .sub-menu a:hover {
  background: var(--tkf-soft);
  color: var(--tkf-red);
}
#main {
  display: grid;
  grid-template-columns: minmax(240px, 270px) minmax(0, 1fr) minmax(200px, 240px);
  gap: 26px;
  padding: 28px;
  background: var(--tkf-soft);
}
#sidebar1 {
  grid-column: 1;
}
#container {
  grid-column: 2;
  grid-row: 1;
  min-width: 0;
}
#sidebar2 {
  grid-column: 3;
}
#content,
.widget-container,
#comments {
  background: #ffffff;
  border: 1px solid var(--tkf-line);
  border-radius: 4px;
  box-shadow: 0 8px 22px rgba(0, 0, 0, .06);
}
#content {
  padding: clamp(22px, 4vw, 38px);
}
.widget-area ul,
.widget-area li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.widget-container {
  margin-bottom: 18px;
  padding: 0;
  overflow: hidden;
}
.widget-container > ul,
.widget-container > div,
.widget-container > form {
  padding: 14px 16px 16px;
}
.widget-container ul {
  display: grid;
  gap: 10px;
}
.widget-container li {
  color: var(--tkf-muted);
  font-size: 13px;
  line-height: 1.45;
  overflow-wrap: anywhere;
}
.widget-container a {
  overflow-wrap: anywhere;
}
.widget-title {
  display: block;
  margin: 0;
  padding: 10px 14px 9px;
  border-bottom: 2px solid var(--tkf-red);
  color: var(--tkf-black);
  background: #ffffff;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.22;
  text-transform: uppercase;
  overflow-wrap: anywhere;
}
#sidebar1,
#sidebar2 {
  min-width: 0;
}
#sidebar1 input,
#sidebar1 textarea,
#sidebar1 select,
#sidebar2 input,
#sidebar2 textarea,
#sidebar2 select {
  min-height: 40px;
  font-size: 14px;
}
#sidebar1 input[type="submit"],
#sidebar2 input[type="submit"] {
  width: auto;
  min-width: 88px;
  margin-top: 2px;
}
#ny_subscribe_wrapper,
#ny_subscribe_form {
  display: grid;
  gap: 12px;
}
#ny_subscribe_wrapper p,
#ny_subscribe_form p {
  margin: 0;
}
#ny_subscribe_form label {
  display: block;
  margin-bottom: 6px;
  color: var(--tkf-ink);
  font-size: 14px;
}
#searchform > div {
  display: grid;
  gap: 10px;
}
.wppa-widget {
  float: none !important;
  display: block !important;
  width: 100% !important;
  height: auto !important;
  margin: 0 !important;
  text-align: left !important;
}
.wppa-widget a {
  display: block;
  min-height: 84px;
  border: 1px solid var(--tkf-line);
  border-radius: 4px;
  background: #f7f7f7;
  color: var(--tkf-red);
  font-size: 0;
  font-weight: 700;
  line-height: 1.35;
  padding: 18px 14px;
  text-align: center;
  text-decoration: none;
}
.wppa-widget a:before {
  content: "Custom laser engraved BDSM toys";
  font-size: 13px;
}
.wppa-widget img {
  display: none !important;
}
.entry-title {
  margin: 0 0 20px;
  color: var(--tkf-black);
  font-size: clamp(32px, 5vw, 48px);
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.08;
}
.entry-content {
  color: #333333;
  font-size: 16px;
}
.entry-content p {
  margin: 0 0 16px;
}
.entry-content h2,
.entry-content h3 {
  margin: 26px 0 12px;
  color: var(--tkf-black);
  line-height: 1.2;
}
.entry-content ul,
.entry-content ol {
  padding-left: 24px;
}
input,
textarea,
select {
  width: 100%;
  min-height: 42px;
  border: 1px solid #cfcfcf;
  border-radius: 4px;
  background: #ffffff;
  color: var(--tkf-ink);
  font: inherit;
  padding: 10px 11px;
}
textarea {
  min-height: 120px;
}
input:focus,
textarea:focus,
select:focus {
  outline: 2px solid rgba(159, 32, 53, .22);
  border-color: var(--tkf-red);
}
input[type="submit"],
button,
.button,
.sd-button {
  width: auto;
  min-height: 40px;
  border: 1px solid var(--tkf-red);
  border-radius: 4px;
  background: var(--tkf-red);
  color: #ffffff !important;
  cursor: pointer;
  font-weight: 700;
  padding: 9px 14px;
  text-decoration: none;
}
input[type="submit"]:hover,
button:hover,
.button:hover,
.sd-button:hover {
  background: var(--tkf-red-dark);
  border-color: var(--tkf-red-dark);
}
.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}
.sharedaddy,
.sd-sharing,
.sd-like {
  clear: both;
  margin-top: 24px;
}
.sd-title {
  margin: 0 0 10px;
  color: var(--tkf-muted);
  font-size: 13px;
  text-transform: uppercase;
}
.sd-content ul {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.must-log-in {
  margin: 0;
  padding: 14px 16px;
  border-left: 4px solid var(--tkf-red);
  background: #fff5f6;
}
#comments {
  margin-top: 20px;
  padding: 18px;
}
#footer {
  background: var(--tkf-black);
  color: #c9c9c9;
  padding: 22px;
  text-align: center;
}
#footer a {
  color: #ffffff;
}
#footer p {
  margin: 0;
  font-size: 13px;
}
@media (max-width: 980px) {
  #wrapper {
    width: 100%;
  }
  #main {
    grid-template-columns: 1fr;
    padding: 18px;
  }
  #container,
  #sidebar1,
  #sidebar2 {
    grid-column: auto;
    grid-row: auto;
  }
  #container {
    order: 1;
  }
  #sidebar1 {
    order: 2;
  }
  #sidebar2 {
    order: 3;
  }
  #imageMenu ul {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  #access .menu-header > ul,
  #access ul.menu {
    justify-content: flex-start;
  }
}
@media (max-width: 620px) {
  #branding {
    padding: 20px 14px 14px;
  }
  #imageMenu ul {
    grid-template-columns: 1fr;
  }
  #imageMenu a {
    min-height: 74px;
  }
  #access .menu-header > ul,
  #access ul.menu {
    display: grid;
    padding: 0;
  }
  #access .sub-menu {
    position: static;
    display: block;
    min-width: 0;
    border: 0;
    box-shadow: none;
  }
  #main {
    padding: 12px;
  }
  #content {
    padding: 20px;
  }
}