/*
Theme Name: Loyalty Collision
Theme URI: https://www.dealervenom.com/
Description: This is the theme for Loyalty Collision.
Author: Dealer Alchemist
Author URI: https://www.dealervenom.com/
Template: dv-framework
Version: 1.0
*/
@font-face {
  font-family: 'Lato';
  src: url("../dv-framework/media/css/fonts/Lato/Lato-Hairline.ttf") format('truetype');
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: 'Lato';
  src: url("../dv-framework/media/css/fonts/Lato/Lato-Light.ttf") format('truetype');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Lato';
  src: url("../dv-framework/media/css/fonts/Lato/Lato-Regular.ttf") format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Lato';
  src: url("../dv-framework/media/css/fonts/Lato/Lato-Bold.ttf") format('truetype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Lato';
  src: url("../dv-framework/media/css/fonts/Lato/Lato-Black.ttf") format('truetype');
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: 'Lato';
  src: url("../dv-framework/media/css/fonts/Lato/Lato-HairlineItalic.ttf") format('truetype');
  font-weight: 200;
  font-style: italic;
}
@font-face {
  font-family: 'Lato';
  src: url("../dv-framework/media/css/fonts/Lato/Lato-LightItalic.ttf") format('truetype');
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: 'Lato';
  src: url("../dv-framework/media/css/fonts/Lato/Lato-RegularItalic.ttf") format('truetype');
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: 'Lato';
  src: url("../dv-framework/media/css/fonts/Lato/Lato-BoldItalic.ttf") format('truetype');
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: 'Lato';
  src: url("../dv-framework/media/css/fonts/Lato/Lato-BlackItalic.ttf") format('truetype');
  font-weight: 800;
  font-style: italic;
}
body {
  font-family: 'Lato', sans-serif;
}
/* HEADER & NAVIGATION */
header {
  background-color: #fff;
  position: sticky;
  top: 0;
  z-index: 200;
  height: 80px !important;
  width: 100%;
  border-bottom: 1px solid #e9e9e9;
}
.sidebar {
  position: relative;
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  flex-direction: column;
  height: 100%;
  width: 128px;
  top: 45px;
  border-right: 1px solid #e9e9e9;
}
.main-sidebar i {
  width: max-content;
}
.vdp_images_slider.slick-initialized {
  margin-top: 98px;
}
.main-navigation .main-menu > li > a {
  margin-right: 0;
}
.main-nav {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}
.main-nav #text {
  display: none !important;
}
.secondary-nav {
  height: 40px;
  background-color: #000;
  color: #e9e9e9;
}
#main_nav_menu > ul > li > a {
  padding: 0px 10px;
  text-decoration: none;
  -webkit-transition: color 0.3s ease-out;
  -moz-transition: color 0.3s ease-out;
  -o-transition: color 0.3s ease-out;
  -webkit-transition: color ease-in-out;
  -moz-transition: color ease-in-out;
  -o-transition: color ease-in-out;
  transition: color ease-in-out;
}
@media (max-width: 1291px) {
  #main_nav_menu > ul > li > a {
    font-size: 0.75rem;
  }
}
#main_nav_menu > ul > li:hover {
  color: #1fa8db;
}
#main_nav_menu > ul > li:hover span {
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  font-weight: 600;
}
#main_nav_menu ul li.has-sub ul span {
  font-size: 0.875rem !important;
  font-weight: 800;
}
#main_nav_menu ul li > ul {
  white-space: nowrap;
}
#main_nav_menu ul li > ul .car-menu {
  background: #000 !important;
}
#main_nav_menu ul li > ul .car-menu > a > span {
  color: #fff !important;
}
#main_nav_menu ul li > ul li {
  border-left: 0;
  display: block;
  list-style: inside none;
  padding: 0;
  margin: 0;
  position: relative;
  background: #1fa8db;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
#main_nav_menu ul li > ul li a {
  color: #fff;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
