@charset "UTF-8";
/* RC Bud Shop Developed by Rachel Schmidt @ Generator Design */
/*Structure-----------------------------------------------------------------------------------------------------------*/
body {
  color: black;
  font-family: "Open Sans", sans-serif;
}
body.disable-scroll {
  overflow-y: hidden;
  height: 100vh;
}

section {
  padding: 8rem 0;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  section {
    padding: 10rem 0;
    text-align: left;
  }
}
section:focus {
  outline: none;
}

@media only screen and (min-width: 992px) {
  .container {
    max-width: 1200px;
  }
}
@media only screen and (min-width: 1200px) {
  .container {
    max-width: 1500px;
  }
}

.hide {
  display: none;
}
@media only screen and (min-width: 576px) {
  .hide.sm-only {
    display: block;
  }
}
.hide.md-only {
  display: none;
}
@media only screen and (min-width: 768px) {
  .hide.md-only {
    display: block;
  }
}
.hide.lg-only {
  display: none;
}
@media only screen and (min-width: 992px) {
  .hide.lg-only {
    display: block;
  }
}

img {
  width: 100%;
  max-width: 100%;
}

h1, h2, h3 {
  font-family: "Lato", sans-serif;
}

h1 {
  color: black;
  font-weight: 500;
  margin-bottom: 2.5rem;
  font-size: 30px;
  font-size: 3rem;
  line-height: 34px;
  line-height: 3.4rem;
}
@media only screen and (min-width: 768px) {
  h1 {
    font-size: 40px;
    font-size: 4rem;
    line-height: 44px;
    line-height: 4.4rem;
  }
}
@media only screen and (min-width: 992px) {
  h1 {
    font-size: 50px;
    font-size: 5rem;
    line-height: 54px;
    line-height: 5.4rem;
  }
}

h2 {
  font-weight: 900;
  margin-bottom: 2.5rem;
  position: relative;
  font-size: 27px;
  font-size: 2.7rem;
  line-height: 32px;
  line-height: 3.2rem;
}
@media only screen and (min-width: 768px) {
  h2 {
    line-height: 42px;
    line-height: 4.2rem;
  }
}
h2.alt {
  text-transform: uppercase;
  letter-spacing: 6px;
  font-style: italic;
}
h2.alt:before {
  content: "";
  display: block;
  width: 10rem;
  margin: 1.5rem auto;
  border-bottom: 4px solid #90fd3c;
}
@media only screen and (min-width: 768px) {
  h2.alt:before {
    display: inline-block;
    margin-right: 2rem;
    margin-bottom: 1.5rem;
    border-bottom: 4px solid #90fd3c;
  }
}
h2.large {
  font-size: 37px;
  font-size: 3.7rem;
}

h3 {
  font-weight: 400;
  margin-bottom: 1.5rem;
  font-size: 23.5px;
  font-size: 2.35rem;
  line-height: 28px;
  line-height: 2.8rem;
}
h3.alt {
  text-transform: uppercase;
  letter-spacing: 6px;
  font-weight: bold;
  font-family: "Open Sans", sans-serif;
  font-size: 16.5px;
  font-size: 1.65rem;
  line-height: 20px;
  line-height: 2rem;
}

h4, h5 {
  text-transform: uppercase;
  letter-spacing: 6px;
  font-weight: bold;
  font-family: "Open Sans", sans-serif;
  margin-bottom: 1rem;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 30px;
  line-height: 3rem;
}
h4.alt, h5.alt {
  letter-spacing: normal;
}

h5 {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 20px;
  line-height: 2rem;
}

