/* Stubero Automotive - branding custom overrides ported from UniqueShop (PS1.6) theme */

@font-face {
  font-family: 'AudiType-Normal';
  src: url('../fonts/AudiType-Normal.eot');
  src: url('../fonts/AudiType-Normal.eot?#iefix') format('embedded-opentype'),
       url('../fonts/AudiType-Normal.woff') format('woff'),
       url('../fonts/AudiType-Normal.ttf') format('truetype'),
       url('../fonts/AudiType-Normal.svg#AudiType-Normal') format('svg');
  font-weight: normal;
  font-style: normal;
}

body {
  font-family: 'AudiType-Normal', 'Open Sans', Tahoma, Arial, Helvetica, sans-serif;
}

/* Stubero accent color (orange skin from old theme) */
a,
.btn-primary,
.material-icons.d-inline:hover {
  color: #FFA733;
}

.btn-primary,
button.btn-primary,
input.btn-primary {
  background-color: #FFA733;
  border-color: #FFA733;
}

.btn-primary:hover,
button.btn-primary:hover,
input.btn-primary:hover {
  background-color: #e6941d;
  border-color: #e6941d;
}

.footer-container,
footer.page-footer {
  background: #1D1D1D;
  color: #999;
}

.footer-container a {
  color: #ccc;
}

.footer-container .h3,
.footer-container .h3 a,
.footer-container .h4 {
  color: #fff;
}

#block_myaccount_infos .myaccount-title a {
  color: #fff;
}

/* Header phone number (ported from old header.tpl) */
.header-phone {
  display: inline-block;
  margin-right: 15px;
  font-weight: 600;
  color: #333;
}

/* Price display (ported from skins/Orange.css) */
.price,
.current-price span,
.current-price-value {
  color: #FFA733;
  font-size: 20px;
  font-weight: bold;
}

/* Footer top accent border (ported from skins/Orange.css #footer{border-top:5px solid}) */
footer#footer.js-footer {
  border-top: 5px solid #FFA733;
}

/* Pagination + breadcrumb hover accents */
.pagination a:hover,
.pagination .current,
.breadcrumb a:hover {
  color: #FFA733;
}

/* Selected/active states (menu, language/currency selectors) */
.dropdown-item.selected,
.dropdown-item:hover,
#_desktop_language_selector .selected,
#_desktop_currency_selector .selected {
  color: #FFA733;
}

/* Brand bar (ported from old theme's footer_rey_top, global.css) */
.footer_rey_top {
  clear: both;
  padding: 15px 0;
  width: 100%;
  background: #FFA733;
  text-align: center;
  font-size: 12px;
}
.footer_rey_top span {
  color: #333;
}
.footer_rey_top span:hover {
  transition-duration: 1s;
  color: #fff;
}
.footer_rey_top span:before {
  content: "•";
  margin: 0 5px;
}
.footer_rey_top span:first-child:before {
  content: "";
}
.footer_rey_top a {
  text-decoration: none;
}
.footer_rey_top p {
  margin: 0;
  color: #333;
}
@media only screen and (max-width: 480px) {
  .footer_rey_top {
    padding: 3px 0;
    font-size: 11px;
    line-height: 12px;
  }
}

/* Social icons sprite (ported from UniqueShop global.css, #tptncontact .social) */
#tptncontact .social {
  overflow: hidden;
  margin: 5px 0 0;
  padding: 10px 0 0;
}
#tptncontact .social li {
  float: left;
  margin-left: 10px;
  padding: 0;
  list-style: none;
}
#tptncontact .social li:first-child {
  margin-left: 0;
}
#tptncontact .social li a {
  background-image: url("../img/custom/sprite_social.png");
  background-color: #444;
  background-repeat: no-repeat;
  display: block;
  height: 32px;
  width: 32px;
}
#tptncontact .social li.facebook a { background-position: 0 center; }
#tptncontact .social li.twitter a { background-position: -32px center; }
#tptncontact .social li.pinterest a { background-position: -64px center; }
#tptncontact .social li.youtube a { background-position: -96px center; }
#tptncontact .social li.google a { background-position: -128px center; }
#tptncontact .social li.instagram a { background-position: -192px center; }
#tptncontact .social li.facebook a:hover { background-color: #4862A3; }
#tptncontact .social li.twitter a:hover { background-color: #00ACEE; }
#tptncontact .social li.pinterest a:hover { background-color: #007FB2; }
#tptncontact .social li.youtube a:hover { background-color: #CC181E; }
#tptncontact .social li.google a:hover { background-color: #DD4B39; }
#tptncontact .social li.instagram a:hover { background-color: #8a3ab9; }
