/*
Theme Name: Com64 2.0
Description: Simple and lightweight responsive theme in the style of the good old Commodore 64. The search box has been modified - just type and press Return to search - classic blinking cursor included!
Author: United Networks
Version: 2.0-dev
Requires at least: 4.8
Tested up to:      5.4.2
Requires PHP:      5.6
Tags: two-columns, one-column, right-sidebar, custom-menu
License: GNU General Public License v2.0 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: commodore
Theme URI: https://unitednetworksonline.com/wordpress-themes/
Author URI: https://unitednetworksonline.com

This Theme Bundles the Following Third Party Resources
Font is PETSCII Commodore by @josefnpat, OFL License
Source: https://fontstruct.com/fontstructions/show/1336244/petscii-commodore
*/

@font-face {
  font-family: c64;
  src: local('c64'), url('petscii-commodore.ttf') format('truetype');
}

html {
  height: 100%;
}

body {
  margin: auto;
  height: 100%;
  width: 90%;
  padding: 0;
  font-family: c64, courier, monospaced;
  color: #A6A1FF;
  background-color: #A6A1FF;
  position: relative;
  font-size: 14px;
  line-height: 1.7em;
  background-size: 100%;
  min-height: 100%;
}

h2 {
  line-height: 1.5em;
}

#container {
  background: #4342E6;
  margin: 50px auto;
  max-width: 960px;
}

.content {
  padding: 5px;
  min-height: 500px;
}

.content a {
  color: #A6A1FF;
}

.content a:hover {
  background-color: white;
  color: black;
  text-decoration: none;
}

a:hover {
  background-color: white;
  color: black;
  text-decoration: none;
}

mark {
  background-color: #fff;
  font-weight: bold;
  color: #000;
}

#wrapper {
  width: 960px;
  margin: 0 auto;
}

.header-home {
  padding: 10px 0 20px 0;
  text-align: center;
}

.header-home h1 {
  text-align: center;
  line-height: 1.5em;
  font-size: 30px;
  margin: 0 auto 5px auto;
}

.header-home h1 a {
  color: #A6A1FF;
  text-decoration: none;
}

.header-home h1 a:hover {
  background-color: white;
  color: black;
  text-decoration: none;
}

.header-home h2 {
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0em;
  margin: 0 auto;
}

body.has_sidebar .content {
  width: 720px;
  margin: 0 auto;
  position: relative;
  float: left;
}

#cursor {
  background: #A6A1FF;
  width: 19px;
  height: 19px;
  font-size: 1px;
  position: relative;
  display: inline-block;
  vertical-align: top;
  animation: blinker 0.8s step-start infinite;
  left: 0;
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}

#writer {
  border-bottom: 2px dotted #A6A1FF;
}

section {
  display: block;
}

blockquote {
  padding: 0 40px;
  position: relative;
  border: 1px dashed #ccc;
  margin: 0 0 20px 0;
}

blockquote:before {
  content: '\201C';
  font-size: 55px;
  color: #ccc;
  position: absolute;
  top: 0px;
  left: 10px;
}

blockquote:after {
  content: '\201D';
  font-size: 55px;
  color: #ccc;
  position: absolute;
  bottom: -30px;
  right: 10px;
}

table {
  width: 100%;
  border: 1px solid #ccc;
  font-size: 12px;
  margin-bottom: 20px;
}

th {
  background-color: #666;
  color: #fff;
  text-align: left;
}

th,
td {
  padding: 5px;
}

dl {
  font-size: 12px;
}

dt {
  font-weight: bold;
}

dd {
  margin-bottom: 5px;
  margin-left: 10px;
}

address {
  font-size: 12px;
}

acronym {
  border-bottom: 1px dashed #ccc;
}

s,
strike,
del {
  text-decoration: line-through;
}

.size-full {
  max-width: 550px;
  height: auto;
  overflow: hidden;
}

footer {
  text-align: center;
  color: #A6A1FF;
  padding: 10px 0;
  display: block;
  clear: both;
}

footer a {
  color: inherit;
}

nav {
  display: block;
  text-align: left;
  font-size: 12px;
  width: 200px;
  float: right;
  line-height: 1.6em;
}

