/*******************************  Cafe Media Site Skin CLS Fix 2021  **************************************/
/*
*/
.adthrive-recipe-5 {
  display:none !important
}

body {
  background-color: #000000;
}


/*******************************  Site skin leaderboard size limit  **************************************/
/*
*/
@media screen and (min-width: 1023px) {
  .ad-container .ad-bin .atf-ad-leaderboard {
      min-height: 110px !important;
  }
  body.raiSkinDesktop #site-main > .ad-container:first-of-type {
    background-color: #8fbfe9 !important
  }

}



/*******************************  Temp Responsive Fixes  **************************************/

body.body-forum .single-column #content .p-forum-a .p-comment-post .j-comment-username span.user.user-role-curse-premium {
  color: #d35114;
}

body.body-forum .single-column #content .p-forum-a table:not(.mceLayout):not(.mceToolbar):not(.mceListBox):not(.mceSplitButton) tr td h4 a, body.body-forum .single-column #content .p-forum-a table:not(.mceLayout):not(.mceToolbar):not(.mceListBox):not(.mceSplitButton) tr td .thread-title a, body.body-user .single-column #content .p-forum-a table:not(.mceLayout):not(.mceToolbar):not(.mceListBox):not(.mceSplitButton) tr td h4 a, body.body-user .single-column #content .p-forum-a table:not(.mceLayout):not(.mceToolbar):not(.mceListBox):not(.mceSplitButton) tr td .thread-title a {
  font-size: 13px;
}

/***********************  Styling added by Minecraft Forum Staff  *****************************/
/* Please add new CSS at the bottom */
/* Please add the following comment each time you add styling: YYYY-MM-DD username -- purpose */

/* 2016-08-03 citricsquid -- Hides post bit for user members/meta (id: 23279285), an account we use for posting "anonymous" announcements */
.comment[data-author-id="23279285"] .forum-post-info, .comment[data-author-id="23279285"] .p-comment-user-background {
  display: none;
}

.comment[data-author-id="23279285"] .p-comment-wrapper {
  margin-left: 0px !important;
}

.announcements .forum-announcement[data-author-id="23279285"] .thread-author {
  display: none;
}

/* 2016-08-03 citricsquid -- Limits avatars to displaying at 200px in height, because they are not limited on upload */
.avatar-140 img {
    max-height: 200px;
}

/* 2016-08-03 citricsquid -- Hides the default location field from the post bit, because we can't control its length etc. */
li.p-comment-statitem.forum-title.normal + .p-comment-statitem.location {
    display: none;
}

/* 2016-08-03 citricsquid -- Asking for gender isn't appropriate given we only support Male or Female, we need to address this at a platform level, in the mean time I am hiding it */
#form-field-gender {
  display: none;
}

/* 2016-08-03 citricsquid -- Styles users based on their roles */
span.user-role-moderator, span.user-role-global-moderator {
  background: url('https://media.minecraftforum.net/attachments/3/120/modicon.png') no-repeat left center;
  color: #19925d !important;
  padding-left: 16px;
}

span.user-role-admin {
  background: url('https://media.minecraftforum.net/attachments/3/119/admicon.png') no-repeat left center;
  color: #ff4d8e !important;
  padding-left: 16px;
}

span.user-role-content-admin {
  background: url('https://media.minecraftforum.net/attachments/4/699/conicon.png') no-repeat left center;
  color: #490a3d !important;
  padding-left: 16px;
}

span.user-role-forum-admin {
  background: url('https://media.minecraftforum.net/attachments/3/119/admicon.png') no-repeat left center;
  color: #bf0000 !important;
  padding-left: 16px;
}

span.user-role-curse-admin {
  color: #ee6a23 !important;
  font-weight: bold;
}

span.user-role-retired-staff {
  color: #435dc9 !important;
}

span.user-role-mojang {
  color: #d72132 !important;
  font-weight: bold;
}

