#intro-para.wtm-content-block {
    padding-top: 10px;
}
.top-text-home p:first-of-type {
    text-align: center;
    margin-bottom: 20px;
}
@media (max-width: 600px) {
  .top-text-home p:first-of-type {
    text-align: left;
    margin-bottom: 10px;
  }
}


/* --Centre Video-- */
#sven-video .content-block-inner-wrapper {
  padding-top: 15px;
  max-width: 1020px;
  margin: 20px auto;
}
#bio {
  text-align: center;
  padding: 10px 12px;
}
@media (max-width: 600px) {
  #sven-video .content-block-inner-wrapper {
    padding-top: 5px;
    margin: 0px auto;
  }
  #bio {
    text-align: left;
    padding: 0px;
  }
}

.responsive_video {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
}
.responsive_video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}
.video-size {
	  max-width: 560px;
	  margin: 0 auto;
    border: none;
}

#centre-video {
    list-style-type: none;
    margin: 0px auto 40px;
}
#centre-video>li {
    width: 48%;
    display: inline-block;
    vertical-align: middle;
}
#video {
    margin: 10px 0 20px 20px;
}
.wtm-print-download-text a {
    margin-left: 10px;
    color: #EB422F;
    font-weight: normal;
}

@media (max-width: 900px) {
    #centre-video li {
    display: block;
    margin: 10px auto;
    text-align: center;
}
    #centre-video li:nth-child(1) {
    width: 100%;
}
    #centre-video li:nth-child(2) {
    width: 100%;
    margin-top: 20px;
}
    #video {
    margin: 15px auto 0;
    max-width: 550px;
}
}

@media (max-width: 600px) {
    #centre-video li {
    margin: 0 auto 10px;
    text-align: left;
}
    #centre-video {
    margin: 0px 20px 0px;
}
  .video-size {
	  margin: 0 -26px;
}
}




/* --Transformation Block-- */

#transformation-block h2 {
  margin: 35px auto 25px;
}
@media (max-width: 600px) {
  #transformation-block h2 {
  margin: 20px auto;
}
}

#thinker-arrow-albion {
    margin: 50px 0;
}
#thinker-arrow-albion-flexbox {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
}

#thinker, #arrow, #albion {
    margin: 0px;
}

#thinker img, #albion img {
   height: 250px;
   border-radius: 15px;
}

#arrow img {
   height: 200px;
   border-radius: 15px;
   margin-top: 25px;
} 

#arrow img {
    border: none;
}

@media (max-width: 890px) {
    #thinker img, #albion img {
    height: 220px;
}
    #arrow img {
   margin-top: 0px;
} 
}

@media (max-width: 760px) {
    #thinker-arrow-albion-flexbox {
    flex-direction: column;
  }
    #thinker img, #albion img {
    min-width: 50%;
    max-width: 250px;
    height: auto;
  }
    #arrow img {
    margin: 0px auto;
    display: block;
  } 
    #thinker-arrow-albion {
    margin: 40px auto 20px;
    max-width: 500px;
  }
}


/*--Freedom Book Flexbox--*/
#freedom-block {
  padding-top: 40px;
}
#freedom-block.wtm-content-block {
  padding-top: 20px;
  padding-bottom: 20px;
}
#freedom-flexbox {
   display: flex;
   flex-wrap: wrap;
   justify-content: center;
   align-items: center;
}
#freedom-text {
   max-width: 600px;
   text-align: center;
}
#freedom-text h2 {
    font-size: 26px;
    margin: 20px auto;
}
#freedom-text p:nth-child(3) {
    margin: 20px auto 20px;
    text-align: center;
}
.freedom-image img {
    max-width: 135px;
    margin: 20px 40px;
}
#freedom-block .button {
  padding: 15px;
  text-align: center;
  text-decoration: none;
  font-size: 16px;
  font-weight: bold;
  max-width: 330px;
  cursor: pointer;
  border-radius: 25px;
  background-color: #ffffff;
  border-radius: 15px;
  border: 2px solid #EF1F08;
}
.button:hover {
  background-color: rgba(20,97,242,.12);
}
@media (max-width: 1030px) {
  #freedom-block {
  padding-top: 20px;
}
}
@media (max-width: 600px) {
  #freedom-text h2 {
    text-align: center;
  }
}


/*--QUOTE BOXES--*/
#harry-quote-block p {
  max-width: 750px;
}

#hurlbert-quote-block p {
  max-width: 530px;
}

#quotes-flex-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    margin: 20px auto;
    max-width: 924px;
}

.text-box {
    max-width: 260px;
    padding: 20px 20px 20px;
    border: 2px solid #EF1F08;
    height: 260px;
    margin: 10px;
    text-align: center;
    border-radius: 15px;
}
.image-box img {
    max-width: 260px;
    height: 260px;
    margin: 10px;
    border-radius: 15px;
}
@media (max-width: 610px) {
      .text-box {
    text-align: left;
    height: auto;
    max-width: 508px;
    margin: 10px 20px;
    padding: 25px 20px 15px; 
  }
  .image-box img {
    max-width: 325px;
    height: auto;
    margin: 10px 20px;
}
}  

@media (max-width: 450px) {
  .text-box {
    max-width: 330px;
  }
}

#quotes-flex-container .quote {
    font-size: 15px;
    font-style: normal;
}
#quotes-flex-container .quote-source {
    margin-top: 15px;
    font-size: 14px;
}

#read-more-block.background-box {
    margin-bottom: 50px;
  }  


/* --The Interview-- */
#the-interview .content-block-inner-wrapper {
  margin: 30px auto 30px;
}
@media (max-width: 500px) {
  #the-interview .content-block-inner-wrapper {
  margin: 20px;
  }
}

/* --Bokma Section-- */
#bokma-box {
  padding-top: 40px;
} 

/* --Centres-- */
#wtm-centres-block.wtm-content-block {
  padding: 20px 20px 30px;
}
#wtm-centres-block h2 {
    font-size: 26px;
    text-align: left;
    margin-bottom: 20px;
}

/* --Social-- */
#social-media-block.wtm-content-block {
  padding: 40px 20px 50px;
}
#social-media-block h2 {
    font-size: 26px;
    text-align: left;
    margin-bottom: 20px;
}

/* --Footer-- */
#tulips {
    background-image: url(https://images.wtmfiles.com/web/Tulips.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    height: 500px;
}

@media (max-width: 1000px) {
  #tulips {
    height: 240px;
}
}
