/* THIS IS THE KENT HOME STYLES --*/
/*-- HOMEPAGE TITLE --*/

.top-text-home {
    margin-top: 10px;
}
.top-text-home p:first-of-type {
    text-align: center;
}
@media (max-width: 600px) {
  .top-text-home {
    margin-top: 0px;
  }
  .top-text-home p:first-of-type {
    text-align: left;
  }
}
.top-text-home p:nth-of-type(2) {
  
}
#einstein-quote {
    background-color: rgba(87,93,198,1);
    color: #ffffff;
    border-radius: 15px;
    padding: 20px 30px 10px;
    text-align: center;
    max-width: 650px;
    margin: 30px auto 0px;
}
#einstein-quote .large-quote {
    font-size: 21px;
}
#einstein-quote .large-quote-source {
    font-size: 15px;
    margin-left: 10px;
}
@media (max-width: 600px) {
  #einstein-quote {
    margin: 20px auto 0px;
}
}

/* --Claire Video-- */
#main-video-block.wtm-content-block {
  padding-top: 15px;
}
#bio {
  text-align: center;
  padding: 10px 20px;
  max-width: 900px;
}
#claire-video .wtm-print-download-text {
    margin-left: 3px;
    color: #001B47;
    top: -20px;
}
/* #claire-video .content-block-inner-wrapper {
  margin-bottom: 20px;
} */
@media (max-width: 600px) {
  #main-video-block.wtm-content-block {
  padding-top: 5px;
  }
  #bio {
  text-align: left;
  padding: 10px;
  }
}


/* --Transformation Speciality Section-- */
#transformation-block .content-block-inner-wrapper p:nth-child(3) {
  margin-bottom: 30px;
}
#transformation-block .content-wrapper {
  margin: 20px auto;
}
#transformation-block p, #transformation-block h2 {
  text-align: center;
  max-width: 800px;
}
#transformation-block h2 {
  color: #ffffff;
  margin: 20px auto;
  font-size: 28px;
}
#transformation-block .large-quote {
    font-size: 20px;
}
#transformation-block .large-quote-source {
    font-size: 15px;
}
@media (max-width: 600px) {
  #transformation-block p, #transformation-block h2 {
  text-align: left;
  }
  #transformation-block .content-block-inner-wrapper p:nth-child(3) {
  margin-bottom: 10px;
  }
#transformation-block .content-wrapper {
  margin: 20px 10px;
  }
  #transformation-block h2 {
  font-size: 25px;
  }
}

/*--Freedom Book Flexbox--*/
#freedom-block {
    background-image: url(https://images.wtmfiles.com/web/Kent-poppies-background.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
}
#freedom-block.wtm-content-block {
  padding-top: 20px;
  padding-bottom: 20px;
}
#freedom-flexbox {
   display: flex;
   flex-wrap: wrap;
   justify-content: center;
   align-items: center;
}
.transparent-box {
   background-color: rgb(255,255,255,0.8);
   border-radius: 15px;
   padding: 20px;
   max-width: 900px;
   margin: 30px auto;
}
@media (max-width: 1030px) {
  .transparent-box {
   margin: 30px;
}
}
@media (max-width: 600px) {
  .transparent-box {
   margin: 20px;
}
}

#freedom-text {
   max-width: 600px;
   text-align: center;
}
#freedom-text h2 {
    font-size: 28px;
    margin: 20px auto;
}
#freedom-text p:nth-child(3){
    margin: 40px 0 20px;
    text-align: center;
}
.freedom-image img {
    max-width: 135px;
    margin: 20px 40px;
}
.button {
  border: none;
  padding: 15px;
  text-align: center;
  text-decoration: none;
  font-size: 16px;
  font-weight: bold;
  max-width: 265px;
  cursor: pointer;
  border-radius: 15px;
  background-color: #F2F2F2;
}

#freedom-quotes {
    text-align: center;
}
.transparent-box #freedom-quotes {
    padding: 40px 76px 30px;
}
#freedom-quotes .small-quote {
    font-size: 18px;
    line-height: 150%;
    font-weight: bold;
}
#freedom-quotes .quote-source {
    font-size: 14px;
    line-height: 130%;
}
#freedom-quotes hr {
    margin-top: 28px;
    margin-bottom: 25px;
    border: 0;
    border-top: 1px solid #014455;
    border-top: 2px solid #014455;
    width: 50%;
}
#freedom-quotes .read-more {
  max-width: 450px;
  margin: 50px auto 0px;
}

@media (max-width: 1030px) {
  .transparent-box #freedom-quotes {
    padding: 40px 40px 30px;
  }
}
@media (max-width: 600px) {
  #freedom-quotes {
    text-align: left;
  }
  .transparent-box #freedom-quotes {
    padding: 30px 20px 10px;
  }
}

/* --UK Members-- */
#uk-centres-block {
    display: flex;
    max-width: 900px;
    margin: 30px auto;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
#uk-image img {
    width: 100%;
    max-width: 350px;
}
#uk-text p {
    max-width: 400px;
    margin: 30px;
}
#uk-text p {
    max-width: 400px;
}
 #uk-text p:nth-child(2){
    margin-top: 20px;
}

@media (max-width: 850px) {
  #uk-centres-block {
    margin: 10px auto 0;
  }
  #uk-text p {
    margin: 15px 10px 0;
}
}


/*-- TI SECTION --*/
#interview-box {
    background-color: #ffffff;
    margin: auto;
    padding: 30px 40px;
    border: none;
}
#interview-box p {
    margin-bottom: 10px;
}
#the-interview .white-box {
    padding: 20px 0px 20px;
    margin: 20px auto;
}
#interview-box h2 {
    margin-top: -20px;
}
@media (max-width: 600px) {
    #interview-box {
     padding: 10px 0;
     margin: 0 20px;
  }
  #interview-box h2 {
    margin-top: 0px;
  }
}
@media (max-width: 500px) {
  #the-interview.wtm-content-block {
    padding: 5px 20px 10px;
  }
}

/*-- WTM CENTRES SECTION */
.centres-wrapper h2 {
    margin-bottom: 10px;
    margin-top: 15px;
}
#wtm-centres-block .content-block-inner-wrapper {
    max-width: 900px;
    margin: auto;
}
@media (max-width: 990px) {
  #wtm-centres-block .content-block-inner-wrapper {
    max-width: 900px;
    margin: auto 20px;
}
}
/*-- SOCIAL MEDIA SECTION to be populated for site specific styles --*/
/* #social-media h5, #social-media .star, #social-media .heading {
    color: black;
    font-family: karla,sans-serif;
} */

/* --Social-- */
.social-wrapper h2 {
    margin-top: 15px;
}
@media (max-width: 500px) {
  #social-media-block.wtm-content-block {
    padding: 5px 0px 10px;
  }
}
#social-media .star {
    color: rgba(242,96,79,1);
}