span.user-role-minecraft-team {
  color: #4cad1f !important;
  font-weight: bold;
  padding-left: 20px;
  min-height: 16px;
  display: inline-block;
  background: url(https://media.minecraftforum.net/attachments/167/61/block-user-icon-16x16.png) no-repeat left center;
}

span.user-role-4j-studios {
  color: #862219 !important;
  font-weight: bold;
  padding-left: 20px;
  min-height: 16px;
  display: inline-block;
  background: url(https://media.minecraftforum.net/attachments/167/61/block-user-icon-16x16.png) no-repeat left center;
}

/* 2016-08-03 citricsquid -- Adds styling to thread prefixes */
.thread-prefix {
  display: inline-block;
  margin: 0px 0px 4px 0px !important;
  text-transform: uppercase;
}

.thread-prefix span {
  background-color: #607890;
  color: #fff;
  font-size: 11px;
  font-weight: bold;
  padding: 2px 4px;
  text-decoration: underline;
}

/* 2016-08-03 citricsquid -- Adds margin between a members title in the post bit and their stats */
.p-comment-stats .p-comment-statitem.forum-title, .p-comment-stats .p-comment-statitem.posts {
  margin-bottom: 10px;
}

/* 2016-08-03 citricsquid -- Adds bold styling to the stat item labels in the post bit, eg: "Join Date", "Posts", "IP Address" */
.p-comment-stats .p-comment-statitem {
  font-weight: bold;
}

/* 2016-08-03 citricsquid -- Adds a pink background to threads marked as spam, and removes transparency */
.forum-thread-row-spam {
  background-color: #f8e0e0;
  opacity: 1 !important;
}

/* 2016-08-03 citricsquid -- Styles BBCode readingtime /cp/bbcode/84/edit/ */
.reading-time {
  border-radius: 8px;
  background-color: #63a121;
  color: #fff;
  display: inline-block;
  font-weight: bold;
  padding: 8px 10px;
}

/* 2016-08-03 citricsquid -- Styles BBCode hidden /cp/bbcode/83/edit */
.hidden-text {
  background-color: #000;
  color: #000;
  display: inline-block;
  padding: 2px 4px;
}

.hidden-text span {
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  margin-right: 6px;
  text-transform: uppercase;
}

.hidden-text:hover {
  background: none;
  color: #474747;
}

.hidden-text:hover span {
  color: #474747;
}

/* 2016-08-03 citricsquid -- Styles BBCode key /cp/bbcode/80/edit */
.keyboard-key {
  border: 1px solid gray;
  font-size: 12px;
  box-shadow: 1px 0 1px 0 #eee, 0 2px 0 2px #ccc, 0 2px 0 3px #444;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin: 2px 3px;
  padding: 1px 5px;
}

/* 2016-08-03 citricsquid -- Styles BBCode clickme /cp/bbcode/88/edit */
.j-comment-body a.click-me {
  padding: 10px;
  background-color: #fe4365;
  border-radius: 5px;
  color: #fff !important;
  display: inline-block;
  font-weight: bold;
  text-decoration: none !important;
}

.j-comment-body a.click-me:hover {
  background-color: #ff6b6b;
  color: #fff !important;
  text-decoration: none !important;
}

/* 2016-08-03 citricsquid -- Hides the Archive section (minecraftforum.net/forums/archive) from the front page of the forum */
#forum-root-archive-1010 {
  display: none;
}

/* 2016-08-03 citricsquid -- Hides Archive sections from the list of destinations on the "Move Thread" page  */
div#field-forum-archive-container, div#field-forum-archive-container ~ .tree-item {
    display: none !important;
}

/* 2016-08-03 citricsquid -- Hides the "Mod Note" tab in the Warn Modal because we do not use Mod Notes, we use Private Comments */
[data-tab-id="#mod-note"] {
  display: none;
}

/* 2016-08-03 citricsquid -- Hides the "Send Notification" and "Lock Notification Thread" options in the "Notification" tab of the Warn Modal because we always send a Notification that can be replied to */
.infraction-notification-send, .infraction-notification-lock {
  display: none;
}

