

/* ##################################################

:: Template Name: PitBoss Utilities StyleSheet
:: Author: User10
:: Version: 1.0
:: Created: 11 November 2020
:: Last Updated: 11 November 2020

################################################## */

/* ##### Index of Stylesheet #####

-IMPORTS
-TYPOGRAPHY
-LINKS
-BUTTONS
-LISTS
-IMAGERY
-BORDER UTILS
-ALERTS
-INPUTS
-CONTAINER UTILS
-SPACING UTILS
-FLEXBOX UTILS
-BACKGROUNDS

 ##### Index of Stylesheet ##### */

/*--------------------IMPORTS-------------------*/

@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700");
/* :: 2.0 Import All CSS */

@import url(https://dansons-site-images.s3.us-west-2.amazonaws.com/legacy/css/bootstrap.min.css);
@import url(https://dansons-site-images.s3.us-west-2.amazonaws.com/legacy/css/animate.css);
@import url(https://dansons-site-images.s3.us-west-2.amazonaws.com/legacy/css/owl.carousel.css);
@import url(https://dansons-site-images.s3.us-west-2.amazonaws.com/legacy/css/classy-nav.min.css);
@import url(https://dansons-site-images.s3.us-west-2.amazonaws.com/legacy/css/magnific-popup.css);
@import url(https://dansons-site-images.s3.us-west-2.amazonaws.com/legacy/css/font-awesome.min.css);
@import url(https://dansons-site-images.s3.us-west-2.amazonaws.com/legacy/css/themify-icons.css);
@import url(https://dansons-site-images.s3.us-west-2.amazonaws.com/legacy/css/nice-select.css);
@import url(https://dansons-site-images.s3.us-west-2.amazonaws.com/legacy/css/jquery-ui.min.css);


@font-face {
    font-family: "BankGothic";
    src: url(../fonts/BankGothic-Regular.ttf);
}

@font-face {
    font-family: "pitboss-ASPHALTIC-CLEAN";
    src: url(../fonts/ASPHALTIC-CLEAN.TTF);
}

@font-face {
    font-family: "ASPHALTIC-GRAIN";
    src: url(../fonts/ASPHALTIC-GRAIN.TTF);
}

@font-face {
    font-family: "BerninoSansCondensedLight";
    src: url(../fonts/BerninoSans-CondensedLight.ttf);
}

@font-face {
    font-family: "BerninoSans-CondensedLight";
    src: url(../fonts/BerninoSans-CondensedLight.TTF);
}

@font-face {
    font-family: "BerninoSansCondensed-ExtraBold";
    src: url(../fonts/BerninoSansCondensed-ExtraBold.otf);
}

@font-face {
    font-family: "BerninoSansCondensed";
    src: url(../fonts/BerninoSansCondensed.otf);
}

@font-face {
    font-family: "BerninoSansCondensedSBold";
    src: url(../fonts/BerninoSansCondensedSBold.TTF);
}


/*------------ TYPOGRAPHY ------------*/
body {
    font-family: 'BerninoSansCondensed' !important;
    font-weight: 400;
    font-style: normal;
    overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #000;
    font-family: "pitboss-ASPHALTIC-CLEAN", sans-serif !important;
    text-transform: uppercase;
}

p {
    color: #555555;
    font-size: 18px;
    line-height: 28px;
    font-family: 'BerninoSansCondensed' !important;
}

.font-bold {
    font-weight: 700;
}

.font-semibold {
    font-weight: 600;
}

.font-normal{
    font-weight: 400;
}

.font-light {
    font-weight: 300;
}

.font-gothic{
    font-family: "BankGothic";

}

.font-bernino{
    font-family: "jaf-bernino-sans", sans-serif;
}

.font-asphaltic{
    font-family: "pitboss-ASPHALTIC-CLEAN", sans-serif;
}

.text-xs{
    font-size: 12px;
    line-height: 1.5;
}

.text-sm{
    font-size: 14px;
    line-height: 1.5;
}

.text-base{
    font-size: 16px;
    line-height: 1.5;
}

.text-md{
    font-size: 18px;
    line-height: 1.75;
}

.text-lg{
    font-size: 20px;
    line-height: 1.75;
}

.text-xl{
    /* 24 px */
    font-size:calc(22px + (24 - 22) * ((100vw - 500px) / (1430 - 500)));
    line-height: 1;
}

.text-2xl{
    /* 32 px */
    font-size: calc(28px + (32 - 28) * ((100vw - 500px) / (1430 - 500)));
    line-height: 1.25;
}

.text-3xl{
    /* 50 px */
    font-size: calc(40px + (50 - 40) * ((100vw - 500px) / (1430 - 500)));
}

.text-4xl{
    /* 60 px */
    font-size: calc(45px + (60 - 45) * ((100vw - 500px) / (1430 - 500)));
    line-height: 1;
}

.text-5xl{
    /* 70 px */
    font-size: calc(50px + (70 - 50) * ((100vw - 500px) / (1430 - 500)));
    line-height: 1;
}

.text-6xl{
    /* 90 px */
    font-size: calc(60px + (90 - 60) * ((100vw - 500px) / (1430 - 500)));
    line-height: 1;
}

.text-underline{
    text-decoration: underline;
}

.text-black{
    color: #000000;
}

.text-yellow{
    color: #F8D517;
}

.text-gray-light{
    color: #A1A1A1;
}

.text-gray-md{
    color: #737B7D;
}

.text-gray-dark{
    color: #414142;
}

.text-orange{
    color: #EE8032;
}

.text-blue{
    color: #0071BD;
}

.text-green{
    color: #46B58B;
}

.white-text{
    color: #fff;
}


.ls-1{
    letter-spacing: 0.03em;

}

.nls-1{
    letter-spacing: -0.03em;

}

.ls-2{
    letter-spacing: .1em;

}

.ls-3{
    letter-spacing: 0.25em;

}

.center-text{
    text-align: center;
}

.pb_display-title--md{
    font-size: 42px;
    font-family: 'BerninoSansCondensed-ExtraBold';
    text-transform: uppercase;
}

.hero-text {
  left: 32.5rem;
  top: 50%;
  bottom: 50%;
}


.pb_display-title--lg{
    font-family: "pitboss-ASPHALTIC-CLEAN", sans-serif;
    text-transform: uppercase;
    font-size: 60px;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.banner_text {
  line-height: 1.5;
}



@media screen and (max-width: 414px){
  #main-title {
    font-size: 36px;
  }

  .banner_text {
    font-size: 18px !important;
  }

  .hero-text {
    top: 115px !important;
  }
  .mobile-text {
      flex-direction: row;
  }
}


@media screen and (max-width: 375px){
    #main-title {
        font-size: 24px;
        letter-spacing: 0.04em;
        font-family: 'BerninoSansCondensed-ExtraBold';
    }
    .special{
        font-size: 17px;
    }

  .banner_text {
    font-size: 22px;
  }

  .hero-text {
    top: 115px !important;
  }
}


@media screen and (max-width: 820px){
  .hero-text {
    top: 200px;
  }
}

@media screen and (max-width: 912px){
  .hero-text {
    top: 200px;
  }
  .banner_text {
    font-size: 22px;
  }
}


@media only screen and (min-width: 992px){
    .pb_display-title--lg{
        font-size: 50px;
    }

    .pb_display-title--md{
        font-size: 45px;
    }

    .hero-text {
      left: 0;
    }

    .mobile_text {
      text-align: center !important;
    }
    .special{
        font-size: 30px;
    }
}

/* @media only screen and (max-width: 1500px){
    .pb_display-title--lg{
        font-size: 50px;
    }

    .pb_display-title--md{
        font-size: 56px;
    }
} */

/*--------------------LINKS----------------------*/


a {
    color: inherit;
    text-decoration: none;
    font-size: inherit;
    font-family: 'BerninoSansCondensed';
    font-weight: 400;
    font-style: normal;
}

a:hover {
    color: inherit;
    text-decoration: underline;
    text-decoration-color: #000;
}

/*--------------------BUTTONS--------------------*/

.btn:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(238, 128, 50, 0.2);
}


.pb_btn{
    font-family: "pitboss-ASPHALTIC-CLEAN", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 1;
    letter-spacing: 0.25em;
    text-transform: uppercase;
    border: 2.5px solid #A1A1A1;
    border-radius: 30px;
    text-align: center;
    padding: 15px 25px;
    display: inline-block;
    transform: translateY(0px);
    transition: all ease 250ms;
    min-width: 180px;
    cursor: pointer;
    color: inherit;
}

.hero-btn{
    font-style: normal;
    font-weight: bold;
    color: #ffffff !important;
    background: #2d77be;
    font-size: 18px;
    line-height: 1;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    text-align: center;
    padding: 15px 95px;
    display: inline-block;
    transform: translateY(0px);
    transition: all ease 250ms;
    min-width: 180px;
    cursor: pointer;
    color: inherit;
}

.pb_btn-shop{
  font-family: "BerninoSansCondensed-ExtraBold", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 1;
  text-transform: uppercase;
  text-align: center;
  padding: 15px 25px;
  display: inline-block;
  transform: translateY(0px);
  transition: all ease 250ms;
  min-width: 180px;
  cursor: pointer;
}

.pb_btn:hover,
.pb_btn-shop:hover {
    text-decoration: none;
    transform: translateY(-3px);
    box-shadow: 0px 4px 6px 2px rgba(0,0,0,0.15);
}

.pb_btn:focus,
.pb_btn-shop:focus {
    box-shadow: 0px 0px 3px #A1A1A1;
}

.pb_btn--black{
    color: #fff;
    background: #000;
}

.pb_btn--black:hover{
    color: #fff;
    box-shadow: 0px 4px 6px 2px rgba(0,0,0,0.15);
}

.pb_btn--blue{
  color: #fff;
  background: #2D77BE; |
}

.pb_btn--blue:hover{
  color: #fff;
  box-shadow: 0px 4px 6px 2px rgba(0,0,0,0.15);
}

.pb_btn--red{
  color: #fff;
  background: #B20916;
}

.pb_btn--red:hover{
  color: #fff;
  box-shadow: 0px 4px 6px 2px rgba(178,9,22);
}


.pb_btn--white{
    color: #000;
    background: #fff;
}

.pb_btn--white:hover{
    color: #000;
    box-shadow: 0px 4px 6px 2px rgba(255,255,255,0.15);
}

.pb_btn--orange{
    color: #fff;
    background: #EE8032;
    border: 0px;
}

.pb_btn--orange:hover{
    color: #fff;
}

.pb_btn--orange-outline{
    border-color: #EE8032;
    background: #fff;
}

.pb_btn--orange:focus, .pb_btn--orange-outline:focus{
    box-shadow: 0px 0px 3px #EE8032;
}


.pb_btn--outline{
    border-color: #000;
    background: #fff;
}

.pb_btn--outline:focus {
    box-shadow: 0px 0px 3px #A1A1A1;
}

.pb_btn--saved{
    border-color: rgba(0,0,0,0);
    background: #A1A1A1;
}

.pb_btn--affirm{
    border: 1.5px solid #0EA0E9;
}

.pb_btn.pb_btn--affirm:focus, .pb_btn.pb_btn--affirm:active {
    box-shadow: 0px 0px 4px #0ea0e9;
}

.pb_btn--dropdown{
    font-family: "BankGothic";
    color: rgba(255,255,255,0.65);
    padding: 0px 5px;

}

/*--------------------LISTS--------------------*/

ul {
    margin: 0;
}

ul li {
    list-style: none;
}

/*--------------------IMAGERY--------------------*/

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

/*--------------------BORDER UTILS--------------------*/

.br-5{
    border-radius: 5px;
}


/*--------------------ALERTS--------------------*/

.alert.alert--covid{
    background: #fbf7e0;
    color: #414242;
    font-size: 12px;
    line-height: 1.6;
}


/*--------------------INPUTS--------------------*/

.form-control{
    border-radius: 6px;
    height: 42px;
    border: 1px solid #e0e0e0;
}

.form-control:focus{
    border-color: #000;
    box-shadow: none;
}

.form-control::placeholder{
    font-size: 12px;
    color: #c6c6c6;
}

select.form-control.custom-select{
    background: url('../../../theme/default/image/input-select-arrow.svg') no-repeat right 0.75rem center/12px 12px;
    min-height: 42px;
}

.custom-control-input:active ~ .custom-control-label::before{
    background-color: rgba(0,0,0,0.2);
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::before{
    background-color: #EE8032;
    border-color: #EE8032;

}

.custom-radio.custom-radio--black .custom-control-input:checked ~ .custom-control-label::before{
    background-color: #000;
    border-color: #000;
}
.custom-control-label::before{
    background-color: white;
    border: 2px solid #000;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E") !important;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #000;
}


/*--------------------CONTAINER UTILS--------------------*/

.container{
    max-width: 1240px;
}

.container-wide{
    max-width: 1550px;
}

/*--------------------SPACING UTILS--------------------*/

.mt-15 {
    margin-top: 15px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-50 {
    margin-top: calc(25px + (50 - 25) * ((100vw - 500px) / (1430 - 500)));
}

.mt-70 {
    margin-top: 70px;
}

.mt-100 {
    margin-top: 100px;
}

.mb-15 {
    margin-bottom: 15px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-50 {
    margin-bottom: 50px;
}

.mb-70 {
    margin-top: 70px;
}

.ml-15 {
    margin-left: 15px;
}

.ml-30 {
    margin-left: 30px;
}

.mr-15 {
    margin-right: 15px;
}

.mr-30 {
    margin-right: 30px;
}

.mb-70 {
    margin-bottom: 70px;
}

.mb-100 {
    margin-bottom: 100px;
}

.my-70{
    margin: 70px 0px;
}

.p-25{
    padding: 25px;
}

.p-50{
    padding: 50px;
}

.p-75{
    padding: 75px;
}

.px-25{
    padding: 0px 25px;
}

.px-50{
    padding: 0px calc(15px + (50 - 15) * ((100vw - 500px) / (1430 - 500)));;
}

.px-75{
    padding: 0px 75px;
}

.py-25{
    padding: 25px 0px;
}

.py-50{
    padding: 50px 0px;
}

.py-75{
    padding-top: calc(45px + (75 - 45) * ((100vw - 500px) / (1430 - 500)));
    padding-bottom: calc(45px + (75 - 45) * ((100vw - 500px) / (1430 - 500)));
}


.p-100{
    padding: 100px;
}

.section-padding-100 {
    padding: 100px 0;
}

.section-padding-50 {
    padding: 50px 0;
}

.section-padding-75 {
    padding: 75px 0;
}

.section-padding-50-0 {
    padding: 50px 0 0 0;
}

.section-padding-100-70 {
    padding: 100px 0 70px;
}

.section-padding-100-50 {
    padding: 100px 0 50px;
}

.section-padding-100-0 {
    padding: 100px 0 0;
}

.section-padding-0-100 {
    padding: 0 0 100px;
}

.section-padding-100-20 {
    padding: 100px 0 20px 0;
}


.height-500 {
    height: 500px !important;
}

.height-600 {
    height: 600px !important;
}

.height-700 {
    height: 700px !important;
}

.height-800 {
    height: 800px !important;
}

/*--------------------FLEXBOX UTILS--------------------*/

.row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.align-items-stretch {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    -ms-grid-row-align: stretch;
    align-items: stretch;
}

/*--------------------BACKGROUNDS--------------------*/

.bg-black{
    background: #000;
}


.bg-img {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.bg-transparent {
    background-color: transparent;
}

.bg-transparent-dark {
    background-color: rgba(0, 0, 0, 0.5) !important;
}

.bg-transparent-light {
    background-color: rgba(255, 255, 255, 0.5) !important;
}

.bg-fixed {
    background-position: center center;
    background-attachment: fixed;
    background-size: cover;
}

.bg-overlay {
    position: relative;
    z-index: 1;
}

.bg-overlay::after {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #8c8c8c;
    opacity: 0.7;
    content: '';
}

.bg-overlay-black {
    position: relative;
    z-index: 1;
}

.bg-overlay-black::after {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000000;
    opacity: 0.9;
    content: '';
}

.bg-overlay-black-bottom {
    position: relative;
    z-index: 1;
}

.bg-overlay-black-bottom::after {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000000;
    opacity: 0.9;
    content: '';
}

.bg-overlay-white {
    position: relative;
    z-index: -1;
}

.bg-overlay-white::after {
    position: absolute;
    z-index: -2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(230, 241, 255, 0.5);
    content: '';
}

.gradient-background-overlay:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: -1;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.9);
    background: -webkit-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.9) 90%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to bottom, black 0%, rgba(0, 0, 0, 0.9) 90%, rgba(0, 0, 0, 0) 100%);
}

.bg-gray {
    background-color: #f5f7f9;
}

.bg-gray-dark{
    background-color: #333333;
}

.gradient-background-overlay {
    position: relative;
    z-index: 3;
}

