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: #2d2d2d;
    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;
}
h2, h3 {
  color: #c91000;
}
a {
  color: #2b7bb9;
  text-decoration: none;
}
/*-- 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: #2b7bb9;
}
b {
  font-family: Gibson-SemiBold;
  font-weight: 400;
}

.bold {
    font-family: Gibson-SemiBold;
    font-weight: 400;
}
.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;
  }
}
.centred-img {
  text-align: center;
}
.quote {
    font-family: Gibson-SemiBold;
    font-size: 92%;
}
.sidebyside {
    display: flex;
    justify-content: center;
    list-style: none;
}
.sidebyside li {
    margin: 0 10px;
}
.vid-wrapper {
  max-width: 560px;
  margin: 50px auto 0;
}
.vid-wrapper .vid-caption {
  font-size: 15px;
  text-align: center;
  margin-top: 10px;
  font-family: Gibson-SemiBold;
}
.vid-wrapper .read-text {
  font-size: 16px;
  text-align: center;
  margin-top: 5px;
}
@media (max-width: 700px) {
.sidebyside {
  flex-direction: column;
  align-items: center;
}
.sidebyside li {
  margin: 10px 0;
}
}
hr.hr-red {
  height: 30px;
  margin: 20px 0;
  border: none;
  background: #c91000;
}
.background-red {
  background: #c91000;
  color: #fff;
}
.background-yellow {
  background: #ffd700;
  color: #000;
}
/*-- Header Styles --*/
.wtm-header-banner {
    background: rgba(0, 0, 0, 0.3);
    justify-content: center;
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    font-family: 'Gibson-SemiBold';
}

.wtm-header-banner-text {
   font-size: 60px;
   color: #fff;
   text-shadow: 0px 3px 6px #000000;
   line-height: 1;
}
.wtm-header-banner-text span {
   font-family: Gibson-Regular;
   color:gold;
   display: block;
}
.wtm-banner > picture img {
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 500px;
    display: block;
}
@media (max-width: 1030px) {
.wtm-logo-header {
  max-width: 20vw;
}
.wtm-header-banner-text {
   font-size: 5.5vw;
}
.wtm-banner > picture img {
    height: 60vw;
}
}
@media (max-width: 500px) {
.wtm-logo-header {
  max-width: 100px;
}
.wtm-header-banner-text {
   font-size: 6vw;
   text-align: center;
}
}
/*-- Navigation --*/
@media(min-width: 701px) {
.wtm-mobile-menu-icon {
    display: none;
}
.wtm-nav-menu {
    align-items: center;
    height: 60px;
}
.wtm-nav-menu a {
    color: #fff;
    font-family: Gibson-SemiBold;
    font-size: 14px;
    text-decoration: none;
} 
}
.wtm-navigation.type-normal {
    background: #c91000;
    height: 60px;
    z-index: 1;
}
@media (max-width: 700px) {
.menu-open .wtm-nav-menu {
  background: #c91000;
}
.menu-open .wtm-nav-menu a, .menu-open .close-nav {
  color: #fff;
  text-decoration: none;
}
}
.wtm-nav-menu .nav-active a {
    color: gold;
}
/*-- Home --*/
.background-red h1, .background-red h2 {
  color: #fff;
} 
div#video-transcript {
    max-width: 1020px;
}
div#social-media {
  background: #fff;
  padding: 20px;
  color: #2d2d2d;
}
.watch-home {
  margin: 20px auto 40px;
  text-align: center;
}
.about-home h3 {
  color: #2d2d2d;
  margin: 30px auto 10px;
}
#interview-box {
  background: #fff;
  padding: 20px;
}
/*-- About page --*/


/* --JG Page-- */
.page-jeremy-griffith .content-block-inner-wrapper {
    max-width: 1020px;
}
@media (max-width: 800px) {
  .content-wrapper.images-block {
    padding: 0 20px;
}
}
.jg-img-1 {
  float: left;
  margin: 0 20px 20px 0;
}
.side-by-side-imgs {
    display: flex;
    list-style: none;
}
.side-by-side-imgs li {
    width: 50%;
    margin: 0 10px;
    text-align: center;
    font-size: 15px;
}
@media (max-width: 800px) {
.jg-img-1 {
  float: none;
  display: block;
  margin: 10px auto 20px;
}
}
@media (max-width: 700px) {
.side-by-side-imgs {
    flex-direction: column;
    align-items: center;
}
.side-by-side-imgs li {
    width: 100%;
    max-width: 500px;
    margin: 10px auto;
}  
}
#vanderpost-img {
  max-width: 500px;
  margin: 0 auto;
  font-size: 15px;
}
/* --THE BOOK PAGE-- */
#freedom-list {
    list-style: none;
    max-width: 950px;
    margin: 0 auto;
}
@media (max-width: 1000px) {
    #freedom-list {
      text-align: center;
        max-width: 100%;
        display: block;
        margin: 10px 0;
    }
}
#freedom-list li {
    max-width: 600px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 20px;
}
button.freedom-button {
    border: 2px solid #2b7bb9;
    padding: 10px;
    border-radius: 20px;
    font-family: Gibson-SemiBold;
    font-size: 17px;
}
hr.top-border {
  max-width: 400px;
  margin: 40px auto;
  height: 5px;
  border: none;
  background: #c91000;
}
/*--Footer styles--*/
footer {
    background-color: #141414;
    padding: 20px 20px 40px;
}
#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;
}