/* 2016-08-03 citricsquid -- Adds a different style for unread notifications; gives them a grey background */
.b-list-item.j-notification-item.item.unread {
  background-color: #333;
}

/* 2016-08-08 citricsquid -- Adds a class for notice banners to be placed at the top of content on pages to inform users (eg: /new-content) */
.supplementary-notice {
  background-color: #f8e0e0;
  padding: 6px;
  margin-bottom: 10px;
}

/* 2016-08-09 citricsquid -- Pushes IP Address in post bit onto a new line instead of cutting it off */
.postbit-item.ip-address {
  max-width: 100% !important;
  float: none !important;
  overflow: visible !important;
}

/* 2016-10-20 citricsquid -- upsell banner */

#linkout-banner {
  display: none;
}

@media screen and (min-width: 1024px) {
  #linkout-banner {
    width: 250px;
    height: 40px;
    position: absolute;
    top: 40px;
    left: 290px;
    display: block;
  }

  #linkout-banner a {
    display: block;
    height: 40px;
    width: 250px;
  }
}

/* 2016-12-15 citricsquid -- shrink the font size of the last footer links to prevent them from pushing the footer behind the advert */
.footer-links ul li:last-child {
  max-width: 100px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #aeaeae;
}

.p-forum-a .forum-thread-row-read .state {
  background-position: 0 -34px;
}

.p-forum-a .forum-thread-row-unread .state {
  background-position: 0 0px;
}

.p-forum-a .forum-thread-row-locked .state {
    background-position: -30px 0;
}

.p-forum-a .forum-thread-row-pinned .state {
    background-position: -60px 0;
}

.p-forum-a .forum-thread-row-deleted .state {
    background-position: -90px 0;
}

footer#footer {
    background-color: inherit;
}

.footer-magic-find {
    background-color: inherit;
}

/* Fix for AnyClip player overlapping sticky footer leaderboard */ 
@media screen and (min-width: 680px) {
	.ac-player-wrapper {
		margin-bottom: 100px;
	}
}

/* Fix for AnyClip player not floating on mobile */ 
@media screen and (max-width: 680px) {
	body.responsive-enabled div.container {
		-webkit-transform: none;
		-moz-transform: none;
		-ms-transform: none;
		-o-transform: none;
		transform: none;
	}
}

.hireNav  .b-list-label {
  padding-right: 25px !important;;
}

/***************** End MCS Hiring Navbar Promo ****************/

/* 2021-04-01 Remove top pagination*/
.listing-header {
  display: none;
}


/* 2021 chaud -- Add a notice that a navbar link is an ad */
.apxNav::after {
    content: "Ad";
    font-size: 10px;
    position: absolute;
    top: -9px;
    right: 5px;
    color: #ff0;
    text-shadow: #000 .1em .1em .1em;
}.post-excerpt {
  position: relative;
  margin-bottom: 10px;
}

.post-excerpt-tutorial::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 86px;
  height: 86px;
  z-index: 10;
  background: left top transparent url("https://media-minecraftforum.cursecdn.com/attachments/232/17/post-excerpt-flag-tutorial.png") no-repeat;
}

.post-excerpt-preview img {
  width: 100%;
}

.post-excerpt-content {
  padding: 20px 15px;
}

.post-excerpt .post-excerpt-content .post-excerpt-title {
  text-transform: uppercase;
}

.post-excerpt .post-excerpt-content .post-excerpt-title a {
  display: block;
}

.post-excerpt-description {
  font-size: 14px;
  line-height: 1.57;
  text-align: left;
  color: #222222;
}

.post-excerpt-meta {
  display: -ms-flexbox;
  display: flex;
}

