﻿* {
  margin: 0
}

*:focus {
  outline: none
}

html,
body {
  height: 100%;
  font-family: 'Helvetica Neue', 'Helvetica', sans-serif, 'Heiti', '微軟正黑體', 'Microsoft JhengHei';
  line-height: 1.4
}

.body-wrapper {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0 auto;
  background-color: white;
  position: relative
}

.content-wrapper {
  padding-bottom: 60px;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s
}

.page-banner {
  background-color: white
}

.push {
  height: 0
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0
}

h1 {
  font-size: 25px
}

h2 {
  font-size: 23px
}

h3 {
  font-size: 21px
}

h4 {
  font-size: 19px
}

h5 {
  font-size: 17px
}

h6 {
  font-size: 15px
}

p {
  font-size: 14px
}

a:hover {
  text-decoration: none
}

a:focus,
button:focus,
button.active:focus,
.btn:focus,
.btn.active:focus,
.form-control:focus {
  outline: 0;
  outline-color: transparent;
  text-decoration: none
}

img {
  width: 100%;
  height: auto
}

.no-padding {
  padding-left: 0px;
  padding-right: 0px
}

.no-margin {
  margin-left: 0px;
  margin-right: 0px
}

.form-control:focus {
  border-color: none;
  box-shadow: none
}

ul {
  list-style: none;
  padding: 0
}

ul li {
  display: inline-block;
  vertical-align: top
}

ul li a {
  display: block
}

.btn.active,
.btn:active {
  box-shadow: none
}

#header .pc-header .header-top .logo-link {
  display: block;
  padding: 13px 0 0
}

#header .pc-header .header-top .logo-link .logo-img {
  display: inline-block;
  max-height: 63px;
  width: auto
}

#header .pc-header .header-top .logo-link p {
  display: inline-block;
  vertical-align: bottom;
  font-size: 20px;
  line-height: 20px;
  color: white;
  margin: 0 0 0 10px
}

#header .pc-header .header-top .header-links {
  text-align: right;
  margin: 0
}

#header .pc-header .header-top .header-links .trigger {
  cursor: pointer;
  padding: 23px 2px
}

#header .pc-header .header-top .header-links .trigger img {
  height: 40px;
  width: auto
}

#header .pc-header .header-top .header-links .myaccount-menu-trigger img.avatar.photo {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%
}

#header .pc-header .header-top .title {
  display: none;
  text-align: center;
  margin-top: 88px;
  pointer-events: none;
  cursor: pointer
}

@media screen and (max-width: 992px) {
  #header .pc-header .header-top .title {
    margin-top: 40px
  }
}

#header .pc-header .header-top .title .title-text {
  text-align: center;
  letter-spacing: 2px;
  font-weight: 600;
  font-size: 46px;
  line-height: 46px;
  margin: 0;
  color: white;
  text-shadow: 0px 5px 10px rgba(0, 0, 0, 0.5)
}

#header .pc-header .header-top .btn {
  display: block;
  margin: 27px auto 0;
  line-height: 18px;
  background-color: #eb8a1c;
  border-color: #eb8a1c;
  color: #fff;
  pointer-events: none
}

#header .pc-header .header-top .btn i.fa {
  color: #f7bf8a;
  margin-right: 9px
}

#header .pc-header .header-bottom {
  background-color: #183047;
  height: 88px;
  font-size: 0
}

@media screen and (max-width: 1200px) {
  #header .pc-header .header-bottom .col-no-padding {
    padding-left: 0;
    padding-right: 0
  }
}

@media screen and (max-width: 992px) {
  #header .pc-header .header-bottom .container {
    width: 96%
  }
}

#header .pc-header .header-bottom a {
  font-size: 16px;
  line-height: 16px;
  padding: 10px 0
}

#header .pc-header .header-bottom .current-program-detail-trigger {
  display: inline-block;
  vertical-align: top;
  width: 20%;
  cursor: pointer;
  text-align: left
}

@media screen and (max-width: 992px) {
  #header .pc-header .header-bottom .current-program-detail-trigger {
    width: 25%
  }
}

#header .pc-header .header-bottom .current-program-detail-trigger a {
  display: block;
  text-align: center;
  color: #eb8a1c;
  margin: 26px 10px 26px 0
}

#header .pc-header .header-bottom .current-program-detail-trigger a i.fa {
  font-size: 12px;
  line-height: 16px;
  margin-left: 5px;
  vertical-align: top;
  transition: 0.5s
}

@media screen and (max-width: 992px) {
  #header .pc-header .header-bottom .current-program-detail-trigger a {
    font-size: 15px
  }
}

#header .pc-header .header-bottom .current-program-detail-trigger.open a i.fa {
  transform: rotate(180deg)
}

#header .pc-header .header-bottom .player-listen-online {
  display: inline-block;
  vertical-align: top;
  width: 80%;
  box-shadow: -5px 10px 10px rgba(0, 0, 0, 0.5);
  margin-top: -15px;
  height: 80px;
  position: relative;
  position: relative;
  border-top-right-radius: 80px;
  border-bottom-right-radius: 80px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  background: linear-gradient(#efa531, #ed7418);
  cursor: pointer;
  overflow: hidden
}

@media screen and (max-width: 992px) {
  #header .pc-header .header-bottom .player-listen-online {
    width: 75%
  }
}

#header .pc-header .header-bottom .player-listen-online .left {
  position: absolute;
  top: 0;
  left: 0;
  width: 30%;
  z-index: 9;
  background-color: #f85332;
  text-align: center
}

#header .pc-header .header-bottom .player-listen-online .left::before {
  content: "";
  position: absolute;
  top: 50%;
  right: -20px;
  width: 30px;
  height: 120px;
  background-color: #f85332;
  transform: translateY(-50%) rotate(14deg);
  z-index: -9
}

#header .pc-header .header-bottom .player-listen-online .left p {
  line-height: 80px;
  margin: 0;
  font-size: 24px;
  color: white
}

@media screen and (max-width: 1200px) {
  #header .pc-header .header-bottom .player-listen-online .left p {
    font-size: 20px
  }
}

@media screen and (max-width: 992px) {
  #header .pc-header .header-bottom .player-listen-online .left p {
    font-size: 16px
  }
}

#header .pc-header .header-bottom .player-listen-online .right {
  position: absolute;
  top: 0;
  left: 30%;
  width: 70%
}

#header .pc-header .header-bottom .player-listen-online .right .header-player {
  position: absolute;
  left: 0;
  top: 0;
  margin: 20px 0;
  width: 40px;
  height: 40px;
  background: linear-gradient(#ed7418, #efa531);
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  z-index: 99
}

#header .pc-header .header-bottom .player-listen-online .right .header-player::before {
  font-family: "Fontawesome";
  content: "\f04b";
  color: red;
  line-height: 40px;
  padding-left: 4px;
  font-size: 26px
}

#header .pc-header .header-bottom .player-listen-online .right .text {
  margin-left: 50px;
  margin-right: 30px;
  padding: 15px 0 11px;
  color: white;
  overflow: hidden
}

#header .pc-header .header-bottom .player-listen-online .right .text p.time {
  opacity: 0.6;
  margin: 0;
  font-family: Arial;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.8px;
  white-space: nowrap
}

@media screen and (max-width: 1200px) {
  #header .pc-header .header-bottom .player-listen-online .right .text p.time {
    font-size: 18px
  }
}

@media screen and (max-width: 992px) {
  #header .pc-header .header-bottom .player-listen-online .right .text p.time {
    font-size: 16px
  }
}

#header .pc-header .header-bottom .player-listen-online .right .text p.time span {
  margin-left: 5px;
  font-weight: 550
}

#header .pc-header .header-bottom .player-listen-online .right .text p.title {
  margin: 0;
  font-size: 22px;
  line-height: 30px;
  white-space: nowrap
}

@media screen and (max-width: 1200px) {
  #header .pc-header .header-bottom .player-listen-online .right .text p.title {
    font-size: 20px
  }
}

@media screen and (max-width: 992px) {
  #header .pc-header .header-bottom .player-listen-online .right .text p.title {
    font-size: 16px
  }
}

#header .pc-header .header-bottom .player-listen-online.playing .header-player::before {
  content: "\f04c";
  padding-left: 0px
}

#header .pc-header .header-bottom .header-menu {
  text-align: right
}

#header .pc-header .header-bottom .header-menu .header-menu-list {
  padding: 0;
  margin: 0
}

#header .pc-header .header-bottom .header-menu .header-menu-list li a {
  color: white;
  font-weight: normal;
  border-bottom: solid 1px #183047;
  margin: 26px 15px
}

@media screen and (max-width: 1200px) {
  #header .pc-header .header-bottom .header-menu .header-menu-list li a {
    margin: 26px 13px
  }
}

@media screen and (max-width: 992px) {
  #header .pc-header .header-bottom .header-menu .header-menu-list li a {
    margin: 26px 5px;
    font-size: 15px
  }
}

#header .pc-header .header-bottom .header-menu .header-menu-list li a:hover,
#header .pc-header .header-bottom .header-menu .header-menu-list li a:active,
#header .pc-header .header-bottom .header-menu .header-menu-list li a:focus {
  text-decoration: none;
  border-bottom: solid 1px #eb8a1c
}

#header .pc-header .header-bottom .header-menu .header-menu-list li:last-child a {
  margin-right: 0px
}

#header .mb-header {
  display: none
}

@media screen and (max-width: 767px) {
  #header .mb-header {
    display: block
  }
}

#header .mb-header .header-top {
  background: #183047;
  position: relative;
  color: white;
  height: 54px
}

#header .mb-header .header-top .logo-link {
  display: block;
  padding: 11px 0;
  height: 54px
}

#header .mb-header .header-top .logo-link .logo-img {
  height: 100%;
  width: auto
}

#header .mb-header .header-top .player-listen-online {
  height: 40px;
  margin: 7px 0px;
  position: relative;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  background: linear-gradient(#efa531, #ed7418);
  cursor: pointer
}

#header .mb-header .header-top .player-listen-online span {
  line-height: 40px;
  margin: 0;
  padding-left: 10%
}

#header .mb-header .header-top .player-listen-online .header-player {
  position: absolute;
  right: 5px;
  top: 5px;
  bottom: 5px;
  width: 30px;
  height: 30px;
  background: linear-gradient(#ed7418, #efa531);
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  text-align: center
}

#header .mb-header .header-top .player-listen-online .header-player::before {
  font-family: "Fontawesome";
  content: "\f04b";
  color: red;
  line-height: 30px;
  padding-left: 4px
}

#header .mb-header .header-top .player-listen-online.playing .header-player::before {
  content: "\f04c";
  padding-left: 0px
}

#header .mb-header .header-top .header-links {
  margin: 0;
  padding-right: 30px;
  text-align: right
}

#header .mb-header .header-top .header-links a {
  padding: 14px 4px;
  height: 54px
}

@media screen and (max-width: 767px) {
  #header .mb-header .header-top .header-links a {
    padding: 14px 0px
  }
}

#header .mb-header .header-top .header-links a img {
  max-height: 26px;
  height: 100%;
  width: auto
}

#header .mb-header .header-bottom {
  background: #eb8a1c;
  height: 32px;
  color: white
}

#header .mb-header .header-bottom p {
  margin: 0;
  line-height: 32px;
  white-space: nowrap
}

#header .mb-header .header-bottom p span {
  color: #183047;
  font-weight: 600
}

#header .mb-header .header-bottom .current-program-detail-trigger {
  padding-right: 5%;
  font-size: 0;
  position: relative;
  cursor: pointer
}

#header .mb-header .header-bottom .current-program-detail-trigger .title,
#header .mb-header .header-bottom .current-program-detail-trigger .time {
  display: inline-block;
  vertical-align: top
}

#header .mb-header .header-bottom .current-program-detail-trigger .title {
  margin-right: 5%;
  width: 65%;
  overflow: hidden
}

#header .mb-header .header-bottom .current-program-detail-trigger .time {
  width: 30%;
  opacity: 0.7
}

#header .mb-header .header-bottom .current-program-detail-trigger::after {
  font-family: "FontAwesome";
  content: "\f078";
  position: absolute;
  right: 0;
  top: 6px;
  font-size: 14px;
  transition: 0.5s
}

#header .mb-header .header-bottom .current-program-detail-trigger.open::after {
  transform: rotate(180deg)
}

.sharing-sidebar {
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 999
}

@media screen and (max-width: 767px) {
  .sharing-sidebar {
    top: 170px
  }
}

.sharing-sidebar .item-sharing {
  display: block;
  width: 50px;
  height: 50px
}

.sharing-sidebar .item-sharing.fb-sharing {
  color: #fff;
  background-color: #6182c2;
  font-size: 26px;
  text-align: center;
  line-height: 50px
}

.sharing-sidebar .item-sharing.line-sharing {
  background-color: #36b637
}

.sharing-sidebar iframe {
  opacity: 0
}

#footer .footer-top {
  background: #ededed;
  color: #333333;
  padding: 25px 0 35px
}

#footer .footer-top .ishare-button {
  display: inline-block;
  vertical-align: top;
  width: 100px;
  height: auto;
  margin: 0 50px 18px 0
}

#footer .footer-top form {
  display: inline-block;
  vertical-align: top;
  margin-top: 13px
}

@media screen and (max-width: 1200px) {
  #footer .footer-top form {
    margin: 0;
    width: 100%
  }
}

#footer .footer-top form p.mailchimp-form-content {
  font-size: 0
}

#footer .footer-top form p.mailchimp-form-content input {
  vertical-align: top;
  font-size: 14px;
  line-height: 34px;
  border: none
}

#footer .footer-top form p.mailchimp-form-content input:first-child {
  padding: 5px 13px;
  font-family: 'FontAwesome';
  color: #999999;
  border: solid 1px #cccccc;
  width: 300px
}

@media screen and (max-width: 1200px) {
  #footer .footer-top form p.mailchimp-form-content input:first-child {
    width: calc(100% - 115px);
    max-width: 300px
  }
}

#footer .footer-top form p.mailchimp-form-content input:last-child {
  padding: 5px 22px;
  background-color: #eb8a1c;
  color: #fff;
  border: solid 1px #cccccc;
  border-left: 0
}

#footer .footer-top .footer-title h2 {
  display: inline-block;
  font-size: 24px;
  line-height: 30px;
  font-weight: 400
}

@media screen and (max-width: 992px) {
  #footer .footer-top .footer-title h2 {
    margin: 0;
    display: block
  }
}

@media screen and (max-width: 992px) {
  #footer .footer-top .footer-title {
    margin-bottom: 8px
  }
}

#footer .footer-top p {
  font-size: 13px;
  line-height: 22px
}

#footer .footer-top .footer-social-icon a {
  display: inline-block;
  position: relative;
  vertical-align: top;
  width: 44px;
  height: 44px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  margin: 0 10px 0 0;
  color: white
}

@media screen and (max-width: 992px) {
  #footer .footer-top .footer-social-icon a {
    margin: 0 10px 25px 0
  }
}

#footer .footer-top .footer-social-icon a:before,
#footer .footer-top .footer-social-icon a img {
  font-family: "FontAwesome";
  position: absolute;
  font-size: 20px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%)
}

#footer .footer-top .footer-social-icon a.fb-icon {
  background-color: #6081c4
}

#footer .footer-top .footer-social-icon a.fb-icon::before {
  content: "\f09a"
}

#footer .footer-top .footer-social-icon a.line-icon {
  background-color: #2db82c
}

#footer .footer-top .footer-social-icon a.line-icon img {
  position: absolute;
  width: 20px;
  height: auto
}

#footer .footer-top .footer-social-icon a.in-icon {
  background-color: #2698cd
}

#footer .footer-top .footer-social-icon a.in-icon::before {
  content: "\f0e1"
}

#footer .footer-top .footer-menu {
  font-size: 0
}

@media screen and (max-width: 992px) {
  #footer .footer-top .footer-menu {
    margin: 0
  }
}

#footer .footer-top .footer-menu .left,
#footer .footer-top .footer-menu .right {
  display: inline-block;
  vertical-align: top;
  width: 50%
}

#footer .footer-top .footer-menu .left li,
#footer .footer-top .footer-menu .right li {
  display: block;
  position: relative;
  padding-left: 10px
}

#footer .footer-top .footer-menu .left li:before,
#footer .footer-top .footer-menu .right li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 3px;
  height: 3px;
  background-color: #333333;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%
}

#footer .footer-top .footer-menu .left li a,
#footer .footer-top .footer-menu .right li a {
  padding: 5px 0;
  font-size: 14px
}

#footer .footer-top .footer-menu .right li:first-child a {
  color: #eb8a1c;
  font-weight: 500
}

#footer .footer-bottom {
  background-color: #707070;
  color: white;
  padding: 24px 0 30px
}

@media screen and (max-width: 767px) {
  #footer .footer-bottom {
    padding: 12px 0
  }
}

#footer .footer-bottom .footer-bottom-row {
  text-align: center
}

@media screen and (max-width: 767px) {
  #footer .footer-bottom .footer-bottom-row {
    text-align: left
  }
}

#footer .footer-bottom .footer-bottom-row p {
  font-size: 13px;
  line-height: 24px;
  font-weight: 400;
  margin: 0 5px;
  display: inline-block
}

@media screen and (max-width: 767px) {
  #footer .footer-bottom .footer-bottom-row p {
    line-height: 19px;
    display: block;
    margin: 0
  }
}

.loader-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #eb8a1c;
  z-index: 9999;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=85);
  opacity: .85
}

.loader-wrapper .loader {
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}

.mobile-actions {
  display: none;
  position: absolute;
  right: 0px;
  top: 0px;
  z-index: 100
}

@media screen and (max-width: 767px) {
  .mobile-actions {
    display: block
  }
}

.mobile-actions .mobile-menu-trigger {
  display: block;
  padding: 14px 15px 14px 10px
}

.mobile-actions .mobile-menu-trigger .bar {
  background: #eb8a1c;
  display: block;
  height: 2px;
  width: 20px;
  margin: 5px 0;
  -moz-border-radius: 1px;
  -webkit-border-radius: 1px;
  border-radius: 1px
}

.mobile-actions .mobile-menu-trigger .bar:first-child,
.mobile-actions .mobile-menu-trigger .bar:last-child {
  transition-duration: 0.5s
}

.mobile-menu-container {
  position: fixed;
  z-index: 99;
  top: 0;
  right: 0;
  height: 0;
  width: 0;
  border-radius: 0 0 0 100%;
  overflow: hidden;
  background-color: #183047;
  transition: 0.7s
}

.mobile-menu-container .mobile-menu {
  position: absolute;
  top: 0;
  right: 0;
  width: 100vw;
  height: 100vh;
  color: white;
  padding-top: 55px;
  text-align: center
}

.mobile-menu-container .mobile-menu hr {
  margin: 0 15px;
  opacity: 0.15
}

.mobile-menu-container .mobile-menu ul {
  margin-bottom: 20px
}

.mobile-menu-container .mobile-menu ul li {
  display: block
}

.mobile-menu-container .mobile-menu ul li a {
  display: inline-block;
  padding: 20px 0 3px;
  letter-spacing: 1px;
  font-size: 16px;
  color: white;
  font-weight: 400;
  border-bottom: solid 2px #183047
}

.mobile-menu-container .mobile-menu ul li a:hover,
.mobile-menu-container .mobile-menu ul li a:active,
.mobile-menu-container .mobile-menu ul li a:focus {
  border-bottom: solid 2px #eb8a1c
}

.mobile-menu-container .mobile-menu hr {
  margin-bottom: 2px
}

.mobile-menu-on .mobile-actions {
  position: fixed
}

.mobile-menu-on .mobile-actions .mobile-menu-trigger .bar:nth-child(2) {
  background-color: transparent
}

.mobile-menu-on .mobile-actions .mobile-menu-trigger .bar:first-child {
  transform: rotate(45deg);
  transform-origin: center center;
  margin-top: 14px
}

.mobile-menu-on .mobile-actions .mobile-menu-trigger .bar:last-child {
  transform: rotate(-45deg);
  transform-origin: center center;
  margin-top: -14px
}

.mobile-menu-on .mobile-menu-container {
  width: calc(100vh + 100vw);
  height: calc(100vh + 100vw)
}

.myaccount-menu-container {
  display: none;
  position: absolute;
  z-index: 101;
  width: 150px;
  top: 79px;
  right: 15px;
  background-color: #183047
}

.myaccount-menu-container .myaccount-menu {
  padding: 10px 0 20px
}

.myaccount-menu-container .myaccount-menu ul {
  text-align: center
}

.myaccount-menu-container .myaccount-menu ul li {
  display: block
}

.myaccount-menu-container .myaccount-menu ul li:first-child a {
  display: inline-block;
  padding: 10px 0 3px;
  letter-spacing: 1px;
  font-size: 16px;
  color: white;
  font-weight: 400;
  border-bottom: solid 2px #183047;
  margin-bottom: 10px
}

.myaccount-menu-container .myaccount-menu ul li:first-child a:hover,
.myaccount-menu-container .myaccount-menu ul li:first-child a:active,
.myaccount-menu-container .myaccount-menu ul li:first-child a:focus {
  border-bottom: solid 2px #eb8a1c
}

.search-container {
  display: none;
  position: absolute;
  z-index: 101;
  width: 40%;
  top: 79px;
  right: 0;
  height: 54px;
  border: solid 5px #183047;
  background-color: white
}

@media screen and (max-width: 767px) {
  .search-container {
    top: 0;
    width: 100%
  }
}

.search-container form.search-form {
  height: 26px;
  margin: 9px 0;
  padding-left: 40px;
  position: relative
}

.search-container form.search-form::before {
  font-family: "FontAwesome";
  content: "\f002";
  color: #999;
  font-size: 20px;
  position: absolute;
  left: 11px;
  top: 50%;
  transform: translateY(-50%)
}

