/*
Theme Name: Child of the Divi
Version: 1.0
Description: A child theme of SpecialDivi
Author: alysssablack
Template: SpecialDivi
*/

@import url("../SpecialDivi/style.css");
@import url("https://use.typekit.net/owv3jcq.css");
@import url('https://fonts.googleapis.com/css2?family=Arvo:ital,wght@0,400;0,700;1,400;1,700&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');


/*makes it so people can't scroll to the sides and see the gross stuff out there*/
#page-container {
  overflow: hidden; 
}

/*=============================== BIG SCREEN HEADER ===================================*/
@media screen and (min-width: 480px) {
  
  /*gets rid of the header moving with screen*/
  .et_fixed_nav #main-header {
  position: absolute;
  }

  #main-header {
  box-shadow: 0 1px 0 rgba(0,0,0,0); /*gets rid of weird line thingy*/
  background: rgba(0, 0, 0, 0); /*makes transparent*/
  }

  /*buttons*/
  #top-menu a {
  color: white;
  border-radius: 16px;
  background: #FF81C8;
  padding: 8px 30px 8px 30px !important; 
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);  
  }
  
  /* SWIRLY LEFT */
  #header .lswirls {
    position: absolute;
    left: -6%;
    width: 30vw;
    bottom: -30px
  }

  /* SWIRLY RIGHT */
  #header .rswirls {
    position: absolute;
    right: 0%;
    width: 18vw;
    bottom: -30px;
  }
  #header {
  padding: 0px;
  }
}
/*=============================== MOBILE HEADER ===================================*/
 /* SWIRLY LEFT */
  #header .lswirls {
    position: absolute;
    left: -6%;
    width: 30vw;
    bottom: 10px;
  }

  /* SWIRLY RIGHT */
  #header .rswirls {
    position: absolute;
    right: 0%;
    width: 18vw;
    bottom: 20px;
}

 #main-header {
  box-shadow: 0 1px 0 rgba(0,0,0,0); /*gets rid of weird line thingy*/
  background: rgba(0, 0, 0, 0); /*makes transparent*/
  }
 
#et_mobile_nav_menu {
  display: none;
}

#top-menu, #top-menu-nav {
  display: block !important;
}

/*buttons*/
  #top-menu a {
  color: white;
  border-radius: 16px;
  background: #FF81C8;
  padding: 8px 15px 8px 15px !important; 
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);  
  }

#header {
  padding: 0px;
}

/*================================ MOBILE ABOUT ==============================*/

  /*background color*/
#about {
  background: #43A284;
  height:550px;
 
}

/*computer image*/
#about .et_pb_row:last-of-type .et_pb_image { 
  position: absolute;
  margin: auto;
  top: -20px;
  transform: scale(110%);
  transform-origin: 50%; 
}

#about .et_pb_text_inner {
  margin: auto;
  min-width: 40%;
  max-width: 75%;
  top: 80px
}

#about h2 {
  color: #FE683F;
text-align: center;
font-family: Soap;
font-size: 22px;
  padding-top: 20px;
} 

#about p {
color: #000;
font-family: Roboto;
font-size: 11px;
font-style: normal;
font-weight: 400;
line-height: normal;
margin-bottom: 200px
}

#about h6 {
color: black;
padding: 5px 10px 5px 10px;
text-align: center;
font-family: Roboto;
font-size: 15px;
font-style: normal;
font-weight: 700;
line-height: normal;
background: #F3C051;
border-radius: 73px;
filter: drop-shadow(6px 7px 0px #6B6B6B);
  
}
/*================================ FULL SCREEN ABOUT ==============================*/

@media screen and (min-width: 480px) {
  
  /*background color*/
#about {
  background: #43A284;
  height: 700px;
  margin-top: 100px;
}

/*computer image*/
#about .et_pb_row:last-of-type .et_pb_image { 
  position: absolute;
  margin: auto;
  top: -315px;
  transform: scale(67%);
  transform-origin: 50%;
}

#about .et_pb_text_inner {
  margin: auto;
  min-width: 30%;
  max-width: 44%;
  top: 80px
}

#about h2 {
  color: #FE683F;
text-align: center;
font-family: Soap;
font-size: 36px;
} 

#about p {
color: #000;
font-family: Roboto;
font-size: 15px;
font-style: normal;
font-weight: 400;
line-height: normal;
margin-bottom: 15px
}