.subtitle {
  display: block;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 4px;
  color: #90fd3c;
  font-size: 12.5px;
  font-size: 1.25rem;
  line-height: 20px;
  line-height: 2rem;
}
@media only screen and (min-width: 768px) {
  .subtitle {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.light {
  font-weight: 300 !important;
  color: black !important;
}

p, li, span {
  font-weight: 300;
  font-size: 10px;
  font-size: 1rem;
  line-height: 20px;
  line-height: 2rem;
}

b, strong {
  font-weight: 600;
}

ul {
  list-style: none;
  text-align: left;
}
ul li {
  margin-bottom: 0.25rem;
}
ul li:before {
  content: "•";
  color: #784CAF;
  font-weight: bold;
  display: inline-block;
  width: 2rem;
  font-size: 17.5px;
  font-size: 1.75rem;
  margin-left: -2rem;
}

ol {
  list-style: lower-alpha;
}

.list-unstyled li:before {
  content: none;
}

a {
  color: #90fd3c;
  font-weight: bold;
  position: relative;
  display: inline-block;
}
a:hover, a:focus {
  text-decoration: none;
  color: #535353;
}

.green {
  color: #90fd3c;
}

.lightgreen {
  color: #bdfe8a;
}

.white {
  color: white;
}

.black {
  color: black;
}

.btn {
  display: inline-block;
  width: auto;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-weight: 600;
  color: black;
  padding: 0.5rem 3rem;
  margin: 1rem 0;
  border-radius: 10px;
  border: 2px solid black;
}
.btn.disabled, .btn:disabled {
  opacity: 1;
  filter: alpha(opacity=100);
}
.btn.alt {
  display: block;
  background-color: #90fd3c;
  border: 3px solid #90fd3c;
  color: white;
  padding: 1rem 2rem;
  -webkit-transition: background-color 0.2s ease-out;
  -moz-transition: background-color 0.2s ease-out;
  -o-transition: background-color 0.2s ease-out;
  transition: background-color 0.2s ease-out;
  -webkit-transition: border-color 0.2s ease-in;
  -moz-transition: border-color 0.2s ease-in;
  -o-transition: border-color 0.2s ease-in;
  transition: border-color 0.2s ease-in;
}
@media only screen and (min-width: 768px) {
  .btn.alt {
    display: inline-block;
  }
}
.btn.alt:after {
  content: none;
}
.btn.alt:hover, .btn.alt:focus {
  background-color: transparent;
  color: #90fd3c;
}
.btn.white {
  color: white;
  border-color: white;
}
.btn.white-purple {
  color: white;
  border-color: #784CAF;
}
.btn.green {
  color: #90fd3c;
  border-color: #90fd3c;
}
.btn.green:hover, .btn.green:focus {
  color: white !important;
  border-color: white !important;
}
.btn.purple {
  color: #784CAF;
  border-color: #784CAF;
}
.btn.black:hover, .btn.black:focus {
  background-color: black;
  color: #90fd3c !important;
}
.btn:hover, .btn:focus {
  border-color: #90fd3c;
  color: #90fd3c;
}

.fa, .fas, .far, .fal, .fad, .fab {
  font-size: 15px;
  font-size: 1.5rem;
}
@media only screen and (min-width: 992px) {
  .fa, .fas, .far, .fal, .fad, .fab {
    font-size: 25px;
    font-size: 2.5rem;
  }
}

.mdot {
  display: block;
  padding: 0 0.75rem;
  font-size: 14px;
  font-size: 1.4rem;
}
@media only screen and (min-width: 576px) {
  .mdot {
    display: inline-block;
  }
}

.vline {
  padding: 0 0.75rem;
}

.upcase {
  text-transform: uppercase;
}

.line-left {
  position: relative;
}

.line-left:before {
  content: "";
  position: absolute;
  top: -1rem;
  left: -1.5rem;
  width: 1rem;
  height: 2rem;
  border-left: 2px solid #90fd3c;
  border-bottom: 2px solid #90fd3c;
}

.banner-green {
  background-color: #90fd3c;
}

/*Header--------------------------------------------------------------------------------------------------------------*/
.brand {
  position: relative;
  z-index: 2;
  text-align: center;
}
.brand img {
  max-height: 120px;
  max-width: 100%;
  width: auto;
  background-color: black;
  -webkit-transition: max-height 0.5s ease-in-out;
  -moz-transition: max-height 0.5s ease-in-out;
  -o-transition: max-height 0.5s ease-in-out;
  transition: max-height 0.5s ease-in-out;
}
@media only screen and (min-width: 992px) {
  .brand img {
    border: white 2px solid;
    border-top: 0;
  }
}

header {
  position: relative;
  z-index: 99;
  -webkit-transition: 0.2s top ease-in-out;
  -moz-transition: 0.2s top ease-in-out;
  -o-transition: 0.2s top ease-in-out;
  transition: 0.2s top ease-in-out;
  top: 0;
  left: 0;
  width: 100%;
  background-color: black;
}
header .container {
  position: relative;
}
@media only screen and (min-width: 992px) {
  header {
    position: fixed;
    background-color: transparent;
  }
  header.sticky {
    box-shadow: 0 0 1rem rgba(0, 0, 0, 0.25);
    background-color: black;
  }
  header.sticky .brand img {
    max-height: 100px;
    max-width: 100%;
    width: auto;
    border: none;
  }
}

.navbar {
  position: static;
}
.navbar .navbar-toggler {
  position: absolute;
  top: 1rem;
  right: 1rem;
  z-index: 2;
  color: white;
}
.navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  width: 100%;
  z-index: 1;
  background-color: black;
}
@media only screen and (min-width: 992px) {
  .navbar .navbar-collapse {
    position: static;
    padding: 0;
    width: auto;
    height: 100%;
    background-color: transparent;
  }
}
.navbar .nav-item {
  max-width: 500px;
  margin: 0 auto;
  border-bottom: 4px solid transparent;
}
@media only screen and (min-width: 992px) {
  .navbar .nav-item {
    margin: 0 1rem;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
  }
  .navbar .nav-item:last-child {
    margin-right: 0;
  }
}
.navbar .nav-item:hover, .navbar .nav-item:focus {
  border-bottom-color: #90fd3c;
}
.navbar .nav-item a {
  color: white;
  display: block;
  font-weight: 600;
  padding: 1rem;
  text-transform: uppercase;
  text-align: center;
  border-bottom: 1px solid #90fd3c;
  font-size: 10px;
  font-size: 1rem;
  letter-spacing: 3px;
}
.navbar .nav-item a:hover, .navbar .nav-item a:focus {
  text-decoration: none;
  color: #90fd3c;
}
@media only screen and (min-width: 992px) {
  .navbar .nav-item a {
    display: inline-block;
    padding: 0;
    border: none;
    font-size: 9px;
    font-size: 0.9rem;
  }
}
@media only screen and (min-width: 992px) {
  .navbar .nav-item a {
    font-size: 10px;
    font-size: 1rem;
  }
}
.navbar .dropdown:hover .dropdown-menu {
  display: block;
}
.navbar .dropdown-menu {
  position: relative;
  width: 100%;
  float: none;
  background-color: #000;
  top: 101%;
  padding: 0;
  border-radius: 0px;
}
.navbar .dropdown-menu .dropdown-item {
  margin: 1rem 0;
  border-bottom: transparent;
}
.navbar .dropdown-menu .dropdown-item:hover, .navbar .dropdown-menu .dropdown-item:focus {
  background-color: transparent;
}
@media only screen and (min-width: 768px) {
  .navbar .dropdown-menu {
    position: absolute;
    padding: 0.5rem 1rem;
    float: left;
    width: auto;
  }
}
.navbar .social {
  text-align: center;
  border: none !important;
}
.navbar .social a {
  display: inline-block;
  border: none;
  color: #90fd3c;
  padding: 1rem 0.5rem;
}
@media only screen and (min-width: 992px) {
  .navbar .social a {
    padding-left: 1.25rem;
  }
}
.navbar .social a .fab {
  font-size: 1.25rem;
}
.navbar .social a:hover, .navbar .social a:focus {
  color: white;
}
@media only screen and (min-width: 992px) {
  .navbar {
    padding: 0;
    height: 100%;
  }
}

.notice {
  background-color: #ffeb3b;
  text-align: center;
  padding: 0.25rem 1rem;
}
.notice a {
  color: black;
  text-decoration: underline;
}

/*Hero Image----------------------------------------------------------------------------------------------------------*/
#hero-img {
  background: url("../assets/RCBudShop-header-bg.jpg") black no-repeat center center;
  background-size: cover;
  height: auto;
  position: relative;
}
#hero-img .container {
  height: 100%;
}
#hero-img .container .caption {
  max-width: 630px;
  margin: 0 auto;
  text-align: center;
}
#hero-img .container .caption h1 {
  margin-bottom: 0;
  padding: 1rem 2rem;
}
@media only screen and (min-width: 768px) {
  #hero-img .container .caption .subtitle {
    font-size: 17.5px;
    font-size: 1.75rem;
  }
}
#hero-img .container .caption .btn {
  font-size: 12.5px;
  font-size: 1.25rem;
}
#hero-img .scroll-animation {
  height: 15%;
  width: 100%;
  position: absolute;
  margin: 0 auto;
  text-align: center;
  bottom: 0;
  right: 0;
  left: 0;
}
#hero-img .scroll-animation .line {
  width: 50%;
  height: 100%;
  display: block;
  border-right: 2px dashed white;
}
#hero-img .scroll-animation .line:after {
  content: "";
  width: 20px;
  height: 20px;
  margin: 0 auto;
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  left: -2px;
  border: 2px solid white;
  background-color: black;
  animation: scroll 2s ease infinite alternate;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
}
@keyframes scroll {
  0% {
    -moz-transform: scale(1, 1) translate(0, -10px);
    -o-transform: scale(1, 1) translate(0, -10px);
    -ms-transform: scale(1, 1) translate(0, -10px);
    -webkit-transform: scale(1, 1) translate(0, -10px);
    transform: scale(1, 1) translate(0, -10px);
  }
  100% {
    -moz-transform: scale(0.5, 0.5) translate(0, 200px);
    -o-transform: scale(0.5, 0.5) translate(0, 200px);
    -ms-transform: scale(0.5, 0.5) translate(0, 200px);
    -webkit-transform: scale(0.5, 0.5) translate(0, 200px);
    transform: scale(0.5, 0.5) translate(0, 200px);
  }
}
@media only screen and (min-width: 768px) {
  #hero-img {
    height: 100vh;
  }
}

