/*!
Theme Name: Plastic Playground
Theme URI: http://underscores.me/
Author: Richie Hiney
Author URI: https://funinelkcity.com
Description: Custom WP theme for Plastic Playground Wake Park
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: plasticplayground
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Plastic Playground is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/* -------------------------------- 

Primary style

-------------------------------- */

#wpadminbar {
	bottom: 0;
	top: auto;
	position: fixed;
}

*, *::after, *::before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  font-size: 18px;
  line-height: 22px;
  font-family: ff-mach-web-pro, sans-serif;
}

p,
.row p {
  font-size: 18px;
  line-height: 22px;
  font-family: ff-mach-web-pro, sans-serif;
  hyphens: auto;
}

li,
.row li {
  font-size: 18px;
  line-height: 22px;
  font-family: ff-mach-web-pro, sans-serif;
  list-style: disc;
}

.psmall,
.row .psmall {
  font-size: 14px;
  line-height: 18px;
  font-family: ff-mach-web-pro, sans-serif;
}

h1,
.row h1 {
font-size: 40px;
font-family: "ff-mach-wide-web-pro", sans-serif;
font-weight: 900;
font-style: normal;
text-transform: uppercase;
}

h2,
.row h2 {
font-size: 30px;
font-family: "ff-mach-wide-web-pro", sans-serif;
font-weight: 900;
font-style: normal;
text-transform: uppercase;
}

h3,
.row h3 {
font-size: 26px;
font-family: "ff-mach-wide-web-pro", sans-serif;
font-weight: 900;
font-style: normal;
text-transform: uppercase;
}

h4,
.row h4 {
font-size: 20px;
font-family: "ff-mach-wide-web-pro", sans-serif;
font-weight: 900;
font-style: normal;
text-transform: uppercase;
}

h5,
.row h5 {
font-size: 20px;
font-family: "ff-mach-wide-web-pro", sans-serif;
font-weight: 900;
font-style: normal;
text-transform: uppercase;
}

a,
.row a {
  color: #e10714;
  text-decoration: underline;
}

a:hover,
.row a:hover {
  text-decoration: none!important;
}

.footer a {
  color: #ffffff!important;
  text-decoration: none;
}

@media only screen and (max-width: 450px) {
h1,
.row h1 {
font-size: 36px;
loine-height: 36px;
font-family: "ff-mach-wide-web-pro", sans-serif;
font-weight: 900;
font-style: normal;
text-transform: uppercase;
}
h3,
.row h3 {
font-size: 20px;
font-family: "ff-mach-wide-web-pro", sans-serif;
font-weight: 900;
font-style: normal;
text-transform: uppercase;
}
}

.navbutton {
    display: inline-block;
    vertical-align: top;
    overflow: hidden;
    -webkit-appearance: none;
    border: none;
    padding: 0 30px;
    margin-right: 10px;
    font-size: 20px;
    line-height: 27px;
    font-weight: 900;
    border-radius: 0px;
    background-color: #D80E2A;
    outline: 4px solid #D80E2A;
    color: #FFFFFF!important;
    white-space: nowrap;
    -webkit-transition: color 0.15s linear 0s, background-color 0.15s linear 0s;
    transition: color 0.15s linear 0s, background-color 0.15s linear 0s;
    position: relative;
    text-align: center;
    opacity: 1;
    max-width: 100%;
    text-overflow: ellipsis;
    text-transform: uppercase;
    text-decoration: none!important;
}

.navbutton:hover {
background-color: #f1f1f1;
text-decoration: none;
outline: 4px solid #D80E2A;
color: #D80E2A!important;
opacity:1;    
}

