body {
    color: #000;
    font-family: Gibson-Regular;
    font-size: 18px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
h1, h2, h3, h4, h5 {
    color: #0f5a5e;
    font-family: lato,sans-serif;
    font-weight: 600;
    max-width: 1020px;
    margin: 30px auto 20px;
}
@media (max-width: 600px) {
h1, h2, h3, h4, h5 {
    margin: 20px auto 10px;
  }
}
h1 {
  font-style: normal;
}
@media (max-width: 600px) {
h1 {
    font-size: 30px;
  }
}
/*-- Global Styles --*/
.content-wrapper {
    padding: 20px;
}
.content-block-inner-wrapper {
    margin: 0 auto;
    max-width: 1100px;
}

.wtm-content-section p {
    max-width: 1020px;
    margin: 0 auto 15px;
    line-height: 140%;
}
.wtm-content-section a {
    color: #0f5a5e;
    font-family: Gibson-SemiBold;
    font-weight: 400;
    text-decoration: none;
}
b {
  font-family: Gibson-SemiBold;
  font-weight: 400;
  color: #2d2d2d;
/*   -moz-osx-font-smoothing: grayscale; */
}

.bold {
    font-family: Gibson-SemiBold;
    font-weight: 400;
    color: #2d2d2d;
/*     -moz-osx-font-smoothing: grayscale; */
}
.em {
  font-style: italic;
}
.underline {
    text-decoration: underline;
    text-decoration-line: underline;
    text-decoration-thickness: 1px;
}
u {
    text-decoration: underline;
    text-decoration-line: underline;
    text-decoration-thickness: 1px;
}
.bold-italic {
  font-family: Gibson-SemiBold;
  font-weight: 400;
  font-style: italic;
/*   -moz-osx-font-smoothing: grayscale; */
}
.ftw {
  font-size: 97%;
}
.centred-text {
  text-align: center;
}
@media (max-width: 600px) {
  .centred-text {
  text-align: left;
  }
}
.wtm-content-section .quote {
  font-family: Gibson-SemiBold;
  font-weight: 400;
  font-style: italic;
  color: #2d2d2d;
  -moz-osx-font-smoothing: grayscale;
}
.wtm-content-section .quote-source {
  font-size: 16px;
  font-weight: normal;
}
.wtm-content-section .quote-addition {
  font-weight: normal;
}
.inline-quote {
  font-family: Gibson-SemiBold;
  font-weight: 400;
  font-style: normal;
  color: #2d2d2d;
  font-size: 91%;
  -moz-osx-font-smoothing: grayscale;
}
.paragraph-quote {
  font-weight: normal;
  font-style: normal;
}
.bold-underline {
    font-family: Gibson-SemiBold;
    font-weight: 400;
    text-decoration: underline;
/*     -moz-osx-font-smoothing: grayscale; */
}
hr {
    max-width: 250px;
    margin-top: 30px;
    margin-bottom: 35px;
    color: #000;
    border-top: 2px solid;
}
.colour-border-box {
    margin: 20px auto 50px;
    padding: 35px 20px 10px;
    border: 10px solid #0f5a5e;
    max-width: 900px;
}
@media (max-width: 600px) {
  .colour-border-box {
    margin: 10px auto 35px;
    padding: 25px 15px 10px;
  }
}
.colour-border-top {
    border-top: 15px solid #0f5a5e;
}
.colour-background {
    background-image: url(https://images.wtmfiles.com/web/Golden-sunrays.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    margin: 20px auto;
    padding: 50px;
}
.colour-block {
    background: #0f5a5e;
    padding: 40px;
    color: #fff;
}
@media (max-width: 600px) {
  .colour-block {
    padding: 20px;
}
}
.colour-box {
    background: #0f5a5e;
    padding: 40px 40px 20px;
    margin: 30px auto 30px;
    max-width: 900px;
    border-radius: 30px;
}
.colour-box .quote, .colour-box .quote-source {
    color: #fff;
}
@media (max-width: 600px) {
  .colour-box {
    padding: 20px;
}
}
.white-box {
  background-color: #fff;
  max-width: 1100px;
  margin: auto;
  color: #000;
  padding: 10px 40px 30px;
  border-radius: 30px;
}
@media (max-width: 600px) {
  .white-box {
  padding: 20px;
  }
}

/*-- Header Styles --*/
.wtm-header-banner {
  background: #0f5a5e;
  padding: 15px 5px;
  justify-content: center;
}
.wtm-logo-header {
  margin-right: 20px;
}
.wtm-header-banner-text {
   font-size: 65px;
   color: #fff;
}
@media(max-width: 1135px) {
.wtm-header-banner-text {
   font-size: 5.8vw;
}
}
@media(max-width: 500px) {
.wtm-header-banner-text {
    font-size: 45px;
    text-align: center;
    max-width: 350px;
}
.wtm-logo-header {
  margin-right: 0px;
  margin-bottom: 12px;
}
}
@media(max-width: 360px) {
.wtm-header-banner-text {
    font-size: 9vw;
}
}
.wtm-header-banner-text span {
    color: #FFF;
}

/*-- Navigation --*/
@media(min-width: 701px) {
.wtm-mobile-menu-icon {
    display: none;
}  
}
.wtm-navigation {
    position: absolute;
    top: 0px;
    left: 0;
    right: 0;
}
.wtm-nav-menu {
    line-height: 120%;
    padding: 20px 0px 15px;
    font-size: 17px;
    background: #FFFFFF;
    margin: 30px auto;
    border-radius: 30px;
    border: 1px solid #0f5a5e;
    max-width: 1500px;
    align-items: center;
}
.wtm-nav-menu li {
    margin: 0 6px;
    text-align: center;
}
.wtm-nav-menu li:first-of-type {
    margin-left: 10px;
}
.wtm-nav-menu li:last-of-type {
    margin-right: 10px;
}
.wtm-nav-menu a {
    text-decoration: none;
    color: #0f5a5e;
    font-family: Gibson-SemiBold;
    font-weight: 400;
    font-style: normal;
    -moz-osx-font-smoothing: grayscale;
}
.wtm-nav-menu .nav-active a {
  color: #0f5a5e;
}
@media (max-width: 1500px) {
  .wtm-nav-menu {
    margin: 30px 20px;
  }
}
@media (max-width: 1300px) {
  .wtm-nav-menu {
    font-size: 15px;
  }
}
@media (max-width: 1100px) {
  .wtm-nav-menu {
    font-size: 14px;
  }
}
@media (max-width: 1000px) {
  .wtm-nav-menu {
    font-size: 12.5px;
  }
}
@media (max-width: 840px) {
  .wtm-nav-menu {
    font-size: 11px;
    padding: 12px 0px 10px;
  }
}
@media (max-width: 740px) {
  .wtm-nav-menu {
    font-size: 11px;
  }
}
@media (max-width: 700px) {
    .menu-open .wtm-nav-menu li {
        border-bottom: 1px solid  #0f5a5e;
        height: auto;
    }
    .wtm-nav-menu {
      font-size: 16px;
    }
    .menu-open .wtm-nav-menu {
        height: auto;
      background-image: url(https://images.wtmfiles.com/web/Golden-sunrays.jpg);
      background-repeat: no-repeat;
      background-position: center;
      background-size: cover;
    }
}

/*-- VIDEOS--*/

#video-wrapper {
    max-width: 560px;
    display: block;
    margin: 0 auto;
    padding-bottom: 0px;
    box-shadow: 1px 2px 8px #002157;
}

#video {
    display: block;
    margin: 0px auto;
    width: 100%;
    max-width: 560px;
    text-align: center;
    line-height: 1.3;
    padding: 25px 20px 10px;
}
.wtm-print-download-text a:hover, .wtm-print-download-text a {
    color: #0f5a5e;
    font-weight: 400;
}
#video-description {
    padding: 20px 20px 10px;
}