#about h6 {
color: black;
padding: 5px 0px 5px 0px;
text-align: center;
font-family: Roboto;
font-size: 16px;
font-style: normal;
font-weight: 700;
line-height: normal;
background: #F3C051;
border-radius: 73px;
filter: drop-shadow(6px 7px 0px #6B6B6B);
}

}
/*============================ MOBILE CAUSE ===============================*/
@media screen and (max-width: 480px) {

#cause img:first-of-type                   
{ width: 50%;
}

#cause p {
color: #000;
font-family: Roboto;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: normal;
  width: 100%;
  margin: auto;
}

#cause h2 {
color: #FF81C8;
font-family: Soap;
font-size: 24px;
font-style: normal;
font-weight: 400;
line-height: normal;
  position: absolute;
  top: -220px;
    width: 40%;
  left: 55%
 
}

#cause .et_pb_row:last-of-type h2 {
  position: absolute;
    width: 100%;
  top: -40px;
  left: 0%;
    color: white;
  
}

#cause h6 {
  margin-top: 20px;
color: black;
text-align: center;
font-family: Roboto;
font-size: 12px;
font-style: normal;
font-weight: 700;
line-height: normal;
background: #F3C051;
border-radius: 25px;
filter: drop-shadow(6px 7px 0px #6B6B6B);
  padding: 10px 20px 10px 20px;
}
/* SWIRLY LEFT */
#cause .lswirls {
  position: absolute;
  left: -5%;
    width: 50vw;
  top: -50px;
}

/* SWIRLY RIGHT */
#cause .rswirls {
  position: absolute;
  right: -50%;
    width: 50vw;
top: -100px;

}
   
/*PINK WAVE*/
#cause .wave {
  position: absolute;
  bottom: 7%;
  transform: scale(30%);
   transform-origin: 0%;
}
  
#cause .et_pb_row:last-of-type {
  background: #FF81C8;
  padding: 0px 50px 0px 50px;
    margin: auto;
  width: 100%;
}
  #cause .et_pb_row:last-child img {
   left: 25%;
    bottom: 10px;
    
    
  
    
  }
}
/*============================ FULL SCREEN CAUSE ===============================*/
 @media screen and (min-width: 480px) {
   
#cause img 
{ width: 90%;
}

#cause .et_pb_row:last-of-type .et_pb_text_inner {
  left: 15%;
}

#cause .et_pb_row { 
  padding-right: 5%;
}

#cause p {
 width: 90%;
color: #000;
font-family: Roboto;
font-size: 15px;
font-style: normal;
font-weight: 400;
line-height: normal;
}

#cause h6 {
  margin-top: 20px;
color: black;
text-align: center;
font-family: Roboto;
font-size: 15px;
font-style: normal;
font-weight: 700;
line-height: normal;
background: #F3C051;
border-radius: 25px;
filter: drop-shadow(6px 7px 0px #6B6B6B);
   width: 80%;
  padding: 10px 20px 10px 20px;
}

#cause .et_pb_row:last-of-type h2 {
  color: #FFF;
  padding-top: 50px
}

#cause h2 {
color: #FF81C8;
font-family: Soap;
font-size: 30px;
font-style: normal;
font-weight: 400;
line-height: normal;
}

/* SWIRLY LEFT */
#cause .lswirls {
  position: absolute;
  left: -5%;
    width: 25vw;
  top: 20px;
}

/* SWIRLY RIGHT */
#cause .rswirls {
  position: absolute;
  right: -30%;
    width: 20vw;
  bottom: -50px;
}
/*PINK WAVE*/
#cause .wave {
  position: absolute;
  max-width: 100vw;
  
  margin: 0%;
  bottom: -8%;
  transform: scale(79%);
   transform-origin: 0%;
}
   
}
/*=========================== MOBILE SCIENCE ===============================*/
                        @media screen and (max-width: 480px) {
#science {
 padding: 0px
 }
                          
#science img {
  width: 37vw;
  margin-top: 40px;
}

                          
#science .et_pb_blurb {
  border-radius: 73px;
background: #F3C051;
  padding: 0px 20px 40px 20px;
  max-width: 95%;
  margin: auto;
} 
  #science h2, #science .et_pb_row:first-child {