nav ul {
  list-style: none;
  line-height: 1.6em;
  padding: 0;
  margin: 0 0 0 0;
  color: #A6A1FF;
}

nav a {
  color: #A6A1FF;
}

#respond {
  clear: both;
  padding: 15px 15px 15px 15px;
}

#respond h3 {
  margin: 0 0 15px 0;
  padding: 0 0 0 0;
}

#commentform p {
  clear: both;
}

#commentform p input,
#commentform p textarea {
  width: 400px;
  float: right;
}

p.form-allowed-tags {
  clear: both;
  padding-top: 20px;
  color: #999;
}

p.form-submit input {
  width: auto !important;
}

.prevnext {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
  font-size: 12px;
  width: 720px;
}

.prevnext li {
  display: inline;
  padding: 10px;
}

.wp-caption {
  margin-bottom: 20px;
  text-align: center;
  overflow: hidden;
  height: auto;
}

.wp-caption img {
  margin: 5px;
  border: none;
}

.wp-caption p.wp-caption-text {
  color: #888;
  font-size: 12px;
  margin: 5px 0 5px 0;
}

hr.clearfix {
  clear: both;
  visibility: hidden;
}

.widget_text div {
  color: #999;
  padding: 15px;
}

.pie_search_form #s {
  left: -1000px;
  position: absolute;
  border: 0 none;
  background: transparent none;
  color: #dddddd;
  font-family: c64, courier, monospaced;
  font-size: 14px;
  line-height: 1.7em;
}

#terminal {
  margin: 1px 1px 15px;
  cursor: text;
  height: auto;
  overflow: hidden;
  max-width: 900px;
}

#writer {
  color: #A6A1FF;
  display: inline-block;
  font-family: c64, courier, monospaced;
  font-size: 14px;
  height: 22px;
  line-height: 1.7em;
  overflow: hidden;
  max-width: 870px;
  vertical-align: top;
}

#getter {
  margin: 1px;
}

.menu li {
  display: inline;
}

.menu a {
  color: #A6A1FF;
}

.menu a:hover {
  background-color: white;
  color: black;
  text-decoration: none;
}

.menu li+li {
  background: url('images/sep.png') no-repeat top left;
  padding-left: 15px;
}

.index-date {
  padding: 0 0 0 25px;
  margin: -15px;
}

.post-date {
  padding: 0 0 0 25px;
  margin: -15px;
}

code {
  font-family: c64, courier, monospaced;
  font-size: 10px;
}

/* Standard Smartphones */
@media only screen and (max-width: 767px) {
  body {
    width: 100%;
    position: initial;
  }

  #container {
    margin: 0 20px auto;
    padding-top: 60px;
    width: 90%;
  }

  #wrapper {
    width: 100%;
  }

  .header-home {
    padding: 5px;
  }

  body.has_sidebar .content {
    width: 100%;
  }

  nav {
    float: none;
    padding: 5px;
    width: 100%;
  }

  #commentform p input,
  #commentform p textarea {
    width: 100%;
  }

  .prevnext {
    padding-bottom: 50px;
  }
}

/* iPhone6 */
@media only screen and (max-device-width : 667px) {
  #container {
    margin: 20px auto;
    padding: 2%;
  }

  #wrapper {
    width: 100%;
  }

  .header-home {
    padding: 5px;
  }

  body.has_sidebar .content {
    width: 100%;
  }

  nav {
    float: none;
    padding: 5px;
    width: 100%;
  }

  #commentform p input,
  #commentform p textarea {
    width: 100%;
  }

  .prevnext {
    padding-bottom: 50px;
  }
}

@media only screen and (max-device-width : 736px) {
  #container {
    margin: 20px auto;
    padding: 2%;
  }

  #wrapper {
    width: 100%;
  }

  .header-home {
    padding: 5px;
  }

  body.has_sidebar .content {
    width: 100%;
  }

  nav {
    float: none;
    padding: 5px;
    width: 100%;
  }

  #commentform p input,
  #commentform p textarea {
    width: 100%;
  }

  .prevnext {
    padding-bottom: 50px;
  }
}