@media (max-width: 600px) {
  #liverpool-video .content-wrapper {
    padding: 0;
  }
  .wtm-print-download-text a {
    padding-left: 10px;
  }
}

/* Pop-up Transcript Box */
#video-transcript {
    max-width: 800px;
    width: 100%;
}
.transcript-pdf-p {
    text-align: center;
}
#video-transcript p {
    margin: 0 auto 10px;
    line-height: 140%;
}
.transcript-title {
    line-height: 1.2;
    text-align: center;
    margin-bottom: 20px;
    margin-top: 30px;
    color: #191970;
}
@media (max-width: 600px) {
	.fancybox-content {
		padding: 20px
	}
}
@media (max-width: 370px) {
    .transcript-title {
        font-size: 25px;
    }
	#video-transcript {
    padding: 20px;
}
}

#wtm-centres-block h2 {
  margin-top: 20px;
  margin-bottom: 20px;
}

/* FREEDOM Block */
#freedom-text .button {
  cursor: pointer;
  border: none;
  background-color: #0f5a5e;
  color: #fff;
  border-radius: 30px;
}

/*--Footer styles--*/
footer {
    padding: 40px 20px;
    background-image: url(https://images.wtmfiles.com/web/Golden-sunrays.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
#social-list {
  padding: 0 auto;
}
#social-list a {
    color: #fff;
}
.footer-p {
    margin: auto;
    color: #fff;
    font-family: Gibson-SemiBold;
    font-weight: 400;
    max-width: 260px;
    text-align: center;
    font-size: 15px;
    padding-bottom: 10px;
}

