@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,400;0,700;1,400;1,700&display=swap');
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: #586480;
    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;
  font-size: 28px;
}
a {
  color: #cf6713;
  text-decoration: none;
}
/*-- Global Styles --*/
.wtm-content-wrapper {
    max-width: 1100px;
    margin: 0 auto;
}
.wtm-content-block {
    background-color: #ffffff;
    border: 1px solid #eee;
    border-top-color: rgb(238, 238, 238);
    border-top-style: solid;
    border-top-width: 2px;
    margin: 30px 15px;
    border-radius: 15px;
    box-shadow: 5px 10px 20px black;
    padding: 0 0 30px;
}
.content-wrapper {
    padding: 20px;
}
.content-block-inner-wrapper {
    margin: 0 auto;
    max-width: 1100px;
}

.wtm-content-section p, .transcript-wrapper p {
    max-width: 1020px;
    margin: 0 auto 15px;
    line-height: 140%;
}
.wtm-content-section a {
    color: #cf6713;
}
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;
  }
}
.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: 0 auto;
}
.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;
}
}


/*-- Header Styles --*/
.wtm-header-banner {
    justify-content: center;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}
.wtm-banner {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0.20) 30%, rgba(0, 0, 0, 0.28) 65%, rgba(0, 0, 0, 0.10) 100%);
}
.wtm-logo-header {
    margin-right: 20px;
}
.wtm-header-banner-text {
    font-size: 6vw;
    color: #fff;
    text-shadow: 1px 4px 5px #000;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    font-style: italic;
}
.wtm-banner > picture img {
    display: block;
}
h2#wtm {
    margin-bottom: 27px;
}
@media (max-width: 1000px) {
.wtm-header-banner-text {
  font-size: 7vw;
}
.wtm-logo-header {
    max-width: 33vw;
}
}
@media (max-width: 700px) {
.wtm-header-banner-text {
  font-size: 6vw;
}
.wtm-logo-header {
    max-width: 25vw;
}
}



/*-- Navigation --*/

@media(min-width: 701px) {
.wtm-mobile-menu-icon {
    display: none;
}  
.wtm-navigation.type-normal li {
  padding: 5px 15px;
}
.wtm-navigation.type-normal a {
  color: #565656;
  text-decoration: none;
  font-size: 17px;
}
.wtm-navigation .nav-active a {
  color: #cf6713;
}
.wtm-nav-menu {
    border-bottom: 1px solid #d2d2d2;
}
.wtm-navigation.type-normal {
    position: relative;
    z-index: 9;
}
}

@media (max-width: 700px) {
.wtm-navigation .nav-active a {
  color: black;
}
}


/*-- Home --*/
.page-home h1 {
  text-align: center;
}
#social-media img {
    max-width: 100%;
    height: auto;
}
#map {
    float: right;
    max-width: 200px;
    border-radius: 10px;
    margin: 0 0 10px 20px;
}
@media (max-width: 600px) {
#map {
    float: none;
    margin: 0 auto 15px;
    display: block;
}
}
hr.top-separator {
    max-width: 300px;
    margin: 20px auto;
}
#contact-text {
    background: #d2d2d2;
    max-width: 230px;
    text-align: center;
    border-radius: 10px;
    padding: 3px 0;
}
.title img {
    background: #cf6713;
    max-width: 50px;
    border-radius: 5px;
    float: left;
    margin: 0 10px 7px;
}
#interview-box {
    margin: 50px auto 30px;
}
p.freedom-image-p {
    text-align: center;
}
p.freedom-image-p img {
    display: block;
    max-width: 400px;
    margin: 0 auto;
}

/*-- About page --*/
#roz-img {
    float: left;
    margin: 0 20px 10px 0;
    max-width: 150px;
    border-radius: 10px;
}
@media (max-width: 500px) {
#roz-img {
    float: none;
    margin: 0 auto 10px;
    display: block;
}  
}

/* --JG Page-- */
#jg-image {
    max-width: 500px;
    border-radius: 10px;
    margin: 10px auto;
    display: block;
    width: 100%;
}
#jg-list {
    margin: 0 0 0 30px;
}

/* -- FREEDOM Launch -- */
.rgs-img {
    max-width: 400px;
    margin: auto;
    text-align: center;
    font-size: 15px;
}
.rgs-img img {
    border-radius: 10px;
}
#freedom-book {
    float: left;
}
@media (max-width: 700px) {
#freedom-book {
    float: none;
    margin: 0 auto 15px;
    display: block;
    text-align: center;
}
}

/*--Footer styles--*/
footer {
    background-color: #333;
    padding: 20px 20px 40px;
    border-top: 3px solid #cf6713;
}
#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;
}