@media only screen and (min-width:737px) and (max-width:1065px) {

  #wrapper,
  .content,
  nav {
    box-sizing: border-box;
  }

  #wrapper {
    width: 100%;
  }

  .content {
    width: 75% !important;
    padding: 10px 15px;
  }

  nav {
    width: 25% !important;
    float: left !important;
  }
}

img.wp-image-4 {
  max-width: 100%;
  height: auto;
  box-sizing: border-box;
  padding: 10px 20px 10px 15px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  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. */
}

*:focus {

  /* Make visible in Windows High Contrast mode */
  outline: 1px dotted #adf;

}

.skip-main {
  left: -999px;
  position: absolute;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
  z-index: -999;
}

.skip-main:focus,
a.skip-main:active {
  color: #fff;
  background-color: #4342E6;
  left: auto;
  top: auto;
  width: 20%;
  height: auto;
  overflow: auto;
  margin: 10px;
  padding: 5px;
  border: 4px solid #adf;
  text-align: center;
  font-size: 1.2em;
  z-index: 999;
}

#table-retrogamesachievements {
    border-radius:25px;
    border: 0px solid #808080;
    padding: 2px;
    width: 100%;
    height: 100%;
    font-family:sans-serif;
    color: #808080;
    font-size: 0.900em;
}
#tr-retrogamesachievements:nth-child(even) {
    background-color:;
}
.content-retrogamesachievements {
    height: 50px;
    clear: both
}
.content-retrogamesachievements .pic-retrogamesachievements {
     float: left
}
.content-retrogamesachievements .pic-retrogamesachievements img {
     width: 50px;margin-right:.5em;
}
.content-retrogamesachievements .gametext-retrogamesachievements {
     float: left;
     height: 60px;
     overflow: hidden
}
.content-retrogamesachievements .gametext-retrogamesachievements .h2-hsb{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: bold;
    color: #808080;
    padding: 2px;
    padding: 0;
    margin: 0;
    width:151px;
}
.content-retrogamesachievements .gametext-retrogamesachievements p {
    font-family:sans-serif;
    font-style:oblique;
    font-size: 0.900em;
    color: #808080;
    padding: 2px;
}
/* =========================================================
   COM64 2.0 FACELIFT v0.1
   Modern responsive layout, original C64 identity preserved
   ========================================================= */

*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0 20px;

  font-size: clamp(15px, 1.1vw, 17px);
  line-height: 1.75;
}

#container {
  width: 100%;
  max-width: 1180px;

  margin: 40px auto;
  padding: 24px;

  border-radius: 6px;
}

#wrapper {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}

.content {
  width: 100%;
  min-height: 0;
  padding: 10px 0;
}

body.has_sidebar .content {
  width: calc(100% - 300px);
  margin: 0;
  padding-right: 36px;
  float: left;
}

.sidebar {
  width: 300px;
  float: right;
}

img,
video,
iframe {
  max-width: 100%;
  height: auto;
}

.content p,
.content li {
  max-width: 78ch;
}

.content h1,
.content h2,
.content h3 {
  line-height: 1.3;
}

.header-home {
  padding: 18px 20px 10px;
}

.header-home h1 {
  font-size: clamp(26px, 4vw, 38px);
}

#cursor {
  width: 1.05em;
  height: 1.05em;
  vertical-align: -0.12em;
}

blockquote {
  max-width: 78ch;
  padding: 12px 20px;
}

@media (max-width: 900px) {
  body {
    padding: 0 12px;
  }

  #container {
    margin: 20px auto;
    padding: 18px;
  }

  body.has_sidebar .content,
  .sidebar {
    width: 100%;
    float: none;
  }

  body.has_sidebar .content {
    padding-right: 0;
  }

  .sidebar {
    margin-top: 32px;
  }
}

@media (max-width: 600px) {
  body {
    padding: 0 6px;
    font-size: 15px;
  }

  #container {
    margin: 8px auto;
    padding: 12px;
    border-radius: 0;
  }

  .header-home {
    padding-left: 4px;
    padding-right: 4px;
  }
}

/* =========================================================
   END COM64 2.0 FACELIFT v0.1
   ========================================================= */