/*About---------------------------------------------------------------------------------------------------------------*/
#about {
  z-index: 0;
  position: relative;
}
#about:before {
  z-index: 2;
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 20%;
  bottom: 0;
  left: 0;
  right: 0;
  background-image: url("../assets/pattern-purple.png");
  background-attachment: fixed;
}
@media only screen and (min-width: 992px) {
  #about:before {
    height: 30%;
  }
  #about:after {
    z-index: 1;
    content: "";
    display: block;
    position: absolute;
    margin: 0 auto;
    background-image: url("../assets/green-rec.jpg");
    background-position: right center;
    background-repeat: repeat-y;
    width: 100%;
    max-width: 1530px;
    height: 100%;
    bottom: 0;
    top: 0;
    right: 0;
    left: 0;
  }
}
#about .container {
  z-index: 3;
  position: relative;
}

.content {
  padding: 4rem;
  position: relative;
}
.content.plus:before {
  content: url(../assets/plus.svg);
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.content.line-bottom:after {
  content: "";
  display: block;
  width: 75%;
  border-bottom: 7px solid black;
  bottom: 0;
  right: 4rem;
  position: absolute;
}
@media only screen and (min-width: 992px) {
  .content.line-bottom:after {
    width: 60%;
  }
}
.content.line-dash:before {
  z-index: 0;
  content: "";
  display: block;
  position: absolute;
  height: 115%;
  border-left: 2px dashed white;
  left: 0;
  top: -10rem;
}
.content.line-dash:after {
  z-index: 1;
  content: "";
  display: block;
  position: absolute;
  height: 100%;
  border-left: 7px solid #90fd3c;
  left: -3.5px;
  top: 0;
  bottom: 0;
}

.about-img {
  padding: 4rem;
}
.about-img img {
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  overflow: hidden;
  position: relative;
}
.about-img:after {
  content: "";
  display: block;
  position: absolute;
  background: url("../assets/flower-bunch.png") left center no-repeat;
  background-size: 100%;
  width: 60%;
  height: 50%;
  bottom: 0;
  left: 0;
}
@media only screen and (min-width: 768px) {
  .about-img {
    padding: 8rem;
  }
}

/*Promo---------------------------------------------------------------------------------------------------------------*/
#shop-promo {
  color: white;
  background: url("../assets/RCBudShop-promo-bg.jpg") black top right no-repeat;
  background-size: 100%;
}
#shop-promo .content {
  backround-color: black;
}