#main_nav_menu ul li > ul li:hover {
  background: #fff;
}
#main_nav_menu ul li > ul li:hover a {
  color: #1fa8db;
}
#main_nav_menu ul li > ul,
#main_nav_menu ul li > div {
  display: none;
  width: auto;
  position: absolute;
  padding-left: 0;
  z-index: 999;
  top: 80px;
}
@media (max-width: 990px) {
  #desktop-nav {
    display: none;
    visibility: hidden;
  }
}
#desktop-nav #main_nav_menu > ul > li > a span {
  line-height: 80px;
  font-weight: 800;
}
#main_nav_menu ul li.has-sub:hover > ul,
#main_nav_menu ul li.has-sub:hover > div {
  display: block;
}
/***** Navigation Styles *****/
.logo-container {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  align-items: center;
  height: 100%;
  margin: 0 0 0 1.563em;
}
.logo-container h2 {
  padding-top: 6px;
  padding-bottom: 12px;
  color: #000;
  font-size: 1.5rem;
  font-weight: 500;
}
.logo-container h2 > span {
  font-weight: 700;
}
.logo-container > a:last-of-type {
  border-left: 1px solid #e9e9e9;
  height: 60px;
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  align-items: center;
  text-transform: uppercase;
}
.logo-container img {
  max-height: 50px;
}
.kia-header-logo {
  align-items: center;
  height: 80px;
}
.pt-header-logo {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  flex-direction: row nowrap;
  align-items: center;
}
li {
  list-style: none;
}
#menu-main-nav-menu {
  -webkit-padding-start: 0;
}
#menu-main-nav-menu a {
  font-weight: 500 !important;
  text-decoration: none;
}
nav ul li {
  display: inline-block;
  display: -moz-inline-stack;
  align-self: center;
  border-left: 1px solid #e9e9e9;
}
nav ul li a {
  border: none;
  display: block;
}
nav ul li ul li {
  background-color: #fff;
}
nav ul li ul li a {
  display: block;
  padding: 15px 12px;
}
.nav-below-btn {
  position: absolute;
  right: 0;
  border-left: 1px solid #e9e9e9;
  background: #1fa8db;
  display: none;
}
.header-ctas {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  position: absolute;
  margin-right: 120px;
  right: 0px;
}
.header-phone {
  position: relative;
  margin-right: 25px;
  margin-top: auto;
  margin-bottom: auto;
  line-height: normal;
  text-align: right;
  font-family: 'Kia-Bold';
}
.header-phone p {
  color: #1fa8db;
}
#warranty-img {
  position: relative;
}
.number-title {
  color: #888;
  margin-right: 10px;
}
#nav-icon1 span,
#nav-icon3 span,
#nav-icon4 span {
  background: #fff;
}
.customize-support .sub-header {
  top: 112px;
}
.customize-support .dv-sidenav {
  top: calc(80px + 70px) !important;
}
.color_white {
  margin-left: 5px;
  margin-right: -90px;
}
.two-columns {
  width: 50%;
}
.three-columns {
  width: 33.333333%;
}
.four-columns {
  width: 25%;
}
.car-menu-no-title > a > span {
  visibility: hidden;
}
.car-menu {
  float: right;
}
.car-menu > ul {
  top: 0 !important;
  display: block !important;
  width: 100% !important;
  margin: 0 !important;
  position: relative !important;
}
.car-menu li {
  background: #1fa8db;
}
.car-menu li a {
  padding: 10px;
}
.car-menu li a span {
  color: #fff;
  font-weight: 600;
}
.car-menu li:hover a span {
  color: #1fa8db;
  font-weight: 600;
}
.car-menu img {
  height: 35%;
}
.car-menu-container ul {
  width: 725px !important;
  background: #1fa8db;
  box-shadow: none !important;
  margin-left: -63px;
}
/*Searchbar */
#pt-searchbar {
  display: none;
  position: absolute;
  right: 0;
  height: 60px;
  font-family: "", sans-serif;
  font-weight: 600;
  border-left: 1px solid #e9e9e9;
  color: #000;
  background: #fff;
}
#pt-searchbar-input {
  position: absolute;
  right: 94px;
  width: 0;
  height: 60px;
  border: 0;
  border-left: 1px solid #e9e9e9;
  padding-top: 5px;
  padding-left: 30px;
  color: #000;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  visibility: hidden;
  z-index: 1000;
}
.pt-searchbar-slide-out {
  visibility: visible !important;
  width: calc(100vw - 94px) !important;
}
#pt-searchbar-btn,
#pt-searchbar-btn:hover {
  cursor: pointer;
  margin-top: 23px;
  margin-left: 14px;
  margin-right: 17px;
}
.pt-searchbar-search {
  display: block;
  font-size: 0.875rem;
}
.pt-searchbar-close {
  display: none;
  margin-right: 9px;
}
.pt-searchbar-hidden {
  display: none;
}
.pt-searchbar-display {
  display: block;
}
/*Searchbar */
#bt-searchbar {
  position: absolute;
  right: 0;
  height: 79px;
  font-family: "ToyotaType", sans-serif;
  font-weight: 600;
  border-left: 1px solid #e9e9e9;
  background: #fff;
}
#bt-searchbar-input {
  position: absolute;
  right: 94px;
  width: 0;
  height: 79px;
  border: 0;
  border-left: 1px solid #e9e9e9;
  padding-left: 20px;
  padding-top: 5px;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  visibility: hidden;
}
.bt-searchbar-slide-out {
  visibility: visible !important;
  width: calc(100vw - 106px) !important;
}
#bt-searchbar-btn,
#bt-searchbar-btn:hover {
  cursor: pointer;
  margin-top: 35px;
  margin-left: 14px;
  margin-right: 17px;
}
.slash {
  display: none;
}
.bt-searchbar-search {
  display: block;
  font-size: 0.875rem;
}
.bt-searchbar-close {
  display: none;
  margin-right: 9px;
}
.bt-searchbar-hidden {
  display: none;
}
.bt-searchbar-display {
  display: block;
}
#pt-subheader {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  z-index: 103;
  height: 40px;
  width: 100%;
  background: #000;
  font-size: 0.8rem;
}
.pt-subheader-left-side {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: flex-start;
}
.pt-subheader-right-side {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: flex-end;
}
.pt-subheader-hours {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  align-items: center;
  float: left;
  height: 40px;
  margin-left: 10px;
  padding-right: 10px;
  color: #fff;
}
.pt-subheader-hours .mabel-bhi-businesshours-inline {
  display: inline;
  text-transform: uppercase;
}
.pt-subheader-hours a {
  color: #fff;
}
.pt-subheader-hours .fa {
  margin-right: 10px;
}
.pt-subheader-address {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  align-items: center;
  padding-left: 10px;
  height: 40px;
  color: #fff;
}
.pt-subheader-address span:first-of-type {
  padding-right: 10px;
}
.pt-subheader-phone {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  align-items: center;
  float: left;
  height: 40px;
  margin-left: 10px;
  color: #fff;
}
.pt-subheader-promo {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  padding-right: 15px;
  align-items: center;
  float: right;
  height: 40px;
  color: #fff;
  background: #1fa8db;
}
.pt-subheader-promo span {
  text-transform: uppercase;
}
.pt-subheader-promo span:nth-of-type(2) {
  color: #1fa8db;
}
#pt-subheader .fa-angle-down {
  padding-left: 10px;
}
.customize-support .subheader {
  top: calc(80px + 52px);
}
.dropdown {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  z-index: 10;
}
.dropdown:hover .dropdown-content {
  display: block !important;
}
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #000;
  min-width: 276px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  padding: 12px 16px;
  z-index: 10;
  top: 40px;
  left: -15px;
}
.dropdown-content table {
  color: #7f8c8d !important;
}
.dropdown-content table tr > td:nth-of-type(2) {
  padding-left: 10px;
}
.fixed-info-container {
  top: 210px !important;
}
.pt-footer-container {
  border-right: 2px solid #1fa8db;
  height: 250px;
  max-width: 310px;
}
.footer-contact {
  font-size: 1.3rem;
  padding-top: 40px;
}
.footer-contact-res {
  display: none;
}
.footer-contact p:after {
  content: " ";
  border: 1px solid #808080;
  margin-top: 15px;
  margin-bottom: 15px;
  display: block;
  max-width: 200px;
}
.footer-contact p:last-child:after {
  border: none;
}
.footer-social-media {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  flex-direction: row;
  justify-content: space-between;
  max-width: 200px;
  text-align: center;
  margin-top: 40px;
  margin-bottom: 40px;
}
.footer-social-icon {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  border-radius: 50%;
  justify-content: center;
  height: 42px;
  width: 42px;
}
.footer-social-icon i {
  padding-left: 11px;
}
#facebook {
  background-color: #3c5a99;
}
#twitter {
  background-color: #1da1f2;
}
#instagram {
  background: radial-gradient(circle farthest-corner at 35% 90%, #fec564, transparent 50%), radial-gradient(circle farthest-corner at 0 140%, #fec564, transparent 50%), radial-gradient(ellipse farthest-corner at 0 -25%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 20% -50%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 0, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 60% -20%, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 100%, #d9317a, transparent), linear-gradient(#6559ca, #bc318f 30%, #e33f5f 50%, #f77638 70%, #fec66d 100%);
}
#youtube {
  background-color: #f00;
}
.footer-location {
  margin-top: 10px;
}
.footer-location span {
  font-size: 1.2rem;
}
.pt-footer-quicklinks {
  margin-top: 30px;
}
.pt-footer-quicklinks span {
  font-size: 1.3rem !important;
}
@media screen and (max-width: 1370px) {
  .header-phone {
    display: none;
  }
  #warranty-img {
    display: none;
  }
}
@media screen and (max-width: 1280px) {
  .header-ctas {
    display: none;
  }
}
@media screen and (max-width: 1450px) {
  .pt-searchbar-slide-out {
    width: calc(100vw - 94px) !important;
  }
}
@media screen and (max-width: 1320px) {
  .pt-subheader-address {
    display: none;
  }
  .pt-subheader-left-side {
    width: 50%;
  }
  .pt-subheader-right-side {
    width: 50%;
  }
}
@media screen and (max-width: 480px) {
  .logo-container img {
    max-height: 30px;
  }
  .logo-container h2 {
    font-size: 1rem;
  }
}
@media screen and (max-width: 360px) {
  .logo-container h2 {
    width: 60px;
  }
}
@media screen and (max-width: 1145px) {
  .pt-footer-container h3 {
    max-width: 200px;
  }
  .toyota-switch input[type="checkbox"]::after {
    margin-top: 0 !important;
    left: 150px !important;
  }
}
@media screen and (max-width: 1291px) {
  header {
    height: 80px !important;
  }
  .pt-header-logo {
    align-items: center;
  }
  .dv-sidenav {
    display: block !important;
  }
  .customize-support #mobile-nav-subheader {
    top: 110px !important;
  }
  #mobile-nav-subheader {
    display: grid;
    display: -ms-grid;
    position: fixed;
    background-color: #000 !important;
    top: 80px !important;
  }
}
@media screen and (max-width: 1074px) {
  #pt-subheader {
    display: none;
  }
}
@media screen and (max-width: 800px) {
  .customize-support #mobile-nav-subheader {
    top: 125px !important;
  }
  .customize-support .subheader {
    top: calc(80px + 70px) !important;
  }
  .sub-header {
    top: calc(90px + 30px) !important;
  }
  .subheader {
    top: calc(80px + 18px) !important;
  }
  .logo-container div:first-of-type {
    height: 80px;
  }
}
@media screen and (max-width: 768px) {
  .hero {
    margin-top: 100px;
  }
  #pt-searchbar {
    display: none;
  }
  .pt-searchbar-search span:nth-child(2) {
    display: none;
  }
  .nav-below-btn {
    margin-right: 0;
  }
  #pt-searchbar-input {
    display: none;
  }
}
@media screen and (max-width: 700px) {
  .ct-dropblock-container {
    display: none;
  }
  main {
    margin-top: 120px;
  }
}
@media screen and (max-width: 605px) {
  .ct-dropblock-container {
    display: none;
  }
}
@media screen and (max-width: 520px) {
  .logo-container img {
    max-height: 50px;
  }
  .logo-container h4 {
    font-size: 0.9rem;
  }
}
@media screen and (max-width: 470px) {
  .logo-container h4 {
    font-size: 0.8rem;
  }
  .nav-below-btn {
    margin-right: 0;
  }
  #pt-searchbar {
    display: none;
  }
}
@media screen and (max-width: 430px) {
  .logo-container h2 {
    font-size: 1.5rem;
    padding-top: 3px;
    padding-bottom: 7px;
    padding-right: 6px;
  }
  .toyota-logo {
    padding-right: 5px;
    padding-left: 5px;
  }
}
@media screen and (max-width: 350px) {
  .logo-container img {
    max-height: 35px;
  }
  .logo-container h4 {
    font-size: 0.8rem;
  }
}
@media screen and (max-width: 1024px) {
  .footer-contact-res {
    display: inline-block;
    display: -moz-inline-stack;
  }
  .footer_top {
    height: 400px;
    padding-top: 70px !important;
  }
  .pt-footer-container {
    border: none;
  }
  .footer-social-media {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .footer-contact-res {
    margin-top: 30px;
  }
}
