/*

Tanner Gill
March 2019
contacttannergill@gmail.com
For: Shapa

*/

#shapa-for-enterprise {
  margin-top: 140px;
}

#shapa-for-enterprise article {
  max-width: 1500px;
  min-height: 0px;
  margin: auto;
}

#shapa-for-enterprise h1 {
  line-height: 1.11em;
}

#shapa-for-enterprise h4 {
  font-size: 1em;
  color: rgba(0, 0, 0, 0.4);
}

.enterprise-introduction p {
  color: rgba(0, 0, 0, 0.6);
}

/******************************
SHAPA FOR ENTERPRISE < Introduction
******************************/

.enterprise-introduction {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 80vw;
  margin: 0 auto;
}

#shapa-for-enterprise .enterprise-introduction .intro p {
  width: 90%;
  font-size: 1.05em;
  font-weight: 400;
  letter-spacing: -1px;
  color: rgba(0, 0, 0, 0.4);
}

.enterprise-introduction section {
  width: 47%;
  min-height: 1px;
}

#shapa-for-enterprise .contact-btn {
  margin: 50px 0px;
  font-weight: 400;
}

/******************************
SHAPA FOR ENTERPRISE < Partners
******************************/

#shapa-for-enterprise article.enterprise-partners {
  min-height: 0px;
  background-color: #eeeeee;
  padding: 35px 10%;
  margin-top: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.enterprise-partners h3 {
  margin-bottom: 10px;
}

.enterprise-partners p {
  color: rgba(0, 0, 0, 0.5);
}

.enterprise-partners div {
  width: 85%;
  max-width: 400px;
  margin: 0px 30px;
}

.enterprise-partners .logos {
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.enterprise-partners .enterprise-logo {
  width: 40%;
  max-width: 130px;
}

/******************************
SHAPA FOR ENTERPRISE < Introduction < Testimonial
******************************/

.testimonial-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;  
  width: 100%;
  margin: 0 auto;
}

.enterprise-introduction .before-and-after {
  width: 100%;
  height: auto;
  min-height: 1px;
}

.testimonial-container p {
  width: 100%;
  box-sizing: border-box;
  border: 1px #ff7300 solid;
  border-top: none;
  padding: 30px 12%;
  padding-top: 35px;
  margin-top: -10px;
  text-align: center;
}

.testimonial-container .bold {
  font-weight: 800;
  color: black;
}

/******************************
SHAPA FOR ENTERPRISE < The Reality
******************************/

.the-reality {
  text-align: center;
  padding-top: 120px;
}

.the-reality h1 {
  margin-bottom: 30px;
}

.the-reality h4 {
  width: 60%;
  max-width: 650px;
  margin: 0px auto 15px auto;
  padding: 0px;
}

.reality-body {
  width: 90%;
  margin: 0 auto;
}

/******************************
SHAPA FOR ENTERPRISE > Dan blue
******************************/

#shapa-for-enterprise #dan-blue {
  margin: 80px 0px;
  text-align: center;
  max-width: none;
}

#dan-blue img {
  width: 100%;
}

/******************************
SHAPA FOR ENTERPRISE > Shapa Families
******************************/

#shapa-families {
  margin: 50px 0px;
  width: 100%;
}

.family-row-container {
  display: flex;
}

.family-row {
  width: 50%;
}

.family-text-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0px 5%;
}

.family-text-container h3 {
  font-size: 1.4em;
  font-weight: 400;
  line-height: 1.3em;
  margin-bottom: 10px;
}

.family-img {
  width: 100%;
}

.reverse {
  flex-direction: row-reverse;
}

/******************************
SHAPA FOR ENTERPRISE > How it works
******************************/

#shapa-for-enterprise #how-it-works {
  margin: 100px 0px;
  max-width: none;
  text-align: center;
}

#how-it-works h3 {
  font-size: 1.6em;
  font-weight: 400;
  margin-bottom: 20px; 
}

.grid {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 90%;
  max-width: 1300px;
  margin: 0 auto;
}

.grid-item {
  box-sizing: border-box;
  width: 24%;
  padding: 0px 25px;
  margin: 40px 0px;
}

.grid-icon {
  width: 30%;
  max-height: 70px;
  margin-bottom: 20px;
}

.bold {
  font-weight: 400;
  color: black;
}

/******************************
SHAPA FOR ENTERPRISE > Shapa Helps
******************************/

#shapa-for-enterprise .shapa-helps {
  text-align: center;
  margin: 50px auto;
}

.shapa-helps h3 {
  font-size: 1.5em;
  font-weight: 400;
  width: 80%;
  max-width: 550px;
  margin: 0 auto;
  text-align: center;
}

.shapa-helps .button-link {
  margin-top: 50px;
}

/******************************
SHAPA FOR ENTERPRISE > Demo
******************************/

#shapa-for-enterprise #demo {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 100px 0px;
  max-width: none;
}

#demo h5 {
  font-size: 1.3em;
  font-weight: 400;
  margin-bottom: 10px;
}

#demo p {
  font-size: 1.1em;
  padding-bottom: 5px;
}

#demo .demo-prompt {
  border-radius: 5px;
  background-color: white;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
  padding: 30px;
  text-align: center;
  z-index: 2;
  width: 70%;
  max-width: 650px;
}

