footer .wp-block-site-title {
	display: none;
}

body.page-id-117 .wp-block-post-title { display: none;}

body {
	background: linear-gradient(180deg, #085458 0%, #00AF81 50%, #8DE7BF 100%);
}

@font-face {
  font-family: "Marche Super";
  src: local("Marche Super Super Forwardslant"),
    local("Marche-Super-Super-Forwardslant"),
    url("https://ceenauto.com/wp-content/uploads/2023/01/Marche-SuperForwardslant.woff2")
      format("woff2"),
    url("https://ceenauto.com/wp-content/uploads/2023/01/Marche-SuperForwardslant.woff")
      format("woff"),
    url("https://ceenauto.com/wp-content/uploads/2023/01/Marche-SuperForwardslant.ttf")
      format("truetype");
  font-weight: normal;
  font-style: normal;
}

* {
  box-sizing: border-box;
  outline: none;
}

html {
  background: #085458;
}

body {
  height: 100%;
  min-height: 100vh;
  background: linear-gradient(180deg, #085458 0%, #00af81 50%, #8de7bf 100%);
  background-repeat: no-repeat;
  padding: 0;
  margin: 0;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  color: #ffffff;
}

header {
  height: 100px;
  background: #085458;
  display: flex;
  justify-content: space-between;
  padding-left: 7%;
  padding-right: 7%;
  padding-top: 20px;
  padding-bottom: 20px;
}

.header-logo {
  height: 100%;
  z-index: 20;
}

.header-nav__list {
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.header-nav__item {
  margin-left: 20px;
}

.header-nav__link {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  color: #ffffff;
  font-size: 0px;
}

/* 
.header-nav__link--home::after {
  content: url("https://thisisalejandro.com/ceenauto/home-link.svg");
} */

/* .header-nav__link--about::after {
  content: url("https://thisisalejandro.com/ceenauto/about-link.svg");
}

.header-nav__link--contact::after {
  content: url("https://thisisalejandro.com/ceenauto/contact-link.svg");
} */

.header-nav__link--home,
.header-nav__link--about,
.header-nav__link--contact {
  font-family: "Marche Super";
  font-size: 17px;
  text-transform: uppercase;
  color: #23e24b;
  text-decoration: none;
  letter-spacing: 1px;
}

.hamburger {
  display: none;
  z-index: 20;
}

.home-hero {
  background-image: url("https://ceenauto.com/wp-content/uploads/2023/03/hero.png");
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  width: 100% !important;
  max-width: 100% !important;
}

.hero {
  height: 85vh;
  min-height: 700px;
}

.hero__text {
  width: 60%;
  padding-left: 10%;
}

.hero__image {
  width: 40%;
  display: flex;
  justify-content: flex-end;
  padding-right: 14%;
  align-self: flex-end;
}

.hero__image img {
  max-width: 335px;
  height: auto;
}

.hero__heading {
  font-family: "Marche Super";
  font-size: 50px;
  text-transform: uppercase;
  color: #23e24b;
  margin: 0;
}

.home-about__text {
	  font-family: "Poppins", sans-serif;
  font-weight: 400;
	color: #fff;
  margin: 20px 0 30px 0;
}

.home-why__text {
    font-family: "Poppins", sans-serif;
  font-weight: 400;
  color: #fff;
  margin: 0px 0 30px 0;
}

/* .hero__heading::after {
  content: url("https://thisisalejandro.com/ceenauto/heading.svg");
  font-size: 24px;
} */

.hero__subheading {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
	color: #fff;
  margin: 20px 0 30px 0;
}

.hero__subheading span {
  display: block;
}

.hero__subheading br {
  display: block !important;
}

.hero-download {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
	color: #fff;
  margin: 20px 0 30px 0;
}

.hero-download br {
  display: none;
}

.hero__logos {
  margin-top: 10px;
}

.hero__logo {
  max-width: 200px;
  height: auto;
}

.home-about {
  padding-top: 6%;
  padding-left: 7%;
  padding-right: 7%;
  width: 100% !important;
  max-width: 100% !important;
}

.home-about__heading {
  font-family: "Marche Super";
  font-size: 50px;
  text-transform: uppercase;
  color: #23e24b;
  flex: 0 0 100%;
  margin-bottom: 35px;
}

/* .home-about__heading::after {
  content: url("https://thisisalejandro.com/ceenauto/about-title.svg");
  font-size: 24px;
} */

.home-about__image {
  width: 50%;
}

.home-about__image img {
  display: block;
  width: 100%;
  height: auto;
}

.home-about__text {
  width: 50%;
  padding-left: 6%;
}

.home-why__text {
  width: 50%;
  padding-right: 6%;
}

.home-about__text p br {
  display: none;
}

.home-contact {
  padding-top: 6%;
  padding-bottom: 0;
  width: 100% !important;
  max-width: 100% !important;
}

.home-contact__heading {
  font-family: "Marche Super";
  font-size: 50px;
  text-transform: uppercase;
  color: #23e24b;
  text-align: center;
}

.home-contact .text {
  text-align: center;
  margin: 0 auto;
  padding-left: 0;
}

/* .home-contact__heading::after {
  content: url("https://thisisalejandro.com/ceenauto/contact-title.svg");
  font-size: 24px;
} */

.footer__wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 0;
  padding-bottom: 30px;
}

.footer__text {
  font-size: 14px;
  margin-top: 25px;
}

/* Utilities */

.flex {
  display: flex;
  flex-wrap: wrap;
}

.text {
  font-family: "Poppins", sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.5;
}

.text br {
  display: none;
}

.uppercase {
  text-transform: uppercase;
}

.color--brand {
  color: #23e24b;
}

.link {
  text-decoration: underline;
  color: #ffffff !important;
}


.wp-block-post-content a:where(:not(.wp-element-button)) { 
	color: #ffffff; 
}


p {
  margin-top: 0;
}

/* Form */

div.wpforms-container-full .wpforms-form textarea.wpforms-field-medium,
div.wpforms-container-full .wpforms-form input[type="text"],
div.wpforms-container-full .wpforms-form input[type="email"] {
  max-width: 60%;
  margin-left: auto;
  margin-right: auto;
  border-radius: 9px;
  border-color: white;
}

div.wpforms-container-full .wpforms-form .wpforms-field-label {
  max-width: 60%;
  margin-left: auto;
  margin-right: auto;
}

div.wpforms-container-full .wpforms-form button[type="submit"],
.cta {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 12px 21px;
  gap: 10px;
  margin-top: 15px;
  margin-left: auto;
  margin-right: auto;
  /* background-image: url("https://thisisalejandro.com/ceenauto/contact-btn.svg"); */
  font-family: "Marche Super";
  font-size: 17px;
  text-transform: uppercase;
  color: #23e24b;
  text-align: center;
  background-color: #07564d;
  background-size: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  border: 1px solid #07564d;
  border-radius: 10px;
  color: #ffffff;
  width: 200px;
  height: 49px;
  letter-spacing: 1px;
}

div.wpforms-container-full .wpforms-form button[type="submit"]:hover {
  background-color: #07564d;
  border-color: #07564d;
}

@media only screen and (max-width: 1240px) {
  .hero__heading {
    /* font-family: "Marche Super";
    font-size: 46px;
    text-transform: uppercase;
    color: #23e24b; */
  }

  /* .hero__heading::after {
    content: url("https://thisisalejandro.com/ceenauto/heading-tablet.svg");
  } */
}

@media only screen and (max-width: 990px) {
  .hero {
    height: 100%;
    min-height: 600px;
    padding-top: 70px;
    margin-bottom: 140px !important;
  }

  .home-hero {
    align-items: flex-start;
  }

  .hero__heading {
    font-family: "Marche Super";
    font-size: 36px;
    text-transform: uppercase;
    color: #23e24b;
  }

  /* .hero__heading::after {
    content: url("https://thisisalejandro.com/ceenauto/heading-mobile.svg");
  } */

  .hero__text {
    width: 100%;
  }

  .hero__logo {
    max-width: 180px;
  }

  .hero__image {
    width: 100%;
    position: relative;
    bottom: -23%;
  }

  .hero__image img {
    max-width: 240px;
  }

  .home-about {
    padding-left: 5%;
    padding-right: 5%;
  }

  .home-about__heading {
    font-family: "Marche Super";
    font-size: 36px;
    text-transform: uppercase;
    color: #23e24b;
    margin-bottom: 10px;
  }

  /* .home-about__heading::after {
    content: url("https://thisisalejandro.com/ceenauto/about-title-mobile.svg");
  } */

  .home-about__image {
    width: 100%;
  }

  .home-about__text {
    width: 100%;
    padding-left: 0;
    margin-top: 30px;
  }

    .home-why__text {
    width: 100%;
    padding-left: 0;
    margin-top: 30px;
  }


  .home-contact__heading {
    font-family: "Marche Super";
    font-size: 36px;
    text-transform: uppercase;
    color: #23e24b;
    text-align: center;
  }

  .home-contact {
    padding-left: 5%;
    padding-right: 5%;
  }

  .home-contact .text {
    text-align: left;
  }

  /* .home-contact__heading::after {
    content: url("https://thisisalejandro.com/ceenauto/contact-title-mobile.svg");
  } */

  .footer__wrapper {
    padding-left: 3%;
    padding-right: 3%;
    text-align: center;
  }

  .text {
    font-size: 18px;
  }
}

@media only screen and (max-width: 600px) {
  body.has-nav {
    overflow: hidden;
  }

  header,
  .header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 85px;
  }

  .header-logo {
    max-width: 140px;
    height: auto;
  }

  .header-nav {
    position: fixed;
    left: auto;
    right: -100%;
    top: 0;
    height: 100%;
    width: 100%;
    background: #09564d;
    z-index: 10;
  }

  .header-nav__list {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .header-nav__item {
    margin: 20px 0;
  }

  .hamburger {
    display: inline-flex;
  }

  .hamburger__icon {
    width: 34px;
    height: 30px;
    display: inline-block;
    transform: rotate(0);
    transition: all 0.5s ease-in-out;
    cursor: pointer;
    vertical-align: text-top;
  }

  .hamburger__icon span {
    background-color: #23e24b;
    display: block;
    position: absolute;
    height: 5px;
    width: 100%;
    border-radius: 0;
    opacity: 1;
    left: 0;
    transform: rotate(0);
    transition: all 0.25s ease-in-out;
  }

  .hamburger__icon span:nth-child(1) {
    top: 0;
  }

  .hamburger__icon span:nth-child(2) {
    top: 11px;
  }

  .hamburger__icon span:nth-child(3) {
    top: 11px;
  }

  .hamburger__icon span:nth-child(4) {
    top: 22px;
    right: 0;
    margin-left: auto;
  }

  body.has-nav .hamburger__icon span:nth-child(1) {
    top: 18px;
    width: 0%;
    left: 50%;
  }

  body.has-nav .hamburger__icon span:nth-child(2) {
    transform: rotate(-45deg);
  }

  body.has-nav .hamburger__icon span:nth-child(3) {
    transform: rotate(45deg);
  }

  body.has-nav .hamburger__icon span:nth-child(4) {
    top: 18px;
    width: 0%;
    left: 50%;
  }

  body.has-nav .header-nav {
    display: block;
    right: 0;
  }

  .hero {
    margin-bottom: 180px !important;
    min-height: 600px;
    height: 75vh;
    padding-top: 50px;
  }

  .hero__text {
    padding-left: 5%;
  }

  .hero__subheading {
    margin: 10px 0 20px 0;
  }

  .hero__logo {
    max-width: 140px;
  }

  .hero__image {
    bottom: -60px;
  }

  .hero__image img {
    max-width: 230px;
  }

  .home-contact__heading {
    text-align: left;
  }

  .text {
    font-size: 16px;
  }

  .wpforms-container {
    padding-left: 5% !important;
    padding-right: 5% !important;
  }

  div.wpforms-container-full .wpforms-form .wpforms-field-label,
  div.wpforms-container-full .wpforms-form textarea.wpforms-field-medium,
  div.wpforms-container-full .wpforms-form input[type="text"],
  div.wpforms-container-full .wpforms-form input[type="email"] {
    width: 100%;
    max-width: 100%;
  }

  div.wpforms-container-full .wpforms-form button[type="submit"],
  .cta {
    width: 100%;
    max-width: 100%;
    margin-top: 5px;
  }

  div.wpforms-container-full .wpforms-form .wpforms-submit-container {
    padding-top: 0 !important;
  }
}

/* Overwrite WordPress */

.entry-content {
  padding: 0 !important;
}

header + .wp-block-group {
  display: none;
}

#wp--skip-link--target {
  margin: 0 !important;
}




