@font-face {
  font-family: "Strike";
  font-style: normal;
  font-weight: 400;
  src: url("/fonts/STRIKEMECHFIRE.TTF") format("truetype");
}
@font-face {
  font-family: "Strike";
  font-style: normal;
  font-weight: 700;
  src: url("/fonts/STRIKEMECHFIRE-BOLD_0.TTF") format("truetype");
}
body {
  font-family: "Arimo", "Arial", sans-serif;
  color: white;
  padding: 0 10px;
  background-image: url(../img/back_adjusted.png);
  background-attachment: fixed;
  overflow-x: hidden;
}

section {
  width: 1531px;
  margin: 0 auto;
  max-width: 100%;
}
section#header {
  height: 85px;
  margin-bottom: 10px;
}
section#header .mainNav.c-nav {
  background-color: transparent;
}
section#header .mainNav.c-nav .c-nav {
  width: auto;
  background-color: transparent;
}
section#header .mainNav.c-nav .c-nav .c-nav__item {
  padding: 0 20px;
  line-height: 78px;
}
section#header .mainNav.c-nav .c-nav .c-nav__item:hover {
  background-color: transparent;
}
@media (max-width: 720px) {
  section#header .mainNav.c-nav .c-nav {
    display: none;
  }
}
section#header .mainNav.c-nav .mobile-nav-open {
  display: none;
}
section#header .mainNav.c-nav .mobile-nav-open a {
  line-height: 78px;
  font-size: 26px;
  color: white;
}
section#header .mainNav.c-nav .mobile-nav-open a:hover {
  color: red;
}
@media (max-width: 720px) {
  section#header .mainNav.c-nav .mobile-nav-open {
    display: block;
  }
}
section#header .mainNav.c-nav .logo {
  padding-right: 0;
  line-height: initial;
  padding-top: 22px;
  padding-left: 80px;
  height: 85px;
  background-image: url(../img/logo-new.png);
  background-size: 65px 65px;
  background-position: 0 7px;
  background-repeat: no-repeat;
  overflow: hidden;
}
@media (max-width: 930px) {
  section#header .mainNav.c-nav .logo {
    width: 65px;
    padding-left: 0;
    text-indent: -999em;
    overflow: hidden;
  }
}
section#body {
  margin-bottom: 22px;
}
section#body .blogentry {
  min-height: 134px;
  margin-top: 15px;
  background-size: cover;
  background-position: right;
  background-repeat: no-repeat;
  padding: 10px;
  text-shadow: 2px 2px #000;
}
section#body .blogentry:first-of-type {
  margin-top: 37px;
}
section#body .blogentry .title {
  font-size: 24px;
}
section#body .blogentry .title {
  font-family: "Strike";
}
section#body .blogentry .title a, section#body .blogentry .category a {
  text-decoration: none;
  color: white;
}
section#body .blogentry .category, section#body .blogentry .text {
  font-family: Electrolize;
}
section#footer {
  width: 50%;
}
@media (max-width: 1300px) {
  section#footer {
    width: 60%;
  }
}
@media (max-width: 900px) {
  section#footer {
    width: 70%;
  }
}
@media (max-width: 767px) {
  section#footer {
    width: 100%;
  }
}
section#footer a {
  overflow: hidden;
  background-color: rgba(76, 76, 76, 0.55);
}
section#footer a:before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/footer/about.png);
  background-size: contain;
  opacity: 0.5;
}
section#footer a:hover:before {
  opacity: 0.8;
}
section#footer a.facebook:before {
  background-image: url(../img/footer/facebook.png);
}
section#footer a.twitter:before {
  background-image: url(../img/footer/twitter.png);
}
section#footer a.twitch:before {
  background-image: url(../img/footer/twitch.png);
}
section#footer a.discord:before {
  background-image: url(../img/footer/discord.png);
}
section#footer a.youtube:before {
  background-image: url(../img/footer/youtube.png);
}
section#footer a.instagram:before {
  background-image: url(../img/footer/instagram.png);
}
section#footer a.tiktok:before {
  background-image: url(../img/footer/tiktok.png);
}

