/* Mobile */
@media screen and (max-width: 480px) {
 
  .wrapper-primary-navigation .widget-navigation .dropdown-menu li {
    display: block!important;
}
  
}




.gallery-widget .asset-caption {
    position: absolute;
    z-index: 1;
    top: 30%;
	padding: 10px;
    opacity: 0;
    transition: all 0.8s ease 0s;
  	text-align: center;
  	
  	/* undoing sr-only styles */
  
  	width: auto !important;
  	height: auto !important;
  	clip: auto !important;
  	background-color: transparent !important;
  
  	/* makes mouse ignore text so transparent overlay always exists */
  	pointer-events: none;
}


.gallery-widget .asset-thumbnail:hover .asset-caption {
 	opacity: 1; 
}


li.nav-faq {
    display: none;
}


/*Center Bulletins*/
.widget-bulletins .bb-item {
    text-align: center;
}

/*End Bulletins*/

#js-quick-contact {
	min-height: 1px !important; 
}

.wrapper-qc-fix  #js-quick-contact {
	min-height: 1px !important;
}

.widget-request-availability .ra-cart-content .table-responsive p, .widget-request-availability .ra-footer-block p {
	display: none; 
}

/*Nav Bar*/

.widget-navigation.navbar .navbar-nav>li>a {
    font-size: 1.1em;
    }


/*Border Bottom CSS Widget*/
.summary-widget .media-list {
border-bottom: 1px solid #cfcfcf!important;
}

/*QC fix on interior pages*/


/*Hide Service Image*/

.widget-service img[alt="Trailer Hitch Installation"] {
 display: none;
}

.widget-service img[alt="Equipment Maintenance & Repair"] {
 display: none;
}

.widget-service img[alt="Delivery & Set Up"] {
 display: none;
}

.wrapper-contact-nav .header-call .list-inline, .wrapper-contact-nav .header-call .social-list {
    margin: 0;
    font-size: 16px;
}

.wrapper-primary-navigation .widget-navigation .dropdown-menu li {
    display: table-row!important;
}

h1.compn-name {
    font-size: 18px;
}

.widget-social .social-list-item a {
    background-color: transparent!important;
    font-size: 16px;
}

.nav-pills .nav-departments, .nav-pills .nav-staff {
	display:none!important;
}