/* =============================================================================

  
  GOOGLE FONTS USED: 


============================================================================= */

/* ==========================================================================
                                                                GLOBAL STYLES
========================================================================== */
html {
  min-height: 100%;
  position: relative;
}
html, body {
  padding: 0;
  margin: 0;
  font-family: "PT Sans", sans-serif;
}
p a {

}
/* ------------------------------------- HEADERS */
 h1, h2, h3, h4, h5, h6 {
  font-family: "Nunito", sans-serif;
 }

/* ------------------------------------- BUTTONS */
.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus,
button:focus {
    outline: none;
    outline-offset: 0;
}
a,
.btn,
button {
    -o-transition:.5s;
    -ms-transition:.5s;
    -moz-transition:.5s;
    -webkit-transition:.5s;
    transition:.5s;
}
a:hover { text-decoration: none; }
:focus,
a:focus {
    outline: none;
}

.btn-primary {
  background-color: #0C553F;
  border-color: #0C553F;
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus {
  background-color: #EAA01F;
  border-color: #EAA01F;
  color: #000;
}

.blue-text {
  color: #BD7C09;
}

.red-text {
  color: #0C553F;
}
.lead strong {
  font-weight: 600 !important;
}
.l-blue-bg {
  background-color: #0C553F;
}

.red-center {
  border-top: 4px solid #0C553F;
  background-color: #fff;
  margin: auto;
  width: 40%;
  opacity: 1;
}

/* ==========================================================================
  HEADER
========================================================================== */

@media screen and (min-width: 1200px) {
  /* LAST TWO NAVBAR LINKS w/ DROPDOWN MENUS */
ul.navbar-nav li.nav-item:nth-last-child(1) .dropdown-menu,
ul.navbar-nav li.nav-item:nth-last-child(2) .dropdown-menu {
    position: absolute;
    left: -3rem;
}
}

#info-bar {

}


#main-nav {
  box-shadow: 0px 0px 6px #797979;
}

#main-nav .navbar__brand {
  font-family: "Nunito", sans-serif;
  font-weight: 800;
  font-size: 1.5rem;
  color: #BD7C09;
}
#main-nav .navbar__brand span {
  color: #EB0000;
  font-style: italic;
}

#main-nav img {
  width: 215px;
  height: 180px;
  position: absolute;
  top: 5px;
}

#main-nav .nav-link {
  border-radius: 50px;
  color: #fff;
  background-color: #0C553F;
  border-color: #0C553F;
  font-family: "Nunito", sans-serif;
  margin-right: .5rem;
  padding: .25rem .75rem;
}




#main-nav .nav-link:hover,
#main-nav .nav-link:active,
#main-nav .nav-link:focus {
 background-color: #EAA01F;
  border-color: #EAA01F;
  color: #000;

}
#main-nav .dropdown-menu.show {
 z-index: 1025; 
}
#main-nav .dropdown-item {

}
#main-nav .dropdown-item:hover,
#main-nav .dropdown-item:focus,
#main-nav .dropdown-item:active {

}

#header-cta {
  border-radius: 50px;
  background-color: #0C553F;
  border-color: #0C553F;
  font-family: "Nunito", sans-serif;
  font-weight: 800;
  margin-left: 1rem;
}

#header-cta:hover,
#header-cta:active,
#header-cta:focus {
  background-color: #EAA01F;
  border-color: #EAA01F;
  color: #000;
}


/* ------------------------------------- NAV SEARCH */
#main-nav form {
    position: relative;
    display: flex;
    height: 45px;
}
#main-nav form input {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
#main-nav form .btn-primary {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
#main-nav form .btn-primary:hover,
#main-nav form .btn-primary:focus,
#main-nav form .btn-primary:active {

}


@media screen and (max-width: 1199px) {
  #main-nav .navbar__nav {
    align-items: flex-end;
  }
  #main-nav img {
  width: 120px;
  height: 100px ;
  }
  #main-nav .nav-link {
    
    margin-top: .5rem;
  }
}


/* ==========================================================================
  HOMEPAGE CONTENT
========================================================================== */

/* ------------------------------------- HERO */
.home-hero-ctr {
  min-height: 550px;
}

