em {
  font-style: italic; }

strong, b {
  font-weight: 700; }

h1, h2, h3, h4, h5, h6, p, a, span, li {
  word-wrap: break-word;
  word-break: break-word; }

h1, h2, h3, h4, h5, h6 {
  font-family: 'Noto Sans HK', sans-serif;
  font-weight: 400; }

input[type='text'], input[type='tel'], input[type='email'], input[type='password'], input[type='search'] {
  /* Remove First */
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0px; }
  input[type='text']:focus, input[type='tel']:focus, input[type='email']:focus, input[type='password']:focus, input[type='search']:focus {
    outline: none !important; }

select {
  border-radius: 0px; }

body {
  color: #000;
  font-size: 14px;
  font-family: 'Noto Sans HK', sans-serif;
  line-height: 1; }

img {
  max-width: 100%;
  height: auto; }

.overflow-hidden {
  position: relative;
  width: 100%;
  height: 100%; }

.container {
  padding-left: 10px;
  padding-right: 10px; }
  .container .row {
    margin-left: -10px;
    margin-right: -10px; }
    .container .row .col, .container .row .col-1, .container .row .col-10, .container .row .col-11, .container .row .col-12, .container .row .col-2, .container .row .col-3, .container .row .col-4, .container .row .col-5, .container .row .col-6, .container .row .col-7, .container .row .col-8, .container .row .col-9, .container .row .col-auto, .container .row .col-lg, .container .row .col-lg-1, .container .row .col-lg-10, .container .row .col-lg-11, .container .row .col-lg-12, .container .row .col-lg-2, .container .row .col-lg-3, .container .row .col-lg-4, .container .row .col-lg-5, .container .row .col-lg-6, .container .row .col-lg-7, .container .row .col-lg-8, .container .row .col-lg-9, .container .row .col-lg-auto, .container .row .col-md, .container .row .col-md-1, .container .row .col-md-10, .container .row .col-md-11, .container .row .col-md-12, .container .row .col-md-2, .container .row .col-md-3, .container .row .col-md-4, .container .row .col-md-5, .container .row .col-md-6, .container .row .col-md-7, .container .row .col-md-8, .container .row .col-md-9, .container .row .col-md-auto, .container .row .col-sm, .container .row .col-sm-1, .container .row .col-sm-10, .container .row .col-sm-11, .container .row .col-sm-12, .container .row .col-sm-2, .container .row .col-sm-3, .container .row .col-sm-4, .container .row .col-sm-5, .container .row .col-sm-6, .container .row .col-sm-7, .container .row .col-sm-8, .container .row .col-sm-9, .container .row .col-sm-auto, .container .row .col-xl, .container .row .col-xl-1, .container .row .col-xl-10, .container .row .col-xl-11, .container .row .col-xl-12, .container .row .col-xl-2, .container .row .col-xl-3, .container .row .col-xl-4, .container .row .col-xl-5, .container .row .col-xl-6, .container .row .col-xl-7, .container .row .col-xl-8, .container .row .col-xl-9, .container .row .col-xl-auto {
      padding-left: 10px;
      padding-right: 10px; }
  @media (min-width: 1200px) {
    .container {
      max-width: 946px; } }
  @media (max-width: 767px) {
    .container {
      padding-left: 20px;
      padding-right: 20px; } }

/*header*/
.header-wrap .row {
  padding-bottom: 19px;
  padding-top: 30px; }
  @media (max-width: 767px) {
    .header-wrap .row {
      padding-top: 20px;
      padding-bottom: 20px; } }
.header-wrap .header-logo img {
  max-height: 36.95px; }
  @media (max-width: 360px) {
    .header-wrap .header-logo img {
      max-height: 33.95px; } }
.header-wrap .row {
  align-items: flex-end; }
  @media (max-width: 767px) {
    .header-wrap .row {
      align-items: center; } }
