/*
Theme Name: AutoNation Theme
Theme URI: https://github.com/elementor/hello-theme/
Description: AutoNation child theme
Author: Tony Ciccarone
Author URI: https://tonyciccarone.com
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: tony-ciccarone
*/
@font-face {
  font-family: Interstate-Black;
  src: url(fonts/Interstate-Black.otf);
}
@font-face {
  font-family: Interstate-Bold;
  src: url(fonts/Interstate-Bold.otf);
}
@font-face {
  font-family: Interstate-Light;
  src: url(fonts/Interstate-Light.otf);
}
@font-face {
  font-family: Interstate-LightCompressed;
  src: url(fonts/Interstate-LightCompressed.otf);
}
@font-face {
  font-family: Interstate-BoldCondensed;
  src: url(fonts/Interstate-BoldCondensed.otf);
}
@font-face {
  font-family: Interstate-BoldCompressed;
  src: url(fonts/Interstate-BoldCompressed.otf);
}
body {
  font-family: Interstate-Bold, sans-serif;
}

.pink {
  color: #ee81a8;
}

.hot-pink {
  color: #d71667;
}

hr {
  border-color: #fefefe !important;
  background-color: #fefefe !important;
}

.btn {
  font-weight: 700;
  text-transform: uppercase;
  background-color: var(--e-global-color-6806695);
  border-radius: 25px 25px 25px 25px;
  color: #fff;
  font-size: 15px;
  padding: 12px 24px;
  fill: #fff;
  text-align: center;
  transition: all 0.3s;
}
.btn:hover {
  color: #fff;
}

.centered {
  margin: 0 auto;
  text-align: center;
}

.logo {
  display: flex;
  align-content: center;
}
@media (max-width: 900px) {
  .logo {
    text-align: center;
  }
}
@media (max-width: 900px) {
  .logo {
    flex-direction: column;
  }
}
.logo img {
  align-self: center;
}
@media (min-width: 900px) {
  .logo img {
    border-right: 1px solid #d8d8da;
    padding-right: 1em;
    margin-right: 1em;
  }
}

.slogan {
  font-style: italic;
  font-weight: bold;
  margin: 0;
}
.slogan span {
  color: #ee81a8;
}

.video-corner {
  position: relative;
}
.video-corner:before {
  position: absolute;
  top: -13px;
  left: -13px;
  content: "";
  border-top: 200px solid #5187b6;
  border-right: 200px solid transparent;
}
.video-corner.pink:before {
  border-top-color: #ee81a8 !important;
}

.plan-list {
  padding-inline-start: 0 !important;
  padding: 1em 1em 0.6em;
}
.plan-list li {
  list-style: none;
}
.plan-list a {
  color: white;
  padding: 0.5em 1.3em !important;
  display: block;
}
.plan-list__show {
  background-color: #0a3453;
}
.plan-list__show a {
  color: #ee81a8;
  padding: 0.8em 1.3em !important;
  display: block;
  text-transform: uppercase;
  font-weight: bold;
}
.plan-list__show a i {
  margin-right: 0.8em;
}
.plan-list__more {
  display: none;
}

.pnav {
  height: fit-content;
}

.plans-nav > div {
  display: flex;
  justify-content: flex-end;
}
.plans-nav a {
  color: #b7b9bd;
  border: 1px solid #b7b9bd;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7em;
}
.plans-nav a i {
  position: relative;
  top: 2px;
}
.plans-nav a:hover {
  background-color: #ee81a8;
  border-color: #ee81a8;
  color: white;
}
.plans-nav a:last-child {
  margin-left: 1em;
}

.plan-cards__container.hidden {
  display: none;
}
.plan-cards__item p {
  min-height: 150px;
}
.plan-cards__image {
  padding-bottom: 50%;
  background-size: cover;
  background-position: center;
}
.plan-cards .slick-slide {
  margin: 0 0.4em;
}
.plan-cards .slick-list {
  margin: 0 -0.4em;
  padding-bottom: 1em;
}
.plan-cards__title {
  font-size: 1.1em;
  margin-top: 1em;
  min-height: 43px;
}
.plan-cards hr {
  margin-top: 1em;
  margin-bottom: 1em;
}
.plan-cards .btn {
  margin-top: 1.5em;
  display: block;
  width: fit-content;
}

.elementor-widget-wrap {
  justify-content: center;
}

.plus-icon {
  display: flex;
}
.plus-icon .elementor-icon-wrapper {
  display: flex;
}
.plus-icon .elementor-icon-wrapper i {
  position: relative;
  top: 1px;
}

small {
  font-size: 0.5em;
}

.p-mb-0 p {
  margin-bottom: 0;
}

p strong {
  font-family: "Interstate-Black", sans-serif !important;
}

.col-title {
  min-height: 120px;
  margin-bottom: 0 !important;
}

.col-subtitle {
  margin-bottom: 0 !important;
}

@media (max-width: 768px) {
  .jet-timeline-item .timeline-item__card-content {
    padding-left: 0;
  }
}
.jet-timeline .cls-1 {
  fill: white;
}

.outline-icon svg {
  position: relative;
  top: 3px;
}

.box-connected:not(:last-child):after {
  content: "";
  background-color: white;
  height: 100px;
  width: 2px;
  display: flex;
  margin: 0 auto;
}

.logo {
  max-width: 200px;
}

/*# sourceMappingURL=style.css.map */
