/* =============================================================================

  
  GOOGLE FONTS USED: 


============================================================================= */

/* ==========================================================================
                                                                GLOBAL STYLES
========================================================================== */
html {
  min-height: 100%;
  position: relative;
}
html, body {
  padding: 0;
  margin: 0;
  font-family: "Open Sans", sans-serif;
}
p a {
  color: #9A1930;
  text-decoration: none;
  font-weight: 600;
}
/* ------------------------------------- HEADERS */

h1, h2, h4, h4, h5, h6 {
  font-family: "Montserrat", 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: #232F5A;
  border-color: #232F5A;
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus {

}





/* ==========================================================================
  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-nav .nav-link, #info-nav a.click-phone-number {
  color: #981536 !important;
  font-weight: 600;
  font-size: 1.1rem;
}

#info-nav .nav-link:hover, #info-nav a.click-phone-number:hover {
  color: #7b0c1e !important;
}


.logo-bg {
  background: rgb(255,255,255);
  background: linear-gradient(180deg, rgba(255,255,255,1) 50%, rgba(35,48,91,1) 50%);
}


#main-nav  {
  background-color: #232F5A !important;
}


#main-nav .nav-link {
  color: #fff;
  font-size: 1.2rem;
  font-weight: 600;
}

.phone-mobile a {
  color: #fff;
  font-size: 1.25rem;
  font-weight: 700;
}

#main-nav .navbar-toggler-icon {
            background-image: url(
"data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
        }

#main-nav .navbar-toggler {
  border-color: #fff;
}

@media screen and (min-width: 1023px) {
  .logo-drop {
    margin-top: -2rem;
  }
}

@media screen and (max-width: 556px) {
#info-nav .nav-link, #info-nav a.click-phone-number {
  font-size: 1rem;
  }
}




/* ==========================================================================
  HOMEPAGE CONTENT
========================================================================== */

.homepage-ctas {
  color: #fff;
}
.inventory-cta {
  background-color: rgb(154 27 51 / 90%);
  color: #ffffff;
}   
@media screen and (min-width: 768px) {
  .inventory-cta, .inventory-cta1 {
    min-height: 250px;
  }
}

@media screen and (max-width: 767px) {
  .inventory-cta, .inventory-cta1 {
    min-height: 185px;
  }
}
@media screen and (max-width: 767px) {
  .inventory-cta, .inventory-cta1 {
    border-bottom: 1px solid rgba(255,255,255,0.5) !important;
  }
}

@media screen and (max-width: 1199px) {
  #l_clm_9 a.stretched-link:after {
    border-left: 0 !important;
  }
}
.inventory-cta:hover {
  background-color: #012038a8;
} 

.inventory-cta1 {
  background-color: #c3122fd6;
  color: #ffffff;
}   

.inventory-cta1:hover {
  background-color: rgb(35 48 91 / 90%);
} 

@media screen and (max-width: 767px) {
    .inventory-cta a.stretched-link:after {
      border-left: 0 !important;
  }
}
.inventory-cta a.stretched-link:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    height: 75%;
    margin: auto 0;
    
}

.inventory-cta1 p, .inventory-cta p {
  text-align: center;
}

.heavy {
  font-weight: 700;
}

.thin {
  font-weight: 200;
}





/* ------------------------------------- HERO */
.home-hero-ctr {

}


/* ------------------------------------- ICONS */
.home-type-icons-ctr {

}
.home-type-icons-ctr  .icon-image {
    transition: transform .5s ease;
}
.home-type-icons-ctr  .icon-image:hover {
    transform: scale(1.05);
}
.home-type-icons-ctr  .icon-item-title {
  color: #000;
  font-weight: 600;
}

/* ------------------------------------- SEARCH*/
.home-search-ctr {

}
.home-search-ctr label {

}
.home-search-ctr input {

}
.home-search-ctr select {

}
.home-search-ctr .btn-primary {

}

.home-search-ctr .btn-primary:hover,
.home-search-ctr .btn-primary:active,
.home-search-ctr .btn-primary:focus  {

}
/* ------------------------------------- BRANDS*/
.home-brands-ctr {
  
}
.home-brands-ctr  .icon-image {
    transition: transform .5s ease;
}
.home-brands-ctr .icon-image:hover {
    transform: scale(1.05);
}
.home-brands-ctr  .icon-item-title {

}

.title-highlight {
  color: #921931;
}