.search-container form.search-form input.search-field {
  padding: 0;
  width: 90%;
  border: none;
  font-size: 16px;
  line-height: 26px;
  color: #999
}

@media screen and (max-width: 767px) {
  .search-container form.search-form input.search-field {
    font-size: 14px
  }
}

.search-container form.search-form .search-submit {
  display: none
}

.search-container form.search-form a.search-trigger-close {
  font-size: 18px;
  color: #999
}

.current-program-detail-container {
  display: none;
  position: absolute;
  z-index: 101;
  top: 216px;
  padding-bottom: 30px;
  right: 0;
  width: 100%;
  background-color: white;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2)
}

.current-program-detail-container.index {
  top: 468px
}

@media screen and (max-width: 767px) {
  .current-program-detail-container {
    padding-bottom: 0;
    top: 86px
  }

  .current-program-detail-container.index {
    top: 86px
  }
}

.current-program-detail-container .page-close-banner {
  max-width: 900px;
  margin: 0 auto;
  text-align: right
}

.current-program-detail-container .page-close-banner .current-program-detail-trigger-close i.fa {
  font-size: 20px;
  padding: 15px 5px 2px;
  color: #999
}

@media screen and (max-width: 767px) {
  .current-program-detail-container .page-close-banner .current-program-detail-trigger-close i.fa {
    padding: 12px 5px 2px
  }
}

.current-program-detail-container .page-content {
  max-width: 900px;
  margin: 0 auto
}

.current-program-detail-container .page-content .btn {}

.current-program-detail-container .page-content th,
.current-program-detail-container .page-content td {
  font-size: 16px
}

@media screen and (max-width: 767px) {

  .current-program-detail-container .page-content th,
  .current-program-detail-container .page-content td {
    font-size: 13px
  }
}

.current-program-detail-container .page-content th {
  vertical-align: top
}

.current-program-detail-container .page-content .current-program-detail {
  padding-bottom: 30px
}

.current-program-detail-container .page-content .current-program-detail table {
  width: 100%
}

.current-program-detail-container .page-content .current-program-detail table th,
.current-program-detail-container .page-content .current-program-detail table td {
  line-height: 26px
}

@media screen and (max-width: 767px) {

  .current-program-detail-container .page-content .current-program-detail table th,
  .current-program-detail-container .page-content .current-program-detail table td {
    line-height: 24px
  }
}

.current-program-detail-container .page-content .current-program-detail table th {
  width: 90px
}

@media screen and (max-width: 767px) {
  .current-program-detail-container .page-content .current-program-detail table th {
    width: 70px
  }
}

.current-program-detail-container .page-content h2 {
  font-size: 18px
}

.current-program-detail-container .page-content .current-aod-detail {
  display: inline-block;
  vertical-align: top;
  width: 80%
}

@media screen and (max-width: 767px) {
  .current-program-detail-container .page-content .current-aod-detail {
    width: 100%
  }
}

.current-program-detail-container .page-content .current-aod-detail table {
  width: 100%
}

.current-program-detail-container .page-content .current-aod-detail table th,
.current-program-detail-container .page-content .current-aod-detail table td {
  line-height: 32px
}

@media screen and (max-width: 767px) {

  .current-program-detail-container .page-content .current-aod-detail table th,
  .current-program-detail-container .page-content .current-aod-detail table td {
    line-height: 24px
  }
}

.current-program-detail-container .page-content .current-aod-detail table th {
  width: 80px
}

@media screen and (max-width: 767px) {
  .current-program-detail-container .page-content .current-aod-detail table th {
    width: 60px
  }
}

.current-program-detail-container .page-content .buttons-container {
  display: inline-block;
  vertical-align: bottom;
  width: 19%;
  padding: 0;
  text-align: right
}

@media screen and (max-width: 767px) {
  .current-program-detail-container .page-content .buttons-container {
    display: block;
    width: 100%;
    padding: 20px 0 10px;
    text-align: center
  }
}

.swal-modal {
  border: 4px solid #eb8a1c
}

.swal-footer {
  text-align: center;
  padding: 13px 16px 30px
}

.swal-button {
  background-color: #eb8a1c;
  font-weight: 300;
  padding: 8px 20px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px
}

.swal-button.swal-button--cancel {
  background-color: #999;
  color: #fff
}

.index-title-container {
  margin: 60px 0px 30px;
  text-align: center
}

.index-title-container h2 {
  display: inline-block;
  line-height: 20px;
  font-size: 18pt;
  font-weight: 800;
  margin: 0
}

.index-title-container h2 .line-1,
.index-title-container h2 .line-2,
.index-title-container h2 .line-3 {
  display: inline-block;
  width: 4px;
  border-radius: 2px
}

.index-title-container h2 .line-1 {
  height: 5px;
  margin: 4px 2px;
  background: #f6c08e
}

.index-title-container h2 .line-2 {
  height: 9px;
  margin: 2px 2px;
  background-color: #F9D6B4
}

.index-title-container h2 .line-3 {
  height: 13px;
  margin: 0px 2px;
  background-color: #FCEAD9
}

.page-index .page-banner {
  display: none;
  position: relative
}

@media screen and (max-width: 767px) {
  .page-index .page-banner {
    display: block
  }
}

.page-index .page-banner .title {
  display: none;
  width: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  text-align: center
}

.page-index .page-banner .title .title-text {
  color: #fff;
  margin: 0;
  font-size: 32px;
  font-weight: bold;
  line-height: 40px;
  letter-spacing: 1px;
  text-shadow: 0px 5px 10px rgba(0, 0, 0, 0.5)
}

.page-index .scrollmenu-content .buttons-container {
  padding-bottom: 20px
}

.page-index .scrollmenu-content .buttons-container .btn {
  margin-bottom: 0
}

.discover-banner {
  height: 240px;
  background-image: url("img/home-dicover.png");
  background-size: cover;
  background-position: center;
  position: relative
}

@media screen and (max-width: 767px) {
  .discover-banner {
    height: 190px
  }
}

@media screen and (max-width: 320px) {
  .discover-banner {
    height: 174px;
    background-image: url("img/home-dicover@2x.png")
  }
}

.discover-banner .banner-title .container {
  width: 100%
}

.discover-banner .banner-title {
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  color: white
}

.discover-banner .banner-title h3 {
  font-size: 36px;
  line-height: 36px;
  margin: 20px 0 30px
}

@media screen and (max-width: 767px) {
  .discover-banner .banner-title h3 {
    font-size: 28px;
    line-height: 28px;
    margin: 30px 0 40px
  }
}

.discover-banner .banner-title a.btn {
  margin: 0;
  padding: 8px 33px
}

@media screen and (max-width: 767px) {
  .discover-banner .banner-title a.btn {
    padding: 6px 25px
  }
}

#owl-event-banner .event-banner {
  text-align: center
}

#owl-event-banner .event-banner p {
  margin-top: 30px;
  line-height: 22px
}

@media screen and (max-width: 992px) {
  #owl-event-banner .event-banner p {
    margin-top: 15px
  }
}

#owl-event-banner .owl-stage-outer {
  position: relative
}

#owl-event-banner .owl-stage-outer::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 150px;
  box-shadow: inset 100px 0px 100px -30px white;
  z-index: 9
}

@media screen and (max-width: 992px) {
  #owl-event-banner .owl-stage-outer::before {
    display: none
  }
}

#owl-event-banner .owl-stage-outer::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 150px;
  box-shadow: inset -100px 0px 100px -30px white;
  z-index: 9
}

@media screen and (max-width: 992px) {
  #owl-event-banner .owl-stage-outer::after {
    display: none
  }
}

#owl-event-banner .owl-stage-outer .owl-stage {
  display: relative
}

#owl-event-banner .owl-stage-outer .owl-stage .owl-item .item {
  transition: 2s;
  width: 65%;
  margin: 0 auto;
  padding: 10.5% 0
}

@media screen and (max-width: 992px) {
  #owl-event-banner .owl-stage-outer .owl-stage .owl-item .item {
    width: 100%;
    padding: 0
  }
}

#owl-event-banner .owl-stage-outer .owl-stage .owl-item.active .item {
  width: 100%;
  padding: 0
}

#owl-event-banner .owl-dots,
#owl-event-art-culture-banner .owl-dots,
.owl-featured .owl-dots {
  margin-top: 15px
}

#owl-event-banner .owl-dots .owl-dot span,
#owl-event-art-culture-banner .owl-dots .owl-dot span,
.owl-featured .owl-dots .owl-dot span {
  margin: 5px 15px 0;
  background-color: #999
}

@media screen and (max-width: 480px) {

  #owl-event-banner .owl-dots .owl-dot span,
  #owl-event-art-culture-banner .owl-dots .owl-dot span,
  .owl-featured .owl-dots .owl-dot span {
    margin: 0
  }
}

#owl-event-banner .owl-dots .owl-dot.active span,
#owl-event-art-culture-banner .owl-dots .owl-dot.active span,
.owl-featured .owl-dots .owl-dot.active span {
  background-color: #eb8a1c
}

.event-art-culture-banner-container {
  max-width: 600px;
  margin: 0 auto
}

#owl-header-banner-mb .item {
  height: 390px;
  background-position: center;
  background-size: cover
}

#owl-header-banner-mb .item a {
  display: block;
  width: 100%;
  height: 100%
}

#owl-header-banner-mb .owl-dots {
  position: absolute;
  bottom: 30px;
  left: 0;
  width: 100%
}

#owl-header-banner-mb .owl-dots .owl-dot span {
  margin: 5px 0;
  background-color: #999
}

#owl-header-banner-mb .owl-dots .owl-dot.active span {
  background-color: #eb8a1c
}

div.post-content h1 {
  font-size: 32px;
  line-height: 42px;
  font-weight: 500
}

div.post-content h2 {
  font-size: 24px;
  line-height: 34px;
  font-weight: 500
}

div.post-content h3 {
  font-size: 19px;
  line-height: 29px;
  font-weight: 500
}

div.post-content h4 {
  font-size: 16px;
  line-height: 26px;
  font-weight: 500
}

div.post-content h5 {
  font-size: 13px;
  line-height: 23px;
  font-weight: 500
}

div.post-content h6 {
  font-size: 12px;
  line-height: 22px;
  font-weight: 500
}

div.post-content p {
  font-size: 16px;
  line-height: 26px;
  font-weight: 400
}

div.post-content img {
  width: auto;
  max-width: 100%
}

div.post-content a {
  color: inherit
}

div.post-content ul {
  padding-left: 40px
}

div.post-content ul li {
  display: block;
  position: relative
}

div.post-content ul li::before {
  position: absolute;
  content: '';
  width: 5px;
  height: 5px;
  background-color: #000;
  border-radius: 50%;
  left: -15px;
  top: 50%;
  transform: translateY(-50%)
}

div.post-content .wp-caption {
  border: none;
  padding: 0;
  text-align: left
}

div.post-content .wp-caption img {
  width: 100%
}

div.post-content .wp-caption p.wp-caption-text {
  font-size: 14px;
  line-height: 20px;
  padding: 5px 0;
  color: #999
}

button.owl-dot {
  background-color: transparent;
  border-width: 0
}

button.owl-prev,
button.owl-next {
  border: none
}

.title-container {
  margin: 30px 0px 30px;
  border-bottom: solid 2px #bfbfbf
}

.title-container h1.title {
  color: #eb8a1c;
  font-size: 30px;
  line-height: 30px;
  font-weight: 400;
  display: inline-block;
  border-bottom: solid 2px #eb8a1c;
  padding-bottom: 9px;
  margin: 0 0 -2px
}

.title-container h2.title {
  color: #eb8a1c;
  font-size: 30px;
  line-height: 24px;
  font-weight: 400;
  display: inline-block;
  border-bottom: solid 2px #eb8a1c;
  padding-bottom: 9px;
  margin: 0 0 -2px
}

@media screen and (max-width: 767px) {
  .title-container h2.title {
    display: block;
    font-size: 24px
  }
}

@media screen and (max-width: 767px) {
  .title-container {
    border: none
  }

  .title-container h1.title {
    display: block;
    text-align: center;
    border: none;
    margin: 0;
    padding: 0
  }
}

h2.title {
  font-size: 36px;
  line-height: 38px;
  font-weight: 400
}

@media screen and (max-width: 767px) {
  h2.title {
    font-size: 24px;
    line-height: 26px
  }
}

h3.with-bottom-line {
  color: #eb8a1c;
  border-bottom: solid 1px #eb8a1c;
  padding-top: 20px;
  padding-bottom: 6px;
  text-align: left;
  font-weight: 400;
  font-size: 18px
}

@media screen and (max-width: 767px) {
  h3.with-bottom-line {
    font-size: 16px
  }
}

.text-orange {
  color: #eb8a1c
}

.text-orange a {
  color: #eb8a1c
}

.text-grey {
  color: #999
}

.text-warning {
  display: none;
  color: #eb8a1c;
  text-align: center
}

.text-warning i.fa {
  margin-right: 10px
}

.text-warning-topic {
  padding-top: 25px
}

.text-warning-program {
  padding-top: 20px
}

@media screen and (max-width: 767px) {
  .text-warning-program {
    padding-top: 0
  }
}

a {
  color: #333333
}

a:hover {
  color: #333333
}

p {
  font-size: 16px;
  line-height: 16px;
  font-weight: 400
}

@media screen and (max-width: 767px) {
  p {
    font-size: 14px;
    line-height: 14px
  }
}

label {
  margin: 0px
}

label,
i,
a {
  cursor: pointer
}

ol.breadcrumb {
  margin: 16px 0 0;
  padding: 0;
  background-color: white
}

ol.breadcrumb li a {
  color: #eb8a1c;
  font-size: 14px
}

.breadcrumb>.active {
  color: #999
}

.breadcrumb>li+li:before {
  color: #eb8a1c
}

@media screen and (max-width: 992px) {
  .page-index .scrollmenu-container .container {
    width: 100%;
    padding: 0;
    margin: 0
  }
}

.page-index .scrollmenu-container .owl-scrollmenu {
  padding-bottom: 40px
}

.page-index .scrollmenu-container .owl-scrollmenu .owl-stage {
  margin: 0 auto
}

@media screen and (max-width: 992px) {
  .page-index .scrollmenu-container .owl-scrollmenu .owl-stage {
    margin: 0
  }
}

.page-index .scrollmenu-container .owl-scrollmenu .owl-item .item {
  text-align: center
}

.page-index .scrollmenu-container .owl-scrollmenu .owl-item .item a {
  display: block;
  text-align: center;
  margin: 0 auto;
  padding: 0;
  line-height: 32px;
  width: 100px;
  color: #eb8a1c;
  border-color: #eb8a1c;
  background-color: white;
  transition: 0.4s
}

@media screen and (max-width: 1200px) {
  .page-index .scrollmenu-container .owl-scrollmenu .owl-item .item a {
    width: 90px
  }
}

@media screen and (max-width: 992px) {
  .page-index .scrollmenu-container .owl-scrollmenu .owl-item .item a {
    width: 85px
  }
}

@media screen and (max-width: 767px) {
  .page-index .scrollmenu-container .owl-scrollmenu .owl-item .item a {
    width: 76px
  }
}

.page-index .scrollmenu-container .owl-scrollmenu .owl-item .item a:hover {
  color: white;
  background-color: #eb8a1c
}

.page-index .scrollmenu-container .owl-scrollmenu .owl-item .btn-scrollmenu.active {
  background-color: #eb8a1c;
  color: white
}

@media screen and (max-width: 767px) {
  .page-archive-aod .scrollmenu-container .container {
    width: 100%;
    padding: 0;
    margin: 0
  }
}

.page-archive-aod .scrollmenu-container .owl-scrollmenu .owl-stage {
  margin: 0 auto
}

@media screen and (max-width: 992px) {
  .page-archive-aod .scrollmenu-container .owl-scrollmenu .owl-stage {
    margin: 0
  }
}

.page-archive-aod .scrollmenu-container .owl-scrollmenu .owl-item .item {
  text-align: center
}

.page-archive-aod .scrollmenu-container .owl-scrollmenu .owl-item .item a {
  display: block;
  text-align: center;
  margin: 0 auto;
  padding: 0;
  line-height: 32px;
  width: 100px;
  clear: both;
  color: #eb8a1c;
  border-color: #eb8a1c;
  background-color: white;
  transition: 0.4s
}

@media screen and (max-width: 1200px) {
  .page-archive-aod .scrollmenu-container .owl-scrollmenu .owl-item .item a {
    width: 90px
  }
}

@media screen and (max-width: 992px) {
  .page-archive-aod .scrollmenu-container .owl-scrollmenu .owl-item .item a {
    width: 85px
  }
}

@media screen and (max-width: 767px) {
  .page-archive-aod .scrollmenu-container .owl-scrollmenu .owl-item .item a {
    line-height: 50px;
    margin: 0;
    width: initial;
    color: #999;
    border: none
  }
}

@media screen and (max-width: 480px) {
  .page-archive-aod .scrollmenu-container .owl-scrollmenu .owl-item .item a {
    line-height: 42px
  }
}

.page-archive-aod .scrollmenu-container .owl-scrollmenu .owl-item .item a:hover {
  color: white;
  background-color: #eb8a1c
}

@media screen and (max-width: 767px) {
  .page-archive-aod .scrollmenu-container .owl-scrollmenu .owl-item .item a:hover {
    background-color: white;
    color: black
  }
}

.page-archive-aod .scrollmenu-container .owl-scrollmenu .owl-item .btn-scrollmenu.active {
  background-color: #eb8a1c;
  color: white
}

@media screen and (max-width: 767px) {
  .page-archive-aod .scrollmenu-container .owl-scrollmenu .owl-item .btn-scrollmenu.active {
    background-color: white;
    color: black
  }
}

.page-archive-aod .title-container {
  margin-bottom: 24px
}

@media screen and (max-width: 767px) {
  .page-archive-aod .title-container {
    margin-bottom: 17px
  }
}

@media screen and (max-width: 767px) {

  .page-archive-aod .grid-item .with-right-button,
  .index-program-grid .grid-item .with-right-button {
    position: relative
  }
}

@media screen and (max-width: 767px) {

  .page-archive-aod .grid-item .with-right-button .item-vert-pc--hori-mb,
  .index-program-grid .grid-item .with-right-button .item-vert-pc--hori-mb {
    width: 100%;
    margin-bottom: 60px
  }
}

@media screen and (max-width: 767px) {

  .page-archive-aod .grid-item .with-right-button .item-vert-pc--hori-mb .left,
  .index-program-grid .grid-item .with-right-button .item-vert-pc--hori-mb .left {
    width: 100%
  }
}

@media screen and (max-width: 767px) {

  .page-archive-aod .grid-item .with-right-button .item-vert-pc--hori-mb .right,
  .index-program-grid .grid-item .with-right-button .item-vert-pc--hori-mb .right {
    width: 100%;
    margin-left: 0
  }
}

@media screen and (max-width: 767px) {

  .page-archive-aod .grid-item .with-right-button .right-button-container,
  .index-program-grid .grid-item .with-right-button .right-button-container {
    position: absolute;
    margin: 0;
    left: 0;
    bottom: 30px
  }

  .page-archive-aod .grid-item .with-right-button .right-button-container .button.simplefavorite-button,
  .index-program-grid .grid-item .with-right-button .right-button-container .button.simplefavorite-button {
    margin: 0
  }
}

@media screen and (max-width: 767px) {
  .page-blog .scrollmenu-container .container {
    width: 100%;
    padding: 0;
    margin: 0
  }
}

.page-blog .scrollmenu-container .owl-scrollmenu .owl-stage {
  margin: 0 auto
}

@media screen and (max-width: 992px) {
  .page-blog .scrollmenu-container .owl-scrollmenu .owl-stage {
    margin: 0
  }
}

.page-blog .scrollmenu-container .owl-scrollmenu .owl-item .item {
  text-align: center
}

.page-blog .scrollmenu-container .owl-scrollmenu .owl-item .item a {
  display: inline-block;
  text-align: center;
  margin: 0 auto;
  padding: 5px 0;
  color: #999;
  background-color: white;
  border: none;
  border-radius: 0;
  border-bottom: solid 2px white
}

@media screen and (max-width: 767px) {
  .page-blog .scrollmenu-container .owl-scrollmenu .owl-item .item a {
    padding: 13px 0
  }
}

.page-blog .scrollmenu-container .owl-scrollmenu .owl-item .btn-scrollmenu.active {
  border-bottom: solid 2px #eb8a1c;
  color: black
}

@media screen and (max-width: 767px) {
  .page-blog .scrollmenu-container .owl-scrollmenu .owl-item .btn-scrollmenu.active {
    border: none
  }
}

.page-blog .title-container {
  margin-bottom: 25px
}

@media screen and (max-width: 767px) {
  .page-blog .title-container {
    margin-bottom: 17px
  }
}

.item-vertical,
.item-vert-pc--hori-mb {
  margin-bottom: 30px;
  text-align: center;
  clear: both
}

.item-vertical h4,
.item-vert-pc--hori-mb h4 {
  margin-top: 8px
}

@media screen and (max-width: 767px) {

  .item-vertical,
  .item-vert-pc--hori-mb {
    margin-bottom: 15px;
    text-align: left
  }

  .item-vertical h4,
  .item-vert-pc--hori-mb h4 {
    margin-top: 2px
  }
}

.page-blog .item-vertical,
.page-category .item-vertical {
  text-align: left
}

@media screen and (max-width: 767px) {

  .page-blog .item-vertical,
  .page-category .item-vertical {
    margin-bottom: 30px
  }
}

.item-vert-pc--hori-mb {
  text-align: left
}

.item-vert-pc--hori-mb h4,
.item-vert-pc--hori-mb p {
  padding-right: 30px
}

