



/* HEADER ===================================================================================== */

.header-info {
    background-color: var(--header-background);
    background: url(https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/9069AFA1B21348E14C70791F1E910A94.png);
    background-repeat: no-repeat;
    background-position:60%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    box-shadow: inset 0px 0px 1000px 100px rgba(0,0,0,.4);
    font-weight: 700;
}


/* INTERNAL TITLES ===================================================================================== */

section.title {
    color: var(--color-theme-header);
    background: url(https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/F0A4AB70F8E86CDA6874EDBA05A8AC98.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    padding: 5em 0;
    text-align: center;
}


/* HOME PAGE ===================================================================================== */


/* Home - Hero Section -*/

.contact-callout {
    background: var(--color-theme-highlight);
    padding: 1.5em 1em;
    text-align: center;
}
.contact-callout-text {
    color: var(--color-theme-text-btn);
    margin: 0;
    font-size: 1.5em;
}

.contact-callout-text a {
    color: var(--color-theme-text-btn);
}
.contact-callout-text a:hover {
    color: var(--color-theme-text);
}

/* Hero */
.hero {
    background: url(https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/F45BAAC35EFBEFBB7A0522E5C8CB1396.jpg) no-repeat 65% top;
    margin-top: -1px;
    display: block;
    position: relative;
    overflow: hidden;
    padding-top: 7em;
    padding-bottom: 7em;
    min-height: 700px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

@media(max-width: 567px){
    .hero {
        padding-top: 3em;
        padding-bottom: 3em;
        min-height: 410px;
    }   
}

.hero:after {
    overflow: hidden;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: rgba(0,0,0,0.4);
}

.hero .hero-container {
    position: relative;
    z-index: 2;

}

.hero-content {
    color: #fff;
    margin: auto;   
    text-align: center;
}

.hero-lines {
    position: relative;
    text-align: center;
}
.hero-lines span {
    display: inline-block;
    vertical-align: middle;
    max-width: 55%;
}

.hero-lines::before,
.hero-lines::after {
    content: ' ';
    height: 3px;
    width: 10%;
    background: var(--color-theme-highlight);
    display: inline-block;
    vertical-align: middle;
}

.hero-headline {
    line-height: 1.15;
}

@media(max-width: 567px){
    .hero-headline {
        font-size: 2.5rem;
    }
}

.hero-text {
    font-size: 1.2em;
    max-width: 520px;
    margin: auto;
}

.hero-btm-line {
    height: 3px;
    width: 75%;
    background: var(--color-theme-highlight);
    margin: 25px auto;
}


.btn-dark {
    background: var(--color-theme-highlight);
    border-color: transparent;
}

.btn-dark:hover {
    color: #fff;
    background-color: #df7d1f;
    border-color: transparent;
}

/* ============================ Footer CTA Button */
.webit__footer-cta {
    position: fixed;
    z-index: 1;
    bottom: 15px;
    right: 15px;
    z-index: 1000000;
}

#webit__footer-btn {
  width: 65px;
  cursor: pointer;
}

#webit__footer-btn svg circle {
  fill: var(--color-theme-primary);
}

.webit__footer-icons {
  height: 55px;
  width: 55px;
  margin: auto;
  font-size: 13px;
  line-height: 1em;
  border-radius: 50%;
  background: #D6A049;
  color: #fff !important;
  -webkit-box-shadow: 4px 5px 13px -9px black;
  box-shadow: 4px 5px 13px -9px black;
  opacity: 0;
  pointer-events: none;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: all 0.5s;
  -webkit-transition: all 0.5s cubic-bezier(0.75, -0.5, 0, 1.75);
  transition: all 0.5s cubic-bezier(0.75, -0.5, 0, 1.75);
}

.webit__footer-cta-ani {
  position: relative;
  opacity: 1;
  pointer-events: all;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.webit__footer-btn-line {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

line.webit__footer-btn-line-active {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.col.service-box {
    background: #efefef;
    margin: 10px;
    padding: 1em;
    border-radius: 1em;
    box-shadow: 1px 1px 10px -5px;
    border: 2px solid #EAA45E;
}

.service-box h3 {
    font-size: 29px;
    text-align: center;
    font-weight: 800;
    text-shadow: 0px 2px 2px rgba(0,0,0,.5);
    color: #eb8a32;
}

.service-box p {
    font-size: 12px;
    text-align: center;
}

.service-box ul {
    list-style: none;
    padding: 0;
    font-size: 13px;
    text-align: center;
}

li {
    margin-bottom: 3px;
    margin-top: 3px;
}

.service-box ul li:before {
  content: '✓';
    font-weight: 800;
    color: #EB8A32;
    margin-right: 5px;
}