color: #FF81C8;
font-family: Soap;
font-size: 27px;
font-style: normal;
font-weight: 400;
line-height: normal;
position: relative;
    text-align: center;
  padding: 0px;

}
#science h4 {
color: #000;
font-family: Soap;
font-size: 25px;
font-style: normal;
font-weight: 400;
line-height: normal;
text-align: center;   
}

#science p {
color: #000;
font-family: Roboto;
font-size: 14px;
  text-align: center;
font-style: normal;
font-weight: normal;
line-height: normal;
  padding: 10px 20px 0px 20px;
}
  
#science .lgrassy{
  position: absolute;
 bottom: -65px;
  width: 20vw;
  
}

#science .rgrassy{
  position: absolute;
 bottom: -32px;
  right: -10px;
   width: 20vw;
} 
                          
}
/*=========================== FULL SCREEN SCIENCE ===============================*/
 @media screen and (min-width: 480px) {

#science img {
  width: 12vw;
  margin-top: 40px;
}

#science .et_pb_blurb {
  border-radius: 50px;
background: #F3C051;
}

#science h2, #science .et_pb_row:first-child {
color: #FF81C8;
font-family: Soap;
font-size: 40px;
font-style: normal;
font-weight: 400;
line-height: normal;
position: relative;
 left: 15px;
  padding: 0px;

}
#science h4 {
color: #000;
font-family: Soap;
font-size: 22px;
font-style: normal;
font-weight: 400;
line-height: normal;
text-align: center;   
}

#science p {
color: #000;
font-family: Roboto;
font-size: 15px;
font-style: normal;
font-weight: normal;
line-height: normal;
 padding: 10px 30px 30px;
  
}
#science .lgrassy{
  position: absolute;
 bottom: -82px;
  
}

#science .rgrassy{
  position: absolute;
 bottom: -82px;
  right: -10px;
}
   
}
/*========================== MOBILE TESTIMONIALS ===============================*/
 @media screen and (max-width: 480px) {
   #testimonials .et_pb_row {
     padding: 0px;
   }
 
#testimonials {
  background: #6991DD;
}
   #testimonials p {
 color: #000;
font-family: Roboto;
font-size: 11px;
font-weight: 400;
line-height: 1.2;
  position: absolute;
  bottom: 65px;
    width: 50%;
  left: 39%;
}
   #testimonials h7 {
color: #FF81C8;
  position: absolute;
font-family: Soap;
font-size: 12px;
font-style: normal;
font-weight: 400;
line-height: normal;
  top: -9px;
   }
}
/*========================== FULL SCREEN TESTIMONIALS ===============================*/
 @media screen and (min-width: 480px) {

#testimonials {
  background: #6991DD;
}
   
#testimonials p {
 color: #000;
font-family: Roboto;
font-size: 15px;
font-weight: 400;
line-height: 1.2;
  position: absolute;
  bottom: 80px;
    width: 19vw;
  left: 39%;
}
   
#testimonials h7 {
  color: #FF81C8;
  position: absolute;
  font-family: Soap;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  top: -9px;
   }
   
  #testimonials .et_pb_row {
  padding: 0px;
}
}

    /*============================ mobile BUY KIT ===============================*/
 @media screen and (max-width: 480px) {

  #buykit .et_pb_row:nth-child(2){
     display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    position: relative;
    background: transparent;
    padding: 20px 0;
  }

  #buykit .et_pb_row:nth-child(2) .et_pb_column {
    flex: 0 1 45%; 
    max-width: 25%;
    margin: 0px;
}
#buykit .et_pb_row  {
  width: 100%;
  font-size: 12px;
  text-align: center;
  color: #000;
font-family: Roboto;
font-style: normal;
font-weight: 400;
line-height: normal;
}
#buykit .et_pb_text_inner {
  
  width: 80%;
  margin: auto;
 
 
}
   
#buykit .et_pb_row:nth-of-type(3) img {
  
 position: relative;
  left: 10%;
  width: 55%;
}

#buykit .et_pb_row {
     padding: 0px;
   }
   
#buykit h3 { 
color: #FF81C8;
font-family: Soap;
font-size: 30px;
line-height: normal;
padding: 0px;
  text-align: center;
}
#buykit h2 { 
color: #FF81C8;
font-family: Soap;
font-size: 30px;
line-height: normal;
padding: 0px;
  left: 65%;
  position: absolute;
  top: -210px;
    width: 30%;
  }
  