/* ==========================================================================
  FEATURED UNITS
========================================================================== */
.featured-units-ctr {

}
.featured-units-ctr .carousel-control-prev, 
.featured-units-ctr .carousel-control-next {

}

.featured-units-ctr .carousel-control-prev-icon, 
.featured-units-ctr .carousel-control-next-icon {

}

.featured-units-ctr .card-title {

}
.featured-units-ctr .unit_sale_price {

}
.featured-units-ctr .btn-featured-unit {

}
.featured-units-ctr .btn-featured-unit:hover,
.featured-units-ctr .btn-featured-unit:focus,
.featured-units-ctr .btn-featured-unit:active {

}


/* ==========================================================================
  LIST PAGES
========================================================================== */
.pagination .page-item.active .page-link {

}
.pagination .page-link {

}

.inventory-unit .h6 {

}
.inventory-unit .unit_last_price {

}
.inventory-unit .list-email-button {

}
.inventory-unit .list-email-button:hover,
.inventory-unit .list-email-button:active,
.inventory-unit .list-email-button:focus {

}
.inventory-unit .list-details-button {

}
.inventory-unit .list-details-button:hover,
.inventory-unit .list-details-button:active,
.inventory-unit .list-details-button:focus {

}
.inventory-unit .listPages__CTA {

}

.inventory-unit .listPages__CTA:hover,
.inventory-unit .listPages__CTA:focus,
.inventory-unit .listPages__CTA:active {

}
.listPages__typeTitle {
  
}

.listPages__photoVideo {

}

.listPages__photoVideo:hover,
.listPages__photoVideo:active,
.listPages__photoVideo:focus {

}

/* ------------------------------------- FILTER*/

.filter-section .btn-primary {

}
.filter-section .btn-primary:hover,
.filter-section .btn-primary:active,
.filter-section .btn-primary:focus {

}
.inv-mobile-view-filter {

}
.filter-section .link-primary {

}
.filter-section .badge.bg-secondary {

}
.filter-section .bi-chevron-down {

}
.filter-section .list-group-item-secondary {

}
.filter-section .list-group-item.list-group-item-secondary a {

}
/* ==========================================================================
  DETAIL PAGES
========================================================================== */
.detailPage__header {
  
}
.detailPage__social {
  
}
.detailPage__social .social__link {
  
}
.detailPage__social .social__link .bi {
  
}
.detailPage__tab__button.active {
  
}
.detailPage__sectionTitle {

}
.detailPage__Price {

}
.detailPage__Price.unit_last_price {

}
.detailPage__CTAOne {

}
.detailPage__CTAOne:hover {

}
.detailPage__CTAOne__icon {
 
}

.detailPage__CTAOne:hover > .detailPage__CTAOne__icon {
  
}
.detailPage__sendButton {

}
.detailPage__sendButton:hover, 
.detailPage__sendButton:focus,
.detailPage__sendButton:active {

}
.detailPage__specifications:nth-child(odd) {
  
}
.detailPage__specifications:nth-child(odd) a {

}
.detailPage__CTATwo {

}

.detailPage__CTATwo:hover, 
.detailPage__CTATwo:focus,
.detailPage__CTATwo:active {

}

.detailPage__CTATwo__icon {

}

.detailPage__CTATwo:hover > .detailPage__CTATwo__icon {

}
.detailPage__viewDetails {

}

.detailPage__viewDetails:hover, 
.detailPage__viewDetails:focus,
.detailPage__viewDetails:active {

}
.hr__red {

}
#carousel_similar .card-title {

}

#carousel_similar .carousel-control-prev, 
#carousel_similar .carousel-control-next{

}

#carousel_similar .carousel-control-prev-icon, 
#carousel_similar .carousel-control-next-icon {

}

/* ==========================================================================
  INTERIOR PAGES
========================================================================== */
.sm-divider {
  border-top: 6px solid #9A1930;
  background-color: #fff;
  opacity: 1;
  width: 20%;
}
/* ==========================================================================
  SS5 MODULE STYLE OVERRIDES
========================================================================== */
.modal-content .carousel-control-prev-icon, .modal-content .carousel-control-next-icon {
  background-color: #000;
}

@media screen and (min-width: 576px) {
  .man-gallery .col-sm-4 {
    width: 25% !important;
  }
}




/* ==========================================================================
  FOOTER
========================================================================== */
.footer__footer {

}
.footer__footer .click-phone-number {

}

.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;
}



.text-white-50 {
  color: #fff !important;
}