.item-vert-pc--hori-mb.advertisement h4,
.item-vert-pc--hori-mb.advertisement p {
  padding-right: 0
}

.item-vert-pc--hori-mb p.description {
  padding-right: 0
}

@media screen and (max-width: 767px) {
  .item-vert-pc--hori-mb {
    margin-bottom: 15px;
    font-size: 0;
    clear: both
  }

  .item-vert-pc--hori-mb .left {
    display: inline-block;
    vertical-align: top;
    width: 35%
  }

  .item-vert-pc--hori-mb .right {
    display: inline-block;
    vertical-align: top;
    margin-left: 5%;
    width: 60%
  }
}

.item-hori-pc--vert-mb {
  margin-bottom: 40px;
  text-align: left;
  font-size: 0
}

.item-hori-pc--vert-mb .left {
  display: inline-block;
  vertical-align: top;
  width: 35%;
  position: relative
}

.item-hori-pc--vert-mb .left::after {
  content: '單集';
  background-color: #eb8a1c;
  color: #fff;
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 12px;
  line-height: 21px;
  padding: 0 11px;
  display: inline-block
}

.item-hori-pc--vert-mb .right {
  display: inline-block;
  vertical-align: top;
  margin-left: 5%;
  width: 60%
}

.item-hori-pc--vert-mb .right h4 {
  margin-top: 0
}

.item-hori-pc--vert-mb.is-ad .left::after {
  display: none
}

.item-hori-pc--vert-mb.is-ad .right .sponsored-tag {
  margin-bottom: 7px
}

@media screen and (max-width: 767px) {
  .item-hori-pc--vert-mb {
    margin-bottom: 25px
  }

  .item-hori-pc--vert-mb .left {
    display: block;
    width: 100%
  }

  .item-hori-pc--vert-mb .right {
    display: block;
    width: 100%;
    margin-left: 0
  }

  .item-hori-pc--vert-mb .right h4 {
    margin-top: 8px
  }
}

@media screen and (max-width: 767px) {
  .page-discover .item-vert-pc--hori-mb {
    margin-bottom: 0px
  }

  .page-discover #programs-with-topics {
    margin-top: -15px
  }
}

input.checkbox-program+label {
  font-size: 0;
  width: 100%
}

input.checkbox-program+label .item-vert-pc--hori-mb .right {
  position: relative
}

input.checkbox-program+label .item-vert-pc--hori-mb .right i.fa {
  position: absolute;
  top: 0;
  right: 0
}

@media screen and (max-width: 767px) {
  input.checkbox-program+label .item-vert-pc--hori-mb .right i.fa {
    display: none
  }
}

@media screen and (max-width: 767px) {
  input.checkbox-program+label .item-vert-pc--hori-mb {
    display: inline-block;
    vertical-align: top;
    width: 90%
  }
}

input.checkbox-program+label .check-circle-container {
  display: none;
  vertical-align: top;
  width: 10%
}

@media screen and (max-width: 767px) {
  input.checkbox-program+label .check-circle-container {
    display: inline-block
  }
}

input.checkbox-program+label i.fa {
  font-size: 24px;
  padding-top: 0;
  color: #999
}

@media screen and (max-width: 767px) {
  input.checkbox-program+label i.fa {
    padding-top: 36px
  }
}

.with-right-button {
  font-size: 0
}

.with-right-button .item-vert-pc--hori-mb .right {
  position: relative
}

.with-right-button .item-vert-pc--hori-mb .right .favorite-cover {
  position: absolute;
  top: 0;
  right: 0
}

@media screen and (max-width: 767px) {
  .with-right-button .item-vert-pc--hori-mb .right .favorite-cover {
    display: none
  }
}

@media screen and (max-width: 767px) {
  .with-right-button .item-vert-pc--hori-mb {
    display: inline-block;
    vertical-align: top;
    width: 85%
  }
}

.with-right-button .right-button-container {
  display: none;
  vertical-align: top;
  text-align: right;
  width: 15%
}

@media screen and (max-width: 767px) {
  .with-right-button .right-button-container {
    display: inline-block
  }
}

.with-right-button .right-button-container button.simplefavorite-button {
  margin-top: 0px
}

@media screen and (max-width: 767px) {
  .with-right-button .right-button-container button.simplefavorite-button {
    margin-top: 36px
  }
}

.page-program-schedule .grid-item {
  display: flex;
  flex-wrap: wrap
}

.page-program-schedule .item-horizontal {
  font-size: 0;
  clear: both
}

.page-program-schedule .item-horizontal .left {
  display: inline-block;
  vertical-align: top;
  width: 27%
}

@media screen and (max-width: 767px) {
  .page-program-schedule .item-horizontal .left {
    width: 35%
  }
}

.page-program-schedule .item-horizontal .right {
  display: inline-block;
  vertical-align: top;
  margin-left: 3%;
  width: 70%
}

@media screen and (max-width: 767px) {
  .page-program-schedule .item-horizontal .right {
    margin-left: 5%;
    width: 60%
  }
}

.page-program-schedule .with-right-button {
  font-size: 0;
  padding: 15px
}

.page-program-schedule .with-right-button.playing {
  background-color: #eeeeee
}

.page-program-schedule .with-right-button.playing .item-horizontal .left {
  position: relative
}

.page-program-schedule .with-right-button.playing .item-horizontal .left::before {
  font-family: 'FontAwesome';
  content: '\f04b';
  position: absolute;
  left: 70%;
  bottom: 0;
  line-height: 26px;
  font-size: 16px;
  color: red;
  z-index: 2
}

.page-program-schedule .with-right-button.playing .item-horizontal .left::after {
  content: '播放中';
  position: absolute;
  width: 100%;
  height: 26px;
  padding-right: 30%;
  padding-left: 10%;
  left: 0;
  bottom: 0;
  background-color: rgba(153, 153, 153, 0.5);
  text-align: center;
  color: white;
  font-size: 14px;
  line-height: 26px;
  z-index: 1
}

.page-program-schedule .with-right-button p.time {
  font-size: 10px;
  line-height: 10px;
  margin: 0 0 4px;
  color: #999
}

.page-program-schedule .with-right-button .no-program-warning {
  font-size: 16px;
  color: #999
}

.page-program-schedule .with-right-button .item-horizontal {
  display: inline-block;
  vertical-align: top;
  width: 85%
}

.page-program-schedule .with-right-button .right-button-container {
  display: inline-block;
  vertical-align: top;
  text-align: right;
  width: 15%
}

.page-program-schedule .with-right-button .right-button-container button.simplefavorite-button {
  margin-top: 40px
}

.favorite-cover {
  position: relative
}

.favorite-cover .cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer
}

.logged-in .favorite-cover .cover {
  display: none
}

.favorite-cover button.simplefavorite-button {
  padding: 0;
  border: 0;
  background: none;
  opacity: 1
}

.favorite-cover button.simplefavorite-button.active {
  opacity: 1
}

.favorite-cover button.simplefavorite-button .un-fav,
.favorite-cover button.simplefavorite-button .fav {
  margin: -5px 0
}

.favorite-cover button.simplefavorite-button .un-fav::before,
.favorite-cover button.simplefavorite-button .fav::before {
  font-size: 30px;
  font-family: 'FontAwesome'
}

@media screen and (max-width: 767px) {

  .favorite-cover button.simplefavorite-button .un-fav::before,
  .favorite-cover button.simplefavorite-button .fav::before {
    font-size: 24px
  }
}

.favorite-cover button.simplefavorite-button .un-fav::after,
.favorite-cover button.simplefavorite-button .fav::after {
  vertical-align: super;
  font-size: 16px;
  padding-left: 7px;
  display: none
}

@media screen and (max-width: 767px) {

  .favorite-cover button.simplefavorite-button .un-fav::after,
  .favorite-cover button.simplefavorite-button .fav::after {
    font-size: 14px
  }
}

.favorite-cover button.simplefavorite-button .loader i.fa {
  color: #999;
  margin-top: 3px;
  margin-left: 2px;
  margin-right: -2px;
  font-size: 26px
}

@media screen and (max-width: 767px) {
  .favorite-cover button.simplefavorite-button .loader i.fa {
    font-size: 22px
  }
}

.favorite-cover.sub-aod button.simplefavorite-button .un-fav::before {
  color: #ddd;
  content: '\f08a'
}

.favorite-cover.sub-aod button.simplefavorite-button .fav::before {
  color: #e94709;
  content: '\f004'
}

.favorite-cover.sub-aod button.simplefavorite-button .un-fav::after {
  content: '收藏'
}

.favorite-cover.sub-aod button.simplefavorite-button .fav::after {
  content: '收藏'
}

.favorite-cover.sub-aod-trash button.simplefavorite-button {
  border-radius: 7px;
  border: solid 1px #f95332;
  padding: 0 9px;
  margin-top: 10px
}

.favorite-cover.sub-aod-trash button.simplefavorite-button.active {
  border: solid 1px #999
}

.favorite-cover.sub-aod-trash button.simplefavorite-button .un-fav,
.favorite-cover.sub-aod-trash button.simplefavorite-button .fav {
  margin: 0
}

.favorite-cover.sub-aod-trash button.simplefavorite-button .un-fav::before {
  color: #f95332;
  content: '\f1f8';
  font-size: 13px;
  line-height: 22px;
  vertical-align: top
}

.favorite-cover.sub-aod-trash button.simplefavorite-button .fav::before {
  color: #999;
  content: '\f014';
  font-size: 13px;
  line-height: 22px;
  vertical-align: top
}

.favorite-cover.sub-aod-trash button.simplefavorite-button .un-fav::after {
  color: #f95332;
  content: '取消收藏';
  font-size: 13px;
  line-height: 22px;
  vertical-align: top
}

.favorite-cover.sub-aod-trash button.simplefavorite-button .fav::after {
  color: #999;
  content: '取消收藏';
  font-size: 13px;
  line-height: 22px;
  vertical-align: top
}

.favorite-cover.sub-aod-trash button.simplefavorite-button .loader i.fa {
  font-size: 10px
}

@media screen and (max-width: 767px) {
  .favorite-cover.sub-aod-trash button.simplefavorite-button .loader i.fa {
    font-size: 10px
  }
}

.favorite-cover.sub-program button.simplefavorite-button .un-fav::before {
  color: #ddd;
  content: '\f006'
}

.favorite-cover.sub-program button.simplefavorite-button .fav::before {
  color: #d6b845;
  content: '\f005'
}

.favorite-cover.sub-program button.simplefavorite-button .un-fav::after {
  content: '未訂閱'
}

.favorite-cover.sub-program button.simplefavorite-button .fav::after {
  content: '已訂閱'
}

.single-program .favorite-cover button.simplefavorite-button .fav::after,
.single-program .favorite-cover button.simplefavorite-button .un-fav::after,
.single-aod .favorite-cover button.simplefavorite-button .fav::after,
.single-aod .favorite-cover button.simplefavorite-button .un-fav::after,
.page-favorites-list #sub-aod-list .favorite-cover button.simplefavorite-button .fav::after,
.page-favorites-list #sub-aod-list .favorite-cover button.simplefavorite-button .un-fav::after {
  display: inline-block
}

@media screen and (max-width: 767px) {

  .single-program .favorite-cover button.simplefavorite-button .un-fav,
  .single-program .favorite-cover button.simplefavorite-button .fav {
    margin: 0
  }
}

.podcasts-item h4,
.blog-item h4,
.event-item h4,
.normal-item h4 {
  font-size: 17px;
  line-height: 22px;
  font-weight: 500;
  color: #333333;
  margin-bottom: 5px
}

.podcasts-item p,
.blog-item p,
.event-item p,
.normal-item p {
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 4px
}

@media screen and (max-width: 767px) {

  .podcasts-item p,
  .blog-item p,
  .event-item p,
  .normal-item p {
    font-size: 14px;
    line-height: 18px
  }
}

.podcasts-item p.description,
.blog-item p.description,
.event-item p.description,
.normal-item p.description {
  font-size: 14px;
  line-height: 18px;
  margin: 0
}

@media screen and (max-width: 767px) {

  .podcasts-item p.description,
  .blog-item p.description,
  .event-item p.description,
  .normal-item p.description {
    font-size: 13px;
    line-height: 17px
  }
}

.podcasts-item p.post-excerpt,
.blog-item p.post-excerpt,
.event-item p.post-excerpt,
.normal-item p.post-excerpt {
  height: 34px;
  overflow: hidden;
  text-overflow: ellipsis
}

.podcasts-item p.post-excerpt.post-excerpt-3lines,
.blog-item p.post-excerpt.post-excerpt-3lines,
.event-item p.post-excerpt.post-excerpt-3lines,
.normal-item p.post-excerpt.post-excerpt-3lines {
  height: 51px
}

@media screen and (max-width: 767px) {

  .podcasts-item p.post-excerpt.post-excerpt-3lines,
  .blog-item p.post-excerpt.post-excerpt-3lines,
  .event-item p.post-excerpt.post-excerpt-3lines,
  .normal-item p.post-excerpt.post-excerpt-3lines {
    height: 34px
  }
}

.podcasts-item p.post-excerpt.post-excerpt-1lines,
.blog-item p.post-excerpt.post-excerpt-1lines,
.event-item p.post-excerpt.post-excerpt-1lines,
.normal-item p.post-excerpt.post-excerpt-1lines {
  height: 17px
}

@media screen and (max-width: 767px) {

  .podcasts-item p.post-excerpt.post-excerpt-1lines,
  .blog-item p.post-excerpt.post-excerpt-1lines,
  .event-item p.post-excerpt.post-excerpt-1lines,
  .normal-item p.post-excerpt.post-excerpt-1lines {
    height: 34px
  }
}

.ad h4 {
  color: #999;
  font-weight: 400
}

.blog-item {
  text-align: left
}

.blog-item h4 {
  margin: 13px 0 4px
}

.blog-item p.time {
  margin: 10px 0px 0px;
  padding: 6px 12px 4px;
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 2px;
  background-color: #eb8a1c;
  color: white
}

.event-item {
  text-align: left
}

.event-item h4 {
  margin: 13px 0 0
}

.event-item .event-info {
  margin: 10px 0
}

.normal-item {
  text-align: left
}

.normal-item h4 {
  margin: 15px 0 10px
}

.author-item {
  margin-bottom: 40px
}

@media screen and (max-width: 767px) {
  .author-item {
    margin-bottom: 30px
  }
}

.author-item img {
  margin-bottom: 13px
}

.author-item h4 {
  font-size: 17px;
  line-height: 22px;
  font-weight: 500;
  color: #333333;
  margin-bottom: 10px
}

.author-item p {
  font-size: 14px;
  line-height: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 51px;
  color: #9b9b9b
}

.single-event .event-info {
  padding: 10px 0 0
}

.single-event .event-info p {
  margin: 0;
  font-size: 14px;
  line-height: 20px
}

.btn {
  margin: 0px 0px 10px;
  padding: 9px 18px;
  border: solid 2px;
  border-radius: 20px;
  font-size: 16px;
  line-height: 16px;
  transition: 0.4s
}

@media screen and (max-width: 767px) {
  .btn {
    font-size: 14px;
    line-height: 14px
  }
}

.btn-orange {
  color: #eb8a1c;
  border-color: #eb8a1c;
  background-color: white
}

.btn-orange:hover,
.btn-orange:focus,
.btn-orange:active,
.btn-orange.active {
  background-color: #eb8a1c;
  color: white
}

.btn-gradient {
  padding: 2px;
  border-radius: 20px;
  background-image: -webkit-linear-gradient(to right, darkblue, darkorchid);
  background-image: -moz-linear-gradient(to right, darkblue, darkorchid);
  background-image: linear-gradient(to right, darkblue, darkorchid);
  color: darkorchid;
}

.btn-gradient>div {
  width: 100%;
  height: 95%;
  border-radius: 25px;
  background: #fff;
  text-align: center;
  padding: 10px 15px;
}

.btn-gradient:hover>div,
.btn-gradient:focus>div,
.btn-gradient:active>div,
.btn-gradient.active>div {
  background-color: transparent;
  color: white;
  transition: 0.4s;
}

.btn-white {
  color: white;
  border-color: white
}

.btn-white:hover {
  border-color: #eb8a1c;
  color: #eb8a1c
}

.btn-grey {
  color: #999;
  border-color: #999;
  background-color: white
}

.btn-grey:hover,
.btn-grey:focus,
.btn-grey:active,
.btn-grey.active {
  background-color: #999;
  color: white
}

label.btn-grey {
  border: solid 1px #999
}

label.btn-grey:hover,
label.btn-grey:focus {
  border: solid 1px #eb8a1c;
  background-color: white;
  color: #999
}

label.btn-grey:active,
label.btn-grey.active {
  border: solid 1px #eb8a1c;
  background-color: #eb8a1c;
  color: white
}

.btn-bg-grey {
  border-color: #999;
  background-color: #999;
  color: white
}

.btn-bg-grey:hover,
.btn-bg-grey:focus,
.btn-bg-grey:active,
.btn-bg-grey.active {
  color: #999;
  background-color: white
}

a.btn-loginout {
  display: inline-block;
  padding: 5px 25px;
  border: solid 2px;
  border-radius: 20px;
  color: #eb8a1c;
  border-color: #eb8a1c
}

a.btn-loginout:hover,
a.btn-loginout:focus,
a.btn-loginout:active,
a.btn-loginout.active {
  background-color: #eb8a1c;
  color: #183047
}

.sponsored-tag,
.post-type-tag {
  display: inline-block;
  vertical-align: top;
  background-color: #eb8a1c;
  padding: 5px 8px;
  border-radius: 15px;
  color: white;
  font-size: 12px;
  line-height: 12px;
  letter-spacing: 1px
}

.post-type-tag {
  margin-bottom: 10px
}

.buttons-container {
  clear: both;
  text-align: center;
  padding: 30px 0
}

.buttons-container i.fa {
  padding-right: 7px
}

input.checkbox-btn {
  display: none
}

input.checkbox-btn:checked.checkbox-topic+label {
  color: white;
  background-color: #eb8a1c;
  border-color: #eb8a1c
}

input.checkbox-btn:checked.checkbox-program+label i.fa {
  color: #eb8a1c
}

input.checkbox-btn:checked#check-all+label {
  color: white;
  background-color: #999;
  border-color: #999
}

.separator-showmore-content {
  overflow: hidden;
  height: 96px;
  position: relative;
  text-align: left
}

.separator-showmore-content:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 20px;
  box-shadow: inset 0px -20px 20px -10px white
}

.separator-showmore-content p {
  line-height: 22px
}

.separator-showmore {
  text-align: center;
  height: 9px;
  border-bottom: solid 1px #999;
  margin: 10px 0 30px;
  cursor: pointer
}

.separator-showmore span {
  font-size: 14px;
  font-weight: 400;
  color: #999;
  background-color: white;
  padding: 0px 10px
}

.open .separator-showmore-content {
  height: initial
}

.open .separator-showmore-content:before {
  height: 0
}

.open .separator-showmore i.fa {
  transform: rotate(180deg)
}

.program-ad-wrap {
  margin-top: 30px;
  margin-bottom: 20px
}

@media screen and (max-width: 992px) {
  .program-ad-wrap {
    margin-top: 10px
  }
}

@media screen and (max-width: 767px) {
  .program-ad-wrap {
    width: calc(80% + 30px);
    margin: 0 auto 20px
  }
}

.program-ad-item {
  margin: 20px auto;
  display: block
}

@media screen and (max-width: 600px) {
  .program-ad-item {
    width: 100%
  }
}

@media screen and (min-width: 767px) {
  .program-ad-item {
    margin: 20px 0
  }
}

@media screen and (min-width: 992px) {
  .program-ad-item {
    margin: 0 0 20px
  }
}

.program-ad-item small {
  font-size: 12px;
  color: #b3b3b3;
  margin-top: 5px;
  display: inline-block
}

.program-intro,
.author-intro {
  text-align: left
}

@media screen and (max-width: 767px) {

  .program-intro,
  .author-intro {
    text-align: center
  }
}

.tag-list {
  font-size: 14px;
  line-height: 14px;
  margin-bottom: 20px;
  padding-top: 20px
}

@media screen and (max-width: 767px) {
  .tag-list {
    font-size: 13px;
    padding-top: 15px;
    margin-bottom: 15px
  }
}

.tag-list li {
  margin-bottom: 5px
}

.page-archive-for-tag-topic .title-container {
  margin: 30px 0px 15px
}

.page-archive-for-tag-topic .tag-list {
  display: inline-block;
  vertical-align: top;
  margin: 3px 0 13px;
  padding-top: 0px
}

.page-archive-for-tag-topic .normal-item {
  width: 75%;
  border-top: solid 1px #999;
  padding-bottom: 15px
}

@media screen and (max-width: 992px) {
  .page-archive-for-tag-topic .normal-item {
    width: 100%
  }
}

.page-archive-for-tag-topic .normal-item:first-child {
  border-top: none
}

@media screen and (max-width: 767px) {
  .page-search section.page-banner .container {
    padding: 0
  }
}

.page-search .title-container {
  margin: 30px 0px 15px;
  border: none
}

.page-search .title-container .title {
  font-size: 17px;
  color: #183147;
  border: none;
  padding: 0
}

.page-search .nav-tabs {
  border: none;
  margin-bottom: 20px;
  width: 100%;
  overflow-x: auto;
  white-space: nowrap;
  position: relative
}

.page-search .nav-tabs::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #bfbfbf;
  bottom: 0;
  left: 0
}

.page-search .nav-tabs>li {
  margin-bottom: 0px;
  display: inline-block;
  float: none
}

.page-search .nav-tabs>li>a {
  margin: 0;
  padding: 18px 30px;
  color: #999;
  border: none
}

.page-search .nav-tabs>li.active>a {
  border: 0;
  border-bottom: solid 2px #eb8a1c;
  color: #333
}