.hero-cta {
  margin-top: 3rem;
  backdrop-filter: blur(3px);
  background: rgba( 255, 255, 255, 0.75 );
  box-shadow: 0 8px 32px 0 rgba( 0, 0, 0, 0.37 );
  
-webkit-backdrop-filter
: blur( 5px );
  border-radius: 10px;
}
#hero-pill {
  border-radius: 50px;
  background-color: #EAA01F;
  border-color:#EAA01F;
  color: #000;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 3px;
  padding-bottom: 3px;
}

.home-hero-ctr h1 {
  color: #0C553F;
  font-size: 3rem;
  font-weight: 700;
}
.home-hero-ctr h1 span {
  color:  #BD7C09;
}
.home-hero-ctr .btn-primary {
  padding: .8rem 1.3rem;
  font-size: 1.1rem;
  font-weight: 600;
}
/* ------------------------------------- Section 1 */
.home-section-1 .card {
  background-color: #BD7C09;
  color: #fff;
  border-color: #BD7C09;
  text-align: center;
}
.home-section-1 i {
  font-size: 2.5rem;
}


/* ------------------------------------- section 2*/
.section-2 h2 {
  color: #BD7C09;
  font-size: 3rem;
}

.section-2 #checklist {
  font-size: 1.3rem;
  font-weight: 600;
  color: #EB0000;
}

.bg-image {
  min-height: 500px;
}
/* ------------------------------------- section 3*/
.section-3 .intro h3 {
  color: #BD7C09;
  font-size: 2.5rem;
}

.consign-cta {
  min-height: 260px;
  background-color: #0C553F;
  border-color: #0C553F;
  color: #fff;
  border-radius: .25rem;
}



.consign-cta ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.consign-cta ul .numbers {
  font-weight: 700;
  font-size: 1.2rem;
}

.consign-cta .copy {
  font-size: 1.1rem;
}

.reviews h3 {
  color: #EB0000;
  font-size: 2.5rem;
}



/* ==========================================================================
  INTERIOR PAGES
========================================================================== */
#credit-application .nav-link.active {
  background-color: #0C553F;
}



/* ==========================================================================
  SS5 MODULE STYLE OVERRIDES
========================================================================== */
.modal-content .carousel-control-prev-icon, .modal-content .carousel-control-next-icon {
  background-color: #000;
}

.sitemap-container {
  margin-top: 8rem;
}
@media screen and (max-width: 1199px) {
  .sitemap-container {
    margin-top: 4rem;
  }
}

/* ==========================================================================
  FOOTER
========================================================================== */
.footer__footer {
  background-color: #0C553F;
}
.footer__footer .click-phone-number {
  color: #fff;
}

.footer__footer img {
  width: 150px;
  height: 125px;
}

.footer__footer a {
  text-decoration: none;
  color: #fff;
}

.footer__footer .bi-facebook,
.footer__footer .bi-twitter-x,
.footer__footer .bi-pinterest,
.footer__footer .bi-instagram,
.footer__footer .bi-youtube,
.footer__footer .bi-tiktok {

}

.footer__footer .footer__socialMedia__facebook:hover>.bi-facebook {

}
.footer__footer .footer__socialMedia__twitter-x:hover>.bi-twitter-x {

}
.footer__footer .footer__socialMedia__pinterest:hover>.bi-pinterest {

}
.footer__footer .footer__socialMedia__instagram:hover>.bi-instagram {

}
.footer__footer .footer__socialMedia__youtube:hover>.bi-youtube {

}
.footer__footer .footer__socialMedia__tiktok:hover>.bi-bi-tiktok {

}


/* ==========================================================================
  RECAPTIA HIDE
========================================================================== */
/*.grecaptcha-badge { opacity:0;}*/


/* ==========================================================================
  SS5 BUILDER MODS
========================================================================== */
.gap-fix .row {
  --bs-gutter-x: 1.5rem !important;
}
/* ==========================================================================
  APPLE FIXES
========================================================================== */

.btn {
  -webkit-appearance: inherit !important;
}
.form-select {
  -webkit-appearance: inherit !important;
}

.inv-search-form .form-select {
  -webkit-appearance: inherit;
}