/*Features------------------------------------------------------------------------------------------------------------*/
#features {
  z-index: 0;
  position: relative;
  background-color: black;
}
#features:before {
  z-index: 1;
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 30%;
  bottom: 0;
  left: 0;
  right: 0;
  background-image: url("../assets/pattern-green.png");
  background-attachment: fixed;
}
#features .container {
  z-index: 2;
  position: relative;
}

.card {
  background-color: #17B173;
  background-position: bottom center;
  background-repeat: no-repeat;
  text-align: center;
  word-wrap: unset;
  overflow: hidden;
}
.card a {
  width: 100%;
  height: 100%;
  padding: 10rem 2rem;
  color: white;
  background-color: rgba(66, 74, 7, 0.4);
}
.card a:hover, .card a:focus {
  animation: hover 2s ease infinite alternate;
}
@keyframes hover {
  0% {
    background-color: rgba(34, 74, 7, 0.4);
  }
  25% {
    background-color: rgba(13, 205, 205, 0.4);
  }
  50% {
    background-color: rgba(136, 14, 160, 0.4);
  }
  75% {
    background-color: rgba(40, 84, 243, 0.4);
  }
  100% {
    background-color: rgba(177, 5, 5, 0.4);
  }
}
@media only screen and (min-width: 576px) {
  .card h3 {
    font-size: 1.2rem;
    letter-spacing: 2px;
  }
}
@media only screen and (min-width: 1200px) {
  .card h3 {
    font-size: 1.65rem;
    letter-spacing: 6px;
  }
}
.card p {
  line-height: 1.75;
}