.page-search .nav>li>a:focus,
.page-search .nav>li>a:hover {
  background: none
}

.page-search .tag-list {
  display: inline-block;
  vertical-align: top;
  margin: 3px 0 13px 5px;
  padding-top: 0px
}

.page-search #program .normal-item,
.page-search #aod .normal-item,
.page-search #host .normal-item {
  width: 75%;
  border-top: solid 1px #999;
  padding-bottom: 15px
}

@media screen and (max-width: 992px) {

  .page-search #program .normal-item,
  .page-search #aod .normal-item,
  .page-search #host .normal-item {
    width: 100%
  }
}

.page-search #program .normal-item:first-child,
.page-search #aod .normal-item:first-child,
.page-search #host .normal-item:first-child {
  border-top: none
}

.page-search #host .normal-item,
.page-search #program .normal-item {
  font-size: 0
}

.page-search #host .normal-item .left,
.page-search #host .normal-item .right,
.page-search #program .normal-item .left,
.page-search #program .normal-item .right {
  display: inline-block;
  vertical-align: top
}

.page-search #host .normal-item .left,
.page-search #program .normal-item .left {
  width: 15%
}

.page-search #host .normal-item .left img,
.page-search #program .normal-item .left img {
  margin-top: 15px
}

.page-search #host .normal-item .right,
.page-search #program .normal-item .right {
  width: 83%;
  margin-left: 2%
}

@media screen and (max-width: 600px) {

  .page-search #host .normal-item .left,
  .page-search #program .normal-item .left {
    width: 25%
  }

  .page-search #host .normal-item .right,
  .page-search #program .normal-item .right {
    width: 70%;
    margin-left: 5%
  }
}

.single-program .program-intro .buttons-container {
  padding: 0 0 5px;
  text-align: left
}

@media screen and (max-width: 767px) {
  .single-program .program-intro .buttons-container {
    padding: 30px 0 20px;
    text-align: center
  }
}

.single-program .program-intro h2 {
  margin-bottom: 15px
}

.single-program .program-intro img {
  display: none;
  margin-top: 12px;
  width: 80%
}

@media screen and (max-width: 767px) {
  .single-program .program-intro img {
    display: inline-block
  }
}

.share-buttons a,
.share-buttons p,
.share-buttons .un-fav {
  display: inline-block
}

.share-buttons ul {
  text-align: left;
  margin-bottom: 40px
}

@media screen and (max-width: 767px) {
  .share-buttons ul {
    text-align: center;
    margin: 15px 0 10px
  }
}

.share-buttons ul li {
  margin-right: 24px
}

@media screen and (max-width: 767px) {
  .share-buttons ul li {
    margin: 0 12px
  }
}

.share-buttons ul li i.fa {
  font-size: 30px;
  vertical-align: top;
  margin-right: 5px
}

.share-buttons ul li p {
  line-height: 30px;
  vertical-align: top;
  margin: 0 0 0 3px
}

.single-program .share-buttons .addthis_tool {
  display: inline-block
}

.single-program .share-buttons .addthis_tool .at-icon-wrapper.at-share-btn.at-svc-compact {
  padding: 3px;
  margin: 2px 0
}

.single-program .share-buttons .addthis_tool .at-label {
  display: none
}

.single-aod .like-share-buttons,
.single-event .like-share-buttons,
.single-blog .like-share-buttons {
  position: relative;
  height: 30px
}

.single-aod .like-share-buttons .fb-like,
.single-event .like-share-buttons .fb-like,
.single-blog .like-share-buttons .fb-like {
  position: absolute;
  top: 5px;
  left: 0;
  width: 80%;
  overflow: hidden
}

.single-aod .like-share-buttons .fb-like span,
.single-event .like-share-buttons .fb-like span,
.single-blog .like-share-buttons .fb-like span {
  width: 100% !important
}

.single-aod .like-share-buttons .fb-like span iframe,
.single-event .like-share-buttons .fb-like span iframe,
.single-blog .like-share-buttons .fb-like span iframe {
  width: 100% !important
}

.single-aod .like-share-buttons .addthis_tool .at-icon-wrapper.at-share-btn.at-svc-compact,
.single-event .like-share-buttons .addthis_tool .at-icon-wrapper.at-share-btn.at-svc-compact,
.single-blog .like-share-buttons .addthis_tool .at-icon-wrapper.at-share-btn.at-svc-compact {
  padding: 3px;
  margin: 2px 0
}

.single-aod .like-share-buttons .addthis_tool .at-label,
.single-event .like-share-buttons .addthis_tool .at-label,
.single-blog .like-share-buttons .addthis_tool .at-label {
  display: none
}

@media screen and (max-width: 767px) {
  .single-aod .like-share-buttons {
    padding-bottom: 70px
  }
}

.single-aod .like-share-buttons .favorite-cover {
  position: absolute;
  top: 0
}

.single-aod .like-share-buttons .favorite-cover.sub-aod {
  right: 0
}

.single-aod .like-share-buttons .favorite-cover.sub-program {
  right: 183px
}

@media screen and (max-width: 767px) {
  .single-aod .like-share-buttons .favorite-cover {
    top: initial;
    bottom: 2px
  }

  .single-aod .like-share-buttons .favorite-cover.sub-aod {
    right: 0
  }

  .single-aod .like-share-buttons .favorite-cover.sub-program {
    right: 180px
  }
}

.single-aod .like-share-buttons .add-share {
  position: absolute;
  top: 0;
  right: 90px
}

@media screen and (max-width: 767px) {
  .single-aod .like-share-buttons .add-share {
    top: initial;
    bottom: 0
  }
}

.single-aod .like-share-buttons .add-share .addthis_tool {
  display: inline-block;
  vertical-align: top
}

.single-aod .like-share-buttons .add-share p {
  display: inline-block;
  vertical-align: top;
  margin-top: 7px;
  padding-left: 3px
}

.single-event .thumbnail-caption,
.single-blog .thumbnail-caption {
  font-size: 14px;
  padding-top: 10px
}

.single-event .like-share-buttons,
.single-blog .like-share-buttons {
  margin-bottom: 15px
}

.single-event .addthis_tool,
.single-blog .addthis_tool {
  position: absolute;
  top: 0;
  right: 0
}

.post-content .addthis_tool {
  display: none
}

.page-author .author-intro h2 {
  margin-bottom: 40px
}

@media screen and (max-width: 767px) {
  .page-author .author-intro h2 {
    margin: 40px 0 30px
  }
}

.page-author .author-intro img {
  display: none
}

@media screen and (max-width: 767px) {
  .page-author .author-intro img {
    margin-bottom: 15px;
    display: inline-block;
    width: 50%
  }
}

.page-author .author-description .summary-row {
  padding-bottom: 20px
}

.page-author .author-description .summary-row p {
  margin: 0;
  line-height: 22px
}

.page-author .author-description .summary-row p.title {
  font-weight: 600
}

.page-author .item-vert-pc--hori-mb {
  margin: 5px 0 10px
}

.single-aod .title-program img {
  margin-bottom: 10px
}

.single-aod .title-program h3 {
  font-size: 18px;
  line-height: 28px;
  font-weight: 400
}

@media screen and (max-width: 767px) {
  .single-aod .title-program h3 {
    font-size: 16px;
    line-height: 26px
  }
}

@media screen and (max-width: 767px) {
  .single-aod .title-program {
    margin: 30px 0;
    font-size: 0
  }

  .single-aod .title-program img {
    margin-bottom: 0;
    display: inline-block;
    width: 16%
  }

  .single-aod .title-program h3 {
    display: inline-block;
    vertical-align: middle;
    width: 82%;
    margin: 0;
    margin-left: 2%;
    line-height: 26px
  }
}

.single-aod .aod-intro h2 {
  margin-bottom: 15px
}

.single-aod .like-share-buttons {
  margin-top: 30px
}

.single-aod .the-date,
.single-aod .the-duration {
  font-size: 14px;
  margin-bottom: 5px
}

.single-aod .tag-list {
  margin-bottom: 15px;
  padding-top: 0
}

.single-aod .tip-box {
  padding: 20px 15px 10px;
  background-color: #ededed;
  border-radius: 5px;
  margin-bottom: 20px;
  margin-top: 15px
}

@media screen and (min-width: 992px) {
  .single-aod .tip-box {
    display: flex;
    padding: 30px 30px 10px
  }
}

@media screen and (min-width: 992px) {
  .single-aod .tip-box .tip-box-cover {
    flex: 3
  }
}

.single-aod .tip-box .tip-box-cover .tip-box-img {
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-color: #ededed;
  margin-bottom: 15px
}

.single-aod .tip-box .tip-box-cover .tip-box-img:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 75.34247%
}

.single-aod .tip-box .tip-box-cover .tip-box-img>.content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0
}

.single-aod .tip-box .tip-box-content {
  font-size: 14px
}

@media screen and (min-width: 992px) {
  .single-aod .tip-box .tip-box-content {
    flex: 5;
    padding-left: 30px
  }
}

.single-aod .tip-box .tip-box-content h6 {
  font-size: 18px;
  font-weight: bold;
  color: #eb8a1c;
  margin-bottom: 15px
}

.single-aod .tip-box .tip-box-content p {
  margin-bottom: 20px
}

.single-aod .tip-box .tip-box-content a {
  text-decoration: underline
}

@media screen and (min-width: 992px) {
  .single-aod .tip-box .tip-box-content a:hover {
    color: #008BBD
  }
}

.single-aod .tip-box .tip-box-content ol,
.single-aod .tip-box .tip-box-content ul {
  padding-left: 20px
}

.single-aod .tip-box .tip-box-content ol li,
.single-aod .tip-box .tip-box-content ul li {
  margin-bottom: 5px
}

.fancybox-slide>* {
  margin: auto;
  padding: 0
}

.page-favorites-list .buttons-container {
  padding: 10px 0 30px
}

.page-favorites-list .favorite-playlist {
  max-width: 730px;
  margin: 0 auto
}

.page-favorites-list .program-list {
  padding-top: 20px
}

.page-favorites-list .please-login-content {
  text-align: center;
  padding: 20px 0
}

.page-favorites-list .please-login-content .btn-loginout {
  margin-top: 20px
}

.page-discover .page-banner p {
  text-align: center
}

@media screen and (max-width: 767px) {
  .page-discover .title-container {
    margin-bottom: 15px
  }
}

.page-discover .choose-topics {
  display: block
}

.page-discover .choose-programs {
  display: none
}

.page-discover .buttons-topics-container {
  margin: 20px auto 0;
  max-width: 800px;
  text-align: left
}

@media screen and (max-width: 992px) {
  .page-discover .buttons-topics-container {
    max-width: 670px
  }
}

@media screen and (max-width: 767px) {
  .page-discover .buttons-topics-container {
    max-width: 435px
  }
}

@media screen and (max-width: 480px) {
  .page-discover .buttons-topics-container {
    max-width: 290px
  }
}

.page-discover .buttons-topics-container .btn {
  margin-left: 15px;
  margin-right: 15px;
  margin-bottom: 15px;
  width: 100px;
  padding: 9px 0
}

@media screen and (max-width: 767px) {
  .page-discover .buttons-topics-container .btn {
    width: 67px;
    margin: 0 1px 6px
  }
}

.page-discover .buttons-container .btn {
  margin-left: 15px;
  margin-right: 15px;
  padding: 9px 0;
  width: 100px
}

.page-discover .choose-programs .buttons-container {
  padding: 30px 0 20px
}

@media screen and (max-width: 767px) {
  .page-discover .choose-programs .buttons-container {
    padding: 15px 0 5px
  }
}

@media screen and (max-width: 767px) {
  .page-answer .page-banner .title-container {
    margin-bottom: 15px
  }

  .page-answer .page-banner .buttons-container {
    padding: 0 0 5px
  }
}

.page-answer .btn {
  width: 100px;
  padding: 9px 0
}

.fixed-header #header {
  position: fixed;
  z-index: 98;
  top: 0;
  left: 0;
  right: 0;
  width: 100%
}

.fixed-header .mobile-actions {
  position: fixed
}

.fixed-header .content-wrapper {
  margin-top: 86px
}

.fixed-header .page-archive-aod .content-wrapper,
.fixed-header .page-answer .content-wrapper,
.fixed-header .page-blog .content-wrapper {
  margin-top: 0px
}

.fixed-header .page-archive-aod .page-banner,
.fixed-header .page-answer .page-banner,
.fixed-header .page-blog .page-banner {
  position: fixed;
  z-index: 98;
  top: 86px;
  left: 0;
  right: 0;
  width: 100%
}

.fixed-header .page-archive-aod .page-content {
  margin-top: 233px
}

.fixed-header .page-answer .page-content {
  margin-top: 242px
}

.fixed-header .page-blog .page-content {
  margin-top: 235px
}

.fixed-header .search-container {
  position: fixed
}

.fixed-header .current-program-detail-container {
  position: fixed
}

.page-archive-aod .page-banner,
.page-answer .page-banner,
.discover-step-2 .page-banner,
.page-blog .page-banner {
  margin-bottom: 30px
}

@media screen and (max-width: 767px) {

  .page-archive-aod .page-banner,
  .page-answer .page-banner,
  .discover-step-2 .page-banner,
  .page-blog .page-banner {
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2)
  }
}

.single-blog .buttons-container {
  padding: 0 0 5px;
  text-align: left
}

@media screen and (max-width: 767px) {
  .single-blog .buttons-container {
    padding: 30px 0 20px;
    text-align: center
  }
}

.single-blog .post-content {
  padding-top: 10px
}

.single-blog .other-posts p {
  margin-bottom: 20px;
  line-height: 22px
}

.single-blog .tags-and-like-share {
  font-size: 0
}

.single-blog .tags-and-like-share .tag-list {
  padding-top: 5px;
  margin-bottom: 26px;
  width: 80%;
  display: inline-block;
  vertical-align: top
}

.single-blog .tags-and-like-share .tag-list li {
  margin-right: 5px
}

.single-blog .other-posts h3.with-bottom-line {
  padding-top: 0
}

.single-event .buttons-container {
  display: none
}

@media screen and (max-width: 767px) {
  .single-event .buttons-container {
    display: block;
    padding: 30px 0 20px;
    text-align: center
  }
}

.single-event .post-content {
  margin-top: 30px
}

.single-event .page-content {
  margin-bottom: 70px
}

.loadmore-loader {
  display: none
}

.loadmore-loader .loader .line-scale-pulse-out div {
  background-color: #eb8a1c
}

.buttons-container {
  padding: 40px 0
}

.buttons-container .btn.loadmore {
  display: none
}

.buttons-container .nomore-text {
  display: none
}

.buttons-container.nomore .nomore-text {
  display: block
}

.page-program-schedule .date-list {
  max-width: 730px;
  margin: 0 auto 30px
}

.page-program-schedule .date-list .grid-item {
  width: 100%
}

.page-program-schedule #owl-week {
  max-width: 600px;
  margin: 0 auto 30px
}

.page-program-schedule #owl-week .owl-stage-outer .item {
  text-align: center;
  color: #999
}

.page-program-schedule #owl-week .owl-stage-outer .item .togo {
  cursor: pointer
}

.page-program-schedule #owl-week .owl-stage-outer .item .togo .day {
  margin-top: 10px;
  margin-bottom: 5px
}

.page-program-schedule #owl-week .owl-stage-outer .item .togo.active {
  color: #eb8a1c
}

.page-program-schedule #owl-week .owl-nav {
  margin: 0;
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: -1
}

.page-program-schedule #owl-week .owl-nav .owl-prev,
.page-program-schedule #owl-week .owl-nav .owl-next {
  background: none;
  color: #727272;
  font-size: 26px
}

.page-program-schedule #owl-week .owl-nav .owl-prev {
  float: left;
  margin-left: -60px
}

.page-program-schedule #owl-week .owl-nav .owl-next {
  float: right;
  margin-right: -60px
}

.dropdown-order button.btn {
  font-size: 14px;
  margin: 0;
  padding: 4px 10px
}

.dropdown-order .dropdown-menu {
  min-width: initial
}

.program-playlist {
  position: relative
}

.program-playlist .dropdown-order {
  position: absolute;
  top: 10px;
  right: 0
}

.favorite-playlist .dropdown-order {
  margin-bottom: 20px
}

.favorites-type-switcher {
  margin: 0
}

.favorites-type-switcher li a {
  margin: 0
}

.favorites-type-switcher li.active a.btn {
  background-color: #eb8a1c;
  color: white
}

.ads-buffer {
  display: none
}

#sub-aod-list .normal-item {
  border-bottom: solid 1px #999;
  padding: 15px 0 25px;
  margin-bottom: 10px;
  font-size: 0
}

#sub-aod-list .normal-item .left,
#sub-aod-list .normal-item .right {
  display: inline-block;
  vertical-align: top
}

#sub-aod-list .normal-item .left {
  width: 15%
}

#sub-aod-list .normal-item .right {
  width: 83%;
  margin-left: 2%
}

#sub-aod-list .normal-item .right span {
  margin-bottom: 12px
}

#sub-aod-list .normal-item .right h4 {
  margin-top: 0;
  margin-bottom: 5px
}

@media screen and (max-width: 600px) {
  #sub-aod-list .normal-item .left {
    width: 25%
  }

  #sub-aod-list .normal-item .right {
    width: 70%;
    margin-left: 5%
  }
}

.woocommerce table.my_account_orders .button.pay {
  border-color: #f85332
}

.woocommerce table.my_account_orders .button.pay:hover {
  color: #f85332;
  border-color: #f85332;
  background-color: transparent
}

div.woocommerce-message,
ul.woocommerce-error,
div.woocommerce-info {
  padding: 15px 15px 20px;
  margin: 0 0 15px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 1px;
  font-weight: 500
}

div.woocommerce-message::before,
ul.woocommerce-error::before,
div.woocommerce-info::before {
  display: none
}

div.woocommerce-message i.fa,
ul.woocommerce-error i.fa,
div.woocommerce-info i.fa {
  margin-right: 15px
}

div.woocommerce-message a,
ul.woocommerce-error a,
div.woocommerce-info a {
  display: inline-block;
  color: #fff;
  background-color: transparent;
  border-width: 0px;
  padding: 5px 0;
  border-bottom: solid 2px #fff;
  font-size: 18px
}

@media screen and (max-width: 767px) {

  div.woocommerce-message,
  ul.woocommerce-error,
  div.woocommerce-info {
    font-size: 14px
  }

  div.woocommerce-message i.fa,
  ul.woocommerce-error i.fa,
  div.woocommerce-info i.fa {
    margin-right: 8px
  }

  div.woocommerce-message a,
  ul.woocommerce-error a,
  div.woocommerce-info a {
    font-size: 16px
  }
}

div.woocommerce-message {
  font-weight: bold;
  border-top-color: #508717;
  background-color: #9bd262
}

ul.woocommerce-error {
  border-top-color: #d0021b;
  background-color: rgba(254, 75, 75, 0.9)
}

div.woocommerce-info {
  border-top-color: #1463bf;
  background-color: #4a90e2
}

.woocommerce p {
  font-size: 14px;
  line-height: 28px;
  font-weight: 400
}

.woocommerce form.login,
.woocommerce form.register {
  border: none;
  border-radius: 0;
  padding: 0;
  margin: 0
}

.woocommerce form .form-row {
  padding: 0;
  margin: 0 0 15px
}

.woocommerce .button+.button {
  margin-left: 15px
}

.woocommerce button.button.alt,
.woocommerce a.button,
.woocommerce input.button {
  border-radius: 0px;
  background-color: #999;
  padding: 11px;
  font-size: 14px;
  line-height: 0.9;
  font-weight: 400;
  color: white;
  border: 1px solid #999
}

.woocommerce button.button.alt.woocommerce-Button,
.woocommerce a.button.woocommerce-Button,
.woocommerce input.button.woocommerce-Button {
  background-color: #eb8a1c;
  border-width: 0px;
  width: 100%
}

.woocommerce button.button.alt.woocommerce-Button:hover,
.woocommerce a.button.woocommerce-Button:hover,
.woocommerce input.button.woocommerce-Button:hover {
  background-color: #db7e15;
  color: white
}

.woocommerce button.button.alt.disabled,
.woocommerce a.button.disabled,
.woocommerce input.button.disabled {
  background-color: #999;
  color: white
}

.woocommerce button.button.alt.disabled:hover,
.woocommerce a.button.disabled:hover,
.woocommerce input.button.disabled:hover {
  background-color: #999 !important;
  color: white
}

.woocommerce button.button.alt.btn-orange,
.woocommerce a.button.btn-orange,
.woocommerce input.button.btn-orange {
  border: 1px solid #eb8a1c;
  background-color: #eb8a1c
}

.woocommerce button.button.alt.btn-orange:hover,
.woocommerce a.button.btn-orange:hover,
.woocommerce input.button.btn-orange:hover {
  background-color: transparent;
  color: #db7e15
}

.woocommerce button.button.alt.xoo-wsc-cart:hover,
.woocommerce a.button.xoo-wsc-cart:hover,
.woocommerce input.button.xoo-wsc-cart:hover {
  color: #000
}

.woocommerce button.button.alt:hover,
.woocommerce a.button:hover,
.woocommerce input.button:hover {
  background-color: transparent;
  color: #999
}

.woocommerce input.button:disabled[disabled] {
  opacity: 1;
  padding: 11px;
  color: white;
  background-color: #999
}

.woocommerce .input-text,
.woocommerce input#reg_birthday {
  padding: 0 10px;
  height: 36px;
  width: 100%;
  background-color: white;
  border: solid 1px #999;
  -webkit-appearance: none;
  border-radius: 0
}

.woocommerce input#reg_birthday {
  border-right: none;
  box-shadow: none
}

.woocommerce span.input-group-addon {
  background-color: white;
  border-radius: 0;
  border: solid 1px #999;
  border-left: none;
  cursor: default
}

