/*
Theme Name: Uncode Child
Description: Child theme for Uncode theme
Author: Undsgn™
Author URI: http://www.undsgn.com
Template: uncode
Version: 1.0.0
Text Domain: uncode
*/


/* Body Line Height */
p {
  line-height: 1.5em;
}


/*
less than 569px
570px to 959px
960px and up
*/

@media screen and (max-width: 570px) {
    .menu-container {
    padding-top: 15px;
    }
    .btn-lg {
        width: 100%;
    }
}

@media screen and (min-width: 570px) {
  .menu-container {
    padding-top: 28px;
  }
}

@media screen and (max-width: 570px) {
    .mainhero {
        box-shadow: inset 0 0 0 100vw rgba(0,0,0,0.55);
        background-image: url(https://gripknife2000.marrrk.com/wp-content/uploads/2022/12/Hero-GK-1200h_mobile.webp);
        background-repeat: no-repeat;
        background-position: center center;
        background-attachment: scroll;
        background-size: auto 100%;
    }
}

@media screen and (min-width: 960px) {
    .mainhero {
        background-image: url(https://gripknife2000.marrrk.com/wp-content/uploads/2022/12/Hero-GK-1200h.webp);
        background-repeat: no-repeat;
        background-position: center center;
        background-attachment: scroll;
        background-size: auto 100%;
    }
}

/* H3 Underline 
h3 {
  text-decoration: underline;
  text-decoration-color: #ff0022;
  text-decoration-thickness: 6px;
  text-underline-offset: 11px;
  text-decoration-line: ov;
}
*/



/*.displaybox {
    background-color: #1f1f1f;
    background-image: url("https://gripknife2000.marrrk.com/wp-content/uploads/2023/01/carbon-fibre.png");
}
.displaybox {
  background-color: #1f1f1f;
background-image: url("https://gripknife2000.marrrk.com/wp-content/uploads/2023/01/carbon-fibre.png");
}

.displaybox {
  background-color: #1f1f1f;
background-image: url("https://gripknife2000.marrrk.com/wp-content/uploads/2023/01/tactile_noise.webp");
}
*/

/*
.displaybox {
    background-color: #202020;
    background-image: url("https://gripknife2000.marrrk.com/wp-content/uploads/2023/01/carbon-fibre.png"); */

}

/*  Display Box P Size  */
/* .smallpanes p {
  font-size: 18px;
  color: #999999;
} */

  /* Scroll Thing 
.scrolltext {
    transform: translateY(-240%);
    z-index: 5;
}
*/
/*
.scrolltext2 {
    z-index: 5;
    position: absolute;
    bottom: 200px;
    max-width: 1200px;
}
 

.sswrap {
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
text-shadow: 0 0 8px white;
text-align: center;
}

.sswrap{
    height:55vh!important;
}

#set-height {
  display: inline;
}

*/
#scrolltext {
  position: absolute;
  top: 66.6%;
    text-align: center;
}

.scrollheader {
  position: absolute;
  top: 20%;
  float: center;
  width: 100%;
}

.sscolumn {
  float: left;
  width: 33.33%;
}

/*  GK Floating Shadow  */
@media screen and (min-width: 570px) {
  .gk-solo {
    filter: drop-shadow(16px 16px 80px black);
  }
}

/* Variables */
:root {
  --grey: #b8b8b8;
}

/* H2 Caps and Spacing */
h2 {
  text-transform: uppercase;
  letter-spacing: -.02em;
}

/* Review Quote Style */
.quoteblocks p:not(.quoted) {
  font-size: 16px;
  color: var(--grey);
  margin-bottom: 10px;
}
.quoted {
  font-size: 16px;
  color: white;
  font-weight: 700;
  margin-top: 6px;
}

/* Text Blocks Next To Knife Style */
.displaybox p {
  font-size: 14px;
  margin-top: 6px;
  color: var(--grey);
}
.displaybox h3 {
  text-transform: uppercase;
  font-size: 22px;
}

/* Box Render Settings */
.weaponsystem {
  padding-top: 30px;
  padding-bottom: 30px;
}
.boxrender {
  padding-top: 40px;
}