/*
Theme Name: South Park Mitsubishi
Theme URI: https://www.southparkmitsubishi.com/
Description: This is the theme for South Park Mitsubishi
Author: Dealer Alchemist
Author URI: https://www.dealervenom.com/
Template: dv-framework
Version: 1.0
*/
@font-face {
  font-family: 'MMC OFFICE';
  src: url("../dv-framework/media/css/fonts/OEMs/Mitsubishi/MMCOFFICE-Regular.eot");
  src: url("../dv-framework/media/css/fonts/OEMs/Mitsubishi/MMCOFFICE-Regular.eot?#iefix") format('embedded-opentype'), url("../dv-framework/media/css/fonts/OEMs/Mitsubishi/MMCOFFICE-Regular.woff2") format('woff2'), url("../dv-framework/media/css/fonts/OEMs/Mitsubishi/MMCOFFICE-Regular.woff") format('woff'), url("../dv-framework/media/css/fonts/OEMs/Mitsubishi/MMCOFFICE-Regular.ttf") format('truetype'), url("../dv-framework/media/css/fonts/OEMs/Mitsubishi/MMCOFFICE-Regular.svg#MMCOFFICE-Regular") format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'MMC OFFICE BOLD';
  src: url("../dv-framework/media/css/fonts/OEMs/Mitsubishi/MMCOFFICE-Bold.eot");
  src: url("../dv-framework/media/css/fonts/OEMs/Mitsubishi/MMCOFFICE-Bold.eot?#iefix") format('embedded-opentype'), url("../dv-framework/media/css/fonts/OEMs/Mitsubishi/MMCOFFICE-Bold.woff2") format('woff2'), url("../dv-framework/media/css/fonts/OEMs/Mitsubishi/MMCOFFICE-Bold.woff") format('woff'), url("../dv-framework/media/css/fonts/OEMs/Mitsubishi/MMCOFFICE-Bold.ttf") format('truetype'), url("../dv-framework/media/css/fonts/OEMs/Mitsubishi/MMCOFFICE-Bold.svg#MMCOFFICE-Bold") format('svg');
  font-weight: bold;
  font-style: normal;
}
body,
main,
.sub-header,
.side-panel-container,
.result-wrapper,
.vehicle-price,
.subheader,
.footer_container,
.footer_bottom-light,
p {
  font-family: 'MMC OFFICE', sans-serif;
}
b,
strong {
  font-family: "MMC OFFICE BOLD", sans-serif;
}
/*
|
| MENU
|
*/
body,
h1,
h2,
h3,
h4,
h5,
h6,
input,
button,
a {
  font-family: 'MMC OFFICE', sans-serif;
}
header {
  position: sticky;
  position: -webkit-sticky;
  width: 100%;
  z-index: 200;
  top: 0;
  height: 80px !important;
}
@media (-ms-high-contrast: active), (-ms-high-contrast: none) {
  header {
    position: fixed;
  }
}
header .main-nav {
  height: 100%;
  width: 100%;
}
#main-navigation {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 80px;
  background: #fff;
  border-bottom: 1px #f5f5f5 solid;
}
#logo {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  align-items: center;
  height: 50px;
  padding: 0 0 0 1em;
}
#logo div {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  align-content: center;
  justify-content: center;
  align-items: center;
}
#logo div.oem-logo {
  border-right: 1px solid #f5f5f5;
  padding: 0 1em 0 0;
}
#logo div.oem-logo img {
  height: 60px;
}
@media (max-width: 768px) {
  #logo div.oem-logo img {
    height: 45px;
  }
}
@media (max-width: 320px) {
  #logo div.oem-logo img {
    height: 35px;
  }
}
#logo div.dealer-logo {
  margin: 0 0.25em 0 1em;
  padding: 0;
}
#logo div.dealer-logo img {
  height: 35px;
  width: auto;
}
@media (max-width: 568px) {
  #logo div.dealer-logo img {
    height: 30px;
  }
}
@media (max-width: 320px) {
  #logo div.dealer-logo img {
    height: 25px;
  }
}
#main_nav_menu ul li > ul,
#main_nav_menu ul li > div {
  display: none;
  position: absolute;
  top: 0;
  margin: 80px 0 0 0;
  z-index: 999;
  background: #ed1c24;
  max-width: 35vw;
}
@media (max-width: 1024px) {
  #main_nav_menu ul li > ul,
  #main_nav_menu ul li > div {
    max-width: 100vw;
  }
}
@media (-ms-high-contrast: active), (-ms-high-contrast: none) {
  #main_nav_menu ul li.ie-new > ul,
  #main_nav_menu ul li.ie-new > div {
    margin: 80px 0 0 -45px;
  }
  #main_nav_menu ul li.ie-used > ul,
  #main_nav_menu ul li.ie-used > div {
    margin: 80px 0 0 -55px;
  }
  #main_nav_menu ul li.ie-service > ul,
  #main_nav_menu ul li.ie-service > div {
    margin: 80px 0 0 -150px;
  }
  #main_nav_menu ul li.ie-chat > ul,
  #main_nav_menu ul li.ie-chat > div,
  #main_nav_menu ul li.ie-locations > ul,
  #main_nav_menu ul li.ie-locations > div {
    margin: 80px 0 0 -100px;
  }
}
#main_nav_menu > ul > li > a span.menu-image-title i,
#main_nav_menu > ul > li color white span.menu-image-title i {
  display: none;
  visibility: hidden;
}
#main_nav_menu ul li.has-sub:hover > ul,
#main_nav_menu ul li.has-sub:hover > div {
  display: block;
  background-color: #ed1c24;
}
#dv-sidenav #main_nav_menu ul li.menu-item-has-children.has-sub > a span:after {
  float: right;
  content: "\f0d7";
  font-family: "Font Awesome 5 Pro";
  margin-top: 5px;
  margin-right: 20px;
  font-size: 20px;
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
  font-weight: 700;
}
#dv-sidenav #main_nav_menu ul li.has-sub > a span:after {
  content: "";
  float: none;
}
#main_nav_menu > ul > li > a {
  padding: 2.85em 0;
  -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 > a span {
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.1rem;
  color: #141518;
  -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;
}
@media (max-width: 1465px) {
  #main_nav_menu > ul > li > a span {
    font-size: 0.65rem;
  }
}
@media (max-width: 768px) {
  #main_nav_menu ul li.has-sub ul {
    width: 125%;
  }
}
#main_nav_menu ul li.has-sub ul span {
  font-size: 0.75rem;
  font-smoothing: antialiased;
  osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-weight: 600;
}
#main_nav_menu ul li.has-sub ul span.honda-case {
  font-size: 0.75rem !important;
}
#main_nav_menu ul li > ul li {
  display: block;
  list-style: inside none;
  padding: 0;
  position: relative;
  background: #ed1c24;
  -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 {
  color: #fff;
  background: #141518;
}
#main_nav_menu ul li > ul li a {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  align-items: center;
  height: 43px;
  padding: 0 1em;
  color: #fff;
  -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:hover {
  color: #fff;
}
#main_nav_menu ul li > ul li > .menu-item-has-children:hover a {
  color: #fff;
  background: #141518;
}
#main_nav_menu ul li > ul li.three-columns {
  width: 33.33333%;
}
#main_nav_menu ul li > ul .car-menu {
  float: right;
}
#main_nav_menu ul li > ul .car-menu > a {
  background: #000;
}
#main_nav_menu ul li > ul .car-menu > a > span {
  color: #fff;
}
#main_nav_menu ul li > ul .car-menu > ul {
  display: block;
  margin: 0;
  position: relative;
  background: #fff;
}
.car-brand {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  flex-direction: row;
}
.car-brand a {
  margin: 0 0 0 2.5em;
}
.car-brand:hover a span {
  color: #fff;
}
.Honda::before {
  background: url("//bucket.dealeralchemist.com/2020/05/drivetaylor-Honda.png?auto=compress%2Cformat&ixlib=php-1.2.1") no-repeat;
  background-size: contain;
  content: '';
  width: 25px;
  height: 25px;
  position: absolute;
  margin: 1.1em 0 0 1em;
  -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;
}
.Honda:hover::before {
  background: url("//bucket.dealeralchemist.com/2020/06/drivetaylor-Honda-wh.png?auto=compress%2Cformat&ixlib=php-1.2.1") no-repeat;
  background-size: contain;
  content: '';
  width: 25px;
  height: 25px;
  position: absolute;
  margin: 1.1em 0 0 1em;
  cursor: pointer;
}
.car-menu-no-title > a > span {
  visibility: hidden;
}
.menu-chev {
  font-size: 0.45rem;
}
@media (max-width: 1370px) {
  .menu-half {
    width: 49.5% !important;
    display: inline-block !important;
  }
}
.nav-cont,
#desktop-nav,
#main-menu-nav-container,
#main_nav_menu,
#dealership-info {
  height: 100%;
}
#desktop-nav {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  align-items: center;
  text-transform: uppercase;
}
@media (max-width: 1024px) {
  #desktop-nav {
    display: none;
  }
}
#menu-main-nav-menu {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  align-items: center;
  height: 100%;
  flex-direction: row;
}
#menu-main-nav-menu a {
  color: #000;
  font-weight: 400;
  text-decoration: none;
}
nav ul li {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  align-items: center;
  list-style: none;
  font-size: 0.85rem;
  padding: 0 0.95em;
  height: 100%;
}
@media (max-width: 1465px) {
  nav ul li {
    padding: 0 0.75em;
  }
}
.nav-cont {
  margin: 0 0 0 auto;
}
.two-columns {
  width: 50%;
}
.three-columns {
  width: 33.333333%;
}
.four-columns {
  width: 25%;
}
.menu-half-car {
  width: 45% !important;
  display: inline-block !important;
}
#dealership-info {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  margin-left: auto;
}
#dealership-info .dvpro_badge1_DIV_1,
#dealership-info #dvrev-badge-3 {
  box-shadow: none;
  border: none;
  padding: 0 !important;
}
#dealership-info .dv-reviews-badge {
  padding-right: 12.5px;
}
@media screen and (max-width: 768px) {
  #dealership-info .dv-reviews-badge {
    display: none !important;
  }
}
#phone {
  padding: 0.5em;
}
#location {
  padding: 0;
}
#mobile-nav-icon {
  display: none;
}
#mobile-nav {
  display: none;
}
#header-phone {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  flex-flow: row;
  align-items: center;
  justify-content: center;
  color: #141518;
}
@media (max-width: 768px) {
  #header-phone {
    display: none;
    visibility: hidden;
  }
}
#header-phone > div:nth-of-type(2) {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: center;
  align-items: center;
  margin: 0 1.25em;
  text-align: center;
}
#header-phone > div:nth-of-type(2) .full {
  line-height: 1.25em;
}
@media (max-width: 1530px) {
  #header-phone > div:nth-of-type(2) .full {
    display: none;
    visibility: hidden;
  }
}
#header-phone > div:nth-of-type(2) .full a {
  color: #ed1c24;
  font-weight: bold;
  font-size: 1.5rem;
  display: block;
  position: relative;
  width: 100%;
  margin-bottom: 0;
}
@media (max-width: 1366px) {
  #header-phone > div:nth-of-type(2) .full a {
    font-size: 1.5rem;
  }
}
#header-phone > div:nth-of-type(2) .full span {
  font-size: 0.75rem;
}
@media (max-width: 1366px) {
  #header-phone > div:nth-of-type(2) .full span {
    font-size: 0.5rem;
  }
}
#header-phone > div:nth-of-type(2) .full span br {
  display: none;
  visibility: hidden;
}
#header-phone > div:nth-of-type(2) .full span.mbhi_dv_header {
  margin-right: 0.25em;
}
#header-phone > div:nth-of-type(2) .full span a {
  font-size: 0.625rem;
  color: #ccc;
  font-weight: normal;
}
#header-phone > div:nth-of-type(2) .full span a:hover {
  color: #ed1c24;
}
@media (max-width: 1366px) {
  #header-phone > div:nth-of-type(2) .full span a {
    font-size: 0.5rem;
  }
}
#header-phone > div:nth-of-type(2) .half {
  display: none;
  visibility: hidden;
}
@media (max-width: 1530px) {
  #header-phone > div:nth-of-type(2) .half {
    display: block;
    visibility: visible;
    border-radius: 50px;
    padding: 15px;
    border: 1px solid #000;
  }
}
#header-phone > div:nth-of-type(2) .half a i {
  font-size: 1rem;
  color: #141518;
}
#header-phone > div:nth-of-type(1),
#header-phone > div:nth-of-type(3) {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  align-items: center;
  border-left: 1px solid #f5f5f5;
  height: 50px;
}
#header-reviews {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: center;
  align-items: center;
  color: #141518;
}
@media (max-width: 1320px) {
  #header-reviews {
    display: none;
  }
}
#header-reviews > span {
  padding: 0 0.35em;
  line-height: 1em;
}
#header-reviews span:nth-of-type(2) > div.dvrevpro_badge_container > div.dvpro_badge1_DIV_1 > div.dvpro_dashboardReviewSummary > div.dvpro_dashboardReviewSummary__left > div.dvpro_dashboardReviewSummary__avgRating {
  font-size: 1.25rem;
  font-weight: 900;
  letter-spacing: 0.15rem;
  line-height: 0;
  margin-top: 0;
}
#header-reviews span:nth-of-type(3) > div.dvrevpro_badge_container > div.dvpro_badge1_DIV_1 > div.dvpro_dashboardReviewSummary > div.dvpro_dashboardReviewSummary__left > div.dvpro_b2__rating > div.bigstar {
  font-size: 1rem;
  letter-spacing: 0.25rem;
  height: auto;
  padding: 0;
  margin-top: 0;
}
#header-reviews span:nth-of-type(3) > div.dvrevpro_badge_container > div.dvpro_badge1_DIV_1 > div.dvpro_dashboardReviewSummary > div.dvpro_dashboardReviewSummary__left > div.dvpro_dashboardReviewSummary__avgReviews {
  margin-top: 0;
  font-size: 0.75rem;
  letter-spacing: 0.1rem;
  padding: 0 0.35em 0 0;
}
#header-reviews span:nth-of-type(3) div.dvpro_dashboardReviewSummary {
  padding: 0 0.75em 0 0;
}
#header-reviews span:nth-of-type(3) div.dvpro_dashboardReviewSummary__avgRating {
  display: none;
}
#header-reviews span:nth-of-type(2) > div.dvrevpro_badge_container > div.dvpro_badge1_DIV_1 > div.dvpro_dashboardReviewSummary > div.dvpro_dashboardReviewSummary__left,
#header-reviews span:nth-of-type(3) > div.dvrevpro_badge_container > div.dvpro_badge1_DIV_1 > div.dvpro_dashboardReviewSummary > div.dvpro_dashboardReviewSummary__left {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: center;
  align-items: flex-end;
  flex-flow: column wrap;
  margin-right: 0;
}
#header-reviews span div.dvpro_dashboardReviewSummary__right {
  display: none;
}
#header-reviews span div.dvpro_dashboardReviewSummary {
  padding: 0;
}
#header-reviews span #dvrev-badge-3 {
  padding: 0;
  margin-top: 0;
  margin-bottom: 0;
  border-top: none;
  border-bottom: none;
}
#header-reviews span:nth-of-type(2) div.dvpro_b2__rating,
#header-reviews span:nth-of-type(2) div.dvpro_dashboardReviewSummary__avgReviews {
  display: none;
}
#header-reviews #dvrev-badge-1 .dvpro_dashboardReviewSummary__avgReviews {
  color: #ed1c24 !important;
}
.dealervenom p {
  font-family: 'MMC OFFICE', sans-serif !important;
}
h2 {
  text-transform: uppercase;
}
#searchbox {
  font-family: 'MMC OFFICE';
}
#searchbox .ais-SearchBox-input {
  font-family: 'MMC OFFICE';
}
.footer_top .footer_container .row .foot3 ul li {
  line-height: 0;
  margin: 0.5rem 0 0 0;
}
.footer_top .footer_container .row .foot3 ul li a {
  color: #fff;
}
.footer_top h5:hover,
.footer_top .telephone:hover {
  color: #ed1c24;
}
.footer_top a:hover,
.footer_top h5:hover {
  color: #fff !important;
}
.footer .copyright {
  display: inline-block;
  display: -moz-inline-stack;
}
.footer .dealervenom {
  display: inline;
}
.footer_bottom-light {
  padding: 0.75rem 1rem;
}
.dv-anim-btn.menu-item > a {
  height: fit-content !important;
  align-self: center;
  -webkit-animation: glowing 1500ms infinite !important;
  -moz-animation: glowing 1500ms infinite !important;
  -o-animation: glowing 1500ms infinite !important;
  animation: glowing 1500ms infinite !important;
  border-color: #ed0000 !important;
  border-radius: 35px !important;
  -webkit-transition: all ease-in-out;
  -moz-transition: all ease-in-out;
  -o-transition: all ease-in-out;
  transition: all ease-in-out;
  padding: 6px 12px !important;
  line-height: 1.42857143 !important;
  border: 1px solid transparent !important;
  white-space: nowrap !important;
}
.dv-anim-btn.menu-item > a span {
  color: #fff !important;
}
@-webkit-keyframes glowing {
  0% {
    background-color: #ed0000;
    -webkit-box-shadow: 0 0 3px #ed0000;
  }
  50% {
    background-color: #8e0101;
    -webkit-box-shadow: 0 0 10px #8e0101;
  }
  100% {
    background-color: #ed0000;
    -webkit-box-shadow: 0 0 3px #ed0000;
  }
}
@-moz-keyframes glowing {
  0% {
    background-color: #ed0000;
    -moz-box-shadow: 0 0 3px #ed0000;
  }
  50% {
    background-color: #8e0101;
    -moz-box-shadow: 0 0 10px #8e0101;
  }
  100% {
    background-color: #ed0000;
    -moz-box-shadow: 0 0 3px #ed0000;
  }
}
@-o-keyframes glowing {
  0% {
    background-color: #ed0000;
    box-shadow: 0 0 3px #ed0000;
  }
  50% {
    background-color: #8e0101;
    box-shadow: 0 0 10px #8e0101;
  }
  100% {
    background-color: #ed0000;
    box-shadow: 0 0 3px #ed0000;
  }
}
@-moz-keyframes glowing {
  0% {
    background-color: #ed0000;
    box-shadow: 0 0 3px #ed0000;
  }
  50% {
    background-color: #8e0101;
    box-shadow: 0 0 10px #8e0101;
  }
  100% {
    background-color: #ed0000;
    box-shadow: 0 0 3px #ed0000;
  }
}
@-webkit-keyframes glowing {
  0% {
    background-color: #ed0000;
    box-shadow: 0 0 3px #ed0000;
  }
  50% {
    background-color: #8e0101;
    box-shadow: 0 0 10px #8e0101;
  }
  100% {
    background-color: #ed0000;
    box-shadow: 0 0 3px #ed0000;
  }
}
@-o-keyframes glowing {
  0% {
    background-color: #ed0000;
    box-shadow: 0 0 3px #ed0000;
  }
  50% {
    background-color: #8e0101;
    box-shadow: 0 0 10px #8e0101;
  }
  100% {
    background-color: #ed0000;
    box-shadow: 0 0 3px #ed0000;
  }
}
@keyframes glowing {
  0% {
    background-color: #ed0000;
    box-shadow: 0 0 3px #ed0000;
  }
  50% {
    background-color: #8e0101;
    box-shadow: 0 0 10px #8e0101;
  }
  100% {
    background-color: #ed0000;
    box-shadow: 0 0 3px #ed0000;
  }
}