.user {
  padding-left: 49px;
}
.user .rankname {
  float: right;
  padding-top: 16px;
}
.user .rankname .rank {
  font-size: 12px;
  margin-bottom: -8px;
  margin-top: 3px;
}
.user .rankname .name {
  font-size: 24px;
}
.user .profileImage {
  margin-top: 7px;
  margin-left: 4px;
  float: right;
  width: 59px;
  height: 59px;
  background-size: 100%;
  border: 4px solid #383838;
  border-radius: 50%;
}
.user.rank-pfc, .user.rank-pfc, .user.rank-cpl, .user.rank-sgt, .user.rank-msgt, .user.rank-cmsgt, .user.rank-1sgt, .user.rank-2lt, .user.rank-1lt, .user.rank-cmdr, .user.rank-cpt, .user.rank-maj, .user.rank-ltcol, .user.rank-col, .user.rank-brig, .user.rank-gen {
  background-image: url(../img/rank/pfc.png);
  background-position: 0 16px;
  background-repeat: no-repeat;
}
.user.rank-pfc {
  background-image: url("../img/rank/pfc.png");
}
.user.rank-cpl {
  background-image: url("../img/rank/cpl.png");
}
.user.rank-sgt {
  background-image: url("../img/rank/sgt.png");
}
.user.rank-msgt {
  background-image: url("../img/rank/msgt.png");
}
.user.rank-cmsgt {
  background-image: url("../img/rank/cmsgt.png");
}
.user.rank-1sgt {
  background-image: url("../img/rank/1sgt.png");
}
.user.rank-2lt {
  background-image: url("../img/rank/2lt.png");
}
.user.rank-1lt {
  background-image: url("../img/rank/1lt.png");
}
.user.rank-cmdr {
  background-image: url("../img/rank/cmdr.png");
}
.user.rank-cpt {
  background-image: url("../img/rank/cpt.png");
}
.user.rank-maj {
  background-image: url("../img/rank/maj.png");
}
.user.rank-ltcol {
  background-image: url("../img/rank/ltcol.png");
}
.user.rank-col {
  background-image: url("../img/rank/col.png");
}
.user.rank-brig {
  background-image: url("../img/rank/brig.png");
}
.user.rank-gen {
  background-image: url("../img/rank/gen.png");
}
@media (max-width: 720px) {
  .mainNav .user {
    display: none;
  }
}
.mobileNav .user {
  clear: both;
  padding-left: 0;
  background-position: 10px 16px;
}
.mobileNav .user .profileImage {
  margin-left: 80px;
  float: none;
}
.mobileNav .user .rankname {
  margin-left: 10px;
  float: none;
}

.mobileNav {
  font-family: "Strike";
  list-style: none;
  background: #111;
  width: 200px;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: -200px;
  z-index: 0;
  transition: left 0.2s;
}
.mobileNav .c-nav__item {
  padding-left: 10px;
}
body.mobileNavOpen .mobileNav {
  left: 0px;
}
.mobileNav .mobile-nav-close {
  position: relative;
  left: 180px;
  font-size: 26px;
  color: white;
}
.mobileNav .mobile-nav-close:hover {
  color: red;
}

.sitewrap {
  min-width: 100%;
  min-height: 100%;
  position: relative;
  top: 0;
  bottom: 100%;
  left: 0;
  z-index: 1;
  transition: left 0.2s;
}
body.mobileNavOpen .sitewrap {
  left: 200px;
}

.strike-ml-social > div {
  margin-left: 3%;
}

.strike-ml-first-0 > div:first-child {
  margin-left: 0;
}

.mainNav {
  font-family: "Strike";
}
.mainNav .logo {
  font-size: 34px;
}
.mainNav .logo a {
  text-decoration: none;
  color: white;
}

h1, h2, h3, h4, h5 {
  font-family: "Strike";
  color: #959595;
}

h1 {
  text-align: center;
  font-size: 30px;
}

h2 {
  font-size: 24px;
  margin-top: 0;
  margin-bottom: 10px;
  text-align: center;
}

.entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5 {
  text-align: center;
}

.wp-block-gallery .blocks-gallery-image figcaption, .wp-block-gallery .blocks-gallery-item figcaption {
  padding-top: 10px !important;
  background-color: rgba(0, 0, 0, 0.5) !important;
}

.c-nav {
  font-size: 26px;
}
.c-nav .c-nav__item a {
  color: white;
  text-decoration: none;
}
.c-nav .c-nav__item a:hover {
  color: red;
}

section#footer {
  margin-bottom: 30px;
}
section#footer a {
  display: block;
  font-family: "Strike";
  font-size: 12px;
  height: 100%;
  width: 100%;
  text-decoration: none;
  color: white;
  position: relative;
}
@media (min-width: 701px) and (max-width: 1024px) {
  section#footer a {
    font-size: 10px;
  }
}
@media (min-width: 501px) and (max-width: 700px) {
  section#footer a {
    font-size: 8px;
  }
}
@media (max-width: 500px) {
  section#footer a {
    text-indent: -999em;
  }
}
section#footer a span {
  position: absolute;
  bottom: 5px;
  left: 5px;
}

