/*!
Author: Shé Langley
Author URI: http://gigigraphics.com
Description: Custome stylesheet created to not overwrite original sass stylesheet
*/
.krock-info { background-color: #fff; padding-bottom: 40px; border-bottom: solid 1px #696969; float:left; width:100%; padding-top:40px; }
.krock-logo { text-align:center; }
.site-footer .site-info { margin-top:25px; }

/* Hide thumbnail images on home page slider that appeared after plugin update 7/16/21 */
div#n2-ss-3 .n2-thumbnail-dot img { opacity:0; }

/* Scroll to Top Button */
.topbutton {
    position: fixed;
    right: 30px;
    bottom: 20px;
    Z-index: 1;
    text-align: center;
    background-color: #444;
    color: white !important;
    padding: 10px;
    font-weight: 700;
    font-family: "Open Sans Condensed",helvetica,sans-serif;
}

.topbutton:hover { background-color:#5aabbc !important; cursor:pointer; }

.topbutton .arrowup {
    border: solid white;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    margin-left:10px;
}

ol.module-questions {
  list-style: none;
  counter-reset: my-awesome-counter;
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}
ol.module-questions li {
  counter-increment: my-awesome-counter;
  width: 50%;
  font-size: 0.9rem;
  margin-bottom: 0.5rem;
    padding:20px !important;
}
ol.module-questions li::before {
  content: "0" counter(my-awesome-counter);
  font-weight: bold;
  font-size: 3rem;
  margin-right: 0.5rem;
  line-height: 1;
    color:rgb(92 92 92 / 27%);
}

/*Make left sidebar sticky on desktop
@media only screen and (min-width: 631px) {
    aside#secondary {
         position: -webkit-sticky;
          position: sticky;
          top: 0;
    }
}*/

@media only screen and (max-width: 630px) {
    .krock-logo img { width:90%; margin-top:20px; }
    ol.module-questions li { width:auto; }
}