/* Includes */
/* Variables */
/* Font */
@import "scss/prism.css";
body {
  font-family: "OpenSans-Light.ttf", sans-serif;
  letter-spacing: 0.75px;
  line-height: 24px;
  background-color: #F9F9F9;
}

em {
  color: #6F6F6F;
}

.movement-tiles em {
  color: #004CFF;
}

h4 {
  color: #6F6F6F;
}

.has-text-align-center {
  text-align: center;
  color: #6F6F6F;
}

.foot-space {
  width: 100%;
  height: 40px;
  display: none;
}

/* General */
.row {
  display: inline-flex;
  padding: 2px;
  width: calc(100% - 10px);
  margin-bottom: 4px;
}
.row .col-1 {
  width: 8.33333%;
}
.row .col-2 {
  width: 16.66666%;
}
.row .col-3 {
  width: 26.99999%;
}
.row .col-4 {
  width: 33.33332%;
}
.row .col-5 {
  width: 41.66665%;
}
.row .col-6 {
  width: 49.99998%;
}
.row .col-7 {
  width: 58.33331%;
}
.row .col-8 {
  width: 66.66664%;
}
.row .col-9 {
  width: 74.99997%;
}
.row .col-10 {
  width: 83.3333%;
}
.row .col-11 {
  width: 91.66663%;
}
.row .col-12 {
  width: 99.99996%;
}
.row .col-1,
.row .col-2,
.row .col-3,
.row .col-4,
.row .col-5,
.row .col-6,
.row .col-7,
.row .col-8,
.row .col-9,
.row .col-10,
.row .col-11,
.row .col-12 {
  padding: 2px;
}

.search-form input {
  padding: 6px;
  border: 1px solid #EFEFEF;
  border-radius: 8px;
}
.search-form .row {
  display: inline-flex !important;
  padding: 2px !important;
  width: calc(100% - 10px) !important;
  margin-bottom: 4px !important;
}
.search-form .row .col-8 {
  width: 66.66664% !important;
}
.search-form .row .col-4 {
  width: 33.33332% !important;
}

input.search-submit {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  padding-bottom: 8px;
  border: 0px;
  background-color: #004CFF;
  color: #FFF;
}
input.search-submit:hover {
  cursor: pointer;
  background-color: #0090FF;
}

/* Content */
header {
  z-index: 1000;
  width: calc(100% - 8px);
  background-color: #FFF;
  border-bottom: 1px solid #EFEFEF;
  position: fixed;
  top: 0px;
  height: 62px;
}
header .title {
  width: 100%;
  font-weight: 600;
  margin: 12px;
  font-size: 24px;
}
header .movement-tiles {
  font-size: 14px;
  text-align: end;
  margin-top: 16px;
}
header .movement-tiles a {
  text-decoration: none;
}
header .movement-tiles a em {
  margin-inline: 6px;
}
header .movement-tiles a:hover {
  cursor: pointer;
}

.footer {
  width: calc(100% - 8px);
  background-color: #FFF;
  text-align: center;
  font-size: 14px;
  font-style: italic;
  color: #6F6F6F;
  border-top: 1px solid #EFEFEF;
  position: fixed;
  bottom: 0px;
  height: 24px;
}

.older-content {
  width: 100%;
  text-align: center;
  color: #6F6F6F;
}

#main-content {
  margin-top: 66px;
  text-align: center;
}
#main-content .inner-content {
  text-align: start;
  max-width: 800px;
  margin-inline: auto;
  background-color: #FFF;
  border: 1px solid #EFEFEF;
  border-radius: 8px;
  padding-inline: 16px;
  padding-bottom: 8px;
  margin-bottom: 40px;
}
#main-content .inner-content img {
  margin: 20px;
  width: calc(100% - 32px);
  height: auto;
  overflow: hidden;
}
#main-content .inner-content .gallery-reloaded {
  padding-inline: 0px;
  width: calc(100% - 48px);
}
#main-content .inner-content {
  min-height: 290px;
  overflow: hidden;
}
#main-content .inner-content .thumbnail {
  display: inline-block;
  height: 274px;
  overflow: hidden;
  align-items: center;
  margin-top: 12px;
  max-height: 274px !important;
}
#main-content .inner-content .thumbnail img {
  margin-top: calc(137px - 50%);
}
#main-content .inner-content img:not(.rg-modal-content) {
  margin: 20px;
  display: block;
  width: calc(100% - 32px);
  height: auto;
  overflow: hidden;
}
#main-content a {
  text-decoration: none;
}
#main-content a:hover {
  cursor: pointer;
}
#main-content a:hover .inner-content {
  border: 1px solid #0090FF;
  color: #0090FF;
}
#main-content a:hover .inner-content h1,
#main-content a:hover .inner-content h4 {
  color: #0090FF;
}