.post-excerpt-meta-item {
  padding: 5px 0;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.post-excerpt-author {
  -ms-flex-positive: 1;
      flex-grow: 1;
  padding-left: 15px;
}

.post-excerpt-author .user {
  font-weight: bold;
  color: #61a20d;
  padding-left: 12px;
  background: left center transparent url(https://media-minecraftforum.cursecdn.com/attachments/232/16/admin-user-icon.png) no-repeat;
}

.post-excerpt-comments {
  -ms-flex-negative: 1;
      flex-shrink: 1;
  padding-right: 15px;
  padding-left: 15px;
  white-space: nowrap;
}

.post-excerpt-comment-count a {
  font-weight: bold;
  position: relative;
  display: block;
  line-height: 14px;
}

.post-excerpt-comment-count a::before {
  content: "";
  display: inline-block;
  vertical-align: top;
  width: 14px;
  height: 12px;
  background-color: #61a20d;
  border-radius: 1px;
  margin-right: 5px;
}

.post-excerpt-comment-count a::after {
  content: "";
  display: block;
  position: absolute;
  top: 12px;
  left: 4px;
  border: 2px solid #61a20d;
  border-left-color: transparent;
  border-bottom-color: transparent;
}

.post-excerpt-more {
  padding-right: 15px;
}

.post-excerpt-more .btn {
  display: inline-block;
  vertical-align: middle;
  border-radius: 5px;
  background-color: #61a20d;
  box-shadow: inset 0 1px 0 0 #81b546;
  font-family: Helvetica, Arial, "Helvetica Neue", sans-serif;
  font-size: 11px;
  font-weight: bold;
  padding: 5px 10px;
  color: #fff;
  white-space: nowrap;
}

.post-excerpt-more .btn:hover, .post-excerpt-more .btn:active, .post-excerpt-more .btn:visited {
  color: #fff;
}

@media (max-width: 767px) {
  .post-excerpt::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to top, #091216, rgba(9, 18, 22, 0));
  }
  .post-excerpt-info {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 5;
  }
  .post-excerpt .post-excerpt-content .post-excerpt-title {
    margin: 0;
  }
  .post-excerpt .post-excerpt-content .post-excerpt-title a,
  .post-excerpt .post-excerpt-content .post-excerpt-title a:hover {
    color: #fff;
  }
  .post-excerpt-description {
    display: none;
  }
  .post-excerpt-meta {
    color: #fff;
    margin-bottom: 10px;
  }
  .post-excerpt-comment-count a,
  .post-excerpt-comment-count a:hover,
  .post-excerpt-comment-count a:active {
    color: #fff;
  }
}

@media (min-width: 768px) {
  .post-excerpt {
    background-color: #ffffff;
    border: solid 1px #a2a2a2;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
  }
  .post-excerpt::after {
    display: none;
  }
  .post-excerpt-tutorial .post-excerpt-title {
    padding-right: 40px;
  }
  .post-excerpt-tutorial .post-excerpt-description {
    padding-right: 20px;
  }
  .post-excerpt-preview img {
    width: 185px;
    height: 185px;
  }
  .post-excerpt-info {
    -ms-flex-positive: 1;
        flex-grow: 1;
    position: relative;
  }
  .post-excerpt .post-excerpt-title {
    margin-bottom: 10px;
    font-size: 20px;
    margin-bottom: 10px;
  }
  .post-excerpt-meta {
    background-color: #ebf0f4;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
  }
  .post-excerpt-author {
    padding-left: 10px;
  }
  .post-excerpt-comment-count a, .post-excerpt-comment-count a:hover, .post-excerpt-comment-count a:active, .post-excerpt-comment-count a:visited {
    color: #131313;
  }
  .post-excerpt-more {
    padding-right: 10px;
  }
}.post-excerpt {
  position: relative;
  margin-bottom: 10px;
}

.post-excerpt-tutorial::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 86px;
  height: 86px;
  z-index: 10;
  background: left top transparent url("https://media-minecraftforum.cursecdn.com/attachments/232/17/post-excerpt-flag-tutorial.png") no-repeat;
}

.post-excerpt-preview img {
  width: 100%;
}

.post-excerpt-content {
  padding: 20px 15px;
}

.post-excerpt .post-excerpt-content .post-excerpt-title {
  text-transform: uppercase;
}

.post-excerpt .post-excerpt-content .post-excerpt-title a {
  display: block;
}

