/* Hide "Rates - Please contact us for current pricing and availability." from Catalog */
.product .product-info-wrap .col-sm-5  {
  display: none!important;
}



/* Mobile */
@media screen and (max-width: 480px) {
 
  .nav-bar #product-search {
    background-color: #e9e9e9;
    border-color: transparent;
    margin-top: 26px;
}
  
}


/* Hide the second drop down version in drop down menu*/ 
.wrapper-primary-navigation .widget-navigation .dropdown-menu li.subnav-promos {display:none!important;}
.wrapper-primary-navigation .widget-navigation .dropdown-menu li.subnav-more-info {display:none!important;}


/* Tablet */
@media screen and (max-width: 768px) {
  .region-header .widget-logo img  {
    width: 100% !important;
  }            
}

/* ------------------------*/ /* ---------->>> Header <<<-----------*/ /* ------------------------*/

#pre_header {
    background-color: #343377;
}

img.second.img-responsive {
    width: 50%;
    margin-top: 1em;
}

.nav-bar .widget-logo img {
    max-width: 100%;
    width: 100%;
    height: 100%;
    max-height: 100%;
}

/* ------------------------*/ /* ---------->>> Cards <<<-----------*/ /* ------------------------*/

.widget-cards-list .card-info-wrap {
    background-color: #333277;
}

.widget-cards-list .card-info-wrap:hover {
    background-color: #22214f;
}

/* ------------------------*/ /* ---------->>> Social <<<-----------*/ /* ------------------------*/



/* ------------------------*/ /* ---------->>> Nav <<<-----------*/ /* ------------------------*/



/* ------------------------*/ /* ---------->>> Body <<<-----------*/ /* ------------------------*/

.featured-products-widget .featured-tag, .thumbnail-widget .featured-tag {
    font-family: Barlow,sans-serif;
    color: #fff;
    background-color: #d12727;
}

/* ------------------------*/ /* ---------->>> About <<<-----------*/ /* ------------------------*/

.nav-pagination li.active a, .nav-pagination li.active a:focus, .nav-pagination li.active a:hover {
    background-color: #d10502;
}

/* ------------------------*/ /* ---------->>> Offers <<<-----------*/ /* ------------------------*/



/* ------------------------*/ /* ---------->>> Locations <<<-----------*/ /* ------------------------*/



/* ------------------------*/ /* ---------->>> Blog <<<-----------*/ /* ------------------------*/

.article-date-wrapper {
    background-color: #d12627;
}

.categories-widget .widget-title {
    background-color: #333277;
}

/* ------------------------*/ /* ---------->>> Catalog <<<-----------*/ /* ------------------------*/

.widget-product-listing .flexbox-media footer {
    display: none;
}

.widget-product #js-request-availability .btn-primary {
    font-size: 12px!important;
    display: none;
}
/* ------------------------*/ /* ---------->>> Buttons/Links <<<-----------*/ /* ------------------------*/

.btn-primary {
    background-color: #333277;
}

.btn-primary:hover {
    background-color: #22214f;
}

/* ------------------------*/ /* ---------->>> Footer <<<-----------*/ /* ------------------------*/

#pre_footer {
    background-image: url(https://s3.amazonaws.com/nmrcdn/static/sb2/themes/custom_rental/core/img/pre_footer_bg2.jpg);
    display: none;
}