#demo .demo-lines {
  position: absolute;
  top: 45%;
  width: 100%;
}

#demo .demo-form {
  display: flex;
  justify-content: center;
  align-content: center;
  padding: 20px 10px;
  margin: 0;
}

#demo .demo-email {
  box-sizing: border-box;
  width: 100%;
  border-radius: 25px;
  border-color: #F27121;
  padding: 5px 15px;
}

#demo .demo-email::placeholder {
  font-size: 0.9em;
}

#demo .demo-submit {
  margin: 0px;
  margin-left: 15px;
}

#demo .checkmark {
  width: 70px;
  height: auto;
}

#demo #demo-submitted p {
  font-size: 1em;
  width: 80%;
  margin: 20px auto 0px auto;
}

/******************************
SHAPA FOR ENTERPRISE > References
******************************/

#shapa-for-enterprise #references {
  width: 70%;
  margin: 100px auto 150px auto;
}

.references-title {
  font-size: 1.2em;
  padding-bottom: 5px;
  padding-left: 10px;
  color: black;
  font-style: italic;
  font-weight: 400;
}

#references ol {
  counter-reset: li;
}

#references li {
  color: rgba(0, 0, 0, 0.5);
  font-style: italic;
  font-size: 0.85em;
  margin: 10px;
  counter-increment: li;
}

#references li::before {
  content: counter(li);
  color: black;
  padding-right: 10px;
}

@media screen and (max-width: 1300px) {
/******************************
SHAPA FOR ENTERPRISE < Introduction
******************************/

  .enterprise-introduction {
    flex-direction: column;
  }

  #shapa-for-enterprise h1 {
    font-size: 1.8em;
  }
  
  .enterprise-introduction section {
    width: 90%;
  }

  #shapa-for-enterprise .contact-btn {
    margin: 30px 0px 40px 0px;
  }

  #shapa-for-enterprise .enterprise-introduction .intro {
    margin-bottom: 30px;
  }
  
}

@media screen and (max-width: 1000px) {

  /******************************
  SHAPA FOR ENTERPRISE < The Reality
  ******************************/

  .reality {
    padding-top: 100px;
  }

  .reality-body {
    width: 100%;
  }

  /******************************
  SHAPA FOR ENTERPRISE > Dan blue
  ******************************/

  #shapa-for-enterprise #dan-blue {
    width: 100%;
    margin: 80px 0px 0px 0px;
  }

  /******************************
  SHAPA FOR ENTERPRISE > Shapa Families
  ******************************/

  .family-row-container {
    flex-direction: column;
  }

  .family-row {
    width: 100%;
  }

  .family-text-container {
    margin: 40px auto;
    padding: 0px 30px;
    width: 90%;
    max-width: 700px;
  }

  .family-text-container h3 {
    font-size: 1.4em;
    font-weight: 600;
    line-height: 1.3em;
    margin-bottom: 10px;
  }

  .family-img {
    width: 100%;
  }

  /******************************
  SHAPA FOR ENTERPRISE > How it works
  ******************************/

  .grid-item {
    width: 50%;
    padding: 0px 4%;
    margin: 15px 0px;
  }

  /******************************
  HOW SHAPA WORKS (@1000px) > Real people, real reults
  ******************************/

  #how-shapa-works section {
    width: 85%;
    margin: 0 auto;
    text-align: center;
  }

  #real-people-real-results section {
    width: 85%;
    margin-bottom: 2em;
  }

  #real-people-real-results a.button-link {
    margin-top: 1em;
  }

  /******************************
  SHAPA FOR ENTERPRISE > Demo
  ******************************/

  #shapa-for-enterprise #demo {
    padding: 40px 0px;
  }

}

@media screen and (max-width: 700px) {
/******************************
SHAPA FOR ENTERPRISE < Introduction < Testimonial
******************************/

  .testimonial-container p {
    font-size: 0.7em;
  }

/******************************
SHAPA FOR ENTERPRISE < Partners
******************************/

  #shapa-for-enterprise article.enterprise-partners {
    flex-direction: column;
  }

  .enterprise-partners .our-partners {
    text-align: center;
    margin-bottom: 20px;
  }

/******************************
SHAPA FOR ENTERPRISE > How it works
******************************/

  #how-it-works h3 {
    font-size: 1.2em;
  }

  .grid-item p {
    font-size: 0.8em;
  }

	#shapa-for-enterprise #hero section {
		width: 85%;
	}

	#shapa-solutions .swiper-wrapper > section {
		margin-top: 2em;
		margin-bottom: 4em;
  }
  
/******************************
SHAPA FOR ENTERPRISE > Demo
******************************/

  #demo {
    padding: 30px 0px;
  }

  #demo p {
    font-size: 0.8em;
  }

  #demo .demo-prompt {
    padding: 15px 10px;
    width: 90%;
  }

  #demo .demo-form {
    padding: 15px 10px;
  }

  #demo .demo-email {
    padding: 0px 10px;
  }

  #demo .demo-email::placeholder {
    font-size: 0.65em;
  }

/******************************
SHAPA FOR ENTERPRISE > References
******************************/

  #shapa-for-enterprise #references {
    margin: 20px auto 50px auto;
  }

  .references-title {
    font-size: 0.9em;
  }

  #references li {
    font-size: 0.7em;
  }

}