.post-excerpt-description {
  font-size: 14px;
  line-height: 1.57;
  text-align: left;
  color: #222222;
}

.post-excerpt-meta {
  display: -ms-flexbox;
  display: flex;
}

.post-excerpt-meta-item {
  padding: 5px 0;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.post-excerpt-author {
  -ms-flex-positive: 1;
      flex-grow: 1;
  padding-left: 15px;
}

.post-excerpt-author .user {
  font-weight: bold;
  color: #61a20d;
  padding-left: 12px;
  background: left center transparent url(https://media-minecraftforum.cursecdn.com/attachments/232/16/admin-user-icon.png) no-repeat;
}

.post-excerpt-comments {
  -ms-flex-negative: 1;
      flex-shrink: 1;
  padding-right: 15px;
  padding-left: 15px;
  white-space: nowrap;
}

.post-excerpt-comment-count a {
  font-weight: bold;
  position: relative;
  display: block;
  line-height: 14px;
}

.post-excerpt-comment-count a::before {
  content: "";
  display: inline-block;
  vertical-align: top;
  width: 14px;
  height: 12px;
  background-color: #61a20d;
  border-radius: 1px;
  margin-right: 5px;
}

.post-excerpt-comment-count a::after {
  content: "";
  display: block;
  position: absolute;
  top: 12px;
  left: 4px;
  border: 2px solid #61a20d;
  border-left-color: transparent;
  border-bottom-color: transparent;
}

.post-excerpt-more {
  padding-right: 15px;
}

.post-excerpt-more .btn {
  display: inline-block;
  vertical-align: middle;
  border-radius: 5px;
  background-color: #61a20d;
  box-shadow: inset 0 1px 0 0 #81b546;
  font-family: Helvetica, Arial, "Helvetica Neue", sans-serif;
  font-size: 11px;
  font-weight: bold;
  padding: 5px 10px;
  color: #fff;
  white-space: nowrap;
}

.post-excerpt-more .btn:hover, .post-excerpt-more .btn:active, .post-excerpt-more .btn:visited {
  color: #fff;
}

@media (max-width: 767px) {
  .post-excerpt::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to top, #091216, rgba(9, 18, 22, 0));
  }
  .post-excerpt-info {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 5;
  }
  .post-excerpt .post-excerpt-content .post-excerpt-title {
    margin: 0;
  }
  .post-excerpt .post-excerpt-content .post-excerpt-title a,
  .post-excerpt .post-excerpt-content .post-excerpt-title a:hover {
    color: #fff;
  }
  .post-excerpt-description {
    display: none;
  }
  .post-excerpt-meta {
    color: #fff;
    margin-bottom: 10px;
  }
  .post-excerpt-comment-count a,
  .post-excerpt-comment-count a:hover,
  .post-excerpt-comment-count a:active {
    color: #fff;
  }
}

@media (min-width: 768px) {
  .post-excerpt {
    background-color: #ffffff;
    border: solid 1px #a2a2a2;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
  }
  .post-excerpt::after {
    display: none;
  }
  .post-excerpt-tutorial .post-excerpt-title {
    padding-right: 40px;
  }
  .post-excerpt-tutorial .post-excerpt-description {
    padding-right: 20px;
  }
  .post-excerpt-preview img {
    width: 185px;
    height: 185px;
  }
  .post-excerpt-info {
    -ms-flex-positive: 1;
        flex-grow: 1;
    position: relative;
  }
  .post-excerpt .post-excerpt-title {
    margin-bottom: 10px;
    font-size: 20px;
    margin-bottom: 10px;
  }
  .post-excerpt-meta {
    background-color: #ebf0f4;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
  }
  .post-excerpt-author {
    padding-left: 10px;
  }
  .post-excerpt-comment-count a, .post-excerpt-comment-count a:hover, .post-excerpt-comment-count a:active, .post-excerpt-comment-count a:visited {
    color: #131313;
  }
  .post-excerpt-more {
    padding-right: 10px;
  }
}