.woocommerce span.input-group-addon i.fa {
  font-size: 20px;
  color: #999
}

.woocommerce .submit-clean-edit-account {
  text-align: center;
  padding: 17px 0
}

.woocommerce .submit-clean-edit-account input[name=save_account_details],
.woocommerce .submit-clean-edit-account .btn-fill-in-again {
  display: inline-block;
  background-color: #999;
  border: solid 2px #999;
  color: white;
  width: 110px;
  padding: 10px 0;
  margin: 0 16px;
  border: solid 2px;
  border-radius: 20px;
  font-size: 16px;
  line-height: 16px;
  text-align: center
}

@media screen and (max-width: 767px) {

  .woocommerce .submit-clean-edit-account input[name=save_account_details],
  .woocommerce .submit-clean-edit-account .btn-fill-in-again {
    font-size: 14px
  }
}

.woocommerce .submit-clean-edit-account input[name=save_account_details]:disabled[disabled],
.woocommerce .submit-clean-edit-account .btn-fill-in-again:disabled[disabled] {
  opacity: 1;
  padding: 10px 0;
  color: white
}

.woocommerce .submit-clean-edit-account input[name=save_account_details]:disabled[disabled]:hover,
.woocommerce .submit-clean-edit-account .btn-fill-in-again:disabled[disabled]:hover {
  background-color: #999
}

.woocommerce p.description {
  line-height: 22px
}

.woocommerce p.description span.title {
  font-size: 16px;
  font-weight: 400
}

.woocommerce p.title-using-email {
  text-align: center;
  margin: 20px 0 10px
}

.woocommerce .lost-password {
  text-align: right;
  margin-bottom: 20px;
  margin-top: -5px
}

.woocommerce select.input-text {
  padding-right: 30px;
  background: transparent url("img/arrow-down.png") no-repeat 268px center
}

.woocommerce .agree-with-ic975,
.woocommerce .remember-me {
  text-align: left;
  margin-bottom: 20px
}

.woocommerce .agree-with-ic975 p,
.woocommerce .remember-me p {
  margin: 0
}

.woocommerce .agree-with-ic975 label,
.woocommerce .remember-me label {
  font-weight: 400;
  padding-left: 25px;
  margin-right: 5px;
  position: relative
}

.woocommerce .agree-with-ic975 label::before,
.woocommerce .remember-me label::before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  border: solid 1px #999;
  left: 0px;
  top: 6px
}

.woocommerce .agree-with-ic975 input.button,
.woocommerce .remember-me input.button {
  display: none
}

.woocommerce .agree-with-ic975 input.button:checked+label::before,
.woocommerce .remember-me input.button:checked+label::before {
  font-family: "Fontawesome";
  content: "\f00c";
  background-color: #eb8a1c;
  border: none;
  color: white;
  font-size: 10px;
  line-height: 16px;
  text-align: center
}

.woocommerce .agree-with-ic975 input.button:disabled[disabled]+label,
.woocommerce .remember-me input.button:disabled[disabled]+label {
  cursor: not-allowed
}

.woocommerce .form-edit-account label {
  display: block;
  padding-top: 10px;
  line-height: 24px;
  font-weight: 500
}

.woocommerce .form-edit-account span.required {
  color: black
}

.woocommerce .uneditable-field {
  margin-bottom: 18px
}

.woocommerce .uneditable-field .social-login {
  margin-bottom: 15px
}

.woocommerce .uneditable-field .social-login img {
  display: inline-block;
  margin-right: 5px;
  width: 45px
}

.woocommerce .uneditable-field .social-login p {
  display: inline-block
}

.woocommerce .uneditable-field .normal-login {
  margin-bottom: 24px
}

.woocommerce .uneditable-field .normal-login .title {
  color: #999;
  margin-bottom: 10px
}

.woocommerce .uneditable-field p {
  line-height: 14px;
  margin: 0
}

.woocommerce .uneditable-field span.account-level {
  color: #eb8a1c;
  border-color: #eb8a1c;
  background-color: white;
  margin: 0 10px;
  padding: 3px 7px;
  border: solid 2px;
  border-radius: 20px;
  font-size: 14px
}

.woocommerce .gender-field {
  position: relative
}

.woocommerce .gender-field label[for=male],
.woocommerce .gender-field label[for=female] {
  display: inline-block;
  padding-right: 20px;
  padding-top: 0;
  font-weight: 400;
  color: #999
}

.woocommerce .gender-field label[for=male] input,
.woocommerce .gender-field label[for=female] input {
  margin-right: 8px
}

.woocommerce .gender-field #gender-error {
  position: absolute;
  top: 0;
  right: 0
}

.woocommerce .error {
  color: #f74f30
}

.woocommerce .error::before {
  font-family: "Fontawesome";
  content: "\f06a";
  margin-right: 5px
}

.text-grey-w-line {
  color: #999;
  border-bottom: solid 1px;
  padding-bottom: 5px
}

.login-register-switcher {
  padding-top: 20px;
  text-align: center
}

.woocommerce-account .woocommerce-MyAccount-content {
  width: 100%
}

.woocommerce-MyAccount-navigation {
  margin-bottom: 20px
}

.woocommerce-account nav.woocommerce-MyAccount-navigation {
  width: 100%
}

.woocommerce-account nav.woocommerce-MyAccount-navigation ul {
  text-align: center
}

.woocommerce-account nav.woocommerce-MyAccount-navigation ul li {
  display: inline-block;
  padding: 7px
}

.woocommerce-account nav.woocommerce-MyAccount-navigation ul li a {
  font-size: 14px;
  padding-bottom: 3px;
  border-bottom: solid 2px white;
  color: #999
}

.woocommerce-account nav.woocommerce-MyAccount-navigation ul li a:hover {
  color: black;
  border-bottom: solid 2px #eb8a1c
}

.woocommerce-account nav.woocommerce-MyAccount-navigation ul li.active a {
  color: black;
  border-bottom: solid 2px #eb8a1c
}

.form-login,
.form-lost-password,
.form-edit-password,
.form-reset-password,
.form-edit-account,
.submit-clean-edit-account {
  float: none;
  margin: 0 auto;
  max-width: 290px
}

.form-register-input,
.wc-social-login {
  margin: 0 auto;
  max-width: 290px
}

@media screen and (max-width: 992px) {
  .form-register-description {
    margin-bottom: 45px
  }
}

@media screen and (max-width: 767px) {
  .form-register-description {
    margin: 0 auto;
    max-width: 290px;
    margin-bottom: 0px
  }
}

@media screen and (max-width: 767px) {
  .form-edit-account-description {
    margin: 0 auto;
    max-width: 290px
  }
}

.form-edit-account-description p {
  margin-bottom: 30px
}

.wc-social-login-profile {
  display: none
}

.woocommerce .wc-social-login {
  margin-top: 30px
}

@media screen and (max-width: 992px) {
  .woocommerce .wc-social-login {
    margin-top: 0px
  }
}

.woocommerce .wc-social-login a.button-social-login {
  display: block;
  margin: 0 0 15px;
  text-align: center;
  border-radius: 0px;
  box-shadow: none;
  font-weight: 400
}

.woocommerce .wc-social-login a.button-social-login.button-social-login-facebook {
  background-color: #3b5998;
  border: none
}

.woocommerce .wc-social-login a.button-social-login.button-social-login-google {
  background-color: #ff4343;
  border: none
}

.woocommerce .wc-social-login a.button-social-login span.si {
  background-color: inherit
}

.woocommerce .wc-social-login a.button-social-login span.si-facebook {
  background-image: none;
  margin: 0
}

.woocommerce .wc-social-login a.button-social-login span.si-facebook::before {
  font-family: "Fontawesome";
  content: "\f082";
  font-size: 16px;
  color: white
}

.woocommerce .wc-social-login a.button-social-login span.si-google {
  background-image: none;
  margin: 0
}

.woocommerce .wc-social-login a.button-social-login span.si-google::before {
  font-family: "Fontawesome";
  content: "\f2b3";
  font-size: 16px;
  color: white
}

.announcement p {
  max-width: 580px;
  margin: 0 auto;
  text-align: center;
  font-size: 13px;
  background-color: #f5f5f5;
  padding: 10px 15px;
  color: #9b9b9b
}

.text-orange-w-line {
  color: #eb8a1c;
  border-bottom: solid 1px;
  padding-bottom: 5px
}

.intl-tel-input.allow-dropdown {
  width: 100%
}

.intl-tel-input ul.country-list {
  z-index: 4
}

.intl-tel-input ul.country-list li {
  display: block
}

.my-variation-price {
  display: flex
}

.my-variation-price .variation-price {
  font-size: 16px;
  font-weight: 700;
  padding-right: 20px;
  visibility: hidden
}

.variations label {
  font-size: 16px
}

.woocommerce div.product form.cart .group_table td {
  vertical-align: middle
}

.xoo-wsc-price ins {
  margin-left: 5px;
  color: #f85332;
  text-decoration: none
}

.group_table {
  vertical-align: middle
}

.group_table .price ins {
  margin-left: 15px;
  color: #f85332;
  font-size: 15px;
  text-decoration: none
}

.group_table .screen-reader-text {
  text-align: left
}

.group_table .label {
  display: block;
  font-size: 14px;
  padding: 10px;
  text-align: left;
  margin-left: 10px
}

.single-product .single-aod {
  margin-top: -20px
}

.product .quantity {
  display: flex;
  align-items: center;
  width: 100%
}

.product .quantity .screen-reader-text {
  font-size: 16px;
  height: auto;
  width: 50px;
  position: relative !important
}

.woocommerce div.product form.cart .variations {
  margin-bottom: 0;
  width: 200px
}

.woocommerce div.product form.cart .variations .select2 {
  width: 100% !important;
  margin-bottom: 10px
}

.woocommerce div.product form.cart .variations td,
.woocommerce div.product form.cart .variations th {
  line-height: 30px;
  width: 150px
}

.variations_form {
  margin-top: 15px
}

.reset_variations {
  display: none !important
}

.woocommerce div.product form.cart .button {
  margin-top: 30px
}

.woocommerce-variation-price {
  padding-bottom: 10px
}

.product_title {
  font-size: 36px;
  line-height: 1.2
}

.product_meta {
  margin-bottom: 10px
}

.product_meta a {
  color: #eb8a1c;
  padding-right: 10px
}

.woocommerce div.product p.price,
.woocommerce div.product span.price {
  color: #333
}

.woocommerce div.product form.cart .variations label {
  color: #333
}

.woocommerce.post-type-archive-product .woocommerce-ordering {
  margin-bottom: 25px
}

.woocommerce-pagination {
  margin-bottom: 50px;
  margin-top: 15px
}

.products h1 {
  font-size: 18px;
  line-height: 1.4
}

.products.related h1 {
  color: #eb8a1c;
  font-size: 30px;
  font-weight: 400;
  margin-bottom: 25px
}

.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
  padding: 10px 14px
}

.woocommerce nav.woocommerce-pagination ul li a.current,
.woocommerce nav.woocommerce-pagination ul li span.current {
  background-color: #eb8a1c;
  color: #fff
}

.woocommerce .related .products {
  margin: 0 -10px
}

.woocommerce a.added_to_cart {
  display: none
}

.products .single_add_to_cart_button~.button,
.product .single_add_to_cart_button~.button {
  margin-left: 20px
}

.products h2,
.product h2 {
  font-size: 18px;
  line-height: 1.4;
  color: #eb8a1c;
  margin-top: 10px
}

.products .shop-excerpt,
.product .shop-excerpt {
  color: #999;
  margin-top: 10px;
  word-break: break-all
}

.products .shop-excerpt p,
.product .shop-excerpt p {
  line-height: 1.4;
  display: none
}

.products .shop-excerpt p:first-of-type,
.product .shop-excerpt p:first-of-type {
  max-height: 38px;
  display: block;
  overflow: hidden
}

.products .shop-excerpt p:nth-of-type(2),
.product .shop-excerpt p:nth-of-type(2) {
  max-height: 38px;
  display: block;
  overflow: hidden
}

.products .woocommerce-Price-amount.amount,
.product .woocommerce-Price-amount.amount {
  font-size: 17px
}

.products span.price ins,
.products p.price ins,
.product span.price ins,
.product p.price ins {
  margin-left: 15px;
  color: #f85332;
  font-size: 15px;
  text-decoration: none;
  font-weight: normal !important
}

.products .product-item,
.product .product-item {
  margin-bottom: 50px
}

@media screen and (max-width: 767px) {

  .products .product-item:nth-of-type(2n+1),
  .product .product-item:nth-of-type(2n+1) {
    clear: both
  }
}

@media screen and (min-width: 767px) {

  .products .product-item:nth-of-type(3n+1),
  .product .product-item:nth-of-type(3n+1) {
    clear: both
  }
}

.products .onsale,
.product .onsale {
  display: none
}

.products select,
.product select {
  -webkit-appearance: none;
  border-width: 0
}

.products a.button {
  margin-top: 15px;
  border-radius: 0px
}

.freeTrial-wrapper h4 {
  font-size: 17px
}

.freeTrial-wrapper h2 {
  padding-bottom: 20px
}

.woocommerce div.product div.summary {
  margin-bottom: 0
}

.product p {
  line-height: 1.6;
  font-size: 14px
}

.product .woocommerce-product-details__short-description {
  color: #333;
  font-size: 14px;
  margin-bottom: 10px
}

.product .tabs {
  display: none
}

.woocommerce-result-count {
  display: none
}

.woocommerce .woocommerce-ordering {
  float: left
}

.woocommerce .woocommerce-ordering select {
  width: 220px
}

@media (min-width: 768px) {
  .cross-sells .products .col-sm-4 {
    width: 25%
  }
}

.cart_totals table.shop_table {
  background-color: #fafafa
}

.woocommerce table.shop_table {
  max-width: 1170px;
  margin: 0 auto;
  border-width: 0
}

#order_review .woocommerce table.shop_table {
  margin-top: 10px
}

.woocommerce table.shop_table.col-sm-5 {
  width: 50%
}

@media screen and (max-width: 767px) {
  .woocommerce table.shop_table.col-sm-5 {
    width: 100%
  }
}

.woocommerce table.shop_table.col-sm-5:first-of-type {
  padding-right: 0
}

@media screen and (max-width: 767px) {
  .woocommerce table.shop_table.col-sm-5:first-of-type {
    padding-right: 15px
  }
}

.woocommerce table.shop_table.col-sm-5:last-of-type {
  padding-left: 0
}

@media screen and (max-width: 767px) {
  .woocommerce table.shop_table.col-sm-5:last-of-type {
    padding-left: 15px
  }
}

.woocommerce table.shop_table thead {
  background-color: #fafafa
}

.woocommerce table.shop_table td {
  padding: 10px 12px;
  vertical-align: text-top
}

.woocommerce table.shop_table.woocommerce-table--order-downloads td {
  vertical-align: middle
}

.woocommerce-shipping-calculator {
  display: none
}

ul#shipping_method li {
  margin-bottom: 0;
  padding-right: 10px
}

.woocommerce-cart .product-price ins {
  display: none
}

.woocommerce-cart .product-price-discount {
  min-height: 42px
}

.woocommerce-cart .product-price-discount ins {
  text-decoration: none
}

.woocommerce-cart .product-price-discount .woocommerce-Price-amount {
  display: none
}

.woocommerce-cart .product-price-discount ins .woocommerce-Price-amount {
  display: block
}

.woocommerce-cart .woocommerce-cart-form__contents .price-off {
  display: none
}

.woocommerce-cart .woocommerce-cart-form__contents .price-off+.amount {
  color: #f85332;
  padding-left: 5px
}

.woo-cart-remove {
  color: #999
}

#add_payment_method table.cart img,
.woocommerce-cart table.cart img,
.woocommerce-checkout table.cart img {
  width: 50px
}

#coupon_code {
  min-width: 120px
}

.woocommerce-checkout .cart-collaterals .cart_totals table {
  background-color: #fafafa
}

.wc-proceed-to-checkout {
  text-align: right
}

.woocommerce-checkout-review-order-table tbody,
.woocommerce-checkout-review-order-table tfoot th {
  font-size: 12px
}

.woocommerce .form-row.woocommerce-validated input.input-text {
  border-color: transparent
}

.woocommerce form .form-row.woocommerce-validated input.input-text {
  border-color: #aaa
}

.woocommerce .input-text {
  padding: 5px 10px
}

.woocommerce .form-row {
  font-size: 14px
}

.woocommerce label[class*="billing_"] {
  font-weight: normal
}

.woocommerce .woocommerce-checkout-review-order-table tfoot tr.cart-subtotal {
  height: 100px;
  vertical-align: bottom;
  white-space: nowrap
}

.woocommerce .woocommerce-checkout-review-order-table tfoot tr.cart-subtotal td {
  vertical-align: bottom
}

.createAccount-note {
  color: #999;
  margin-top: -10px;
  margin-bottom: 10px
}

.woocommerce-additional-fields {
  margin-top: 15px
}

.woocommerce form .form-row.woocommerce-invalid input.input-text,
.woocommerce form input.input-text.error,
.woocommerce form .form-row.woocommerce-invalid select,
.woocommerce form .form-row.woocommerce-invalid#shipping_state_field .select2-selection,
.woocommerce form .form-row.woocommerce-invalid#billing_state_field .select2-selection {
  border-color: #f85332
}

#billing_state_field .select2 {
  height: 36px
}

.woocommerce form .form-row.woocommerce-invalid input.input-text.addr-billing {
  border-color: #aaa
}

.woocommerce form .form-row.woocommerce-invalid label {
  color: #f85332
}

.dynamic-error {
  color: #f85332;
  font-weight: bold
}

.woocommerce form .shipping-nodynamic-input .form-row .dynamic-error {
  display: none
}

.woocommerce form .shipping-nodynamic-input .form-row.woocommerce-invalid#shipping_address_1_field .dynamic-error {
  display: block
}

.woocommerce form .shipping-nodynamic-input .form-row.woocommerce-invalid#shipping_state_field~#shipping_address_1_field .dynamic-error {
  display: block
}

.woocommerce form .shipping-nodynamic-input .form-row.woocommerce-invalid#shipping_city_field~#shipping_address_1_field .dynamic-error {
  display: block
}

.woocommerce form .shipping-nodynamic-input .form-row.woocommerce-invalid#shipping_postcode_field~#shipping_address_1_field .dynamic-error {
  display: block
}

.woocommerce form .shipping-dynamic-input .form-row .dynamic-error,
.woocommerce form .shipping-dynamic-input .form-row .dynamic-error {
  display: none
}

.woocommerce form .shipping-dynamic-input .form-row.woocommerce-invalid#shipping_address_1_field .dynamic-error,
.woocommerce form .shipping-dynamic-input .form-row.woocommerce-invalid#shipping_address_1_field .dynamic-error {
  display: block
}

.woocommerce form .shipping-dynamic-input .form-row.woocommerce-invalid#shipping_state_field~#shipping_address_1_field .dynamic-error,
.woocommerce form .shipping-dynamic-input .form-row.woocommerce-invalid#shipping_state_field~#shipping_address_1_field .dynamic-error {
  display: block
}

.woocommerce form .nodynamic-input .form-row .dynamic-error {
  display: none;
  color: #f85332
}

.woocommerce form .nodynamic-input .form-row.woocommerce-invalid#billing_address_1_field .dynamic-error {
  display: block
}

.woocommerce form .nodynamic-input .form-row.woocommerce-invalid#billing_state_field~#billing_address_1_field .dynamic-error {
  display: block
}

.woocommerce form .nodynamic-input .form-row.woocommerce-invalid#billing_city_field~#billing_address_1_field .dynamic-error {
  display: block
}

.woocommerce form .nodynamic-input .form-row.woocommerce-invalid#billing_postcode_field~#billing_address_1_field .dynamic-error {
  display: block
}

.woocommerce form .dynamic-input .form-row .dynamic-error,
.woocommerce form .shipping-dynamic-input .form-row .dynamic-error {
  display: none;
  color: #f85332
}

.woocommerce form .dynamic-input .form-row.woocommerce-invalid#billing_address_1_field .dynamic-error,
.woocommerce form .shipping-dynamic-input .form-row.woocommerce-invalid#billing_address_1_field .dynamic-error {
  display: block
}

.woocommerce form .dynamic-input .form-row.woocommerce-invalid#billing_state_field~#billing_address_1_field .dynamic-error,
.woocommerce form .shipping-dynamic-input .form-row.woocommerce-invalid#billing_state_field~#billing_address_1_field .dynamic-error {
  display: block
}

.woocommerce .dynamic-error::before {
  font-family: "Fontawesome";
  content: "\f06a";
  margin-right: 5px
}

.woocommerce form .form-row.invoice-wrapper label {
  display: inline-block
}

.woocommerce form .form-row.invoice-wrapper>.invoice-label {
  display: block
}

.invoice-wrapper input[type=checkbox],
.invoice-wrapper input[type=radio] {
  margin-right: 10px;
  margin-left: 10px
}

.invoice-wrapper input[type=checkbox]:first-of-type,
.invoice-wrapper input[type=radio]:first-of-type {
  margin-left: 0
}

#order_review {
  border: 1px solid #ccc;
  padding: 15px;
  margin-bottom: 20px
}

.review-title {
  display: flex;
  justify-content: space-between;
  margin: 10px
}

.woocommerce-shipping-fields .checkbox input[type=checkbox] {
  margin-left: 0
}

.woocommerce-shipping-fields .checkbox input[type=checkbox]+span {
  padding-left: 20px
}

.woocommerce-downloads .woocommerce-Message {
  clear: both
}

#payment #payment_method_spgateway {
  float: left;
  height: 30px;
  margin-right: 19px
}

.wc_payment_method {
  display: block
}

label[for="payment_method_spgateway"] {
  align-items: center;
  float: left;
  width: 90%;
  padding-bottom: 5px
}