.blog {
  background: url(../img/bg2.jpg);
  width: 100%;
  margin: 0 auto;
  font-family: Electrolize;
  color: black;
}
.blog .sidebar {
  background-color: rgba(0, 0, 0, 0.2);
}
.blog .stars {
  text-align: center;
}
.blog .stars i {
  margin: 10px 5px;
}
.blog h1, .blog h2, .blog h3, .blog h4, .blog h5, .blog h6 {
  font-size: 40px;
  color: black;
}
.blog h1 a, .blog h2 a, .blog h3 a, .blog h4 a, .blog h5 a, .blog h6 a {
  background-color: transparent;
  text-decoration: none;
  color: red;
}
.blog h1 a:hover, .blog h2 a:hover, .blog h3 a:hover, .blog h4 a:hover, .blog h5 a:hover, .blog h6 a:hover {
  color: red;
}
.blog h1 {
  margin-bottom: 10px;
}
.blog h2 {
  font-size: 30px;
}
.blog h3 {
  font-size: 24px;
}
.blog h4 {
  font-size: 20px;
}
.blog h5 {
  font-size: 18px;
}
.blog h6 {
  font-size: 16px;
}
.blog i.fa-star {
  color: #999;
}
.blog a {
  background-color: transparent;
  color: red;
}
.blog a:hover {
  color: red;
}
.blog .aside {
  margin-left: 10px;
  margin-top: 20px;
}
.blog .aside ul {
  list-style-type: none;
  padding-left: 0px;
}
.blog #s {
  width: 60%;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 5px;
}
.blog #searchsubmit {
  background-color: #e6e6e6;
  border: 1px solid #d2d2d2;
  border-radius: 3px;
  padding: 5px;
}
.blog .mainimg {
  width: 100%;
  height: 420px;
  background-size: 100%;
  position: relative;
}
.blog .mainimg .title {
  position: absolute;
  bottom: 5px;
  text-align: center;
  width: 100%;
}
.blog .mainimg .title h1, .blog .mainimg .title h2 a {
  padding: 5px 7px;
  color: white;
  background-color: black;
  display: inline-block;
}
.blog .overview .mainimg {
  height: 150px;
}
.blog .overview .entry-header .entry-title {
  font-size: 24px;
}
.blog .overview .entry-header .info {
  font-size: 16px;
}
.blog .overview .entry-content {
  text-align: justify;
}
.blog article {
  margin: 20px 30px;
  color: black;
}
.blog article.comment {
  margin: 20px 0;
}
.blog article .entry-header .info {
  text-align: center;
  font-family: Strike;
  font-size: 20px;
}
.blog article .entry-header .info a {
  background-color: transparent;
  text-decoration: none;
  color: red;
}
.blog article .entry-header .info a:hover {
  color: red;
}
.blog article .entry-content p {
  font-size: 1.2rem;
  line-height: 1.6rem;
}
.blog article .entry-content .tag-list a {
  background-color: transparent;
  text-decoration: none;
  color: red;
}
.blog article .entry-content .tag-list a:hover {
  color: red;
}
.blog article .entry-content dd, .blog article .entry-content dt {
  margin-left: 40px;
}
.blog article .entry-content dt {
  font-weight: bold;
}
.blog article .entry-content table {
  width: 100%;
  border-bottom: 1px #ccc solid;
}
.blog article .entry-content table th {
  text-align: left;
}
.blog article .entry-content table td {
  border-top: 1px #ccc solid;
  padding: 6px 10px 6px 0;
}
.blog article .entry-content pre {
  border: 1px solid #ccc;
  padding: 10px;
}
.blog article .entry-content pre p {
  margin: 0;
}
.blog nav.nav-single {
  width: 100%;
  display: block;
  height: 40px;
  margin: 0 30px;
}
.blog nav.nav-single a {
  text-decoration: none;
}
.blog .comments-area {
  margin: 0 30px;
}
.blog .comments-area .required {
  color: red;
}
.blog .comments-area label {
  display: block;
}
.blog .comments-area textarea {
  width: 100%;
}
.blog .comments-area input {
  width: 60%;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 5px;
}
.blog .comments-area input .submit {
  background-color: #e6e6e6;
  border: 1px solid #d2d2d2;
  border-radius: 3px;
  padding: 5px;
}
.blog .comments-area ol, .blog .comments-area ul {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}
.blog .comments-area article header img {
  float: left;
  line-height: 0;
}
.blog .comments-area article header a {
  text-decoration: none;
  font-style: normal;
}
.blog .comments-area article header cite, .blog .comments-area article header time {
  display: block;
  margin-left: 60px;
}
.blog .comments-area article header cite {
  font-size: 18px;
}

acronym, abbr {
  border-bottom: 1px dotted #666;
  cursor: help;
}

.screen-reader-text {
  display: none;
}

.red {
  color: red;
}

.m-0-10 {
  margin: 0 10px;
}

.nav-previous, .nav-next {
  float: left;
  width: 50%;
}

.nav-next {
  float: right;
  text-align: right;
}

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.1);
}

.modalWrapper {
  display: none;
}

.o-modal {
  position: fixed;
}

/*# sourceMappingURL=strike.css.map */
section#body .blogentry {
  display: flex;
  justify-content: space-between;
}

section#body .blogentry .not_mobile img {
  margin-left: 10px;
}
section#body .blogentry.linked {
  cursor: pointer;
}

section#body .blogentry .mobile {
  display: none;
}

@media (max-width: 1200px) {
  section#body .blogentry .mobile {
    display: block !important;
  }
  section#body .blogentry .not_mobile {
    display: none;
  }
}