/*Partners------------------------------------------------------------------------------------------------------------*/
#partners {
  position: relative;
  overflow: hidden;
}
#partners h2 {
  z-index: 2;
}

.partner-list {
  z-index: 2;
  padding: 0 2rem;
}
.partner-list li {
  z-index: 2;
  background-color: white;
}
.partner-list li img {
  width: 100%;
  -webkit-filter: grayscale(100);
  -moz-filter: grayscale(100);
  filter: grayscale(100);
  opacity: 0.75;
  filter: alpha(opacity=75);
  -webkit-transition: ease;
  -moz-transition: ease;
  -o-transition: ease;
  transition: ease;
}
.partner-list li img:hover, .partner-list li img:focus {
  -webkit-filter: grayscale(0);
  -moz-filter: grayscale(0);
  filter: grayscale(0);
  opacity: 1;
  filter: alpha(opacity=100);
}
@media only screen and (min-width: 768px) {
  .partner-list {
    padding: 0 0 0 10rem;
  }
  .partner-list:before {
    z-index: 1;
    content: "";
    display: block;
    position: absolute;
    height: calc(100% + 20rem);
    width: 100%;
    top: -10rem;
    bottom: 0;
    left: calc(-100% + 6rem);
    background: url("../assets/RCBudShop-section-bg.jpg") black right center no-repeat;
    background-size: auto 100%;
  }
}
@media only screen and (min-width: 992px) {
  .partner-list {
    padding: 0 2rem 0 10rem;
  }
}