label[for="payment_method_spgateway"] p {
  font-weight: bold;
  margin: 0 10px 0 0
}

label[for="payment_method_spgateway"] img {
  height: 20px;
  width: auto
}

.payment-description {
  clear: both;
  color: #999
}

.payment-method-img {
  height: 25px;
  width: auto;
  margin-left: 0 !important
}

#payment .form-row {
  background-color: #fff
}

#payment .input-checkbox {
  margin: 8px 0 0 -15px
}

.woocommerce-checkout #payment {
  border-radius: 0
}

.woocommerce-checkout #payment ul.payment_methods {
  padding: 20px
}

.woocommerce-checkout #payment .place-order {
  background-color: #fff
}

.woocommerce-checkout #payment .input-checkbox {
  margin: 8px 0 0 -15px
}

.woocommerce-order-details .product-quantity {
  display: none
}

.woocommerce-order-details .shipped_via {
  display: none
}

.woocommerce form .form-row .woocommerce-form__label-for-checkbox .input-checkbox {
  margin: auto
}

.woocommerce-order-details .cart-subtotal {
  height: 25px;
  vertical-align: bottom
}

.woocommerce-order-details table.shop_table tfoot th,
.woocommerce-order-details table.shop_table tfoot td {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  border-top-width: 0px
}

.order-msg {
  text-align: center
}

.order-msg .button {
  margin-left: 15px
}

.woocommerce-column__title {
  margin-bottom: 15px
}

.woo-feedback {
  margin-bottom: 2em;
  padding-top: 5px;
  font-size: 17px
}

.woocommerce table.my_account_orders {
  font-size: 14px
}

.woocommerce table.my_account_orders td,
.woocommerce table.my_account_orders th {
  padding: 9px 12px
}

@media screen and (max-width: 767px) {

  .woocommerce table.shop_table_responsive tr td::before,
  .woocommerce-page table.shop_table_responsive tr td::before {
    content: attr(data-title)
  }
}

.woocommerce table.my_account_orders .button {
  margin-left: 10px
}

.woocommerce table.my_account_orders .button.pay {
  background-color: #f85332;
  color: #fff
}

.woocommerce table.my_account_orders .button :last-of-type {
  margin-right: 0
}

@media screen and (max-width: 767px) {
  .woocommerce-column--billing-address {
    margin-bottom: 20px
  }
}

@media screen and (max-width: 767px) {
  .woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-number {
    font-size: 16px
  }
}

.woocommerce .woocommerce-button.view {
  background-color: #eb8a1c;
  border-color: #eb8a1c
}

.woocommerce .woocommerce-button.view:hover {
  color: #eb8a1c;
  background-color: transparent
}

.woocommerce-order {
  line-height: 1.6
}

.woocommerce-order-details .order-again {
  display: none
}

.woocommerce-order-details__title {
  color: #eb8a1c;
  margin: 25px 0 15px 0;
  font-size: 18px
}

.woo-h4 {
  font-size: 18px
}

.woo-h5 {
  font-size: 16px;
  color: #999
}

.account-order-detali li {
  margin-right: 15px;
  color: #999
}

table.woocommerce-table--order-details.shop_table td {
  border-width: 0
}

.woocommerce-column {
  padding: 15px;
  background-color: #fafafa
}

ul.order-detail-address li {
  display: flex
}

ul.order-detail-address p {
  line-height: 1
}

ul.order-detail-address .address-title {
  min-width: 70px
}

.panel-cat {
  margin-bottom: 15px
}

.panel-cat .glyphicon {
  font-size: 12px;
  padding-right: 5px
}

.panel-cat .panel-body {
  padding: 15px 15px 5px 20px
}

.collapse-item {
  display: block;
  padding-bottom: 10px
}

.collapse-item:last-of-type {
  padding-bottom: 0
}

.panel-icon[aria-expanded='true'] {
  color: #eb8a1c
}

.panel-icon[aria-expanded='true'] .glyphicon-triangle-right::before {
  content: "\e252"
}

.panel-icon[aria-expanded='true']+.panel-txt {
  color: #eb8a1c
}

.panel-txt:hover {
  color: #eb8a1c
}

.woocommerce-product-search {
  border: 1px solid #ccc
}

.woocommerce-product-search .form-control {
  border-width: 0
}

.woocommerce-product-search .glyphicon {
  color: #999
}

.woocommerce form select {
  border-radius: 0;
  -webkit-appearance: none;
  padding: 3px 10px
}

.woocommerce form .form-row.my-third {
  width: 30%;
  float: left;
  margin-right: 5%;
  clear: none;
}

.woocommerce form .form-row.my-third-last {
  width: 30%;
  float: left;
  margin-right: 0% !important;
  clear: none;
}

.link-sub {
  display: block;
  color: #999;
  font-size: 12px
}

#order_review .link-sub {
  margin-bottom: 10px
}

.mt1 {
  margin-top: 30px
}

.mb2 {
  margin-bottom: 15px
}

.woocommerce .f-s {
  font-size: 12px
}

.woo-sidebar-title {
  margin-top: 30px;
  margin-bottom: 15px;
  padding-bottom: 10px;
  font-size: 16px;
  color: #999;
  border-bottom: 1px solid #ccc
}

.woo-btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border-width: 0;
  background-color: transparent
}

.orange {
  color: #eb8a1c
}

.orange-link {
  color: #eb8a1c;
  text-decoration: underline
}

.woocommerce .loader::before {
  display: none
}

.woocommerce .form-row-wide.create-account {
  margin-top: 10px
}

.woocommerce .create-acc {
  padding-left: 15px;
  float: left;
  line-height: 1
}

.reomove-sign {
  margin-right: 8px;
  margin-top: 2px;
  color: #999
}

.remove-coupon-txt {
  color: #eb8a1c
}

.woocommerce-order-downloads .product-file {
  font-weight: bold
}

@media screen and (max-width: 767px) {
  .archive.woocommerce .title-container {
    margin-bottom: 80px
  }
}

.pc-header .header-top {
  height: 128px;
  background-size: cover;
  background-position: center top
}

.pc-header .header-normal {
  background-image: url("img/top-img-discover.jpg")
}

.pc-header .header-index {
  height: 380px;
  overflow: hidden;
  position: relative
}

.pc-header .header-index #owl-header-banner-pc {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0
}

.pc-header .header-index #owl-header-banner-pc .item {
  height: 380px;
  background-position: center;
  background-size: cover
}

.pc-header .header-index #owl-header-banner-pc .item a {
  display: block;
  width: 100%;
  height: 100%
}

.pc-header .header-index #owl-header-banner-pc .owl-dots {
  position: absolute;
  bottom: 30px;
  left: 0;
  width: 100%
}

.pc-header .header-index #owl-header-banner-pc .owl-dots .owl-dot span {
  margin: 5px 0;
  background-color: #999
}

.pc-header .header-index #owl-header-banner-pc .owl-dots .owl-dot.active span {
  background-color: #eb8a1c
}

.pc-header .header-index .title,
.pc-header .header-index .btn.daily-sentence {
  position: relative;
  z-index: 1
}

.pc-header .header-aod {
  background-image: url("img/top-img-aod.jpg")
}

.pc-header .header-program-list {
  background-image: url("img/top-img-schedule.jpg")
}

.pc-header .header-blog {
  background-image: url("img/top-img-blog.jpg")
}

.pc-header .header-event {
  background-image: url("img/top-img-campaign.jpg")
}

.pc-header .header-my-account {
  background-image: url("img/top-img-member.jpg")
}

.podcasts-item.item-horizontal-player {
  width: 100%
}

.podcasts-item.item-horizontal-player h4,
.podcasts-item.item-horizontal-player p.description {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis
}

.item-horizontal-player {
  margin-top: -10px;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 10px;
  clear: both;
  border-bottom: solid 1px #999
}

.item-horizontal-player .content {
  padding-right: 20%;
  cursor: pointer;
  position: relative
}

.item-horizontal-player .content .amplitude-play-pause {
  position: absolute;
  top: 14px;
  right: 0
}

.item-horizontal-player .content .amplitude-play-pause::before {
  font-size: 30px;
  line-height: 30px;
  font-family: "Fontawesome";
  content: "\f04b";
  color: #eb8a1c
}

.item-horizontal-player .content .amplitude-play-pause.amplitude-playing::before {
  content: "\f04c";
  color: #ddd
}

.item-horizontal-player .content .amplitude-play-pause.amplitude-paused::before {
  content: "\f04b";
  color: #eb8a1c
}

.item-horizontal-player .content .current-time {
  position: absolute;
  right: 0;
  bottom: 0
}

.item-horizontal-player .content progress.amplitude-song-played-progress:not([value]) {
  background-color: #313252
}

.item-horizontal-player .content progress.amplitude-song-played-progress {
  position: absolute;
  bottom: -10px;
  left: 0;
  background-color: #f1f1f1;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  display: block;
  cursor: pointer;
  border-radius: 1px;
  height: 4px;
  border: none
}

.item-horizontal-player .content progress[value]::-webkit-progress-bar {
  background-color: #f1f1f1;
  border-radius: 1px
}

.item-horizontal-player .content progress[value]::-moz-progress-bar {
  background-color: #eb8a1c;
  border-radius: 1px
}

.item-horizontal-player .content progress[value]::-webkit-progress-value {
  background-color: #eb8a1c;
  border-radius: 1px
}

.page-favorites-list .item-horizontal-player .content .amplitude-play-pause {
  top: 25px
}

.single-aod .single-song-player {
  text-align: left
}

@media screen and (max-width: 992px) {
  .single-aod .single-song-player {
    text-align: center
  }
}

.single-aod .single-song-player .music-bar-container {
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
  white-space: nowrap;
  font-size: 0
}

@media screen and (max-width: 992px) {
  .single-aod .single-song-player .music-bar-container {
    display: block;
    text-align: center;
    margin-right: 0
  }
}

.single-aod .single-song-player .music-bar-container span.time {
  text-align: center;
  padding: 45px 0;
  font-size: 12px;
  letter-spacing: 1px;
  line-height: 18px;
  font-weight: 400;
  color: #999;
  display: inline-block;
  vertical-align: top;
  width: 70px
}

@media screen and (max-width: 992px) {
  .single-aod .single-song-player .music-bar-container span.time {
    letter-spacing: 0.5px;
    padding: 30px 0;
    width: 19%
  }
}

.single-aod .single-song-player .music-bar-container .custom-music-bar {
  margin: 45px 0;
  width: 300px;
  height: 18px;
  position: relative;
  display: inline-block;
  vertical-align: top
}

@media screen and (max-width: 992px) {
  .single-aod .single-song-player .music-bar-container .custom-music-bar {
    max-width: 300px;
    width: 60%;
    margin: 30px 1% 20px
  }
}

.single-aod .single-song-player .music-bar-container .custom-music-bar::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  top: 50%;
  left: 0;
  background-color: #999;
  transform: translateY(-0.5px)
}

.single-aod .single-song-player .music-bar-container .custom-music-bar .music-loader-container.amplitude-play-pause {
  width: 100%;
  height: 18px;
  overflow: hidden;
  white-space: nowrap;
  font-size: 0;
  transform-origin: 50% 50%;
  transform: scaleY(0);
  box-sizing: border-box;
  transition: 0.2s;
  background-color: white
}

.single-aod .single-song-player .music-bar-container .custom-music-bar .music-loader-container.amplitude-play-pause .loader .line-scale-pulse-out,
.single-aod .single-song-player .music-bar-container .custom-music-bar .music-loader-container.amplitude-play-pause .loader .line-scale-pulse-out-rapid {
  display: inline-block
}

.single-aod .single-song-player .music-bar-container .custom-music-bar .music-loader-container.amplitude-play-pause .loader .line-scale-pulse-out div,
.single-aod .single-song-player .music-bar-container .custom-music-bar .music-loader-container.amplitude-play-pause .loader .line-scale-pulse-out-rapid div {
  width: 3px;
  margin: 0 2px;
  height: 18px;
  background-color: #eb8a1c
}

.single-aod .single-song-player .music-bar-container .custom-music-bar .music-loader-container.amplitude-play-pause.amplitude-paused {
  transform: scaleY(0)
}

.single-aod .single-song-player .music-bar-container .custom-music-bar .music-loader-container.amplitude-play-pause.amplitude-playing {
  transform: scaleY(1)
}

.single-aod .single-song-player .music-bar-container .custom-music-bar .input-range-container {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0
}

.single-aod .single-song-player .music-bar-container .custom-music-bar .input-range-container input[type=range].amplitude-song-slider {
  -webkit-appearance: none;
  width: 100%;
  height: 18px;
  overflow: hidden;
  cursor: pointer;
  border-radius: 0;
  background: none
}

.single-aod .single-song-player .music-bar-container .custom-music-bar .input-range-container input[type=range].amplitude-song-slider::-webkit-slider-runnable-track {
  background: none
}

.single-aod .single-song-player .music-bar-container .custom-music-bar .input-range-container input[type=range].amplitude-song-slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 2px;
  height: 18px;
  background: #183047;
  box-shadow: 100vw 0 0 100vw rgba(255, 255, 255, 0.8)
}

.single-aod .single-song-player .music-bar-container .custom-music-bar .input-range-container input[type=range].amplitude-song-slider:focus {
  outline: none
}

.single-aod .single-song-player .music-bar-container .custom-music-bar .input-range-container input[type=range].amplitude-song-slider:focus::-webkit-slider-runnable-track,
.single-aod .single-song-player .music-bar-container .custom-music-bar .input-range-container input[type=range].amplitude-song-slider::-moz-range-track,
.single-aod .single-song-player .music-bar-container .custom-music-bar .input-range-container input[type=range].amplitude-song-slider::-ms-track,
.single-aod .single-song-player .music-bar-container .custom-music-bar .input-range-container input[type=range].amplitude-song-slider::-ms-fill-lower,
.single-aod .single-song-player .music-bar-container .custom-music-bar .input-range-container input[type=range].amplitude-song-slider::-ms-fill-upper {
  background: none
}

.single-aod .single-song-player .music-bar-container .custom-music-bar .input-range-container input[type=range].amplitude-song-slider::-moz-range-thumb,
.single-aod .single-song-player .music-bar-container .custom-music-bar .input-range-container input[type=range].amplitude-song-slider::-ms-thumb {
  width: 2px;
  height: 18px;
  background: #183047;
  box-shadow: 100vw 0 0 100vw rgba(255, 255, 255, 0.8)
}

.single-aod .single-song-player .music-bar-container .custom-music-bar .input-range-container input[type=range].amplitude-song-slider::-ms-tooltip {
  display: none
}

.single-aod .single-song-player .music-bar-container .custom-music-bar .input-range-container input[type=range].amplitude-song-slider:disabled {
  cursor: unset
}

.single-aod .single-song-player .controls-container {
  font-size: 0;
  display: inline-block;
  vertical-align: top;
  padding: 20px 0;
  margin: 4px 0px
}

@media screen and (max-width: 992px) {
  .single-aod .single-song-player .controls-container {
    margin: 0 0 20px
  }
}

.single-aod .single-song-player .controls-container [id*="play-pause"].amplitude-play-pause,
.single-aod .single-song-player .controls-container .backward-15-sec,
.single-aod .single-song-player .controls-container .forward-15-sec {
  display: inline-block;
  vertical-align: top;
  cursor: pointer
}

.single-aod .single-song-player .controls-container [id*="play-pause"].amplitude-play-pause::before {
  text-align: center;
  display: block;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: solid 1.5px;
  font-size: 20px;
  line-height: 58.5px;
  font-weight: bold;
  font-family: "Fontawesome"
}

.single-aod .single-song-player .controls-container [id*="play-pause"].amplitude-play-pause.amplitude-playing::before {
  content: "\f04c";
  color: #999
}

.single-aod .single-song-player .controls-container [id*="play-pause"].amplitude-play-pause.amplitude-paused::before {
  content: "   \f04b";
  padding-left: 4px;
  color: #eb8a1c
}

.single-aod .single-song-player .controls-container .backward-15-sec,
.single-aod .single-song-player .controls-container .forward-15-sec {
  padding: 15px 35px;
  position: relative
}

.single-aod .single-song-player .controls-container .backward-15-sec img,
.single-aod .single-song-player .controls-container .forward-15-sec img {
  width: 30px;
  height: auto
}

.single-aod .single-song-player .controls-container .backward-15-sec::after,
.single-aod .single-song-player .controls-container .forward-15-sec::after {
  content: '15';
  position: absolute;
  top: 50.3%;
  font-size: 12px;
  transform: translate(-50%, -50%);
  color: #999
}

.single-aod .single-song-player .controls-container .backward-15-sec.disable,
.single-aod .single-song-player .controls-container .forward-15-sec.disable {
  opacity: 0.5
}

.single-aod .single-song-player .controls-container .backward-15-sec::after {
  left: 51.2%
}

.single-aod .single-song-player .controls-container .forward-15-sec::after {
  left: 48.8%
}

.page-aboutus {
  margin-bottom: 70px
}

.page-aboutus h2 {
  text-align: center;
  font-size: 24px;
  margin: 50px 0 30px;
  line-height: 30px
}

@media screen and (max-width: 480px) {
  .page-aboutus h2 {
    text-align: left
  }
}

.page-aboutus h2.slogan {
  font-size: 48px;
  padding: 30px 0 25px;
  margin: 0;
  line-height: 48px
}

@media screen and (max-width: 767px) {
  .page-aboutus h2.slogan {
    text-align: left;
    padding: 0;
    margin: 0 0 30px
  }

  .page-aboutus h2.slogan span {
    display: block
  }
}

.page-aboutus div.post-content {
  padding-top: 15px
}

.page-aboutus div.post-content p {
  font-size: 14px;
  line-height: 24px
}

.page-aboutus .intro .intro-top {
  font-size: 0;
  position: relative;
  margin: 40px 0 10px
}

.page-aboutus .intro .intro-top img {
  display: inline-block;
  vertical-align: top
}

.page-aboutus .intro .intro-top img.left {
  width: 34.2%
}

.page-aboutus .intro .intro-top img.right {
  width: 65.8%
}

.page-aboutus .intro .intro-top .text {
  text-align: center;
  position: absolute;
  width: 33.3%;
  top: 50%;
  left: 0;
  transform: translateY(-50%)
}

.page-aboutus .intro .intro-top .text h3 {
  color: #fff;
  font-size: 36px;
  font-weight: 300
}

.page-aboutus .intro .intro-top .text p {
  font-size: 24px;
  line-height: 24px
}

@media screen and (max-width: 767px) {
  .page-aboutus .intro .intro-top .text {
    padding-bottom: 5px;
    position: relative;
    display: block;
    width: 100%;
    transform: none
  }

  .page-aboutus .intro .intro-top .text h3 {
    color: #eb8a1c;
    font-weight: 400
  }
}

.page-aboutus .intro .intro-top img.intro-pic-mb {
  display: none;
  width: 100%;
  height: auto
}

@media screen and (max-width: 767px) {
  .page-aboutus .intro .intro-top img.intro-pic-mb {
    display: inline-block
  }
}

.page-aboutus .bottom-gallery {
  font-size: 0;
  padding-top: 30px
}

.page-aboutus .bottom-gallery img {
  width: 33.33%;
  height: auto;
  margin-bottom: 15px
}

@media screen and (max-width: 767px) {
  .page-aboutus .bottom-gallery img {
    width: 100%
  }
}

.page-normal .page-content {
  padding-top: 30px
}

@media screen and (max-width: 767px) {
  .page-normal .page-content {
    padding-top: 0
  }
}

.page-contact .post-content {
  text-align: center
}

@media screen and (max-width: 767px) {
  .page-contact .post-content {
    text-align: left
  }
}

.page-contact .contact-form {
  max-width: 410px;
  width: 100%;
  margin: 0 auto
}

.page-contact .contact-form div.wpforms-field label.wpforms-field-label {
  font-size: 14px;
  font-weight: 400
}

.page-contact .contact-form div.wpforms-field label.wpforms-field-label span.wpforms-required-label {
  display: none
}

.page-contact .contact-form div.wpforms-field label.wpforms-field-label:before {
  color: #eb8a1c;
  font-family: 'FontAwesome';
  content: '\f2c0';
  margin-right: 5px
}

.page-contact .contact-form div.wpforms-field:first-child label.wpforms-field-label:before {
  content: '\f2c0'
}

.page-contact .contact-form div.wpforms-field:nth-child(2) label.wpforms-field-label:before {
  content: '\f003'
}

.page-contact .contact-form div.wpforms-field:nth-child(3) label.wpforms-field-label:before {
  content: '\f044'
}

.page-contact div.wpforms-container-full .wpforms-form input.wpforms-field-medium {
  max-width: 100%;
  border: 1px solid #999999;
  height: 36px;
  line-height: 36px;
  border-radius: 0
}

.page-contact div.wpforms-container-full .wpforms-form textarea {
  border: 1px solid #999999;
  border-radius: 0
}

.page-contact div.wpforms-container-full .wpforms-form button[type=submit],
.page-contact #btn-form-clear {
  display: inline-block;
  vertical-align: top;
  margin: 10px 16px;
  padding: 9px 18px;
  border: solid 2px #999;
  border-radius: 20px;
  font-size: 14px;
  line-height: 14px;
  background-color: #999;
  color: white
}

.page-contact div.wpforms-container-full .wpforms-form button[type=submit]:hover,
.page-contact div.wpforms-container-full .wpforms-form button[type=submit]:focus,
.page-contact div.wpforms-container-full .wpforms-form button[type=submit]:active,
.page-contact div.wpforms-container-full .wpforms-form button[type=submit].active,
.page-contact #btn-form-clear:hover,
.page-contact #btn-form-clear:focus,
.page-contact #btn-form-clear:active,
.page-contact #btn-form-clear.active {
  color: #999;
  background-color: white;
  border: solid 2px #999
}