/* Restore classic C64 blinking block cursor */
#cursor {
  width: 19px;
  height: 19px;
  vertical-align: top;
}


/* =========================================================
   COM64 2.0 FACELIFT v0.2
   Spacing & typography
   ========================================================= */

/* Slightly tighter header */
.header-home {
  padding-top: 12px;
  padding-bottom: 6px;
}

.header-home h1 {
  margin-top: 0;
  margin-bottom: 2px;
  line-height: 1.35;
}

.header-home h2 {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1.5;
}

/* Bring content closer to the C64 header */
.content {
  padding-top: 0;
}

/* Article headings */
.content h1,
.content h2,
.content h3 {
  margin-top: 0.8em;
  margin-bottom: 0.35em;
}

/* More natural paragraph rhythm */
.content p {
  margin-top: 0.7em;
  margin-bottom: 1.05em;
}

/* Images should sit naturally inside articles */
.content img {
  display: block;
  margin-top: 1em;
  margin-bottom: 1.25em;
}

/* Give sidebar headings a little structure without
   turning them into modern "cards" */
.sidebar h1,
.sidebar h2,
.sidebar h3,
.sidebar .widget-title {
  margin-top: 1.3em;
  margin-bottom: 0.65em;
  line-height: 1.4;
}

/* First sidebar heading doesn't need extra top space */
.sidebar > *:first-child h1,
.sidebar > *:first-child h2,
.sidebar > *:first-child h3,
.sidebar > *:first-child .widget-title {
  margin-top: 0;
}

/* Mobile: retain the roomy C64 feel */
@media (max-width: 900px) {
  .header-home {
    padding-top: 10px;
  }

  .content h1,
  .content h2,
  .content h3 {
    margin-top: 0.65em;
  }
}

/* =========================================================
   END COM64 2.0 FACELIFT v0.2
   ========================================================= */


/* =========================================================
   COM64 2.0 FACELIFT v0.3
   Article images
   ========================================================= */

.content img {
  display: block;

  max-width: 100%;
  height: auto;

  margin: 1.4em 0 1.6em;

  padding: 4px;

  border: 2px solid #A6A1FF;
  background: #4342E6;

  box-shadow:
    6px 6px 0 rgba(166, 161, 255, 0.18);
}

/* Keep small inline images from becoming oversized */
.content img.size-thumbnail,
.content img.size-medium {
  width: auto;
}

/* Linked images keep the same visual treatment */
.content a img {
  transition: transform 0.08s linear;
}

.content a:hover img {
  transform: translate(-2px, -2px);

  box-shadow:
    8px 8px 0 rgba(166, 161, 255, 0.22);
}

/* Mobile: slightly lighter treatment */
@media (max-width: 600px) {
  .content img {
    margin-top: 1.1em;
    margin-bottom: 1.3em;

    padding: 3px;
    border-width: 1px;

    box-shadow:
      4px 4px 0 rgba(166, 161, 255, 0.16);
  }
}

/* =========================================================
   END COM64 2.0 FACELIFT v0.3
   ========================================================= */


/* =========================================================
   COM64 2.0 FACELIFT v0.4
   Article Reading Mode
   ========================================================= */

/* Comfortable reading width for PETSCII text */
.entry-content > p,
.entry-content > ul,
.entry-content > ol,
.entry-content > blockquote,
.entry-content > h1,
.entry-content > h2,
.entry-content > h3,
.entry-content > h4 {
  max-width: 800px;
}

/* Slightly airier long-form text */
.entry-content > p {
  line-height: 1.8;
}

/* C64/BBS prompt for article subheadings */
.entry-content > h2::before,
.entry-content > h3::before {
  content: "> ";
}

/* Clear section rhythm */
.entry-content > h2,
.entry-content > h3 {
  margin-top: 1.8em;
  margin-bottom: 0.65em;
}

/* Lists follow the reading column */
.entry-content > ul,
.entry-content > ol {
  padding-left: 2.2em;
  margin-top: 0.8em;
  margin-bottom: 1.3em;
}

/* Images are allowed to stay gloriously BIG */
.entry-content img {
  max-width: 100%;
  height: auto;
}