/*-- Home --*/
#intro.content-wrapper {
  margin-top: 20px;
}
#pakistan-video {
    margin-top: -20px;
    margin-bottom: 50px;
}

#books h2 {
  margin-top: -10px;
}

#quotes-block {
    background-image: url(https://images.wtmfiles.com/web/Thatta-shah-sahan-mosque.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    padding-top: 50px;
    padding-bottom: 50px;
}
#quotes-flex-container .quote-box {
    text-align: center;
    max-width: 991px;
    display: block;
    margin: 20px auto; 
    border: 1px solid #0F5D8D;
    border-radius: 15px;
    padding: 25px 30px 5px;
    background: rgba(255, 255, 255, 0.90);
}
#quotes-block h2 {
    text-align: center;
    display: block;
    margin: 20px auto;
    border: 1px solid #0F5D8D;
    border-radius: 30px;
    padding: 25px 30px 25px;
    background: rgba(255, 255, 255, 0.90);
}
#quotes-flex-container .quote-source {
    color: #000;
}
@media (max-width: 600px) {
  #quotes-block {
    background-image: url(https://images.wtmfiles.com/web/Thatta-shah-sahan-mosque-mobile.jpg);
    background-repeat: repeat;
    background-size: contain;
    padding-bottom: 30px;
    padding-top: 20px;
}
  #quotes-flex-container {
    text-align: left;
  }
  #quotes-flex-container .read-more {
    text-align: center;
    margin-top: -8px;
}
}
#quotes-flex-container .quote {
    font-style: italic;
    font-size: 17px;
    font-weight: normal;
}

#read-more-block {
    background: rgba(255, 255, 255, 0.90);
    max-width: 830px;
    margin: 0px auto;
    padding: 20px 20px 0px;
    border-radius: 30px;
    border: 1px solid #0F5D8D;
    color: #000;
}  

#community h2 {
  margin-top: 20px;
}

/* --NON HOME PAGES-- */


/*-- About page --*/
#about h2 {
  margin-top: 10px;
}
#about p:nth-child(4) {
    margin-top: 40px;
}
img#shahid-masud-profile {
    width: 100%;
    max-width: 300px;
    float: left;
    margin: 0px 30px 20px 35px;
}
@media (max-width: 1140px) {
  img#shahid-masud-profile {
      margin: 0px 30px 20px 0px;
  }  
}
@media (max-width: 915px) {
  img#shahid-masud-profile {
    margin-top: 10px;
  }
}  
@media (max-width: 885px) {
  #about p:nth-child(4) {
    margin-top: 20px;
}
}
@media (max-width: 700px) {
  img#shahid-masud-profile {
      float: none;
      display: block;
      margin: 20px auto 25px;
}
}

/* --JG Page-- */
#jeremy-griffith h1 {
  text-transform: uppercase;
}

/* --FIX THE WORLD-- */
#ftw-page h1 {
  text-transform: uppercase;
}
#watch-video {
  color: #fff;
  text-align: center;
  margin-bottom: 40px;
  max-width: 800px;
}
.hc-explained-vid.colour-box {
  padding-bottom: 40px;
}