.page-contact .wpforms-submit-container {
  text-align: center
}

.page-userfavorites table th,
.page-userfavorites table td,
.page-usersfavorites table th,
.page-usersfavorites table td {
  font-size: 15px;
  color: #565a5c
}

.page-userfavorites table th,
.page-usersfavorites table th {
  line-height: 30px;
  background-color: #f3f3f3;
  padding: 0 24px
}

.page-userfavorites table td,
.page-usersfavorites table td {
  line-height: 24px;
  padding: 13px 24px;
  border-bottom: solid 1px #f3f3f3
}

.page-userfavorites table td p,
.page-usersfavorites table td p {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0
}

.page-userfavorites .program-list {
  margin: 0 auto;
  width: 100%;
  max-width: 432px
}

.page-userfavorites .program-list h5 {
  font-size: 16px;
  color: #eb8a1c;
  text-align: center;
  margin: 0 0 20px
}

.page-usersfavorites .warning-text {
  text-align: center;
  padding-top: 60px
}

.page-usersfavorites #users-favorites-table_filter {
  display: none
}

.page-usersfavorites table#users-favorites-table {
  width: 100%;
  min-width: 800px;
  padding-top: 25px;
  margin-bottom: 25px
}

.page-usersfavorites table#users-favorites-table thead th {
  border-bottom: none;
  color: #565a5c;
  font-weight: normal;
  padding: 0 10px
}

.page-usersfavorites table#users-favorites-table tbody td {
  color: #565a5c;
  vertical-align: top;
  padding: 13px 10px
}

.page-usersfavorites table#users-favorites-table tbody td p {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%
}

.page-usersfavorites table#users-favorites-table tbody td .with-more-button:not(.single) {
  padding-right: 60px;
  position: relative;
  height: 24px;
  overflow: hidden;
  cursor: pointer
}

.page-usersfavorites table#users-favorites-table tbody td .with-more-button:not(.single):after {
  content: "更多";
  display: inline-block;
  padding: 0 11px;
  font-size: 12px;
  line-height: 21px;
  color: #333;
  background-color: #f3f3f3;
  border-radius: 4px;
  position: absolute;
  right: 0;
  top: 2px
}

.page-usersfavorites table#users-favorites-table tbody td .with-more-button:not(.single):hover::after {
  color: #fff;
  background-color: #999
}

#dailySentenceBox {
  position: fixed;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 260px;
  padding: 30px 0;
  z-index: 999;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s
}

@media screen and (max-width: 992px) {
  #dailySentenceBox {
    height: auto
  }
}

#dailySentenceBox.down {
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -webkit-transform: translateY(100%);
  transform: translateY(100%)
}

#dailySentenceBox button.close {
  width: 20px;
  height: 20px;
  position: absolute;
  right: 15px;
  top: 15px
}

#dailySentenceBox .area-title {
  margin: 0 0 30px
}

#dailySentenceBox h3 {
  position: relative;
  margin-bottom: 30px;
  font-size: 24px;
  line-height: 28px;
  color: #fff
}

#dailySentenceBox h3::before {
  content: "“";
  color: #9b9b9b;
  position: absolute;
  left: 0;
  top: -10px;
  font-size: 60px;
  font-family: 'Heiti'
}

#dailySentenceBox h3::after {
  content: "“";
  color: #9b9b9b;
  position: absolute;
  right: 0;
  bottom: -10px;
  font-size: 60px;
  font-family: 'Heiti';
  transform: rotate(180deg)
}

#dailySentenceBox h4 {
  font-size: 20px
}

#dailySentenceBox p {
  font-size: 16px;
  text-align: right;
  padding-top: 15px;
  line-height: 24px
}

#dailySentenceBox p span {
  font-size: 20px
}

#dailySentenceBox .sharing-icons {
  padding-top: 5px
}

#dailySentenceBox .sharing-icons .at-resp-share-element .at-share-btn .at-label {
  display: none
}

#dailySentenceBox .sharing-icons .at-resp-share-element .at-share-btn {
  margin: 0 9px 5px 0
}

#dailySentenceBox .sharing-icons .item-sharing {
  display: inline-block;
  vertical-align: top;
  width: 30px;
  height: 30px;
  color: #fff;
  font-size: 16px;
  text-align: center;
  line-height: 30px;
  margin-right: 6px
}

#dailySentenceBox .sharing-icons .item-sharing.fb-sharing {
  background-color: #6182c2
}

#dailySentenceBox .sharing-icons .item-sharing.line-sharing {
  background-color: #36b637
}

#dailySentenceBox .sharing-icons .item-sharing.line-sharing img {
  vertical-align: top
}

#dailySentenceBox .sharing-icons .item-sharing.twitter-sharing {
  background-color: #54d5df
}

#dailySentenceBox .sharing-icons .item-sharing.linkedin-sharing {
  background-color: #2698cd
}

#dailySentenceBox .text-orange {
  text-decoration: underline
}

#dailySentenceBox .text-orange:hover {
  color: #eb8a1c;
  font-weight: bold
}

.page-soulfood.open-menu #soulfood-mobile-menu {
  right: 0
}

.page-soulfood.open-menu #soulfood-header .soulfood-mobile-menu-trigger .bar:nth-child(2) {
  visibility: hidden;
  -moz-transform: translateY(-8px);
  -ms-transform: translateY(-8px);
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px)
}

.page-soulfood.open-menu #soulfood-header .soulfood-mobile-menu-trigger .bar:first-child {
  transform: rotate(45deg);
  transform-origin: center center;
  margin-top: 14px
}

.page-soulfood.open-menu #soulfood-header .soulfood-mobile-menu-trigger .bar:last-child {
  transform: rotate(-45deg);
  transform-origin: center center;
  margin-top: -14px
}

.page-soulfood #soulfood-header {
  height: 80px;
  background: #fff;
  padding: 14px 0
}

@media screen and (max-width: 992px) {
  .page-soulfood #soulfood-header {
    height: 66px;
    padding: 7px 0
  }
}

.page-soulfood #soulfood-header .header-left .logo-img {
  display: block
}

.page-soulfood #soulfood-header .header-left .logo-img img {
  width: 58px;
  height: auto
}

@media screen and (max-width: 992px) {
  .page-soulfood #soulfood-header .soulfood-header-menu {
    display: none
  }
}

.page-soulfood #soulfood-header .soulfood-header-menu ul {
  margin: 0
}

.page-soulfood #soulfood-header .soulfood-header-menu ul li {
  display: inline-block
}

.page-soulfood #soulfood-header .soulfood-header-menu ul li a {
  display: block;
  padding: 0 17px;
  line-height: 52px;
  font-size: 14px;
  color: #333
}

.page-soulfood #soulfood-header .header-right {
  text-align: right
}

.page-soulfood #soulfood-header .soulfood-mobile-menu-trigger {
  display: none;
  padding: 13px 5px 13px 5px
}

@media screen and (max-width: 992px) {
  .page-soulfood #soulfood-header .soulfood-mobile-menu-trigger {
    display: inline-block
  }
}

.page-soulfood #soulfood-header .soulfood-mobile-menu-trigger .bar {
  background: #eb8a1c;
  display: block;
  height: 2px;
  width: 28px;
  margin: 5px 0
}

.page-soulfood #soulfood-header .soulfood-mobile-menu-trigger .bar:first-child,
.page-soulfood #soulfood-header .soulfood-mobile-menu-trigger .bar:last-child {
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s
}

.page-soulfood #soulfood-mobile-menu {
  position: fixed;
  z-index: 99;
  top: 66px;
  right: -240px;
  height: calc(100vh - 66px);
  width: 240px;
  background-color: #fff;
  transition: 0.7s
}

.page-soulfood .soulfood-mobile-menu-list {
  margin: 0
}

.page-soulfood .soulfood-mobile-menu-list li {
  display: block
}

.page-soulfood .soulfood-mobile-menu-list li a {
  display: block;
  padding: 15px 30px;
  font-size: 19px;
  line-height: 25px;
  color: #333
}

.page-soulfood .soulfood-mobile-menu-list li a:hover {
  color: #eb8a1c
}

.page-soulfood #soulfood-topbanner,
.page-soulfood #soulfood-topbanner-mobile {
  margin: 0
}

.page-soulfood #soulfood-topbanner .item,
.page-soulfood #soulfood-topbanner-mobile .item {
  position: relative
}

.page-soulfood #soulfood-topbanner .banner-left,
.page-soulfood #soulfood-topbanner-mobile .banner-left {
  position: absolute;
  left: 0;
  top: 0;
  width: 35%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6)
}

@media screen and (max-width: 992px) {

  .page-soulfood #soulfood-topbanner .banner-left,
  .page-soulfood #soulfood-topbanner-mobile .banner-left {
    width: 100%
  }
}

.page-soulfood #soulfood-topbanner .banner-left p,
.page-soulfood #soulfood-topbanner-mobile .banner-left p {
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 20px;
  line-height: 35px;
  color: #fff
}

@media screen and (max-width: 992px) {

  .page-soulfood #soulfood-topbanner .banner-left p,
  .page-soulfood #soulfood-topbanner-mobile .banner-left p {
    width: 70%
  }
}

.page-soulfood #soulfood-topbanner .owl-nav,
.page-soulfood #soulfood-topbanner-mobile .owl-nav {
  margin: 0
}

.page-soulfood #soulfood-topbanner .owl-nav .owl-prev,
.page-soulfood #soulfood-topbanner .owl-nav .owl-next,
.page-soulfood #soulfood-topbanner-mobile .owl-nav .owl-prev,
.page-soulfood #soulfood-topbanner-mobile .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.6);
  background: #d8d8d8;
  width: 27px;
  height: 27px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%
}

.page-soulfood #soulfood-topbanner .owl-nav .owl-prev i,
.page-soulfood #soulfood-topbanner .owl-nav .owl-next i,
.page-soulfood #soulfood-topbanner-mobile .owl-nav .owl-prev i,
.page-soulfood #soulfood-topbanner-mobile .owl-nav .owl-next i {
  font-size: 18px;
  line-height: 27px
}

.page-soulfood #soulfood-topbanner .owl-nav .owl-prev,
.page-soulfood #soulfood-topbanner-mobile .owl-nav .owl-prev {
  left: 50px
}

@media screen and (max-width: 992px) {

  .page-soulfood #soulfood-topbanner .owl-nav .owl-prev,
  .page-soulfood #soulfood-topbanner-mobile .owl-nav .owl-prev {
    left: 10px
  }
}

.page-soulfood #soulfood-topbanner .owl-nav .owl-next,
.page-soulfood #soulfood-topbanner-mobile .owl-nav .owl-next {
  right: 50px
}

@media screen and (max-width: 992px) {

  .page-soulfood #soulfood-topbanner .owl-nav .owl-next,
  .page-soulfood #soulfood-topbanner-mobile .owl-nav .owl-next {
    right: 10px
  }
}

.page-soulfood #soulfood-topbanner .owl-dots,
.page-soulfood #soulfood-topbanner-mobile .owl-dots {
  position: absolute;
  left: 15%;
  bottom: 30px
}

@media screen and (max-width: 992px) {

  .page-soulfood #soulfood-topbanner .owl-dots,
  .page-soulfood #soulfood-topbanner-mobile .owl-dots {
    width: 100%;
    left: 0;
    bottom: 20px;
    text-align: center
  }
}

.page-soulfood #soulfood-topbanner .owl-dots .owl-dot,
.page-soulfood #soulfood-topbanner-mobile .owl-dots .owl-dot {
  position: relative;
  padding: 0;
  width: 6px;
  height: 6px;
  background: #fff;
  margin: 0 4px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%
}

.page-soulfood #soulfood-topbanner .owl-dots .owl-dot.active span,
.page-soulfood #soulfood-topbanner-mobile .owl-dots .owl-dot.active span {
  background: rgba(0, 0, 0, 0.6)
}

.page-soulfood #soulfood-topbanner .owl-dots .owl-dot span,
.page-soulfood #soulfood-topbanner-mobile .owl-dots .owl-dot span {
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 4px;
  height: 4px;
  background: #fff;
  margin: 0
}

.page-soulfood #section1 .section1-block {
  height: 350px
}

@media screen and (max-width: 992px) {
  .page-soulfood #section1 .section1-block.left {
    height: 300px
  }
}

.page-soulfood #section1 .section1-block.right {
  position: relative;
  background: #f9f9f9;
  color: #333;
  padding: 68px 0 0 47px
}

@media screen and (max-width: 992px) {
  .page-soulfood #section1 .section1-block.right {
    height: auto;
    padding: 40px
  }
}

.page-soulfood #section1 .section1-block.right .block-title {
  font-size: 23px;
  line-height: 25px;
  margin: 0 0 22px
}

.page-soulfood #section1 .section1-block.right .block-content,
.page-soulfood #section1 .section1-block.right p {
  color: #333;
  font-size: 14px;
  line-height: 28px;
  margin: 0
}

.page-soulfood #story {
  padding: 90px 0 10px;
  background: #fff
}

.page-soulfood #story .personal-story {
  margin: 50px auto;
  max-width: 910px
}

@media screen and (max-width: 767px) {
  .page-soulfood #story .personal-story {
    margin: 40px 0
  }
}

@media screen and (max-width: 767px) {
  .page-soulfood #story .personal-story .personal-img {
    margin: 0 -15px 20px
  }
}

.page-soulfood #story .personal-story .personal-img.left {
  padding: 0 40px 0 0
}

@media screen and (max-width: 992px) {
  .page-soulfood #story .personal-story .personal-img.left {
    padding: 0
  }
}

.page-soulfood #story .personal-story .personal-img.right {
  padding: 0 0 0 40px
}

@media screen and (max-width: 992px) {
  .page-soulfood #story .personal-story .personal-img.right {
    padding: 0
  }
}

@media screen and (max-width: 767px) {
  .page-soulfood #story .personal-story .personal-story-block {
    padding: 0 5px
  }
}

.page-soulfood #story .personal-story .personal-story-block .personal-story-name {
  font-size: 20px;
  line-height: 25px;
  font-weight: normal;
  color: #333;
  margin: 0 0 30px
}

@media screen and (max-width: 767px) {
  .page-soulfood #story .personal-story .personal-story-block .personal-story-name {
    margin: 0 0 20px
  }
}

.page-soulfood #story .personal-story .personal-story-block .personal-story-text {
  font-size: 14px;
  line-height: 20px;
  color: #333;
  margin: 0
}

.page-soulfood #story .personal-story .personal-story-block .personal-story-text p {
  font-size: 14px;
  line-height: 20px;
  color: #333;
  margin: 0
}

.page-soulfood .page-title {
  text-align: center;
  color: #eb8a1c;
  font-size: 20px;
  line-height: 35px;
  font-weight: normal;
  margin: 0 0 3px
}

.page-soulfood .section-content {
  text-align: center;
  max-width: 740px;
  margin: 0 auto
}

.page-soulfood .section-content p {
  font-size: 14px;
  line-height: 29px;
  color: #999;
  margin: 0
}

.page-soulfood #section2 {
  background: #f1f1f1;
  padding: 30px 0
}

@media screen and (max-width: 992px) {
  .page-soulfood #section2 {
    background: #fff
  }
}

.page-soulfood #section2 .img-wrapper {
  margin: 30px 0 0;
  padding: 75px 75px 75px 25px;
  text-align: right
}

@media screen and (max-width: 992px) {
  .page-soulfood #section2 .img-wrapper {
    text-align: center
  }
}

.page-soulfood #section2 .img-wrapper img {
  width: 100%;
  height: auto;
  max-width: 190px
}

.page-soulfood #section2 .book-content-wrapper h3 {
  font-size: 20px;
  line-height: 35px;
  margin: 0 0 12px;
  font-weight: 500;
  color: #eb8a1c
}

.page-soulfood #section2 .book-content-wrapper p {
  font-size: 14px;
  line-height: 28px;
  color: #333;
  margin: 0 0 17px
}

.page-soulfood #section2 .book-content-wrapper .slogan {
  background: #f7f7f7;
  font-size: 14px;
  font-weight: 500;
  line-height: 28px;
  color: #333;
  padding: 12px 20px
}

.page-soulfood #section2 .book-content-wrapper .slogan a {
  color: #eb8a1c
}

.page-soulfood #section2 .book-content-wrapper .slogan a:hover {
  color: #333
}

.page-soulfood .book-intro-section {
  background: #fff;
  padding: 35px 0 90px
}

@media screen and (max-width: 767px) {
  .page-soulfood .book-intro-section .ebook-cover {
    padding: 30px;
    margin: 0 0 20px
  }
}

.page-soulfood .book-intro-section .ebook-cover img {
  width: 100%;
  height: auto
}

.page-soulfood .book-intro-section .ebook-info {
  padding: 0 0 0 30px
}

@media screen and (max-width: 767px) {
  .page-soulfood .book-intro-section .ebook-info {
    padding: 0
  }
}

.page-soulfood .book-intro-section .ebook-info h3 {
  font-size: 20px;
  line-height: 35px;
  margin: 0 0 22px;
  font-weight: 500;
  color: #eb8a1c
}

.page-soulfood .book-intro-section .ebook-highlight {
  margin: 0 0 26px
}

.page-soulfood .book-intro-section .ebook-highlight ul {
  padding: 0;
  margin: 0;
  list-style: none
}

.page-soulfood .book-intro-section .ebook-highlight ul li {
  position: relative;
  font-size: 14px;
  line-height: 26px;
  color: #333;
  padding: 0 0 0 20px
}

.page-soulfood .book-intro-section .ebook-highlight ul li::before {
  content: '\25CF';
  color: #eb8a1c;
  position: absolute;
  left: 0;
  top: 0;
  line-height: 26px;
  font-size: 12px
}

.page-soulfood .book-intro-section .ebook-price {
  margin: 0 0 40px
}

.page-soulfood .book-intro-section .ebook-price label {
  font-size: 15px;
  line-height: 35px;
  color: #333;
  font-weight: 500
}

.page-soulfood .book-intro-section .ebook-price label .price-highlight {
  color: #eb8a1c;
  font-size: 24px;
  line-height: 35px
}

.page-soulfood .book-intro-section .ebook-trial h4 {
  font-size: 14px;
  line-height: 26px;
  color: #333;
  font-weight: 300;
  margin: 0 0 10px
}

.page-soulfood .book-intro-section .ebook-trial .audio-block {
  box-shadow: 0 2px 4px 0 rgba(183, 183, 183, 0.5);
  background-color: #f9f9f9;
  padding: 15px;
  position: relative
}

@media screen and (max-width: 992px) {
  .page-soulfood .book-intro-section .ebook-trial .audio-block {
    margin: 0 0 20px
  }
}

.page-soulfood .book-intro-section .ebook-trial .audio-block .icon,
.page-soulfood .book-intro-section .ebook-trial .audio-block .audio-title,
.page-soulfood .book-intro-section .ebook-trial .audio-block .audio-link {
  display: inline-block
}

.page-soulfood .book-intro-section .ebook-trial .audio-block .icon {
  height: 40px;
  width: auto;
  margin: 0 15px 0 0;
  vertical-align: top
}

@media screen and (max-width: 1200px) {
  .page-soulfood .book-intro-section .ebook-trial .audio-block .icon {
    margin: 0 5px 0 0;
    width: 20px;
    height: auto
  }
}

@media screen and (max-width: 992px) {
  .page-soulfood .book-intro-section .ebook-trial .audio-block .icon {
    height: 40px;
    width: auto;
    margin: 0 15px 0 0
  }
}

.page-soulfood .book-intro-section .ebook-trial .audio-block .icon.icon-wide {
  width: 44px;
  height: auto
}

@media screen and (max-width: 1200px) {
  .page-soulfood .book-intro-section .ebook-trial .audio-block .icon.icon-wide {
    width: 26px;
    height: auto
  }
}

.page-soulfood .book-intro-section .ebook-trial .audio-block .audio-title {
  margin: 0;
  padding-right: 15px;
  width: 180px
}

@media screen and (max-width: 1200px) {
  .page-soulfood .book-intro-section .ebook-trial .audio-block .audio-title {
    width: 160px;
    padding-right: 5px
  }
}

@media screen and (max-width: 992px) {
  .page-soulfood .book-intro-section .ebook-trial .audio-block .audio-title {
    width: 300px;
    padding-right: 15px
  }
}

@media screen and (max-width: 767px) {
  .page-soulfood .book-intro-section .ebook-trial .audio-block .audio-title {
    width: 180px;
    padding-right: 5px
  }
}

.page-soulfood .book-intro-section .ebook-trial .audio-block .audio-title h5 {
  font-size: 15px;
  font-weight: 300;
  line-height: 25px;
  color: #333;
  margin: 0
}

.page-soulfood .book-intro-section .ebook-trial .audio-block .audio-title label {
  font-size: 15px;
  font-weight: 300;
  line-height: 25px;
  color: #333
}

.page-soulfood .book-intro-section .ebook-trial .audio-block .audio-link {
  position: absolute;
  top: 25px;
  right: 15px;
  width: 25px
}

@media screen and (max-width: 1200px) {
  .page-soulfood .book-intro-section .ebook-trial .audio-block .audio-link {
    right: 10px
  }
}

.page-soulfood .book-intro-section .ebook-trial .audio-block .audio-link img {
  width: 100%;
  height: auto;
  margin: 0
}

.page-soulfood .book-slides {
  margin: 0 0 90px
}

.page-soulfood .book-slides .slider-wrapper {
  position: relative;
  height: 380px;
  width: 890px;
  margin: 0 auto
}

@media screen and (max-width: 767px) {
  .page-soulfood .book-slides .slider-wrapper {
    width: 100%;
    height: 440px
  }
}

.page-soulfood .book-slides .slider-wrapper .book-cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 560px
}