.button {
    display: inline-block;
    vertical-align: top;
    overflow: hidden;
    -webkit-appearance: none;
    border: none;
    padding: 0 15px;
    font-size: 18px;
    line-height: 30px;
    font-family: "ff-mach-wide-web-pro", sans-serif;
font-weight: 900;
font-style: normal;
    border-radius: 0px;
    background-color: #e10714!important;
    outline: 4px solid #e10714;
    color: #000!important;
    white-space: nowrap;
    -webkit-transition: color 0.15s linear 0s, background-color 0.15s linear 0s;
    transition: color 0.15s linear 0s, background-color 0.15s linear 0s;
    position: relative;
    text-align: center;
    opacity: 1!important;
    max-width: 100%;
    text-overflow: ellipsis;
    text-transform: uppercase;
    text-decoration: none!important;
    box-shadow: 0px 0px 10px 0px #000000;
    border-radius: 2px;
}

.button:hover{
background-color: #e10714;
text-decoration: none;
outline: 4px solid #e10714;
color: #000!important;
opacity:1;   
box-shadow: 0px 0px 0px 0px #000000; 
}

.gradient-btn {
  background: linear-gradient(300deg,#fc0000,#ff4700,#ff0000);
  background-size: 180% 180%;
  animation: gradient-animation 18s ease infinite;
}

@keyframes gradient-animation {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}



.pp-button {
    display: inline-block;
    vertical-align: top;
    overflow: hidden;
    -webkit-appearance: none;
    border: none;
    padding: 0 15px;
    font-size: 18px;
    line-height: 30px;
    font-weight: 900;
    border-radius: 0px;
    background-color: #E10714!important;
    outline: 4px solid #E10714;
    color: #fff!important;
    white-space: nowrap;
    -webkit-transition: color 0.15s linear 0s, background-color 0.15s linear 0s;
    transition: color 0.15s linear 0s, background-color 0.15s linear 0s;
    position: relative;
    text-align: center;
    opacity: 1!important;
    max-width: 100%;
    text-overflow: ellipsis;
    text-transform: uppercase;
    text-decoration: none!important;
    box-shadow: 0px 6px 20px 4px #000;
    border-radius: 2px;
}

.pp-button:hover{
background-color: #E10714;
text-decoration: none;
outline: 4px solid #E10714;
color: #fff!important;
opacity:1;   
box-shadow: 0px 6px 4px 4px #000; 
}

.bbutton {
    display: inline-block;
    vertical-align: top;
    overflow: hidden;
    -webkit-appearance: none;
    border: none;
    padding: 0 15px;
    font-size: 20px;
    line-height: 40px;
    font-weight: 900;
    border-radius: 0px;
    background-color: #1A4789;
    outline: 4px solid #1A4789;
    color: #FFFFFF!important;
    white-space: nowrap;
    -webkit-transition: color 0.15s linear 0s, background-color 0.15s linear 0s;
    transition: color 0.15s linear 0s, background-color 0.15s linear 0s;
    position: relative;
    text-align: center;
    opacity: 1;
    max-width: 100%;
    text-overflow: ellipsis;
    text-transform: uppercase;
    text-decoration: none!important;
    border-radius: 2px;
}

.bbutton:hover{
background-color: #f1f1f1;
text-decoration: none;
outline: 4px solid #1A4789;
color: #1A4789!important;
opacity:0.8;    
}

@media only screen and (max-width: 576px) {
.bbutton {
    font-size: 16px;
}
.button {
    padding: 0 10px;
    font-size: 18px;
    line-height: 30px;
    font-weight: 900;
    border-radius: 0px;
}
.navbutton {
    padding: 0 10px;
    font-size: 20px;
    line-height: 30px;
    font-weight: 900;
    border-radius: 0px;	
}
}

.partylist li {
  font-size: 18px;
  line-height: 22px;
  font-family: ff-mach-web-pro, sans-serif;	
}


/* -------------------------------- 

Navigation

-------------------------------- */

.fiec-header {
  position: absolute;
  top: 0;
  left: 0;
  height: 60px;
  width: 100%;
  z-index: 5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;   
  background-color:#010B12;    

}
@media only screen and (min-width: 768px) {
  .fiec-header {
    height: 80px;
    /*background-image: url(/img/breaker.svg);*/
    background-color: #010B12;  
    background-size: cover;  
    background-position: bottom;  
    box-shadow: none; 
      -webkit-box-shadow: 0 1px 20px rgba(0, 0, 0, 0.2);
          box-shadow: 0 1px 20px rgba(0, 0, 0, 0.2);
  }
}
@media only screen and (min-width: 1170px) {
  .fiec-header {
    -webkit-transition: background-color 0.3s;
    -moz-transition: background-color 0.3s;
    transition: background-color 0.3s;
    /* Force Hardware Acceleration in WebKit */
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  .fiec-header.is-fixed {
    /* when the user scrolls down, we hide the header right above the viewport */
    position: fixed;
    top: -60px;

    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    transition: transform 0.3s;
  }
  .fiec-header.is-visible {
    /* if the user changes the scrolling direction, we show the header */
    -webkit-transform: translate3d(0, 100%, 0);
    -moz-transform: translate3d(0, 100%, 0);
    -ms-transform: translate3d(0, 100%, 0);
    -o-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  .fiec-header.menu-is-open {
    /* add a background color to the header when the navigation is open */

  }
}

.fiec-logo {
  display: block;
  position: absolute;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 20px;
  z-index: 333;    
}
.fiec-logo img {
  display: block;
  height:60px;    
}
@media only screen and (max-width: 576px) {
  .fiec-logo {
    left: 5%; 
    top:50%;  
  }
  .fiec-logo img {
  display: block;
  height:40px; 
  max-width:140px;   
}
}

.nav-container {
	margin-top: 10px;
}

.fiec-secondary-nav {
  position: absolute;
  top: 48%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 80px;
}
.fiec-secondary-nav li {
  display: inline-block;
  margin-left: 1em;
}
.fiec-secondary-nav a {
  display: inline-block;
  color: #000;
  background: linear-gradient(300deg,#fc0000,#ff4700,#ff0000);
  background-size: 180% 180%;
  animation: gradient-animation 18s ease infinite;    
  text-transform: uppercase;
  font-family: "ff-mach-wide-web-pro", sans-serif;   
  font-size:20px;    
  line-height: 14px;
  font-weight: 900!important;
  text-decoration: none;  
  padding: 10px 15px; 
  height: 36px;
  top: 44%;
  bottom: auto;   
  outline: 4px solid #e10714;
  border-radius: 2px;
}

.fiec-secondary-nav a:hover {
background-color: #f1f1f1;
text-decoration: none;
outline: 4px solid #e10714;
color: #000!important;
opacity:1; 
}

@media only screen and (max-width: 576px) {	
  .fiec-secondary-nav {
    display: block;
    right: 74px;  
    top: 48%;      
  }
.fiec-secondary-nav a {
  font-family: "ff-mach-wide-web-pro", sans-serif;  
  font-size:24px;    
  line-height: 10px;
  font-weight: 900;
  padding: 10px 10px; 
}  
}

@media only screen and (max-width: 450px) {
.fiec-secondary-nav {
  position: absolute;
  top: 48%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 74px;
}    
.fiec-secondary-nav li {
    margin-left: 0em;
} 
.fiec-secondary-nav a {
    font-size:1.8rem;
    line-height: 1.8rem;
    text-align: right;
}
.fiec-secondary-nav:after {
    height:10px;
    margin:8px 0 0 4px;
}
}

@media only screen and (max-width: 375px) {
.fiec-secondary-nav {
  display:none;
}   
  .fiec-logo img {
  display: block;
  height:40px; 
  max-width:140px;   
} 
}

.fiec-primary-nav-trigger {
  position: absolute;
    width: 50px;
    padding-left: 1em;
    background-color: ;
    outline: 2px solid #ff0000;    
    height: 40px;
    line-height: 30px;
    right: 10px;
    top: 48%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    border-radius: 2px;
}

.fiec-primary-nav-trigger .fiec-menu-text {
  color: #064274;
  text-transform: uppercase;
  font-weight: 700;
  /* hide the text on small devices */
  display: none;
}
.fiec-primary-nav-trigger .fiec-menu-icon {
  /* this span is the central line of the menu icon */
  display: inline-block;
  position: absolute;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  width: 22px;
  height: 4px;
  background-color: #fff;
  -webkit-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  transition: background-color 0.3s;
  /* these are the upper and lower lines in the menu icon */
}
.fiec-primary-nav-trigger .fiec-menu-icon::before, .fiec-primary-nav-trigger .fiec-menu-icon:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: #fff;
  right: 0;
  -webkit-transition: -webkit-transform .3s, top .3s, background-color 0s;
  -moz-transition: -moz-transform .3s, top .3s, background-color 0s;
  transition: transform .3s, top .3s, background-color 0s;
}
.fiec-primary-nav-trigger .fiec-menu-icon::before {
  top: -7px;
}
.fiec-primary-nav-trigger .fiec-menu-icon::after {
  top: 7px;
}
.fiec-primary-nav-trigger .fiec-menu-icon.is-clicked {
  background-color: rgba(255, 255, 255, 0);
}
.fiec-primary-nav-trigger .fiec-menu-icon.is-clicked::before, .fiec-primary-nav-trigger .fiec-menu-icon.is-clicked::after {
  background-color: #fff;
}
.fiec-primary-nav-trigger .fiec-menu-icon.is-clicked::before {
  top: 0;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}
.fiec-primary-nav-trigger .fiec-menu-icon.is-clicked::after {
  top: 0;
  -webkit-transform: rotate(225deg);
  -moz-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  -o-transform: rotate(225deg);
  transform: rotate(225deg);
}
@media only screen and (min-width: 768px) {
  .fiec-primary-nav-trigger {
    width: 60px;
    padding-left: 1em;
    background-color: ;
    height: 40px;
    line-height: 30px;
    right: 10px;
    top: 48%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .fiec-primary-nav-trigger .fiec-menu-text {
    display: inline-block;
  }
  .fiec-primary-nav-trigger .fiec-menu-icon {
    left: auto;
    right: 1em;
    -webkit-transform: translateX(0) translateY(-50%);
    -moz-transform: translateX(0) translateY(-50%);
    -ms-transform: translateX(0) translateY(-50%);
    -o-transform: translateX(0) translateY(-50%);
    transform: translateX(0) translateY(-50%);
  }
}

.fiec-primary-nav {
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(300deg,#fc0000,#ff4700,#ff0000);
  background-size: 180% 180%;
  animation: gradient-animation 18s ease infinite;
  z-index: 4;
  text-align: center;
  padding: 80px 0;
  backdrop-filter: blur(20px);
  overflow: auto;
  /* this fixes the buggy scrolling on webkit browsers - mobile devices only - when overflow property is applied */
  -webkit-overflow-scrolling: touch;
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  transition-property: transform;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  transition-duration: 0.4s;
  opacity: 0;
}
.fiec-primary-nav li {
  font-size: 20px;
  font-weight: 900;
  font-style: normal;    
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: .2em 0;
  text-transform: capitalize;
  list-style: none;
}
.fiec-primary-nav li a {
  display: inline-block;
  padding: .4em 1em;
  -webkit-transition: background 0.2s;
  -moz-transition: background 0.2s;
  transition: background 0.2s; 
  color:#010B12!important;
  text-transform:uppercase;
  text-decoration: none!important;
}
.no-touch .fiec-primary-nav li a:hover {
  background-color: #bf002b;
  text-decoration: none;    
}
.fiec-primary-nav .fiec-label {
  color: #cccccc;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
  font-size: 0.875rem;
  margin: 2.4em 0 .8em;     
}
.fiec-primary-nav .fiec-social {
  display: inline-block;
  margin: 0 .4em;
}
.fiec-primary-nav .fiec-social a {
  width: 44px;
  height: 44px;
  padding: 0;
  background-image: url("/wp-content/themes/nwuk-brand-theme/img/fiec-socials.svg");
  background-repeat: no-repeat;
  /* image replacement */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}
.fiec-primary-nav .fiec-facebook a {
  background-position: 0 0;
}
.fiec-primary-nav .fiec-instagram a {
  background-position: -44px 0;
}
.fiec-primary-nav .fiec-dribbble a {
  background-position: -88px 0;
}
.fiec-primary-nav .fiec-twitter a {
  background-position: -132px 0;
}
.fiec-primary-nav.is-visible {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  backdrop-filter: blur(20px);
}
@media only screen and (min-width: 768px) {
  .fiec-primary-nav {
    padding: 140px 0;
  }
}
@media only screen and (min-width: 768px) {
  .fiec-primary-nav li {
    font-size: 20px;
    font-size: 1.875rem;
    font-weight: 900;    
  }
  .fiec-primary-nav .fiec-label {
    font-size: 16px;
    font-size: 1rem;
  }
}

/* Split Nav */

.nav-text {
	margin: 0;
	padding: 0;
}

.nav-text li {
    color:#ffffff;
    text-transform: uppercase;
    font-size:30px;
    line-height: 30px;
    font-weight: 900;
    text-decoration: none!important;
    text-align: center;
}

@media only screen and (max-width: 450px) {
.nav-text li {
    color:#ffffff;
    text-transform: uppercase;
    font-size:26px;
    line-height: 40px;
    font-weight: 900;
    text-decoration: none;
}    
}

/* -------------------------------- 

Latest news style

-------------------------------- */


.b-0 {
    bottom: 0;
}
.bg-shadow {
background: rgb(30,31,33);
background: linear-gradient(0deg, rgba(30,31,33,1) 0%, rgba(30,31,33,0) 100%);
    border-radius: 4px;
}
.top-indicator {
    right: 0;
    top: 1rem;
    bottom: inherit;
    left: inherit;
    margin-right: 1rem;
}
.overflow {
    position: relative;
    overflow: hidden;
}
/*
.zoom img {
    transition: all 0.2s linear;
}
.zoom:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}*/

/* -------------------------------- 

Structure

-------------------------------- */

.top-space {
	padding-top:220px;
}

.top-space-sm {
  padding-top:50px;
}

.btm-space-sm {
  padding-bottom:50px;
}

.btm-space {
	padding-bottom:300px;
}

@media only screen and (max-width: 576px) {
.top-space {
	padding-top:50px;
}
.top-space-sm {
  padding-top:20px;
}
.btm-space-sm {
  padding-bottom:20px;
}
.btm-space {
	padding-bottom:50px;
}
}

@media only screen and (min-width: 1500px) {
.top-space {
	padding-top:240px;
}
.btm-space {
	padding-bottom:500px;
}
}

.site-main {
  overflow: hidden;
}

.rh-fixed-bg {
  position: relative;
  min-height: 100vh;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 1;
}

.rh-fixed-bg1 {
  position: relative;
  min-height: 50vh;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  z-index: 1;
}

.rh-fixed-bg1__content, .rh-fixed-bg1 h2,
.rh-fixed-bg__content, .rh-fixed-bg h2 {
  position: absolute;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  width: 90%;
  max-width: 1170px;
  margin: 0 auto;
  text-align: center;
  font-size: 3rem;
}

.rh-fixed-bg h1, .rh-fixed-bg h2,
.rh-fixed-bg1 h1, .rh-fixed-bg1 h2 {
  font-family: "ff-mach-wide-web-pro", sans-serif;
  font-weight: 900;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  color: white;
}

.rh-fixed-bg1.rh-fixed-bg1--1,
.rh-fixed-bg.rh-fixed-bg--1 {
  background-image: url("");
}
.rh-fixed-bg1.rh-fixed-bg1--2,
.rh-fixed-bg.rh-fixed-bg--2 {
  background-image: url("");
}

@media only screen and (min-width: 768px) {
  .rh-fixed-bg h1, .rh-fixed-bg h2 {
    font-size: 3.6rem;
  }
}

@media only screen and (min-width: 1170px) {
  .rh-fixed-bg h1, .rh-fixed-bg h2 {
    font-family: "ff-mach-wide-web-pro", sans-serif;
    font-size: 4.8rem;
    font-weight: 900;
  }
  @supports (background-attachment: fixed) {
    /* fix bug on IE11 and below */
    .rh-fixed-bg {
      background-attachment: fixed;
    }
  }
}

.rh-scrolling-bg {
  position: relative;
  min-height: 100%;
  padding: 2em 0;
  line-height: 1.6;
  z-index: 2;
}

.rh-scrolling-bg.rh-scrolling-bg--color-1 {
  background-color: #e1e1e1;
  color: #1E1F21;
}

.rh-scrolling-bg.rh-scrolling-bg--color-2 {
  background-color: #2a2b2a;
  color: #FFFFFF;
}

.rh-scrolling-bg.rh-scrolling-bg--color-3 {
  background-color: #000;
  color: #ffffff;
}

.rh-scrolling-bg.rh-scrolling-bg--color-pp {
  background-image: url("/wp-content/themes/plasticplayground/img/crack_bkgd.png");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 100%;
  background-color: #1E1F21;
  color: #ffffff;
}

.rh-scrolling-bg__content {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}

.rh-scrolling-bg__content-wide {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
}

@media only screen and (min-width: 768px) {
  .rh-scrolling-bg {
    padding: 0;
    font-size: 2rem;
    line-height: 2;
    font-weight: 300;
  }
}

.top-splash {
	background-image: url("/wp-content/themes/plasticplayground/img/lava-top.png");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: top;
}

.top-splash-pp {
  background-image: url("/wp-content/themes/plasticplayground/img/lava-top.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top;
}

.top-splash-wake {
  background-image: url("/wp-content/themes/plasticplayground/img/lava-top.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top;
}

.btm-splash {
	background-image: url("/wp-content/themes/plasticplayground/img/lava-btm.png");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: bottom;
}

.pp-btm-splash {
  background-image: url("/wp-content/themes/plasticplayground/img/lava-btm.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom;
}

@media only screen and (max-width: 576px) {

.top-splash-pp {
	background-image: url("/wp-content/themes/plasticplayground/img/lava-top.png");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: top;
}
.top-splash {
  background-image: url("/wp-content/themes/plasticplayground/img/lava-top.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top;
}
.btm-splash {
	background-image: url("/wp-content/themes/plasticplayground/img/lava-btm.png");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: bottom;
}
.pp-btm-splash {
  background-image: url("/wp-content/themes/plasticplayground/img/lava-btm.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom;
}
}

.entry-title {
	display: none;
}

.nf-error-msg, .ninja-forms-req-symbol,
.nf-form-fields-required {
	display: none;
}

.navbar {
	justify-content: right;
	margin-top: 14px;
}

.navbar-light .navbar-toggler-icon {
    background-image: url("/wp-content/themes/anw-main/img/rh-icon-menu.svg")
    }

.navbar-toggler {
	padding: 0.25rem 0.75rem;
    font-size: 2rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 0rem;
    background: #1A4789;
}

.navbar-toggler,
.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler-icon:focus {
    outline: none;
    box-shadow: none;
    border: 0;
    position: relative;
}

.toggler-icon {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background: #D80E2A;
    border-radius: 1px;
    opacity: 1;
    left: 0;
    transform: rotate(0deg);
    transition: .25s ease-in-out;
}

.faqbtn {
font-size: 20px;
line-height: 20px;
font-family: "ff-mach-wide-web-pro", sans-serif;
font-weight: 900;
text-transform: uppercase;
color: #fff;	
}

.faqbtn:hover {
font-size: 20px;
font-family: "ff-mach-wide-web-pro", sans-serif;
font-weight: 900;
text-transform: uppercase;
color: #fff;
opacity: .8;	
}

.faqbtn a {
text-decoration: none!important;
}

.btn-link:hover {
text-decoration: none!important;	
}

/*HERO VIDEO*/

.hero-video {
  position: relative;
  background-color: #ffffff;
  height: 70vh;
  width: 100%;
  overflow: hidden;
}

.hero-video video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.hero-video .container {
  position: relative;
  z-index: 1;
}

.hero-video .overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 50%;
  width: 100%;    
background: rgb(0,0,0);
background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);    
  z-index: 1;
}

@media only screen and (max-width: 450px) {
.hero-video {
  position: relative;
  background-color: #ffffff;
  height: 60vh;
  width: 100%;
  overflow: hidden;
  margin-top:0px;    
}
.hero-video video {
  height: 300px;
}    
}

.pp_hero_logo,
.ll_hero_logo {
  display:none;
}

.splash-logo {
    position: relative;
    width:180px;
    margin:-40px auto 0 auto;
    z-index:3;
}

@media only screen and (max-width: 576px) {  
.pp_hero_logo,
.ll_hero_logo {
  display:inline-block;
  max-width:300px;
  margin-top:10%;
} 
.splash-logo {
    width:120px;
    margin:-40px auto 0 auto;
    z-index:3;
}
}

@media only screen and (max-width: 450px) {  
.pp_hero_logo,
.ll_hero_logo {
  display:inline-block;
  max-width:200px;
  margin-top:10%;
}  
.splash-logo {
    width:120px;
    margin:-40px auto 0 auto;
    z-index:3;
}
}

.splash-hero {
    position: absolute;
    width:400px;
    bottom:0;
    z-index:99;
}

@media only screen and (max-width: 450px) {
.splash-hero {
    width:80%;    
    bottom:0;
    left:auto;
}
.splash-hero img {
    padding:5%;
}     
}

.responsive-vid { position: absolute; top: 0; left: 0; width: 100%; height: 100%; xz-index: -1; xpointer-events: none; overflow: hidden;  }
.responsive-vid video { position: absolute; top: 50%; left: 50%; width: 100vw; height: 56.25vw; min-height: 100vh; min-width: 177.77vh; transform: translate(-50%, -50%); }
.responsive-vid iframe { position: absolute; top: 50%; left: 50%; width: 100vw; height: 56.25vw; min-height: 100vh; min-width: 177.77vh; transform: translate(-50%, -50%); }
@media only screen and (max-width: 576px) {
.responsive-vid iframe { position: absolute; top: 50%; left: 50%; width: 100vw; height: 56.25vw; min-height: 60vh; min-width: 177.77vh; transform: translate(-50%, -50%); }
}

.card {
	background-color: #1E1F21!important;
}

/* MODAL THEME */

.modal-backdrop {
    background: rgba(57, 254, 19, 0.95)!important;
    opacity:.9!important;
}

.modal-content {
    background-color: rgba(57, 254, 19, 0)!important;
    border:0!important;
    padding:10px;
}

.modal-header {
    border-bottom: 0!important;
    font-size:16px;
    font-family: 'Kanit', sans-serif;
    font-weight: 100;
    font-style: italic;
    color: #575756;
    text-transform: uppercase;
}

.modal-footer {
    border-top: 0!important;
    justify-content:flex-start;
}

.close {
    color:#1a1a1a!important;
    text-shadow: 0!important;
    margin-bottom:10px;
    opacity:1!important;
    font-size:30px;
}

.long {
display:block;    
}

.short {
display:none;    
}

@media only screen and (max-width: 480px) {
.long {
display:none;    
}

.short {
display:block;    
} 
}

.rounds {
  border-radius: 4px;
}