/*Locations-----------------------------------------------------------------------------------------------------------*/
#locations {
  overflow: hidden;
  background-color: #bdfe8a;
  position: relative;
  padding-bottom: 400px;
}
#locations .content {
  text-align: left;
}
#locations .content:after, #locations .content:before {
  border-left-color: black;
}
#locations .content h3 {
  font-size: 1.75rem;
  font-weight: bold;
  text-transform: uppercase;
  margin-top: 1.25rem;
  margin-bottom: 0;
}
#locations .content p {
  font-size: 1.5rem;
  line-height: 1.8;
}
#locations .content a {
  color: black;
}
#locations .location {
  border: black 2px dotted;
  padding: 0 1rem;
  margin: 0 0 2rem 0;
  display: block;
  border-radius: 5px;
  background-color: #90fd3c;
}
#locations .location .row {
  border-bottom: solid 3px black;
}
#locations .map-container {
  padding-left: 0;
  padding-right: 0;
}
#locations .map {
  width: 100%;
  height: 300px;
}
#locations .image {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  border-left: solid 3px black;
}
@media only screen and (min-width: 768px) {
  #locations {
    padding-bottom: 10rem;
  }
  #locations .location {
    margin: 0 2rem 2rem 0;
  }
}
#locations:after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 5rem;
  height: 100%;
  right: 0;
  top: 0;
  bottom: 0;
  border-right: 4px solid black;
  background: url(../assets/pattern-blk.png) fixed;
}

.hours {
  max-width: 300px;
}
.hours h3 {
  width: 100%;
}
.hours h3 span {
  display: block;
  font-size: 1rem;
  font-weight: normal;
}
.hours li {
  display: flex;
  justify-content: space-between;
}
.hours li span {
  font-size: 1.25rem;
  line-height: 1.8;
}
.hours li .days {
  font-weight: bold;
  text-transform: uppercase;
}

/*Gallery-------------------------------------------------------------------------------------------------------------*/
#gallery {
  padding: 0;
  background: black;
}
#gallery .gallery-img {
  min-height: 200px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
@media only screen and (min-width: 992px) {
  #gallery .gallery-img {
    min-height: 300px;
  }
}

/*Contact-------------------------------------------------------------------------------------------------------------*/
#contact {
  color: white;
  background-color: black;
  position: relative;
  text-align: left;
}
#contact:before {
  content: "";
  display: block;
  width: 2rem;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  background: url("../assets/pattern-green.png") fixed;
}
@media only screen and (min-width: 1200px) {
  #contact:before {
    width: 4rem;
  }
}

#contact-form .form-group {
  width: 100%;
  position: relative;
}
#contact-form .form-group input, #contact-form .form-group label, #contact-form .form-group textarea {
  width: 100%;
}
#contact-form .form-group label {
  position: absolute;
  top: 0;
  left: 0;
  text-transform: uppercase;
  font-style: italic;
  font-weight: 900;
  font-family: "Lato", sans-serif;
  letter-spacing: 2px;
}
#contact-form .form-group input {
  padding: 0.5rem 1rem;
  background-color: black;
  color: white;
  border: 0;
  border-bottom: 2px solid #90fd3c;
}
#contact-form .form-group textarea {
  background-color: white;
  color: black;
  border: 2px solid white;
  padding: 0.5rem 1rem;
}
#contact-form .form-group span.required {
  float: right;
  font-size: 0.8rem;
  color: red;
}
#contact-form .form-group .input-field:focus ~ label,
#contact-form .form-group .input-field:not(:placeholder-shown) ~ label {
  z-index: -1;
}

.messages .alert {
  margin-bottom: 2rem;
  background-color: white;
  padding: 1rem;
  border-radius: 5px;
  text-align: center;
  font-weight: 500;
}
.messages .alert-danger {
  color: #784CAF;
}
.messages .alert-danger .close {
  color: #784CAF;
}

.help-block {
  color: red;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
}
.help-block ul {
  padding: 0.5rem 1rem;
  margin: 0;
}
.help-block ul li {
  margin-bottom: 0;
}