@media screen and (max-width: 767px) {
  .page-soulfood .book-slides .slider-wrapper .book-cover {
    width: 100%
  }
}

.page-soulfood .book-slides .slider-wrapper .book-intro {
  position: absolute;
  right: 0;
  bottom: 5px;
  width: 487px;
  background: #fff;
  box-shadow: 0 2px 4px 0 rgba(189, 189, 189, 0.5);
  padding: 40px 30px
}

@media screen and (max-width: 767px) {
  .page-soulfood .book-slides .slider-wrapper .book-intro {
    width: calc(100% - 30px);
    padding: 20px 15px;
    right: auto;
    left: 15px
  }
}

.page-soulfood .book-slides .slider-wrapper .book-intro h4 {
  font-size: 20px;
  line-height: 25px;
  color: #eb8a1c;
  margin: 0 0 12px;
  font-weight: 500
}

.page-soulfood .book-slides .slider-wrapper .book-intro .book-excerpt {
  padding: 0;
  margin: 0 0 40px;
  list-style: none
}

.page-soulfood .book-slides .slider-wrapper .book-intro .book-excerpt li {
  position: relative;
  font-size: 14px;
  line-height: 26px;
  color: #333;
  padding: 0 0 0 20px
}

.page-soulfood .book-slides .slider-wrapper .book-intro .book-excerpt li::before {
  content: '\25CF';
  color: #999;
  position: absolute;
  left: 0;
  top: 0;
  line-height: 26px;
  font-size: 12px
}

.page-soulfood .book-slides .slider-wrapper .book-intro .booksliders-dots {
  padding: 0;
  margin: 0
}

.page-soulfood .book-slides .slider-wrapper .book-intro .booksliders-dots li {
  display: inline-block;
  margin: 0 15px 0 0
}

.page-soulfood .book-slides .slider-wrapper .book-intro .booksliders-dots li a {
  display: block;
  width: 7px;
  height: 7px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #d8d8d8
}

.page-soulfood .book-slides .slider-wrapper .book-intro .booksliders-dots li a.active {
  background: #eb8a1c
}

.page-soulfood #purchase-block {
  margin: 0 0 90px
}

.page-soulfood #purchase-block .purchase-left,
.page-soulfood #purchase-block .purchase-right {
  position: relative;
  min-height: 320px
}

@media screen and (max-width: 767px) {

  .page-soulfood #purchase-block .purchase-left,
  .page-soulfood #purchase-block .purchase-right {
    min-height: 394px
  }
}

.page-soulfood #purchase-block .purchase-left {
  background: #4e92df
}

.page-soulfood #purchase-block .purchase-right {
  background: #eb8a1c
}

.page-soulfood #purchase-block .purchase-content-wrapper {
  position: absolute;
  top: 50%;
  left: 15%;
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  color: #fff;
  width: 60%
}

@media screen and (max-width: 767px) {
  .page-soulfood #purchase-block .purchase-content-wrapper {
    top: 43px;
    left: 22px;
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    width: 80%
  }
}

.page-soulfood #purchase-block .purchase-content-wrapper .purchase-title {
  font-size: 30px;
  margin: 0 0 20px
}

.page-soulfood #purchase-block .purchase-content-wrapper .purchase-content ul {
  padding: 0;
  margin: 0;
  list-style: none
}

.page-soulfood #purchase-block .purchase-content-wrapper .purchase-content ul li {
  position: relative;
  font-size: 15px;
  line-height: 25px;
  color: #fff;
  padding: 0 0 0 15px
}

.page-soulfood #purchase-block .purchase-content-wrapper .purchase-content ul li::before {
  content: '\25CF';
  color: #fff;
  position: absolute;
  left: 0;
  top: 0;
  line-height: 25px;
  font-size: 10px
}

.page-soulfood #purchase-block .purchase-pic {
  position: absolute;
  bottom: 0;
  right: 45px;
  display: block;
  height: 50%;
  width: auto
}

@media screen and (max-width: 767px) {
  .page-soulfood #purchase-block .purchase-pic {
    right: 20px;
    height: 40%
  }
}

.page-soulfood .purchase-steps {
  padding: 0 0 90px
}

.page-soulfood .purchase-steps .steps-wrapper {
  max-width: 850px;
  margin: 0 auto
}

.page-soulfood .purchase-steps .steps-wrapper .steps-title {
  font-size: 30px;
  line-height: 35px;
  color: #eb8a1c;
  margin: 0 0 50px;
  text-align: center
}

.page-soulfood .purchase-steps .steps-wrapper .step-block {
  text-align: center
}

.page-soulfood .purchase-steps .steps-wrapper .step-block.step1 img {
  max-width: 102px;
  margin-bottom: 30px
}

.page-soulfood .purchase-steps .steps-wrapper .step-block.step2 img {
  max-width: 180px;
  margin-bottom: 10px
}

.page-soulfood .purchase-steps .steps-wrapper .step-block.step3 img {
  max-width: 128px;
  margin-bottom: 15px
}

@media screen and (max-width: 992px) {
  .page-soulfood .purchase-steps .steps-wrapper .step-block {
    margin: 0 0 50px
  }
}

.page-soulfood .purchase-steps .steps-wrapper .step-block label {
  font-size: 20px;
  color: #eb8a1c;
  margin: 0 0 30px;
  display: block
}

.page-soulfood .purchase-steps .steps-wrapper .step-block img {
  max-width: 180px;
  margin: 0 auto 10px;
  display: block
}

.page-soulfood .purchase-steps .steps-wrapper .step-block p {
  font-size: 14px;
  line-height: 23px;
  color: #333;
  margin: 0
}

.page-soulfood .bg-call-to-action {
  height: 280px;
  position: relative;
  margin: 0 0 90px
}

.page-soulfood .bg-call-to-action.last {
  margin: 0;
  height: 280px
}

.page-soulfood .bg-call-to-action .call-to-action-content {
  position: absolute;
  top: 50px;
  left: 50%;
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  text-align: center;
  color: #fff
}

@media screen and (max-width: 767px) {
  .page-soulfood .bg-call-to-action .call-to-action-content {
    width: 100%
  }
}

.page-soulfood .bg-call-to-action .call-to-action-content>h3 {
  font-size: 30px;
  line-height: 35px;
  margin: 0 0 10px
}

.page-soulfood .bg-call-to-action .call-to-action-content>div {
  margin: 0 0 20px
}

.page-soulfood .bg-call-to-action .call-to-action-content>div p {
  font-size: 20px;
  line-height: 35px
}

.page-soulfood .bg-call-to-action .call-to-action-content>.btn-call-to-action {
  width: 100px;
  height: 40px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  box-shadow: 0 2px 4px 0 rgba(207, 115, 10, 0.5);
  background: #fff;
  color: #eb8a1c;
  display: block;
  margin: 0 auto;
  line-height: 40px
}

.page-soulfood .bg-call-to-action .call-to-action-content>.btn-call-to-action.contact {
  display: inline-block;
  background: #f85332;
  color: #fff;
  width: 104px;
  height: 48px;
  line-height: 48px;
  font-size: 20px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  margin: 30px 25px 0
}

@media screen and (max-width: 767px) {
  .page-soulfood .bg-call-to-action .call-to-action-content>.btn-call-to-action.contact {
    margin: 30px 20px 0
  }
}

.page-soulfood .bg-call-to-action .call-to-action-content>.btn-call-to-action.fb {
  display: inline-block;
  background: #6080c4;
  color: #fff;
  width: 130px;
  height: 48px;
  line-height: 48px;
  font-size: 20px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  margin: 30px 25px 0
}

@media screen and (max-width: 767px) {
  .page-soulfood .bg-call-to-action .call-to-action-content>.btn-call-to-action.fb {
    margin: 30px 20px 0
  }
}

.page-soulfood .section-partners {
  margin: 0 0 90px
}

.page-soulfood .section-partners .section-title {
  font-size: 20px;
  line-height: 35px;
  color: #eb8a1c;
  margin: 0 0 20px;
  text-align: center
}

.page-soulfood .section-partners .nav-partners {
  max-width: 100%;
  width: 482px;
  margin: 0 auto 60px;
  border: 1px solid #eb8a1c
}

.page-soulfood .section-partners .nav-partners li {
  width: 160px;
  margin: 0
}

@media screen and (max-width: 767px) {
  .page-soulfood .section-partners .nav-partners li {
    width: 33.3333%
  }
}

.page-soulfood .section-partners .nav-partners li.active a {
  background: #eb8a1c;
  color: #fff
}

.page-soulfood .section-partners .nav-partners li a {
  display: block;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  border: 0;
  margin: 0;
  padding: 0;
  text-align: center;
  color: #eb8a1c;
  line-height: 50px;
  letter-spacing: 2px
}

.page-soulfood .section-partners .nav-partners li a:hover {
  cursor: pointer
}

.page-soulfood .section-partners .tab-partners {
  max-width: 100%;
  width: 900px;
  margin: 0 auto
}

.page-soulfood .section-partners .tab-partners .partner-logo {
  padding: 0 50px;
  margin: 0 0 50px
}

@media screen and (max-width: 767px) {
  .page-soulfood .section-partners .tab-partners .partner-logo {
    padding: 0 20px
  }
}

.page-soulfood .download-link-section {
  margin: 0 0 90px
}

.page-soulfood .download-link-section .block {
  height: 350px
}

@media screen and (max-width: 767px) {
  .page-soulfood .download-link-section .block {
    height: auto
  }
}

.page-soulfood .download-link-section .block.left {
  background: url(img/soulfood/ebook-bg-left.png) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover
}

@media screen and (max-width: 767px) {
  .page-soulfood .download-link-section .block.left {
    height: 220px
  }
}

.page-soulfood .download-link-section .block.right {
  background: #f9f9f9;
  padding: 70px 50px
}

@media screen and (max-width: 767px) {
  .page-soulfood .download-link-section .block.right {
    padding: 30px
  }
}

.page-soulfood .download-link-section .block.right h3 {
  font-size: 23px;
  line-height: 25px;
  color: #eb8a1c;
  margin: 0 0 20px
}

.page-soulfood .download-link-section .block.right p {
  font-size: 14px;
  line-height: 28px;
  color: #333;
  margin: 0 0 30px
}

.page-soulfood .download-link-section .block.right .btn-download {
  display: block;
  width: 100px;
  height: 50px;
  background: #eb8a1c;
  color: #fff;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  box-shadow: 0 2px 4px 0 rgba(207, 115, 10, 0.5);
  font-size: 14px;
  line-height: 50px;
  text-align: center
}

.page-soulfood .recommend-aod {
  margin: 0 auto 90px;
  max-width: 970px
}

@media screen and (max-width: 992px) {
  .page-soulfood .recommend-aod {
    max-width: 770px;
    padding: 0 10px
  }
}

@media screen and (max-width: 767px) {
  .page-soulfood .recommend-aod {
    max-width: 100%
  }
}

.page-soulfood .recommend-aod .section-title {
  font-size: 20px;
  color: #eb8a1c;
  margin: 0 0 45px;
  text-align: center
}

.page-soulfood .recommend-aod .recommend-aod-block {
  margin: 0 0 40px
}

.page-soulfood .recommend-aod .recommend-aod-block .cover-wrapper,
.page-soulfood .recommend-aod .recommend-aod-block .aod-wrapper {
  display: inline-block;
  vertical-align: top
}

.page-soulfood .recommend-aod .recommend-aod-block .cover-wrapper {
  width: 160px;
  height: 160px;
  position: relative
}

@media screen and (max-width: 767px) {
  .page-soulfood .recommend-aod .recommend-aod-block .cover-wrapper {
    width: 100%;
    height: auto;
    padding: 0 10px;
    margin: 0 0 8px
  }
}

.page-soulfood .recommend-aod .recommend-aod-block .cover-wrapper .label {
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
  width: 46px;
  height: 21px;
  line-height: 21px;
  text-align: center;
  background: #eb8a1c;
  color: #fff;
  font-size: 12px;
  padding: 0
}

@media screen and (max-width: 767px) {
  .page-soulfood .recommend-aod .recommend-aod-block .cover-wrapper .label {
    right: 10px
  }
}

.page-soulfood .recommend-aod .recommend-aod-block .aod-wrapper {
  width: 300px;
  height: 185px;
  padding: 0 20px
}

@media screen and (max-width: 992px) {
  .page-soulfood .recommend-aod .recommend-aod-block .aod-wrapper {
    width: 200px
  }
}

@media screen and (max-width: 767px) {
  .page-soulfood .recommend-aod .recommend-aod-block .aod-wrapper {
    width: 100%;
    height: 210px
  }
}

.page-soulfood .recommend-aod .recommend-aod-block .aod-wrapper h5 {
  font-size: 20px;
  color: #333;
  font-weight: 500;
  margin: 0 0 12px
}

.page-soulfood .recommend-aod .recommend-aod-block .aod-wrapper p {
  margin: 0 0 7px;
  font-size: 12px;
  color: #333
}

.page-soulfood .recommend-aod .recommend-aod-block .aod-wrapper p.description {
  margin: 15px 0 0;
  font-size: 12px;
  line-height: 17px;
  color: #999
}

.page-soulfood .recommend-aod .owl-dots .owl-dot.active span {
  background: #eb8a1c
}

.page-soulfood .section-comments {
  margin: 0 0 150px
}

.page-soulfood .center-content {
  margin: 30px auto
}

.page-soulfood .center-content .iframe-container {
  overflow: hidden;
  padding-top: 56.25%;
  position: relative
}

@media screen and (max-width: 767px) {
  .page-soulfood .center-content .iframe-container {
    padding-top: 150%
  }
}

.page-soulfood .center-content .iframe-container iframe {
  border: 0;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%
}

.page-soulfood .top-banner {
  position: relative;
  height: 270px;
  margin: 0 0 75px
}

.page-soulfood .top-banner .page-title {
  position: absolute;
  left: 50%;
  top: 50%;
  font-size: 30px;
  margin: 0;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #fff
}

.page-soulfood .download-table {
  max-width: 770px;
  margin: 0 auto 90px
}

@media screen and (max-width: 767px) {
  .page-soulfood .download-table {
    max-width: 90%
  }
}

.page-soulfood .download-table table {
  width: 100%
}

.page-soulfood .download-table table thead th {
  background: #fafafa;
  line-height: 40px;
  color: #333;
  font-size: 14px;
  font-weight: 500;
  padding: 0 30px;
  border: 0
}

@media screen and (max-width: 767px) {
  .page-soulfood .download-table table thead th {
    padding: 0 5px;
    font-size: 12px
  }
}

@media screen and (max-width: 767px) {
  .page-soulfood .download-table table thead th.limit-width {
    width: 150px;
    white-space: normal
  }
}

.page-soulfood .download-table table tbody td {
  padding: 0 30px;
  height: 60px;
  border-bottom: 1px solid #eaeaea;
  font-size: 14px;
  color: #000;
  letter-spacing: 0.5px;
  vertical-align: middle
}

@media screen and (max-width: 767px) {
  .page-soulfood .download-table table tbody td {
    padding: 10px 5px;
    vertical-align: top;
    font-size: 12px
  }
}

@media screen and (max-width: 767px) {
  .page-soulfood .download-table table tbody td.limit-width {
    width: 150px;
    white-space: normal
  }
}

.page-soulfood .download-table table tbody td .btn-file-download {
  display: block;
  width: 60px;
  text-align: center;
  color: #fff;
  background: #eb8a1c;
  line-height: 32px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px
}

@media screen and (max-width: 767px) {
  .page-soulfood .download-table table tbody td .btn-file-download {
    margin-top: 10px
  }
}

.page-soulfood #check-modal .modal-dialog {
  max-width: 440px;
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin: 0;
  border: 3px solid #eb8a1c;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  background: #fff;
  padding: 30px 50px 50px
}

@media screen and (max-width: 767px) {
  .page-soulfood #check-modal .modal-dialog {
    padding: 30px 35px;
    width: 90%
  }
}

.page-soulfood #check-modal .modal-dialog .modal-content {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0
}

.page-soulfood #check-modal .modal-dialog .modal-content .close-modal {
  display: block;
  position: absolute;
  right: -15px;
  top: -10px
}

.page-soulfood #check-modal .modal-dialog .modal-content .close-modal .fa {
  color: #999;
  font-size: 20px
}

.page-soulfood #check-modal .modal-dialog h2 {
  font-size: 18px;
  line-height: 28px;
  color: #eb8a1c;
  margin: 0 0 30px;
  text-align: center;
  font-weight: 300
}

.page-soulfood #check-modal .modal-dialog .modal-body {
  padding: 0
}

.page-soulfood #check-modal .modal-dialog input {
  width: 100%;
  border: 1px solid #979797;
  height: 44px;
  padding: 10px 20px;
  line-height: 24px;
  margin: 0 0 16px
}

.page-soulfood #check-modal .modal-dialog p {
  margin: 0
}

.page-soulfood #check-modal .modal-dialog p.error-text {
  color: #f85332;
  font-size: 12px;
  margin: 0 0 5px
}

.page-soulfood #check-modal .modal-dialog .mc4wp-alert,
.page-soulfood #check-modal .modal-dialog .mc4wp-error {
  color: #f85332;
  font-size: 12px;
  margin: 0
}

.page-soulfood #check-modal .modal-dialog .action-row {
  text-align: right;
  margin: 30px 0 0
}

.page-soulfood #check-modal .modal-dialog .action-row .btn-custom-check {
  display: inline-block;
  width: 77px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  background: #eb8a1c;
  color: #fff;
  font-size: 17px
}

.select2-dropdown li {
  display: block
}

.select2-dropdown .select2-results__option--highlighted[aria-selected] {
  background-color: #ccc;
  color: #000
}

.woocommerce-ordering {
  width: 100%
}

@media screen and (max-width: 767px) {
  .select2-container--default {
    width: 100% !important
  }
}

.select2-container--default .select2-selection--single {
  border-radius: 0;
  height: 36px
}

.select2-container--default .select2-selection--single .select2-selection__arrow,
.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 36px;
  height: 36px
}

.woocommerce form .form-row .select2-container {
  width: 100% !important
}

.woocommerce label {
  margin-bottom: 5px
}

.woocommerce .form-group label {
  color: #999;
  font-weight: normal
}

.xoo-wsc-body .return-to-shop {
  padding: 15px;
  margin: 0
}

.xoo-wsc-body .return-to-shop a.button {
  display: block;
  width: 100%;
  background: #999;
  font-size: 16px;
  line-height: 40px;
  color: #fff;
  text-align: center
}

.xoo-wsc-footer-b {
  display: flex
}

.xoo-wsc-footer-b a.xoo-wsc-ft-btn {
  background-color: #999;
  padding: 11px;
  width: 100%;
  font-size: 14px;
  line-height: 0.9;
  font-weight: 400;
  color: white;
  border: 1px solid #999;
  margin: 4px 10px
}

.xoo-wsc-footer-b a.xoo-wsc-ft-btn.xoo-wsc-chkt {
  order: 1;
  color: #fff;
  background-color: #000
}

.xoo-wsc-footer-b a.xoo-wsc-ft-btn.xoo-wsc-cart {
  display: none
}

.xoo-wsc-total.xoo-wsc-tool {
  display: none
}

.xoo-wsc-subtotal {
  font-size: 17px
}

.xoo-wsc-subtotal .amount {
  color: #eb8a1c;
  font-size: 18px
}

.xoo-wsc-sc-icon {
  background: url(img/ico-cart.png) left bottom no-repeat;
  width: 33px;
  height: 35px;
  background-size: contain;
  display: block
}

.xoo-wsc-sc-icon:before {
  content: ""
}

.xoo-wsc-sc-total {
  display: none
}

.xoo-wsc-icon-cross {
  color: #999
}

.xoo-wsc-icon-checkmark {
  display: none
}

.xoo-wsc-tools-label,
.xoo-wsc-tools-value {
  float: none
}

.mb-header .xoo-wsc-sc-icon {
  width: 24px;
  height: 90%;
  max-height: 26px
}

.menu-cart-menu-container {
  padding: 23px 7px 23px 2px
}

@media screen and (max-width: 767px) {
  .menu-cart-menu-container {
    padding: 0px
  }
}

.header-cart-menu li>.xoo-wsc-sc-cont {
  font-size: 0;
  position: relative
}

.header-cart-menu li>.xoo-wsc-sc-cont .xoo-wsc-sc-count {
  position: absolute;
  background-color: #eb8a1c;
  left: 20px;
  top: -5px;
  font-size: 12px;
  width: 22px;
  height: 22px;
  line-height: 22px;
  opacity: 1;
  text-align: center;
  border-radius: 50%;
  color: #fff
}

.header-cart-menu li>.xoo-wsc-sc-cont .xoo-wsc-sc-count.no-count {
  opacity: 0 !important
}

@media screen and (max-width: 767px) {
  .header-cart-menu li>.xoo-wsc-sc-cont .xoo-wsc-sc-count {
    left: 13px;
    top: 6px
  }
}

.slick-list {
  margin: 0
}

.slick-prev {
  left: 10px
}

.slick-next {
  right: 10px
}

.single-product .music-bar-container {
  margin-right: 40px
}


.pic {
  position: relative;
}

.pic::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: -16px;
  left: 50%;
  transform: translateX(-50%)rotate(3deg);
  background-color: #ffffff75;
  width: 100px;
  height: 28px;
  clip-path: polygon(5% 0%, 100% 0%, 95% 100%, 0% 100%);
}

.allcontent .row {
  justify-content: space-between;
  flex-wrap: wrap;
}

.allcontent .row .col-md-4 {
  width: 32%;
}

@media (max-width:768px) {
  .allcontent .row {
    flex-direction: column;
    align-content: center;
  }

  .allcontent .row .col-md-4 {
    width: 100%;
    margin-bottom: 1rem;
  }
}