.community a[href]:not(.btn) {
  color: #3333DE;
	text-decoration: none;
}

.community a[href]:not(.btn):visited {
  color: #3333DE;
	text-decoration: none;
}

/* .community a[href]:not(.tag):hover { */
.community a[href]:not(.btn):hover {
  color: #CD0000;
	text-decoration: underline;
}

.c-mod-entry {
  margin-bottom: 1em;
}
.c-rounded {
  border-radius: 10px;
  padding: 0.4em 0.7em 0.4em 0.7em;
  border: 1px solid #ccc;
}
.c-title {
  font-size: 1.8em;
  font-weight: bold;
  line-height: 1.8em;
  margin: 0;
  padding: 0;
}
.c-subtitle {
  font-size: 1em;
  line-height: 1em;
  color: #777;
  margin: 0;
  padding: 0;
}
.c-note-desc {
     -moz-border-radius: 6px;
     -webkit-border-radius: 6px;
     background-color: #f0f7fb;
     background-image: url(../Images/icons/Pencil-48.png);
     background-position: 9px 0px;
     background-repeat: no-repeat;
     border: solid 1px #3498db;
     border-radius: 6px;
     line-height: 18px;
     overflow: hidden;
     padding: 15px 20px;
}
.c-note-mod {
     -moz-border-radius: 6px;
     -webkit-border-radius: 6px;
     background-color: #bff0f7;
     background-image: url(../Images/icons/Pencil-48.png);
     background-position: 9px 0px;
     background-repeat: no-repeat;
     border: solid 1px #34db98;
     border-radius: 6px;
     line-height: 18px;
     overflow: hidden;
     padding: 15px 20px;
}

.c-note-h {
  font-size: 1.2em;
  font-weight: bold;
  margin-bottom: 1ew;
  color: black;
}

.c-note-h2 {
  font-size: 1.1em;
  color: #060;
  margin-top: 0.6em;
  margin-bottom: 0.6em;
  text-align: center;
}


.c-note-text {
  line-height: 1.1em;
  font-size: 0.9em;
}

.c-title-container {
  margin-top: 0;
  margin-bottom: 2vw;
}

.grayed {
  opacity: 0.5;
}

.c-spotlight-image {
  margin-top: 0;
  margin-bottom: 0.5em;
  text-align: center;
}

.c-spotlight-image img {
  width: 7em;
}

.c-mod-name {
  font-size: 1.1em;
  color: #060;
}

.c-mod-role {
  color: #777;
}

.c-h1 {
 font-weight: bold;
 font-size: 22px;
 color: black;
 line-height: 24px;
 border-bottom: 0.9px solid black;
 padding-top: 0px;
 padding-bottom: 7px;
}

.c-box-content {
  line-height: 1.4em;
  color: #444;
  margin-bottom: 2rem;
  padding: 8px;
}

.c-spotlight-img {
  display:block;
  border-radius: 50%;
  border: 1px solid black;
  max-width: 150px;
}

.c-pinned-note {
  padding: 1em;
  border: 2px solid rgb(140,140,180, 0.4);
  background-color: #fafaff;
  color: black;
  margin-bottom: 1em;
  line-height: 1.2em;
  font-size: 16px;
}

.c-pinned-note h1 {
  font-size: 24px;
  font-weight: bold;
  color: black;
}

.c-pinned-note h2 {
  font-size: 22px;
  font-weight: bold;
  color: black;
}

.c-pinned-note h3 {
  font-size: 20px;
  font-weight: bold;
  color: black;
}

.c-pinned-note h4 {
  font-size: 20px;
  font-weight: bold;
  color: black;
}

.c-info-box {
  margin-bottom: 1.5em;
}

.createpostsubh {
  color: #666;
  padding-bottom: 1em;
}

.mdx h1 {
  font-size: 26px;
  color: black;
}

.mdx h2 {
  font-size: 24px;
  color: black;
}

.mdx h3 {
  font-size: 22px;
  font-weight: bold;
  color: black;
}

.mdx h4 {
  font-size: 22px;
  font-weight: bold;
  color: black;
}

.mdx {
  line-height: 1em !important;
}

.mdx p {
  margin: 0;
  padding: 0;
}

.mdx ul {
   list-style-type: disc !important;
   list-style-position: inside !important;
   margin: 0 !important;
   padding: 0 !important;
}

.mdx ol {
   list-style-type: decimal !important;
   list-style-position: inside !important;
}
.mdx ul ul, ol ul {
   list-style-type: circle !important;
   list-style-position: inside !important;
   margin-left: 15px !important;
}
.mdx ol ol, ul ol {
   list-style-type: lower-latin !important;
   list-style-position: inside !important;
   margin-left: 15px !important;
}

.mdx li {
  margin: 0 !important;
  white-space: normal !important;
  word-break: normal !important;
}

.imgx {
  height: 300px !important;
}

/***  pager : previous/ next button ***/
ul.pager {
  padding-inline-start: 0px;
}
.pager li {
  display: inline;
}
.pager li>a {
  display: inline-block;
  padding: 3px 12px;
  color: #3333DE;
  background-color: #fff;
  border: 1.8px solid darkgrey;
  border-radius: 13px;
  text-decoration: none;
  box-shadow: 5px 5px 5px #ededed;
}
.pager li>a[href]:not(.tag):hover {
  color: #3333DE;
  text-decoration: none;
  background-color: #ededed;
}
.pager .previous>a {
  float: left;
}
.pager .next>a {
  float: right;
}
.searchBtnContainer {
  display: flex;
}
@media (max-width: 1200px) {
  .searchBtnContainer {
    display: inline-flex;
    margin-left: 5px;
  }
}
/* @media (max-width: 575px) { */
@media only screen and (min-width: 992px) {
  #b-menu-mobile {
    display: none;
  }
}