/*Footer-------------------------------------------------------------------------------------------------------------*/
footer {
  background-color: black;
  color: white;
  border-top: 4px solid white;
  padding: 1.5rem 0 2rem;
}
footer .credits {
  margin: 0;
  padding: 0;
}
footer .credits li {
  display: inline-block;
  padding: 0 1rem;
  margin: 0;
  position: relative;
  font-size: 0.9rem;
}
footer .credits li:after {
  content: "|";
  float: right;
  position: absolute;
  right: -5px;
  top: 0;
}
footer .credits li:last-child {
  padding-right: 0.5rem;
}
footer .credits li:last-child:after {
  content: "";
  display: none;
}
footer .social a {
  display: inline-block;
  border: none;
  color: #90fd3c;
  padding: 1rem 0.5rem;
}
footer .social a .fab {
  font-size: 1.5rem;
}
footer .social a:hover, footer .social a:focus {
  color: white;
}

/*Interior Pages---------------------------------------------------------------------------------------------------*/
.page-header {
  background: url("../assets/RCBudShop-header-bg.jpg") center center black no-repeat;
  background-size: cover;
  color: white;
  text-align: center;
}
.page-header h1 {
  color: white;
  margin-bottom: 0;
  font-weight: 700;
  font-style: italic;
}
.page-header p {
  line-height: 1;
}
@media only screen and (min-width: 768px) {
  .page-header {
    padding: 12rem 0;
  }
  .page-header .page-title {
    margin-bottom: 4rem;
  }
}

.page-footer {
  background-color: black;
  color: white;
  text-align: center;
}

#privacy h2, #terms h2 {
  text-transform: capitalize;
  margin-bottom: 1rem;
}

/*Overlay-------------------------------------------------------------------------------------------------------------*/
.age-check {
  z-index: 99998;
  position: absolute;
}
.age-check .ac-overlay {
  box-sizing: border-box;
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: url("../assets/pattern-blk.png") rgba(0, 0, 0, 0.5);
  cursor: wait;
  z-index: 1;
}
.age-check .ac-container {
  background-color: black;
  z-index: 2;
  box-sizing: border-box;
  max-width: 900px;
  width: 100%;
  position: fixed;
  padding: 4rem 2rem;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.age-check .ac-container:before {
  content: "";
  position: absolute;
  width: 3rem;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 2;
  background: url("../assets/pattern-green.png");
}
.age-check .ac-container .content {
  position: relative;
  z-index: 3;
  color: white;
  text-align: center;
}
.age-check .ac-container .content p {
  font-size: 10px;
  font-size: 1rem;
}
@media only screen and (min-width: 768px) {
  .age-check .ac-container .content p {
    font-size: 12.5px;
    font-size: 1.25rem;
  }
}
.age-check .ac-container .content p b, .age-check .ac-container .content p strong {
  font-weight: 600;
}
.age-check input, .age-check select {
  border: none;
  background-color: white;
  font-weight: 500;
  text-align: center;
  display: inline-block;
  padding: 0.5rem;
  margin: 0.2rem;
  width: 100px;
  font-size: 15px;
  font-size: 1.5rem;
}
@media only screen and (min-width: 768px) {
  .age-check input, .age-check select {
    display: inline-block;
    margin: 0 1rem;
    width: 150px;
    padding: 1rem;
  }
}
.age-check input::placeholder, .age-check input::-webkit-input-placeholder, .age-check input:-ms-input-placeholder, .age-check select::placeholder, .age-check select::-webkit-input-placeholder, .age-check select:-ms-input-placeholder {
  color: #90fd3c !important;
}
.age-check label span {
  font-weight: bold;
}
.age-check select {
  width: 100%;
  display: block;
  padding: 0.5rem 0;
  margin: 0.5rem 0;
  font-weight: bold;
  font-size: 11.5px;
  font-size: 1.15rem;
  text-transform: uppercase;
  background-color: black;
  color: white;
  border: none;
  border-bottom: #90fd3c 4px solid;
}
.age-check .form-group {
  margin-top: 2rem;
}
.age-check .btn {
  font-size: 15px;
  font-size: 1.5rem;
  cursor: pointer;
}
.age-check .btn.failed {
  border-color: red;
  color: red;
}
.age-check .messages span {
  background-color: black;
  padding: 0.5rem;
  display: block;
  margin-bottom: 1rem;
  font-weight: bold;
}

.js .age-check {
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden;
}
.js .age-check.show {
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
}

/*# sourceMappingURL=base.css.map */