/* On smaller screens use all available width */
@media (max-width: 900px) {
  .entry-content > p,
  .entry-content > ul,
  .entry-content > ol,
  .entry-content > blockquote,
  .entry-content > h1,
  .entry-content > h2,
  .entry-content > h3,
  .entry-content > h4 {
    max-width: 100%;
  }
}

/* =========================================================
   END COM64 2.0 FACELIFT v0.4
   ========================================================= */


/* COM64 2.0 v0.4.1 - Reading rhythm */

.entry-content > p {
  margin-top: 0;
  margin-bottom: 1.25em;
}

.entry-content > ul,
.entry-content > ol {
  margin-top: 0.5em;
  margin-bottom: 1.35em;
}


/* =========================================================
   COM64 2.0 FACELIFT v0.4.1
   Reading rhythm
   ========================================================= */

.entry-content > p {
  margin-top: 0;
  margin-bottom: 1.25em;
}

.entry-content > ul,
.entry-content > ol {
  margin-top: 0.5em;
  margin-bottom: 1.35em;
}

/* =========================================================
   END COM64 2.0 FACELIFT v0.4.1
   ========================================================= */


/* =========================================================
   COM64 2.0 FACELIFT v0.5
   Video embeds, comments & post metadata
   ========================================================= */


/* ---------------------------------------------------------
   TAGS & CATEGORIES
   --------------------------------------------------------- */

/* Remove the old white <mark> stickers */
.post_tags mark,
.post_categories mark {
  background: transparent;
  color: #A6A1FF;
  padding: 0;
}

/* Turn metadata into quiet terminal-style lines */
.post_tags,
.post_categories {
  margin: 0.65em 0;
  line-height: 1.6;
}

.post_tags mark::before {
  content: "[TAGS] ";
}

.post_categories mark::before {
  content: "[CATEGORY] ";
}

.post_tags a,
.post_categories a {
  color: #A6A1FF;
}


/* ---------------------------------------------------------
   COMMENTS
   --------------------------------------------------------- */

/* Main comment textarea */
#comment,
.comment-form textarea {
  width: 100%;
  max-width: 800px;

  min-height: 180px;

  padding: 14px;

  font-family: c64, courier, monospace;
  font-size: 15px;
  line-height: 1.6;

  color: #A6A1FF;
  background: #3432b8;

  border: 2px solid #A6A1FF;
  border-radius: 0;

  outline: none;

  box-shadow:
    5px 5px 0 rgba(166, 161, 255, 0.18);
}

#comment:focus,
.comment-form textarea:focus {
  background: #3937c8;

  box-shadow:
    7px 7px 0 rgba(166, 161, 255, 0.22);
}


/* Text inputs used by comments */
.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"] {
  max-width: 500px;

  padding: 10px 12px;

  font-family: c64, courier, monospace;
  color: #A6A1FF;
  background: #3432b8;

  border: 2px solid #A6A1FF;
  border-radius: 0;
}


/* Submit button */
#submit,
.comment-form input[type="submit"],
.comment-form button[type="submit"] {
  appearance: none;

  padding: 10px 16px;

  font-family: c64, courier, monospace;
  font-size: 14px;

  color: #4342E6;
  background: #A6A1FF;

  border: 0;
  border-radius: 0;

  cursor: pointer;

  box-shadow:
    4px 4px 0 rgba(0, 0, 0, 0.20);
}

#submit:hover,
.comment-form input[type="submit"]:hover,
.comment-form button[type="submit"]:hover {
  color: #000;
  background: #fff;

  transform: translate(-1px, -1px);

  box-shadow:
    5px 5px 0 rgba(0, 0, 0, 0.22);
}


/* Comment form checkboxes */
.comment-form input[type="checkbox"] {
  accent-color: #A6A1FF;
}


/* Comment section heading */
#respond h3,
.comments-title {
  margin-top: 1.8em;
  margin-bottom: 0.9em;
}


/* Mobile */
@media (max-width: 900px) {

  .entry-content iframe,
  .entry-content .wp-block-embed,
  .entry-content .wp-block-embed__wrapper {
    max-width: 100%;
  }

  #comment,
  .comment-form textarea {
    max-width: 100%;
  }
}


