/* Responsive */
.ch_gamebar {
  box-sizing: border-box;
}

.ch_user_menu {
  box-sizing: border-box;
}

.ch_infobar .ch_user_block ul.ch_user_menu li.link a.fullwidth {
  box-sizing: border-box;
}

.ch_blog-comments {
  box-sizing: border-box;
}

nav[role="navigation"] {
  box-sizing: border-box;
}

footer {
  box-sizing: border-box;
}

/* Blog comments */
.ch_blog-comments {
  background: #fdf6db;
  margin: 0 0 20px 0;
  padding: 10px 0 20px 0;
}
.ch_blog-comments header {
  padding: 0 10px;
}
.ch_blog-comments header h3 {
  margin: 4px 0 6px 0;
}
.ch_blog-comments ul {
  list-style: none;
  margin: 0 2px;
  padding: 0;
}
.ch_blog-comments ul li {
  margin: 10px 0;
  padding: 0 8px;
}
.ch_blog-comments ul li .ch_comment {
  margin: 0;
  padding: 0 8px 0px 40px;
}
.ch_blog-comments ul li .ch_comment .ch_meta {
  *zoom: 1;
  margin-left: -40px;
}
.ch_blog-comments ul li .ch_comment .ch_meta:after {
  content: "";
  display: table;
  clear: both;
}
.ch_blog-comments ul li .ch_comment .ch_meta .ch_user {
  float: left;
  height: auto;
  margin: 0 6px 0 0;
  max-width: 50%;
  padding-bottom: 0;
}
.ch_blog-comments ul li .ch_comment .ch_meta .ch_reply-to {
  font-size: 12px;
  line-height: 18px;
  margin: 0;
  overflow: hidden;
  padding: 6px 0 0 20px;
  text-indent: -20px;
}
.ch_blog-comments ul li .ch_comment p {
  clear: both;
  font-size: 12px;
  line-height: 18px;
  margin: 0;
}
.ch_blog-comments ul li a {
  border-style: solid;
  border-width: 0 0 1px 0;
  text-decoration: none;
}
.ch_blog-comments ul li a:link {
  border-color: #66bae2;
  color: #0c83bd;
}
.ch_blog-comments ul li a:visited {
  border-color: #94aab5;
  color: #3e728b;
}
.ch_blog-comments ul li a:hover, .ch_blog-comments ul li a:active {
  border-color: #1785ba;
  color: #08577d;
}

/* Tags */
.ch_tags {
  background: #fdf6db;
  margin: 0 0 20px 0;
  padding: 10px 0 20px 0;
}
.ch_tags header {
  padding: 0 10px;
}
.ch_tags header h3 {
  margin: 4px 0 6px 0;
}
.ch_tags ul {
  list-style: none;
  margin: 0 10px;
  padding: 0;
}
.ch_tags ul li {
  display: inline-block;
  margin: 0 10px 0 0;
  padding: 0;
}
.ch_tags ul a {
  border-style: solid;
  border-width: 0 0 1px 0;
  text-decoration: none;
}
.ch_tags ul a:link {
  border-color: #66bae2;
  color: #0c83bd;
}
.ch_tags ul a:visited {
  border-color: #94aab5;
  color: #3e728b;
}
.ch_tags ul a:hover, .ch_tags ul a:active {
  border-color: #1785ba;
  color: #08577d;
}
.cursor-pointer
{
  cursor: pointer
}

.ch-trix-editor {
  background: #ffffff;
}

trix-toolbar.trix-toolbar {
  background: #f3f3f3;
  border: 1px solid #cfcfcf;
  border-bottom: 0;
  border-radius: 10px 10px 0 0;
  overflow: visible !important;
  padding: 10px 14px 6px;
}

trix-toolbar .trix-button-row {
  flex-wrap: wrap;
  overflow-x: visible !important;
}

trix-toolbar .trix-button-group {
  border: 0;
  margin: 0 8px 4px 0;
}

trix-toolbar .trix-button {
  border: 0;
  border-radius: 8px;
  margin: 0;
}

trix-toolbar .trix-button:not(:disabled):hover,
trix-toolbar .trix-button.trix-active {
  background: #e5e5e5;
}

trix-editor.trix-content {
  background: #ffffff;
  border: 1px solid #cfcfcf;
  border-radius: 0 0 10px 10px;
  color: rgb(48, 48, 48);
  font-size: 16px;
  line-height: 24px;
  min-height: 280px;
  padding: 18px 20px;
}

trix-editor.trix-content ul,
trix-editor.trix-content ol,
.ch_post-text ul,
.ch_post-text ol {
  margin: 0 0 20px 28px;
  padding: 0 0 0 4px;
}

trix-editor.trix-content ul,
.ch_post-text ul {
  list-style: disc;
}

trix-editor.trix-content ol,
.ch_post-text ol {
  list-style: decimal;
}

trix-editor.trix-content li,
.ch_post-text li {
  border: 0 !important;
  margin: 0 0 6px 0;
  padding: 0;
}

.ch_post-text {
  color: rgb(48, 48, 48);
  font-size: 16px;
  line-height: 24px;
  margin: 0 0 20px 0;
}

.ch_post-text p {
  font-size: inherit;
  line-height: inherit;
  margin: 0 0 20px 0;
}

.ch-rich-editor .ch-editor-error {
  color: #9c2c2c;
  font-size: 13px;
  line-height: 18px;
}

.ch-lexxy-editor {
  background: #ffffff;
  border: 1px solid #d1d5db;
  border-radius: 12px;
  min-height: 300px;
  padding: 16px;
}

.lexxy-content ul {
  list-style-type: disc;
  padding-left: 1.5rem;
}

.lexxy-content ol {
  list-style-type: decimal;
  padding-left: 1.5rem;
}

.lexxy-content h1 {
  font-size: 2rem;
  font-weight: bold;
}

.lexxy-content h2 {
  font-size: 1.5rem;
  font-weight: bold;
}

.lexxy-content h3 {
  font-size: 1.25rem;
  font-weight: bold;
}

.lexxy-content h4 {
  font-size: 1rem;
  font-weight: bold;
}

.lexxy-content h5 {
  font-size: 0.875rem;
  font-weight: bold;
}

.lexxy-content h6 {
  font-size: 0.75rem;
  font-weight: bold;
}

.lexxy-content strong {
  font-weight: bold;
}

.lexxy-content em {
  font-style: italic;
}

.lexxy-content blockquote {
  border-left: 4px solid #d1d5db;
  font-style: italic;
  padding-left: 1rem;
}

.ch_comment-text {
  font-size: 14px;
  line-height: 18px;
  margin: 0 0 18px 0;
}

.ch_comment-text p {
  font-size: inherit;
  line-height: inherit;
  margin: 0 0 18px 0;
}

.ch_comment-text p:last-child {
  margin-bottom: 0;
}

.ch_comment-text ul,
.ch_comment-text ol {
  margin: 0 0 12px 20px;
  padding: 0;
}

.ch_comment-text ul {
  list-style: disc;
}

.ch_comment-text ol {
  list-style: decimal;
}
