@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=EB+Garamond:wght@400;500;600;700;800&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: #2d2d2d;
    font-family: "EB Garamond", serif;
    font-weight: 600;
    max-width: 1020px;
    margin: 20px auto 15px;
}
@media (max-width: 600px) {
h1, h2, h3, h4, h5 {
    margin: 20px auto 10px;
    font-size: 30px;
  }
}
h1, h2 {
  font-style: normal;
  text-align: center;
}

/*-- Global Styles --*/
.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%;
    color: #666;
}
.wtm-content-section a {
    color: #1aa397;
    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; */
}
.background-yellow {
  background-color: #FFE900;
}
hr.hr-yellow {
    border: 0;
    height: 30px;
    background: #FFE900;
    margin: 0;
}
hr.hr-yellow-small {
  margin-top: 3px;
    border: 0;
    height: 3px;
    background: #FFE900;
}

/*-- Header Styles --*/
.wtm-header-wrapper {
    height: 600px;
    background-image: url("https://images.wtmfiles.com/melbourne-city-and-yarra-river_WEB_1900x827.jpg");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
@media (max-width: 400px) {
.wtm-header-wrapper {
    height: 300px;  
}
}
.wtm-header-banner-text {
    font-size: 50px;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-weight: 900;
    margin: 10px auto 0;
    text-align: center;
    line-height: 100%;
    text-shadow: 1px 2px 2px #3a3a3a;
}
@media (max-width: 1100px) {
.wtm-header-banner-text {
    max-width: 800px;
}
}
@media (max-width: 500px) {
.wtm-header-banner-text {
    font-size: 9.5vw;
}
}
.tag-line {
    text-align: center;
    padding: 0 20px;
    text-shadow: 1px 1px 3px #000;
    font-family: 'Gibson-SemiBold';
}
@media (max-width: 1100px) {
.tag-line {
    max-width: 530px;
}
}
@media (max-width: 500px) {
.tag-line {
    font-size: 4.5vw;
}
}
.wtm-banner {
    padding: 10px 20px 0 20px;
}
.wtm-header-banner {
    flex-direction: column;
    color: #fff;
    font-size: 21px;
    padding: 40px 0 0;
}
@media (max-width: 700px) {
.wtm-header-banner {
    padding: 20px 0 0;
}
}
/*-- Navigation --*/
@media(min-width: 701px) {
.wtm-mobile-menu-icon {
    display: none;
}  

.wtm-navigation {
    position: absolute;
    top: 0px;
    left: 0;
    right: 0;
}
.wtm-nav-menu {
    font-size: 15px;
    max-width: 500px;
    margin: 30px 0 0 auto;
}
.wtm-nav-menu li {
    margin: 0 8px;
    text-align: center;
}
.wtm-nav-menu a {
    text-decoration: none;
    color: #fff;
    font-family: Gibson-SemiBold;
    font-weight: 400;
    font-style: normal;
    -moz-osx-font-smoothing: grayscale;
}
.wtm-nav-menu .nav-active a {
  color: #FFE900;
}
}
@media (max-width: 700px) {
.menu-open .wtm-nav-menu {
  background-color: #fff;
}
.menu-open .wtm-nav-menu li {
    border-bottom: 1px solid  #2d2d2d;
}
.menu-open .wtm-nav-menu li a {
    color: #2d2d2d;
    font-family: Gibson-SemiBold;
    text-decoration: none;
}
.wtm-nav-menu {
  font-size: 16px;
}
.menu-open .wtm-nav-menu .nav-active a {
  color: #1aa397;
}
}


/*-- Home --*/
.founder-videos {
    display: flex;
    list-style: none;
    text-align: center;
}
.founder-videos > li {
    margin: 0 10px;
    width: 50%;
    /* box-shadow: 1px 3px 10px #888; */
    padding: 10px;
}
@media (max-width: 700px) {
.founder-videos {
    flex-direction: column;
}
.founder-videos > li {
    width: 100%;
    margin: 10px auto;
    max-width: 500px;
}
}
p.read-text {
    margin: 10px 0 0;
    font-family: 'Gibson-SemiBold';
}
.akri-family-video-box {
    max-width: 600px;
    margin: 30px auto 0;
    text-align: center;
    font-size: 16px;
    /* box-shadow: 1px 4px 10px #888; */
    padding: 10px;
}
p#testimonials-link {
    margin: 10px auto 0;
}
.book-box {
    display: flex;
    align-items: center;
    gap: 30px;
    max-width: 625px;
    margin: 30px auto 0;
}
@media (max-width: 500px) {
.book-box {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}  
}
img#freedom-cover {
     max-width: 200px;
}
p.freedom-text {
    text-align: center;
    max-width: 800px;
    margin: 30px auto 10px;
}
#interview-box {
    background: #fff;
    padding: 20px;
}
.social-media-block {
    background: #fff;
    padding: 20px;
}

/*-- Testimonials page --*/
#testimonials-flex-box {
    display: flex;
    list-style: none;
    text-align: center;
    flex-wrap: wrap;
}
#testimonials-flex-box li {
    width: 48%;
    margin: 10px 1%;
    /* box-shadow: 2px 6px 10px #635f5f; */
    padding: 10px;
}
@media (max-width: 600px) {
#testimonials-flex-box {
    flex-direction: column;
    justify-content: center;
}
#testimonials-flex-box li {
    width: 100%;
    margin: 10px 0;
}
}
#testimonials-flex-box .name {
    font-family: Gibson-SemiBold;
    font-weight: 400;
    font-size: 16px;
    margin: 10px 0;

}
#hameed, #con-antonopoulos {
    /* box-shadow: 2px 6px 10px #635f5f; */
    padding: 10px;
    max-width: 600px;
    margin: 30px auto 0;
}
#hameed p.read-text {
    text-align: center;
}
.more-transformation {
    max-width: 700px;
    margin: 0 auto 10px;
    text-align: center;
}
p.to-read-more {
    border: 5px solid yellow;
    padding: 20px;
    border-radius: 50px;
}


/*-- JG Page --*/
#jg-portrait {
    float: right;
    max-width: 350px;
    margin: 0 0 10px 20px;
    font-size: 14px;
    text-align: center;
}
@media (max-width: 700px) {
#jg-portrait {
    float: none;
    margin: 20px auto 0;
}
}
/*-- FIX THE WORLD --*/


/*--Footer styles--*/
footer {
    background-color: #333;
    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;
}