#buykit h5 {
color: #000;
  width: 80%;
  padding-top: 20px;
font-family: Roboto;
font-size: 16px;
font-weight: bold;
line-height: normal;
  
   }

.et_pb_button {
color: #FFFFFF;
font-family: Soap;
font-size: 40px;
font-style: normal;
font-weight: 400;
line-height: normal;
border: none; 
border-radius: 60px;
background: #F3C051;
box-shadow: 3px 4px 7.7px 1px rgba(0, 0, 0, 0.25); 
  padding: 5px 70px 5px 70px;
 
}
#buykit .click {
  position: absolute;
 left: 75%;
   bottom: -10px;

}
#buykit .lswirlys { 
    position: absolute;
  left: -5%;
    width: 20vw;
  top:-700px;
}

#buykit .rswirly { 
    position: absolute;
  right: -5%;
    width: 26vw;
  top:-800px;
}
   #buykit .lgrassy{
  position: absolute;
  width: 12vw;
   top: 10px;
     left: 40%;
}
  #buykit .mgrassy{
  position: absolute;
 width: 12vw;
    top: -50px;
}
#buykit .rgrassy{
  position: absolute;
  width: 11vw;
  top: -80px;
    right: 10px;

}
   
 #buykit .wave {
  position: absolute;
  margin: 0%;
  bottom: 0%;
  padding: 0px;
    transform: scale(30%);
   transform-origin: 0%;
   bottom: -160px;
}  
   
}
/*============================ full screen BUY KIT ===============================*/
 @media screen and (min-width: 480px) {

#buykit, #buykit .et_pb_row{
  padding-bottom: 0px;

}
#buykit .et_pb_row:first-of-type p{
  
  color: #000;
font-family: Roboto;
font-size: 12px;
font-style: normal;
  width: 110%;
font-weight: 400;
line-height: normal;
}
#buykit p {
color: #000;
font-family: Roboto;
font-size: 16px;
font-style: normal;
  width: 90%;
font-weight: 400;
line-height: normal;
}

#buykit h5 {
color: #000;
  width: 80%;
  padding-top: 20px;
font-family: Roboto;
font-size: 16px;
font-weight: bold;
line-height: normal;
  
}
#buykit h2 { 
  padding-top: 80px;
color: #FF81C8;
font-family: Soap;
font-size: 40px;
line-height: normal;
}

.et_pb_button {
color: #FFFFFF;
font-family: Soap;
font-size: 40px;
font-style: normal;
font-weight: 400;
line-height: normal;
border: none; 
border-radius: 60px;
background: #F3C051;
box-shadow: 3px 4px 7.7px 1px rgba(0, 0, 0, 0.25); 
  padding: 5px 70px 5px 70px;
 
}
#buykit h3 {
color: #FF81C8;
font-family: Soap;
font-size: 40px;
font-style: normal;
font-weight: 400;
line-height: normal;
  text-align: center;
  padding-bottom: 40px;
}

#buykit .wave {
  position: relative;
  max-width: 100vw;
  margin: 0%;
  bottom: 0%;
  padding: 0px;
}
  
#buykit .lswirlys { 
    position: absolute;
  left: -5%;
    width: 20vw;
  top:-700px;
}

#buykit .rswirly { 
    position: absolute;
  right: -25%;
    width: 20vw;
  top:-700px;
}

#buykit .lswirlys { 
    position: absolute;
  left: -30%;
    width: 20vw;
 
}
 
#buykit .et_pb_row {
  padding: 0px;
  
}
#buykit .lgrassy{
  position: absolute;
  width: 12vw;
  top: 40px
}
  #buykit .mgrassy{
  position: absolute;
 width: 12vw;
    top: 80px
}
#buykit .rgrassy{
  position: absolute;
  width: 11vw;
  top: 20px;
    right: 10px;

}
#buykit .click {
  position: absolute;
 left: 55%;
   bottom: -4px;
}
#buykit svg{
  margin-bottom: -10px;
}
}

/*============ FOOTER =================*/
#main-footer #footer-bottom {
  background: #43A284;
 
}

#footer-info {

color: white;
font-family: Roboto;
font-size: 16px;
font-style: normal;
font-weight: 700;
line-height: normal;
}
#buykit a:hover {
  background-color: pink;
 
  
}