.sidebar {
  border: 1px solid #EFEFEF;
  border-radius: 8px;
  background-color: #FFF;
  text-align: start;
  padding-inline: 8px;
  padding-top: 16px;
  width: 240px;
  position: absolute;
  right: 4px;
}
.sidebar i {
  font-size: 12px;
  color: #6F6F6F;
}
.sidebar section {
  border-bottom: 1px solid #6F6F6F;
  margin-top: 8px;
  margin-bottom: 8px;
}

.pagination {
  padding-top: 100px;
  padding-bottom: 40px;
}
.pagination a {
  text-decoration: none;
  color: #004CFF;
  margin-inline: 8px;
}
.pagination a:hover {
  cursor: pointer;
  color: #0090FF;
}
.pagination span {
  margin-inline: 8px;
}
.pagination .col-10 {
  max-width: 650px;
  margin-inline: auto;
}

.title a {
  color: #000;
  text-decoration: none;
}
.title a:hover {
  cursor: pointer;
}

/* Override WP */
figure {
  text-align: center;
  overflow: hidden;
  margin-bottom: 16px;
  margin-inline: auto;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 600px;
}
figure img {
  margin-inline: auto;
}

#main-content {
  max-height: 1790px;
}
#main-content a {
  color: #004CFF;
  overflow: hidden;
}
#main-content a:hover {
  color: #0090FF;
}

.adaptive-image {
  width: 100%;
}

.line-numbers-rows > span:before {
  content: counter(linenumber);
  color: #999;
  display: block;
  padding-right: 0.8em;
  text-align: right;
}

figure img {
  box-shadow: rgba(149, 157, 165, 0.3) 0px 8px 24px;
}

.heateor_sss_sharing_container {
  text-align: center;
  color: #6F6F6F;
}

figcaption {
  color: #6F6F6F;
  font-style: italic;
  font-weight: 600;
}

.thumbnail {
  -o-object-fit: contain;
     object-fit: contain;
}

/* Loader */
.loader {
  border: 8px solid #EFEFEF;
  border-top: 8px solid #0090FF;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  -webkit-animation: spin 2s linear infinite;
          animation: spin 2s linear infinite;
  margin-inline: auto;
}

@-webkit-keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.future-posts {
  text-align: center;
}

.past-post {
  padding: 4px;
  background-color: #FFF;
  margin: 2px;
}

/* Code boxes */
.prism {
  overflow-y: hidden;
  overflow-x: auto;
  background-color: #EFEFEF;
  border-radius: 5px;
  padding-inline: 10px;
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
}
.prism::-webkit-scrollbar {
  height: 5px;
  width: 5px;
}
.prism::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 5px;
}
.prism::-webkit-scrollbar-thumb {
  background: #9F9F9F;
  border-radius: 5px;
}
.prism::-webkit-scrollbar-thumb:hover {
  background: #0090FF;
}

/* Smaller Screens */
@media (max-width: 1140px) {
  #main-content {
    max-height: 2050px;
  }
  #main-content .inner-content {
    max-width: calc(100% - 40px);
  }
}
@media (max-width: 999px) {
  /* TODO: Work out the proper implementation here - need to make it a super mobile/tablet friendly view */
  header {
    position: absolute;
    height: auto;
  }
  header .movement-tiles a {
    display: inline-flex;
    margin-bottom: 8px;
  }
  #main-content {
    margin-top: 132px;
    max-height: 2900px;
  }
  .row {
    display: block !important;
  }
  .row .col-1,