.header-wrap .header-navigation {
  background: #465D7E; }
  @media (max-width: 767px) {
    .header-wrap .header-navigation {
      display: none; }
      .header-wrap .header-navigation .navigation-wrap {
        display: flex;
        align-items: safe center;
        min-height: calc(100vh - 73px); } }
.header-wrap .header-menu li {
  padding-left: 10px;
  padding-right: 10px; }
  @media (min-width: 768px) {
    .header-wrap .header-menu li.hidden-desktop {
      display: none; } }
  @media (min-width: 768px) {
    .header-wrap .header-menu li:last-child {
      padding-right: 0px; } }
.header-wrap .header-menu a {
  color: #000;
  font-size: 14px;
  line-height: 30px;
  text-transform: uppercase;
  font-weight: 900; }
  .header-wrap .header-menu a:hover {
    text-decoration: none; }
@media (max-width: 767px) {
  .header-wrap .header-menu {
    max-width: 216px;
    margin: 0px auto;
    padding-top: 32px;
    padding-bottom: 105px; }
    .header-wrap .header-menu li {
      text-align: center;
      width: 100%;
      padding-left: 19px;
      padding-right: 19px; }
      .header-wrap .header-menu li:not(:last-child) {
        border-bottom: 1px solid #fff; }
      .header-wrap .header-menu li a {
        font-size: 24px;
        line-height: 30px;
        padding-top: 10px;
        padding-bottom: 10px;
        display: block; } }
.header-wrap hr {
  border: none;
  margin: 0;
  padding: 0;
  height: 1px;
  background: #000; }
  @media (max-width: 767px) {
    .header-wrap hr {
      display: none; } }
.header-wrap .menu-icon {
  margin-left: auto;
  width: 41px; }
  @media (min-width: 768px) {
    .header-wrap .menu-icon {
      display: none !important; } }
  @media (max-width: 767px) {
    .header-wrap .menu-icon {
      display: block; } }
  @media (max-width: 360px) {
    .header-wrap .menu-icon {
      width: 35px; } }
.header-wrap .close-btn {
  display: none;
  margin-left: auto;
  margin-right: 5px;
  width: 30px; }
  @media (min-width: 768px) {
    .header-wrap .close-btn {
      display: none !important; } }

@media (max-width: 767px) {
  body.menu-open .site-header {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 9999; }
  body.menu-open .header-navigation {
    position: fixed;
    top: 73px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    height: calc(100vh - 73px);
    overflow-y: auto;
    z-index: 1024;
    display: block; } }

body header {
  background: #465D7E; }

@media (max-width: 767px) {
  body.dark-theme .header-wrap .header-menu li:not(:last-child) {
    border-bottom: 1px solid #000; } }

body.light-theme header {
  background: #465D7E; }
body.light-theme .header-menu a {
  color: #fff; }
body.light-theme hr {
  background: #fff; }
body.light-theme.single-pod-series .main-entry-content h1 {
  color: #E5E5E5; }
body.light-theme.single-pod-series .main-entry-content .author {
  color: #979797; }
body.light-theme.single-pod-series .main-entry-content .editor-blk {
  color: #FFFFFF; }
body.light-theme.single-pod-series .main-entry-content .button-listing li .btn {
  background-color: #fff;
  color: #1a1a1a; }
body.light-theme.single-pod-series .main-entry-content .les-mer {
  color: #fff; }

/*newEpisode*/
.new-episode-section {
  background: #465D7E;
  padding-top: 45px;
  padding-bottom: 41px; }
  .new-episode-section .new-episode {
    margin-bottom: 20px; }
  .new-episode-section h2 {
    color: #FFFFFF;
    font-weight: 900;
    font-size: 24px;
    line-height: 30px;
    text-transform: uppercase;
    margin: 0;
    margin-bottom: 20px; }
  .new-episode-section img {
    object-fit: cover;
    width: 216px;
    height: 216px;
    display: none; }
  .new-episode-section .bg-wrap {
    max-width: 100%; }
    .new-episode-section .bg-wrap .bg-image {
      padding-bottom: 100%;
      background-size: cover;
      background-position: center center; }
  .new-episode-section h3 {
    color: #FFFFFF;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    margin-top: 6px;
    margin-bottom: 5px; }
    @media (max-width: 767px) {
      .new-episode-section h3 {
        margin-top: 5px; } }
  .new-episode-section .post-date {
    color: #FFFFFF;
    font-size: 14px;
    line-height: 20px; }
  .new-episode-section h5 {
    color: #979797;
    font-size: 14px;
    line-height: 20px;
    margin-top: 1px;
    margin-bottom: 0px; }
  .new-episode-section a:hover, .new-episode-section a:focus {
    outline: none;
    text-decoration: none; }
  @media (max-width: 767px) {
    .new-episode-section {
      padding-top: 37px;
      padding-bottom: 10px; } }

.all-podcasts-section {
  padding-top: 30px;
  padding-bottom: 50px; }
  .all-podcasts-section h2 {
    color: #465D7E;
    font-weight: 900;
    font-size: 24px;
    line-height: 30px;
    margin-top: 0px;
    margin-bottom: 20px;
    text-transform: uppercase; }
  .all-podcasts-section img {
    object-fit: cover;
    width: 216px;
    height: 216px;
    display: none; }
  .all-podcasts-section .bg-wrap {
    max-width: 100%; }
    .all-podcasts-section .bg-wrap .bg-image {
      padding-bottom: 100%;
      background-size: cover;
      background-position: center center; }
  .all-podcasts-section h3 {
    color: #000000;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    margin-top: 5px;
    margin-bottom: 0px; }
  .all-podcasts-section h5 {
    color: #465D7E;
    font-size: 14px;
    line-height: 24px;
    margin: 0px; }
  .all-podcasts-section .post-data {
    margin-bottom: 20px; }
  .all-podcasts-section a:hover, .all-podcasts-section a:focus {
    outline: none;
    text-decoration: none; }

.single-pod-series .main-entry-content {
  padding-top: 30px;
  padding-bottom: 100px;
  background-color: #465D7E; }
  .single-pod-series .main-entry-content .row {
    align-items: center; }
    @media (min-width: 768px) {
      .single-pod-series .main-entry-content .row.flex-start {
        align-items: flex-start; }
        .single-pod-series .main-entry-content .row.flex-start h1 {
          margin-top: 20px; } }
  .single-pod-series .main-entry-content h1 {
    color: #1A1A1A;
    font-weight: 500;
    font-size: 24px;
    line-height: 30px;
    margin: 0px; }
    @media (max-width: 767px) {
      .single-pod-series .main-entry-content h1 {
        margin-bottom: 2px; } }
  .single-pod-series .main-entry-content .author {
    color: #979797;
    font-size: 14px;
    line-height: 20px; }
  .single-pod-series .main-entry-content .editor-blk {
    color: #000000;
    font-size: 18px;
    line-height: 26px;
    margin-top: 15px; }
  .single-pod-series .main-entry-content .read-more-active {
    max-height: 78px;
    overflow: hidden;
    position: relative; }
    .single-pod-series .main-entry-content .read-more-active:after {
      position: absolute;
      background: linear-gradient(0deg, #465D7E 0%, rgba(70, 93, 126, 0) 100%);
      height: 26px;
      width: 100%;
      bottom: 0px;
      content: "";
      left: 0px; }
  .single-pod-series .main-entry-content .les-mer {
    color: #1A1A1A;
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    text-decoration: underline;
    margin-top: 10px;
    cursor: pointer;
    display: inline-block; }
  .single-pod-series .main-entry-content .button-listing {
    padding: 0px;
    margin: 0px;
    margin-top: 10px;
    list-style: none; }
    .single-pod-series .main-entry-content .button-listing li {
      display: inline-block; }
      .single-pod-series .main-entry-content .button-listing li:not(:last-child) {
        margin-right: 18px; }
      @media (min-width: 768px) {
        .single-pod-series .main-entry-content .button-listing li {
          margin-top: 20px; } }
      @media (max-width: 767px) {
        .single-pod-series .main-entry-content .button-listing li {
          width: 100%;
          margin-right: 0px; }
          .single-pod-series .main-entry-content .button-listing li:not(:last-child) {
            margin-bottom: 10px; } }
      .single-pod-series .main-entry-content .button-listing li .btn {
        min-width: 200px;
        text-align: center;
        background-color: #1a1a1a;
        border-radius: 20px;
        color: #FFFFFF;
        font-weight: 500;
        font-size: 18px;
        line-height: 26px;
        text-align: center;
        padding-top: 6px;
        padding-bottom: 8px; }
        .single-pod-series .main-entry-content .button-listing li .btn:focus {
          outline: none;
          box-shadow: none; }
    @media (max-width: 767px) {
      .single-pod-series .main-entry-content .button-listing {
        margin-top: 30px; } }
  .single-pod-series .main-entry-content .image-wrap {
    max-width: 335px;
    display: none; }
  .single-pod-series .main-entry-content .bg-wrap {
    width: 335px;
    max-width: 100%; }
    .single-pod-series .main-entry-content .bg-wrap .bg-image {
      padding-bottom: 100%;
      background-position: center center;
      background-size: cover; }
    @media (max-width: 767px) {
      .single-pod-series .main-entry-content .bg-wrap {
        width: 216px;
        margin: 0 auto;
        margin-bottom: 13px; } }
  @media (max-width: 767px) {
    .single-pod-series .main-entry-content {
      text-align: center;
      padding-top: 10px;
      padding-bottom: 40px; } }

.list-all-episodes {
  padding-top: 20px; }
  .list-all-episodes .container {
    max-width: 909px; }
  .list-all-episodes .post-date {
    color: #979797;
    font-size: 14px;
    line-height: 24px; }
  .list-all-episodes .post-data {
    padding-top: 30px; }
    .list-all-episodes .post-data h3 {
      color: #000000;
      font-weight: 500;
      font-size: 18px;
      line-height: 24px;
      margin-top: 5px;
      margin-bottom: 10px; }
  .list-all-episodes .desc {
    color: #000000;
    font-size: 14px;
    line-height: 24px; }
    @media (max-width: 767px) {
      .list-all-episodes .desc {
        display: none; } }
  .list-all-episodes .les-mer {
    display: none;
    text-decoration: underline;
    line-height: 24px;
    cursor: pointer; }
    @media (max-width: 767px) {
      .list-all-episodes .les-mer {
        display: block; } }
  .list-all-episodes audio {
    margin-top: 20px;
    width: 100%; }
    .list-all-episodes audio:focus {
      outline: none; }
  .list-all-episodes hr {
    border: 0px;
    height: 1px;
    border-radius: 20px;
    background-color: #465D7E !important;
    margin: 0px;
    margin-top: 20px; }
  @media (max-width: 767px) {
    .list-all-episodes {
      padding-top: 0px; } }

.load-more-wrap {
  text-align: center;
  padding-top: 30px;
  padding-bottom: 70px;
  clear: both;
  width: 100%; }
  .load-more-wrap .more-episodes {
    color: #1A1A1A;
    font-size: 18px;
    line-height: 26px;
    text-align: center;
    font-weight: 500; }
  .load-more-wrap .load-more {
    color: #1A1A1A;
    font-size: 18px;
    line-height: 26px;
    text-decoration: underline;
    padding-top: 10px;
    font-weight: 500;
    cursor: pointer; }
  @media (max-width: 767px) {
    .load-more-wrap {
      padding-bottom: 50px; } }

/*load more*/
.spinner {
  margin: 1em auto 0;
  width: 70px;
  text-align: center;
  display: none; }

.spinner > div {
  width: 18px;
  height: 18px;
  background-color: #333;
  border-radius: 100%;
  display: inline-block;
  /*-webkit-animation: sk-bouncedelay 1.4s  ease-in-out both;
  animation: sk-bouncedelay 1.4s  ease-in-out both;*/
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both; }

.spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s; }

.spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s; }

@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0); }
  40% {
    -webkit-transform: scale(1); } }
@keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1); } }
/* footer*/
footer {
  padding-bottom: 71px; }
  footer img {
    max-height: 36.95px; }
  @media (max-width: 767px) {
    footer {
      padding-bottom: 66px; } }

/* Default Page*/
.entry-content-page-default {
  background: #465D7E;
  padding-top: 90px;
  padding-bottom: 80px; }
  .entry-content-page-default .main-wrap {
    max-width: 691px;
    margin: 0 auto; }
    .entry-content-page-default .main-wrap h1 {
      color: #fff;
      font-weight: 900;
      font-size: 48px;
      line-height: 70px;
      text-align: center;
      text-transform: uppercase;
      margin-top: 0px;
      margin-bottom: 30px; }
      @media (max-width: 767px) {
        .entry-content-page-default .main-wrap h1 {
          font-size: 30px;
          line-height: 44px; } }
    .entry-content-page-default .main-wrap .err_content, .entry-content-page-default .main-wrap .excerpt {
      font-weight: 500;
      font-size: 20px;
      line-height: 40px;
      text-align: center;
      color: #fff; }
      .entry-content-page-default .main-wrap .err_content p, .entry-content-page-default .main-wrap .excerpt p {
        margin-bottom: 40px; }
        .entry-content-page-default .main-wrap .err_content p:last-child, .entry-content-page-default .main-wrap .excerpt p:last-child {
          margin-bottom: 0px; }
  @media (max-width: 767px) {
    .entry-content-page-default {
      padding-top: 70px; } }

.main-content-page-default {
  padding-top: 50px;
  padding-bottom: 70px; }
  .main-content-page-default .main-wrap {
    max-width: 691px;
    margin: 0 auto;
    font-size: 14px;
    line-height: 24px;
    color: #000; }
    .main-content-page-default .main-wrap .editor-blk a {
      color: #465D7E; }
    .main-content-page-default .main-wrap .editor-blk h1, .main-content-page-default .main-wrap .editor-blk h2, .main-content-page-default .main-wrap .editor-blk h3, .main-content-page-default .main-wrap .editor-blk h4, .main-content-page-default .main-wrap .editor-blk h5, .main-content-page-default .main-wrap .editor-blk h6 {
      font-weight: 900;
      text-transform: uppercase;
      margin-bottom: 15px; }
    .main-content-page-default .main-wrap p, .main-content-page-default .main-wrap ul, .main-content-page-default .main-wrap ol {
      margin-bottom: 40px; }
      .main-content-page-default .main-wrap p:last-child, .main-content-page-default .main-wrap ul:last-child, .main-content-page-default .main-wrap ol:last-child {
        margin-bottom: 0px; }
  .main-content-page-default .kontakt_div {
    margin-top: 60px; }
    .main-content-page-default .kontakt_div h3 {
      color: #465D7E;
      font-weight: 900;
      font-size: 14px;
      line-height: 30px;
      text-transform: uppercase;
      margin: 0px; }
    .main-content-page-default .kontakt_div a {
      color: #465D7E;
      font-size: 14px;
      line-height: 24px; }
    @media (max-width: 767px) {
      .main-content-page-default .kontakt_div {
        margin-top: 50px; } }
  @media (max-width: 767px) {
    .main-content-page-default {
      padding-top: 39px;
      padding-bottom: 50px; } }

.error404 footer {
  padding-top: 70px; }

.ajax_loadinng .load-more {
  pointer-events: none; }

/*# sourceMappingURL=theme-style.css.map */