/* =========================================================
   END COM64 2.0 FACELIFT v0.5
   ========================================================= */


/* =========================================================
   COM64 2.0 – FINAL RESPONSIVE VIDEO EMBEDS
   ========================================================= */

/* Works with our PHP wrapper and as a fallback with plain oEmbed */
.entry-content > .com64-video,
.entry-content > p:has(iframe[src*="youtube.com"]),
.entry-content > p:has(iframe[src*="youtube-nocookie.com"]) {
  width: 100%;
  max-width: none;
  margin: 1.5em 0 1.8em;
}

.entry-content > .com64-video iframe,
.entry-content iframe[src*="youtube.com"],
.entry-content iframe[src*="youtube-nocookie.com"] {
  display: block;
  width: 100% !important;
  max-width: 100% !important;
  height: auto !important;
  aspect-ratio: 16 / 9;

  border: 2px solid #A6A1FF;
  box-shadow: 6px 6px 0 rgba(166, 161, 255, 0.18);
  box-sizing: border-box;
}

/* =========================================================
   END FINAL RESPONSIVE VIDEO EMBEDS
   ========================================================= */

/* =========================================================
   COM64 2.0 FACELIFT v0.6
   Post footer & comments
   ========================================================= */

/* ---------------------------------------------------------
   POST META
   --------------------------------------------------------- */

.post_tags,
.post_categories {
  margin: 0.55em 0;
  line-height: 1.6;
}

.post_tags mark,
.post_categories mark {
  background: transparent;
  color: #A6A1FF;
  padding: 0;
  font-weight: normal;
}

.post_tags mark::before {
  content: "[TAGS] ";
}

.post_categories mark::before {
  content: "[CATEGORY] ";
}

.post_tags a,
.post_categories a {
  color: #A6A1FF;
}


/* ---------------------------------------------------------
   COMMENT AREA
   --------------------------------------------------------- */

#respond {
  margin-top: 2.2em;
}

#respond h3,
.comments-title {
  margin-bottom: 1em;
}

/* Comment textarea */
#comment,
.comment-form textarea {
  width: 100%;
  max-width: 800px;
  min-height: 180px;

  padding: 14px;

  font-family: c64, courier, monospace;
  font-size: 15px;
  line-height: 1.6;

  color: #A6A1FF;
  background: #3432b8;

  border: 2px solid #A6A1FF;
  border-radius: 0;

  outline: none;

  box-shadow:
    5px 5px 0 rgba(166, 161, 255, 0.18);
}

#comment:focus,
.comment-form textarea:focus {
  background: #3937c8;

  box-shadow:
    7px 7px 0 rgba(166, 161, 255, 0.22);
}

/* Text fields */
.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"] {
  width: 100%;
  max-width: 500px;

  padding: 10px 12px;

  font-family: c64, courier, monospace;
  font-size: 14px;

  color: #A6A1FF;
  background: #3432b8;

  border: 2px solid #A6A1FF;
  border-radius: 0;

  outline: none;
}

/* Submit button */
#submit,
.comment-form input[type="submit"],
.comment-form button[type="submit"] {
  appearance: none;

  padding: 10px 16px;

  font-family: c64, courier, monospace;
  font-size: 14px;

  color: #4342E6;
  background: #A6A1FF;

  border: 0;
  border-radius: 0;

  cursor: pointer;

  box-shadow:
    4px 4px 0 rgba(0, 0, 0, 0.20);
}

#submit:hover,
.comment-form input[type="submit"]:hover,
.comment-form button[type="submit"]:hover {
  color: #000;
  background: #fff;

  transform: translate(-1px, -1px);

  box-shadow:
    5px 5px 0 rgba(0, 0, 0, 0.22);
}

/* Checkboxes */
.comment-form input[type="checkbox"] {
  accent-color: #A6A1FF;
}

/* Mobile */
@media (max-width: 900px) {
  #comment,
  .comment-form textarea {
    max-width: 100%;
  }
}

/* =========================================================
   END COM64 2.0 FACELIFT v0.6
   ========================================================= */

