body {
  padding: 0;
  margin: 0;
}

/*  HERO SECTION  */

.landing-hero {
  background-image: url("/wp-content/themes/cdx/css/img-landing/mydxlife-hero-bg.jpg");
  background-position: center;
  background-repeat: no-repeat;
  min-height: 650px;
  background-size: cover;
  background-color: #0f1315;
  position: relative;
  margin: 0;
}

.landing-hero .hero-content {
  position: absolute;
  bottom: 0;
}

.landing-hero .hero-content h4 {
  line-height: 1.4;
}

.landing-hero .hero-content h4 span {
  font-size: 20px;
  top: -10px;
  position: relative;
}

/*  SUBSCRIPTION SECTION  */

.subscription {
  background: #f2f2f2;
  color: #000;
}

/*  SUBSCRIPTION SECTION  */

.featured {
  padding: 100px 0 0;
  background: #dcdcdc;
  background: -webkit-linear-gradient(
    top,
    #dcdcdc 0%,
    #ffffff 25%,
    #ffffff 100%
  );
  background: linear-gradient(to bottom, #dcdcdc 0%, #ffffff 25%, #ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dcdcdc', endColorstr='#ffffff', GradientType=0);
}

img.featured-device {
  max-width: 100%;
  padding-bottom: 60px;
}

.featured-content {
  font-size: 18px;
  color: #333333;
}

.dx-logos {
  padding: 40px 0 20px;
}

.dx-logos img {
  max-width: 100%;
  padding: 0;
}

.featured-logo {
  padding: 30px 0 20px;
}

.featured-logo p {
  font-size: 18px;
  color: #cccccc;
  margin: 0 0 10px;
}

.featured-logo img {
  max-width: 100px !important;
  opacity: 0.3;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
}

.featured-bottom-text {
  background: #f1f1f1;
  padding: 70px 0;
}

.featured-bottom-text p {
  font-size: 20px;
  color: #333333;
  text-align: center;
  margin: 0;
}

/*  CANNADX SECTION  */

.cannadx {
  background-image: url("/wp-content/themes/cdx/css/img-cons/cannadx-bg.jpg");
  background-position: top center;
  background-repeat: no-repeat;
  min-height: 650px;
  background-size: cover;
  background-color: #0f1316;
  position: relative;
  padding: 50px 0;
}

.cannadx img:first-child {
  padding: 20px 0;
}

.cannadx .btn-radius {
  display: block;
  width: 30%;
  margin: 20px 0;
}

.cannadx h4 {
  margin: 20px 0 40px 0;
}

.cannadx img:last-child {
  padding: 30px 0;
}

/*  HERO SECTION  */

.eco-hero {
  background-image: url("../../../../wp-content/uploads/eco-hero-bg.jpg");
  background-position: right;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #0f1315;
  padding: 70px 0 0;
}

.hero-text {
  font-size: 30px;
  font-weight: 700;
  line-height: 1.4;
}

.eco-hero .hero-content {
  padding: 80px 0 20px;
}

img.eco-logo {
  max-width: 400px;
  margin: 20px 0;
}

.eco-hero .hero-btns a:last-child:after {
  color: #fff;
}

.eco-hero .hero-btns a:last-child {
  position: relative;
}

/*  360 SECTION  */

.ts-hero {
  background: #ff451d;
  background: -webkit-linear-gradient(
    left,
    #ff451d 0%,
    #ff451d 15%,
    #ff8f4d 100%
  );
  background: linear-gradient(to right, #ff451d 0%, #ff451d 15%, #ff8f4d 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff451d', endColorstr='#ff8f4d', GradientType=1);
  padding: 50px 0 30px 0;
}

.ts-hero h1 {
  font-weight: 700;
  font-size: 45px;
  margin: 50px 0;
  color: #fff;
}

.ts-hero .hero-content {
  padding: 100px 0 0;
}

.ts-hero .btn-square,
.quote .btn-square {
  border: 1px solid #fff;
  padding: 8px 10px !important;
  background: transparent;
  display: inline;
}

.hero-app-img {
  text-align: left;
  padding: 40px 0 0;
}

/*  BUSINESS OVERVIEW SECTION  */

.business-overview {
  padding: 50px 0;
  min-height: 650px;
  position: relative;
  z-index: 1;
}

.business-overview:after {
  position: absolute;
  top: 0;
  content: "";
  display: block;
  right: 0;
  height: 50%;
  width: 20%;
  background: #176b53;
  -webkit-clip-path: polygon(100% 0, 100% 100%, 0% 0%);
  clip-path: polygon(100% 0, 100% 100%, 0% 0%);
  z-index: -2;
}

.overview-title {
  padding: 40px 0;
}

.overview-title h1 {
  font-size: 44px;
  margin: 0 0 10px;
  color: #303030;
}

.overview-title p {
  font-size: 18px;
  color: #555555;
}

.single-point {
  padding: 0 20px 20px 0;
}

.single-point p {
  font-size: 15px;
  padding-left: 75px;
}

.single-point h3 {
  position: relative;
  padding: 13px 0 0 75px;
  font-size: 22px;
  font-weight: 700;
  position: relative;
}

.single-point a:hover {
  box-shadow: none;
}

.nth-stuff div:nth-child(1) .single-point:nth-child(1) h3 {
  color: #3c6b54;
}

.nth-stuff div:nth-child(1) .single-point:nth-child(1) a {
  border-color: #3c6b54;
  color: #3c6b54;
}

.nth-stuff div:nth-child(1) .single-point:nth-child(1) a:hover {
  background-color: #3c6b54;
  color: #fff;
}

.nth-stuff div:nth-child(1) .single-point:nth-child(2) h3 {
  color: #569977;
}

.nth-stuff div:nth-child(1) .single-point:nth-child(2) a {
  border-color: #569977;
  color: #569977;
}

.nth-stuff div:nth-child(1) .single-point:nth-child(2) a:hover {
  background-color: #569977;
  color: #fff;
}

.nth-stuff div:nth-child(2) .single-point:nth-child(1) h3 {
  color: #70c69a;
}

.nth-stuff div:nth-child(2) .single-point:nth-child(1) a {
  border-color: #70c69a;
  color: #70c69a;
}

.nth-stuff div:nth-child(2) .single-point:nth-child(1) a:hover {
  background-color: #70c69a;
  color: #fff;
}

.nth-stuff div:nth-child(2) .single-point:nth-child(2) h3 {
  color: #8bf7bd;
}

.nth-stuff div:nth-child(2) .single-point:nth-child(2) a {
  border-color: #8bf7bd;
  color: #8bf7bd;
}

.nth-stuff div:nth-child(2) .single-point:nth-child(2) a:hover {
  background-color: #8bf7bd;
  color: #fff;
}

.single-point h3:after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 70px;
  background-repeat: no-repeat;
}

.nth-stuff div:nth-child(1) .single-point:nth-child(1) h3:after {
  background-image: url(/wp-content/themes/cdx/css/img-landing/icon-consumer.png);
}

.nth-stuff div:nth-child(1) .single-point:nth-child(2) h3:after {
  background-image: url(/wp-content/themes/cdx/css/img-landing/icon-data.png);
}

.nth-stuff div:nth-child(2) .single-point:nth-child(1) h3:after {
  background-image: url(/wp-content/themes/cdx/css/img-landing/icon-bio.png);
}

.nth-stuff div:nth-child(2) .single-point:nth-child(2) h3:after {
  background-image: url(/wp-content/themes/cdx/css/img-landing/icon-saas.png);
}

.btn-radius {
  margin: 10px 0 !important;
  width: 40%;
}

/*  GET APP SECTION  */

.get-app {
  background-image: url("/wp-content/themes/cdx/css/img-landing/mydxlife-get-app.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #0f1315;
  position: relative;
  padding: 100px 0;
  color: #fff;
}

.get-app p {
  font-size: 20px;
  color: #fff;
}

.get-app .app-icons p {
  color: #5e5e5e;
  font-size: 12px;
}

/*==========  Non-Mobile First Method  ==========*/

/* Large Devices, Wide Screens */

@media only screen and (max-width: 1200px) {
  .ts-hero .hero-content {
    padding: 0;
  }
}

/* Medium Devices, Desktops */

@media only screen and (max-width: 992px) {
  .hero-app-img {
    text-align: left;
  }
  .hero-app-img img {
    max-width: 90%;
    margin: 40px 0;
  }
}

/* Tablet Layout: 768px. */

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .eco-hero:after {
    position: absolute;
    content: "";
    background: #000;
    height: 100%;
    width: 100%;
    top: 0;
    opacity: 0.5;
    z-index: -1;
  }
  .eco-hero {
    background-size: cover;
    position: relative;
    z-index: 1;
  }
  .hero-btns {
    margin: 40px 0;
  }
  .eco-hero .hero-content {
    padding: 60px 0 40px;
  }
}

/* Small Devices, Tablets */

@media only screen and (max-width: 768px) {
  .landing-hero {
    min-height: 400px;
  }

  .ts-hero .hero-content h1 {
    font-size: 30px;
  }
  .hero-app-img img {
    max-width: 70%;
    margin: 30px 0;
  }
  .ts-hero {
    padding: 20px 0;
  }

  .eco-app-src {
    padding: 20px 0;
  }
  section.eco-hero:after {
    position: absolute;
    content: "";
    background: #000;
    height: 100%;
    width: 100%;
    top: 0;
    opacity: 0.5;
    z-index: -1;
  }
  section.eco-hero {
    background-size: cover;
    position: relative;
    z-index: 1;
  }
  img.eco-logo {
    margin: 20px 0;
  }

  .hero-btns {
    margin: 10px 0 40px;
  }
  .hero-img img {
    width: 100vw;
    left: -30px;
  }
  .eco-hero .hero-content {
    padding: 20px 0;
  }
  .subscription input[type="email"] {
    margin: 0 20px 0 0;
  }

  .subscription input[type="submit"] {
    margin: 10px 0 0;
  }

  .subscription span {
    display: block;
    margin: 20px 0px 12px;
    font-size: 16px;
  }

  .subscription {
    padding: 0 0 5px;
  }

  h1 {
    font-size: 35px !important;
  }
  h2 {
    font-size: 30px !important;
  }
  h3 {
    font-size: 26px !important;
  }
  h4 {
    font-size: 22px !important;
  }
  p {
    font-size: 18px !important;
  }
}

/* Extra Small Devices, Phones */

@media only screen and (max-width: 480px) {
  .dx-logos img {
    width: 60px;
    padding: 2px;
  }
  .subscription input[type="email"] {
    width: 80%;
    margin: 0;
  }
}

/* Custom, iPhone Retina */

@media only screen and (max-width: 320px) {
}