.row .col-2,
.row .col-3,
.row .col-4,
.row .col-5,
.row .col-6,
.row .col-7,
.row .col-8,
.row .col-9,
.row .col-10,
.row .col-11,
.row .col-12 {
    display: block !important;
    width: 100%;
  }
  .sidebar {
    display: block;
    position: unset;
    width: 240px;
    margin-inline: auto;
  }
  .past-post {
    display: block;
    border: 0px;
    padding: 4px;
    border-radius: 0px;
    width: calc(100% - 40px);
  }
  .past-post:hover {
    border: 0px;
  }
  .pagination {
    display: block !important;
    margin-top: 500px;
  }
  .pagination a {
    margin-inline: auto;
  }
  .foot-space {
    display: block;
  }
  #main-content .inner-content img:not(.rg-modal-content) {
    margin: 20px;
    display: block;
    width: auto;
    height: 250px;
    overflow: hidden;
    margin-inline: auto;
  }
}
@media (max-width: 625px) {
  .pagination {
    padding-top: 8px;
    padding-bottom: 40px;
  }
  .pagination a {
    text-decoration: none;
    color: #004CFF;
  }
  .pagination a:hover {
    cursor: pointer;
    color: #0090FF;
  }
  .pagination span {
    margin-inline: 8px;
  }
}
@media (max-width: 260px) {
  #main-content {
    margin-top: 216px;
  }
}
.inner-content ul li img {
  width: auto;
  height: auto;
  max-height: 175px;
}

.past-post .row {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.heateor_sss_sharing_ul a {
  margin-inline: 3px;
}

.home-action {
  text-align: end;
}
.home-action a {
  color: #333 !important;
  font-weight: 600;
}

body:has(.mobile-device) {
  font-size: 44px;
}
body:has(.mobile-device) .col-4.title {
  display: block;
  width: 100%;
  padding-top: 12px;
  padding-left: 12px;
}
body:has(.mobile-device) .col-4.title a {
  font-size: 48px;
}
body:has(.mobile-device) .col-8:has(.movement-tiles) {
  width: 100%;
}
body:has(.mobile-device) .col-8:has(.movement-tiles) .movement-tiles a {
  width: calc(50% - 8px);
  display: inline-flex;
  font-size: 42px;
  margin-top: 28px;
  margin-bottom: 4px;
  text-align: center;
}
body:has(.mobile-device) #main-content {
  margin-top: 238px !important;
  max-height: none;
}
body:has(.mobile-device) .sidebar {
  width: 80%;
}
body:has(.mobile-device) .sidebar input.search-field {
  font-size: 36px;
}
body:has(.mobile-device) .sidebar input.search-submit {
  font-size: 36px;
}
body:has(.mobile-device) .sidebar a img {
  padding-top: 12px;
  padding-bottom: 12px;
}
body:has(.mobile-device) .sidebar i {
  font-size: 42px;
  line-height: 46px;
  padding-top: 6px;
  padding-bottom: 6px;
}
body:has(.mobile-device) .pagination a {
  width: 90% !important;
  margin-inline: auto;
  font-size: 26px;
  margin-top: 30px;
  line-height: 30px;
}

.mobile-device .col-10 .inner-content {
  width: 80% !important;
  margin-inline: auto;
  padding-bottom: 32px;
  border: 1px solid #9F9F9F !important;
}
.mobile-device .col-10 .inner-content .thumbnail {
  text-align: center;
}
.mobile-device .col-10 .inner-content .col-6:not(.thumbnail) {
  display: inline-flex !important;
  padding-inline: 12px;
}
.mobile-device .col-10 .inner-content .col-6:not(.thumbnail) h2 {
  line-height: 56px;
}
.mobile-device .col-10 .inner-content .col-6:not(.thumbnail) p {
  line-height: 48px;
}
.mobile-device h1 {
  line-height: 76px;
}
.mobile-device p {
  line-height: 38px;
}/*# sourceMappingURL=style.css.map */

.wp-block-quote {
    border: 1px solid #CCC;
    background: #F9f9f9;
    padding: 10px;
    padding-top: 0px;
}