@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@800&display=swap');

:root {
  --bodyBg: #ffffff; /* f0f4f8 */
  --progressBar: rgb(163, 15, 48);
  --headerBg: linear-gradient(to top, rgb(253, 48, 75), rgb(255, 204, 78));
  --headerBg: linear-gradient(to top, rgb(253, 11, 117), rgb(254, 124, 28));
  --headerBg: linear-gradient(to top, rgb(253, 11, 117), rgb(255, 37, 55));
  --headerBg: linear-gradient(to top, rgb(120, 28, 36), rgb(255, 40, 75));
  --themeColor: rgb(225,40,75);
  --columns: 26;
  --rows: 16;
  --boxesHeight: 100vw / var(--columns) * var(--rows);
  --grey: #f8f7f5; 
}

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  background: var(--bodyBg);
  /*background: rgb(73, 77, 90) !important;*/
}


/* */

h4 {
  font-size: 14px;
  text-transform: uppercase;
}

h5 {
  font-size: 14px;
  margin-top: 20px;
  margin-bottom: 5px;
}

h6 {
  margin: 0px;
  font-size: 14px;
  font-weight: 400;
  margin-left: 16px;
}



/* Overrides default styled accordion styles (too much bottom padding) */
.ui.styled.accordion .content {
  margin: 0;
  padding: 0.5em 1em 0.75em !important;
}

.img-box {
  float: left;
  width: calc(100vw / var(--columns));
  height: calc(100vw / var(--columns));
  opacity: 0;
  color: rgba(255, 255, 255, 1); /* rgba(255, 255, 255, 0.65) */
  text-align: center;
  font-size: 1.75vw;
  padding-top: calc((100vw / var(--columns) - 1.75vw) / 2);
  box-sizing: border-box;
  position: relative;
  font-weight: 400;
  font-family: "times new roman"
}

.contentWrapper {
  min-height: 100vh;
  width: 100vw;
  background-color: white;
  z-index: 1;
  position: relative;
}

.content {
  width: 100%;
  padding-left: 160px;
  padding-right: 60px;
  padding-bottom: 100px;
  padding-top: 110px;
  display: flex;
  flex-direction: row;
}

.col,
.col {
  flex: 1;
  flex-basis: 0;
  display: flex;
  flex-direction: column;
}

.col.books,
.col.podcasts,
.col.events,
.col.index {
  margin-top: 200px;
}

.content-box {
  width: 100%;
  padding-bottom: 100px; /* padding rather than margin to include shadow */
}

.content-box-top {
  display: none;
  height: 200px;
  padding: 45px 0 0 60px;
  margin-top: 0px;
  margin-bottom: 100px;
  background: linear-gradient(to top, var(--grey), white);
  overflow: hidden;
}

.top-card-title {
  text-align: center;
  margin-bottom: 45px;
}

.top-card-title img {
  display: none;
  width: 125px;
}

.menu-top,
.menu-top-bg {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 11;
  height: 60px;
  pointer-events: none;
}

.menu-top {
  transition: background-color 0.25s;
}

.menu-top-bg {
  /*
  background: var(--grey);
  box-shadow: 0px 0px 25px rgba(0,0,0,0.1);
  */
}

.menu-top-bg {
  z-index: 2;
  background: linear-gradient(to bottom, rgba(100,100,100,0.6), rgba(100,100,100,0.2));
}

.menu-top-bg::before {
  content: " ";
  position:absolute;
  height: 60px;
  width: 150vw;
  left: -25vw;
  box-shadow: 0 0 50px rgba(100,100,100,0.4);
  z-index: -1;
}

.menu-top.open {
  background-color: rgba(255,63,95,0.8  );
  color: white;
  box-shadow: none;
  transform: translate(0px, 0px) !important;
  padding-right: 0px;
}

.menu-top.only-top {
  padding-top: 35px;
  height: 100px;
}

.breadcrumb {
  float: left;
  height: 15px;
  padding: 17.5px 0;
  padding-left: 160px;
  display: none;
}

.menu-top.open .breadcrumb {
  display: none;
}

.breadcrumb ol {
  list-style-type: none;
  list-style: none;
  margin: 0;
  padding: 0;
  height: 12px;
}

.breadcrumb ol li {
  float: left;
  margin-right: 20px;
  color:white;
  font-size: 11px;
}

.breadcrumb ol li a {
  line-height: 1;
  color:white;
  text-transform: uppercase;
  letter-spacing: 1px;
  pointer-events: all;
}

.breadcrumb ol li::after {
  content: ">";
  position:relative;
  left: 10px;
}

.breadcrumb ol li:last-child::after {
  content: " ";
}

.overlay {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100vw;
  min-height: 100vh;
  cursor: default;
  z-index: 10;
  display: flex;
  flex-direction: row;
  padding: 120px 60px 60px;
}

.overlay::before {
  content: " ";
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  background: var(--headerBg);
  z-index: -1;
}

.overlay-close {
  position: absolute;
  padding: 20px;
  top: 0;
  right: 0;
  font-size: 18px;
  cursor: pointer;
}

.overlay h2 {
  color: white;
  font-size: 18px;
  margin-top: 30px;
}

.overlay .btn {
  background-color:rgba(255,255,255,0.1);
  padding: 15px;
  border-radius: 5px;
  color: white;
  margin-bottom: 20px;
  cursor: pointer;
}

.episode {
  background-color:rgba(0,0,0,0.1);
  padding: 15px;
  border-radius: 5px;
}


.lastPlayed {
  margin-top: 60px;
}

.lastPlayedItem {
  background-color:rgba(0,0,0,0.1);
  padding: 15px;
  border-radius: 5px;
  overflow: hidden;
}

.lastPlayedItem:not(.resEpisode) {
  cursor: pointer;
}

.overlay .lastPlayedItem {
  background-color:rgba(255,255,255,0.1);
  color: white;
}

.lastPlayedItem .info {
  margin-right: 60px;
}
.overlay .lastPlayedItem .info {
}

.lastPlayedPlay {
  float: right;
  width: 60px;
  font-size: 36px;
  padding: 10px 10px 0 0;
  text-align: right;
  cursor: pointer;
}

.lastPlayedItem .image {
  float: left;
  width: 55px;
  font-size: 0px;
}

.lastPlayedItem img {
  width: inherit;
  float: left;
}

.lastPlayedItem .label {
  margin-left: 65px;
}

.results .lastPlayedItem {
  box-shadow: 0px 10px 10px rgba(0,0,0,0.04);
}

.results .lastPlayedItem .label {
  max-height: 56px;
  overflow: hidden;
  color: rgba(255,255,255,0.8);
}

.results .lastPlayedItem .label b {
  color: white;
}

.results .lastPlayedItem.resPodcast {
  border-radius: 5px;
  background-color: rgba(255,255,255,0.1);
  margin-top: 15px;
}

.results .lastPlayedItem.resEpisode {
  background-color: rgba(255,255,255,0.04);
  margin: 0px 5px;
  border-radius: 0px;
}

.results .lastPlayedItem.resEpisode:last-child {
  border-radius: 0px 0px 5px 5px;
}

/*
.top-login {
  float: right;
  width: 250px;
  height: 60px;
  text-align: left;
  color: #555;
  padding: 15px 0;
}
*/

.top-login {
  width: 100%;
}

.error-msg {
  color: white;
  padding: 15px;
  margin-bottom: 20px;
  background-color: rgba(0,0,0,0.1);
}

.menu-top h2 {
  float: left;
  margin: 2px 0;
  font-size: 14px;
  line-height: 1;
}

.menu-top ul {
  float: right;
  list-style-type: none;
  list-style: none;
  margin: 0;
  padding: 0;
  height: 60px;
  display: flex;
  flex-direction: row;
}

.menu-top ul li {
  font-size: 18px;
  cursor: pointer;
  padding: 21px 20px;
  color: white;
  text-align: center;
  width: 60px;
  pointer-events: all;
}

.menu-top ul li.active {
  background-color: rgba(0,0,0,0.1);
}


.menu-top.open ul li {
  color: white;
}

.menu-top ul li a {
  color: white;
}

.menu-top ul li:hover {
  background-color: rgba(0,0,0,0.1);
}

.menu-top.open ul li:hover {
  background-color: rgba(0,0,0,0.1);
}

.top-login .input-holder {
  width: 100%;
}

.top-login .input-holder input {
  width: 100%;
  height: auto;
  border: 0;
  background: rgba(255,255,255,0.1);
  color: white;
  font-size: 16px;
}

.top-login .input-holder input::placeholder {
  color: #ccc;
}

.top-login .next-inline {
  border-color: white;
  color: white;
}

.input-holder.small input {
  width: 100%;
  padding: 5px;
  height: auto;
}

.input-holder.digits {
  text-align: center;
  padding: 15px;
  background-color: rgba(255,255,255,0.05);
  border-radius: 3px;
}

.input-holder.digits .label {
  color: white;
  text-transform: uppercase;
  padding-bottom: 15px;
  color: #ccc;
}

.input-holder.digits input {
  width: 30px;
  padding: 15px 10px;
  margin-right: 10px;
  text-align: center;
  float: none;
}

/* */

.content-box.product {
  padding-left: 0px;
  margin-left: -160px;
  width: calc(100% + 160px);
}

.content-box.product.first .column1 {
  /*padding-top: 9vw;
  margin-top: calc(50vh - var(--boxesHeight) / 2 + 3.5vw);*/
}

.content-box.product.first .column2 {
  /*padding-top: 9vw;
  margin-top: calc(50vh - var(--boxesHeight) / 2);*/
}

.books .content-box.product.first .column1,
.books .content-box.product.first .column2 {
  /*margin-top: calc(50vh - var(--boxesHeight) / 2);*/
}

.content-box.product.first .column1,
.content-box.product .column2 {
  min-height: calc(100vw / 26 * 6 * 1.333333);
}

.books .content-box.product.first .column1,
.books .content-box.product .column2 {
  min-height: calc(100vw / 26 * 6 * 1.333333); /* image height plus padding plus a little extra */
}

.viewbook .content-box.product .column1,
.viewbook .content-box.product .column2 {
  min-height: auto !important;
}

.viewbook .first {
  height: 0;
  margin-bottom: calc(100vh);
}

.viewbook .content-box .column1,
.viewpodcast .content-box .column1 {
  padding-right: 100px;
}

.viewbook .content-box.first .column1,
.viewbook .content-box.first .column2 {
  padding: 0;
  margin: 0;
  height: 100vh;
}

.viewbook .content-box:not(.first) .column2 {
  display: none;
}

.viewpodcast .content-box.first .column2 {
  padding: 0;
  margin: 0;
  height: 100vh;
}

.viewpodcast .content-text p {
  padding-right: 0px;
}

.viewbook .content-box.first .column1 {
  position: absolute;
  top: 0px;
}

.content-box.product .content-hl {
  padding-top: 0;
}


.book-hl h1 {
  font-family: "times new roman";
  font-weight: bold;
  font-size:42px;
  text-align: center;
}

.author {
  overflow: hidden;
}

.author-image {
  margin: 0 auto;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background-color:#eee;
}

.book-image1 {
  width: calc(50vw - 60px);
  margin-left: 60px;
  height: 100vh;
  background-size: 120vh;
  background-position: 80% 0;
  filter: grayscale(100%);
  border-right: 1px white solid;
}

.book-image2 {
  width: calc(25vw - 30px);
  margin-left: 60px;
  height: 16vw;
  position:absolute;
  bottom: 0;
  background-color:#444;
  border-right: 1px white solid;
  border-top: 1px white solid;
}

.book-image3 {
  width: calc(25vw - 30px);
  margin-left: calc(25vw + 30px);
  height: 16vw;
  background-size: 130%;
  filter: grayscale(100%);
  position:absolute;
  bottom: 0;
  border-top: 1px white solid;
  border-right: 1px white solid;
}

.playButton {
  margin: 4.25vw auto;
  width: 8vw;
  height: 8vw;
  background-color: rgba(255,255,255,0.8);
  text-align: center;
  border-radius: 50%;
  font-size: 3.5vw;
  color: rgba(0,0,0,0.8);
  padding-top: 2.2vw;
  padding-left: 0.5vw;
}

.author-img-name {
  position: absolute;
  bottom: 18vw;
  left: calc(60px + 5vw);
  color: white;
  z-index: 2;
}

.img-buy {
  position: absolute;
  bottom: 2vw;
  font-size: 14px;
  color: white;
  margin-left: 5vw;
  margin-top: 22%;
  line-height: 2.3;
}

.img-buy h2 {
  margin-bottom: 5px;
}

.img-buy:before,
.author-img-name:before {
  position: absolute;
  margin: 0 auto;
  content: " ";
  width: 0.75vw;
  height: 0.75vw;
  border-radius: 50%;
  border: 1px solid;
  border-color: var(--themeColor);
  left: -2vw;
  top: 10px;
}

.author-name {
  margin: 0 auto;
  padding-top: 30px;
  text-align: center;
  line-height: 1.2;
  font-size: 30px;
  font-family: 'Times New Roman';
}

.buttons {
  overflow: hidden;
  margin-top: 80px;
}

.buttonsInner {
  margin: 0 auto;
  width: 420px;
}

.button {
  float: left;
  padding: 15px 0;
  border: 1px var(--themeColor) solid;
  border-radius: 25px;
  font-size: 20px;
  color: var(--themeColor);
  margin: 0 30px;
  width: 150px;
  text-align: center;
  letter-spacing: 2px;
  font-weight: 300;
}

/* */

.content-hl {
  position:relative;
  margin-right: -60px;
}

.content-hl::before {
  content: " ";
  border-bottom: 2px black solid;
  width: 30px;
  position:absolute;
  left:-45px;
  top:22px;
}

.content-hl h1 {
  font-family: "times new roman";
  font-weight: bold;
  font-size:42px;
}

.content-text {
  padding-top: 30px;
}

.content-text p {
  max-width: 750px;
  line-height: 1.75;
  padding-right: 0;
}

.content-text-img p {
  width: 260px;
  padding-right: 20px;
  box-sizing: border-box;
  line-height: 1.75;
}

.content-img {
  position:absolute;
  margin-left:260px;
  margin-right: 60px;
  width: calc(100vw - (160px + 260px + 60px));
  max-width: 900px;
  /*height: calc((100vw - (160px + 260px + 60px)) / 1.5);
  background-size:120%;*/
  height: 550px;
  background-size: 900px;
  background-position: center right;
  opacity: 0.7;
}

.horizontal {
  overflow-y: scroll;
  margin-left: -50px;
  padding-left: 50px;
  padding-bottom: 20px; /* for scrollbar */
  padding-top: 30px;
}

.horizontal .book-card {
  width: 300px;
  margin-right: 60px;
  float: left;
}

.column1 {
  width: 50vw;
  float: left;
  padding-left: 160px;
}

.column2 {
  position: relative;
  right: 0;
  top: 0;
  width: 50vw;
  margin-left: 50vw;
}

.book-info {
  background-color: var(--grey);
  padding: 15px 10px 0;
  border-radius: 20px;
  margin: 30px 0;
  color: #444;
  overflow: hidden;
}


.cl {
  display: flex;
  justify-content: space-evenly;
}

.cl-box {
  width: 143px;
  overflow: hidden;
  margin-bottom: 15px;
}

.cl-icon {
  float: left;
  width: 47px;
  font-size: 28px;
  padding-top: 2px;
  text-align: center;
}

.cl-text {
  float: left;
  width: 96px;
  line-height: 1.25;
  font-size: 12px;
}


.book-buttons {
  overflow: hidden;
}

.book-price {
  float: right;
  color: var(--themeColor);
  font-size: 20px;
  padding-top: 8px;
  margin-right: 20px;
}

.book-author {
  font-size: 20px;
  margin-top: 20px;
}

.book-description {
  padding-top: 30px;
  font-family: Lato;
  font-size: 14px;
  white-space: pre-wrap;
}

.book-description p {
  white-space: pre-wrap;
}


/* */


.img-row {
  position:absolute;
  right: 0;
  display:block;
  overflow: hidden;
}

.img-row-1 {
  right: calc(-1*100vw / var(--columns));
  bottom: calc(100vw / var(--columns));
}

.img-row-2 {
  bottom: 0;
}

.img-row-3 {
  right: calc(100vw / var(--columns));
  bottom: calc(-1*100vw / var(--columns));
}

.img-box {
  opacity: 1;
  color: black;
}

.img-slides {
  position:absolute;
  height: 70px;
  bottom:-70px;
}

.slide-link {
  float: left;
  border-top: 3px transparent solid;
  padding: 20px 10px 0;
  margin-right: 35px;
  font-weight: bold;
  cursor: pointer;
}

.next {
  margin-top: 20px;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  text-align: center;
  padding-top: 10px;
  font-size: 24px;
  border: 1px var(--themeColor) solid;
  color:  var(--themeColor);
  cursor: pointer;
}

.next.disabled {
  opacity: 0.4;
  cursor: default;
}

.next-inline {
  float: right;
  width: 27px;
  height: 27px;
  padding: 0;
  border-radius: 50%;
  text-align: center;
  font-size: 18px;
  border: 1px var(--themeColor) solid;
  color:  var(--themeColor);
  cursor: pointer;
  margin-top: 1.5px;
  background-color: transparent;
  outline: none;
}

.next-inline:active {
  background-color: var(--themeColor);
  color: white;
}


.podcast-players {
  margin-top: 10px;
  margin-bottom: -10px;
  height: 49px;
  border-radius: 18.5px;
  width: 100%;
  /*background-color: #f9f8f6;
  padding: 8px 10px;*/
  padding: 8px 0;
  text-align: center;
}

.podcast-players ul {
  list-style: none;
  list-style-type: none;
  padding: 0;
  margin: 0;
  margin-top: 4px;
}

.podcast-players ul li {
  float: left;
}

.lyt-nu {
  padding-top:3.5px;
  font-size: 13px;
  font-weight: bold;
  margin-right: 10px;
}

.podcast-player {
  cursor: pointer;
  height: 25px;
  width: 16.666666%;
  width: 40px;
  padding: 0 7.5px;
  text-align: center;
}

.podcast-player a {
  float: left;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 0px 0px 5px rgba(0,0,0,0.15);
}

.podcast-player img {
  height: 25px;
}

.podcast-player .castbox-img img {
  transform: scale(1.2);
}

.podcast-player .google-img img {
  transform: scale(0.7);
}

.podcast-player .podtail-img {
  background-color: rgb(41,41,41);
}

.podcast-player .podtail-img img {
  transform: scale(0.7);
}

.podcast-player:hover a {
  filter: grayscale(0%);
  opacity: 1;
  /*transition: filter 0.25s linear;
  transition: opacity 0.25s;*/
}

.podcast-images {
  width: calc(100vw - 120px - 50vw / 2 + 100vw / 26 * 6 / 2);
  margin-left: 160px;
  overflow: hidden;
  padding-top: 100px;
}

.podcast-img {
  float: left;
  width: calc(33% - 30px);
  margin-right: 30px;
  overflow: hidden;
  position: relative;
}

.podcast-img img {
  position: absolute;
  width: 102%;
  top: 0;
  filter: grayscale(100%);
}

.podcast-img::before {
  content: " ";
  padding-top: 100%;
  display: block;
}

/* clicked toggle */

.clicked {
  background: var(--themeColor);
  color: white;
}

.after-click {
  display: none;
}

.clicked .after-click {
  display: block;
}

.clicked .before-click {
  display: none;
}

/* */

.progressWrapper {
  overflow: hidden;
  margin-right: 30px;
  background-color: #ffd;
  padding: 10px 30px 30px 30px;
  border-radius: 3px;
  max-width: calc(1050px - 160px);
  margin-top: 30px;
  margin-left:-30px;
  margin-right:-30px;
}

.progress {
  width: 100%;
  max-width: calc(1050px - 220px);
  overflow: hidden;
  list-style-type: none;
  margin: 20px 60px 0 0;
  padding: 0;
}

.progressWrapper .progress {
  margin: 20px 0 0 0;
}

.progress-bit {
  float: left;
  margin: 0 30px 0 0;
  font-weight: bold;
  padding: 0 0px 10px 0;
  cursor: default;
  border-bottom: 3px transparent solid;
  margin-bottom: 10px;
}

.progress-bit.active {
  border-color: var(--themeColor);
}



/** form **/

.form {
  overflow: hidden;
  margin-top: 20px;
  padding: 0 15px;
  margin-left: -15px;
  margin-right: -35px;
  width: calc(100% + 50px);
}

.input-holder {
  float: left;
  position: relative;
  width: calc(100% - 20px);
  margin-right: 20px;
  margin-bottom: 20px;
}

.input-holder input,
.input-holder select {
  float: left;
  width: 100%;
  padding: 12px 30px 12px 12px;
  font-size: 12px;
  font-family: lato;
  background-color: rgba(255,255,255,0.7);
  outline: none;
  border: 1px #ccc solid;
  border-radius: 3px;
  height: 41px;
}

.input-holder textarea {
  float: left;
  width: 100%;
  padding: 12px 30px 12px 12px;
  font-size: 12px;
  font-family: lato;
  background-color: rgba(255,255,255,0.7);
  outline: none;
  border: 1px #ccc solid;
  border-radius: 3px;
  height: 123px;
}

.input-listener {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  padding-top: 13px;
  font-size: 8px;
  text-align: center;
  color: var(--themeColor);
  pointer-events: none;
}

input:focus {
  border-color: var(--themeColor);
}

input:disabled,
select:disabled {
  background-color: #eee;
}

.input-holder.half {
  width: calc(50% - 20px);
  margin-right: 20px;
}

.input-holder.quarter {
  width: calc(25% - 20px);
  margin-right: 20px;
}

.login {
  width: calc(100% + 10px);
  overflow: hidden;
  background-color:var(--grey);
  padding: 15px;
  padding-bottom: 0;
  margin-left:-15px;
  margin-bottom: 20px;
  border-radius: 3px;
}

.login .input-holder {
  height: 41px;
  margin-right: 0;
  width: 100%;
  margin-bottom: 15px;
}

.login .check-holder {
  margin-bottom: 15px;
}

.checkboxes-holder {
  overflow: hidden;   
  display: flex;
  flex-direction: row;
}

.check-holder {
  flex: 1;
  width: 200px;
  padding: 10px;
  border: 1px #ccc solid;
  border-radius: 3px;
  margin-right: 15px;
  margin-bottom: 20px;
  cursor: pointer;
}

.check-holder:hover {
  border-color: #888;
}

.check-holder.selected {
  border-color: var(--themeColor);
  color: var(--themeColor);
}

.checkbox-symbol {
  position: relative;
  float: left;
  width: 25px;
  height: 25px;
  border: 1px #ccc solid;
  border-radius: 50%;
  background-color: rgba(255,255,255,0.7);
}

.check-holder.selected .checkbox-symbol,
.t-row.selected  .checkbox-symbol {
  border: 1px var(--themeColor) solid;
}

.check-holder.selected .checkbox-symbol::before,
.t-row.selected .checkbox-symbol::before {
  position:absolute;
  content: " ";
  width: 11px;
  height: 11px;
  border-radius: 50%;
  left: 6px;
  top: 6px;
  background-color: var(--themeColor);
}

.check-label {
  margin-left: 35px;
  padding-top: 3px;
  font-size: 13px;
  color: #555;
}

.check-holder.selected .check-label,
.t-row.selected .check-label {
  color: var(--themeColor);
}

input[type=checkbox] {
  float: left;
  width: auto;
  margin: 0;
  padding: 0;
}

/* */


.error {
  display: none;
  margin: 20px 0px -10px 0;
  padding: 20px;
  background-color:rgb(255,225,225);
  overflow: hidden;
}

.payment-window {
  width: calc(100% - 60px);
  height: 400px;
  text-align: center;
  font-size: 20px;
  background-color: var(--grey);
  margin: 20px 0;
  padding-top: 185px;
  cursor: pointer;
}

.form .fa-check {
  color: green;
}

.fa-user {
  color: rgb(150, 150, 0);
}




/* */

.input-info {
  background-color: var(--grey);
  padding: 20px;
  margin-bottom: 20px;
  margin-right: 20px;
}

.sub-menu {
  height: 50px;
}

.sub-menu ul {
  list-style-type: none;
  list-style: none;
  margin: 0;
  padding: 0;
}

.sub-menu ul li {
  float: left;
  margin: 0;
  margin-right: 40px;
  border-bottom: 3px solid transparent;
}
.sub-menu ul li a {
  float: left;
  padding-bottom: 10px;
  font-weight: bold;
  color: black;
}

.sub-menu ul li.selected {
  border-bottom-color: var(--themeColor);
}

.article-box {
  width: calc(33.333333% - 40px);
  margin-right: 30px;
  float: left;
  cursor: pointer;
}

.article-box-img {
  width: 100%;
  background-color: #eee;
  overflow: hidden;
  position: relative;
}

.article-box-img {
  content: " ";
  padding-top: 66.666666%;
}

.article-box-img img {
  width: 100%;
  position: absolute;
  top: 0;
}

.article-box-title {
  font-weight: bold;
}

.article-box-text {

}


.article-box-title,
.article-box-text,
.article-box-more {
  padding-top: 20px;
  padding-left:30px;
  position: relative;
  font-size: 16px;
  padding-right: 30px;
}

.article-box-text,
.article-box-more {
  padding-top: 10px;
}

.article-box-title {
  font-weight: bold;
}

.article-box-more {
  color: var(--themeColor);
  font-size: 13px;
}

.article-box-title::before {
  content: " ";
  border-bottom: 2px black solid;
  width: 20px;
  position:absolute;
  margin-left:-30px;
  margin-top: 8px;
}

/* */

.portrait-box {
  overflow: hidden;
  margin-bottom: 20px;
}

.portrait {
  float: left;
  width: 200px;
}

.portrait img {
  width: inherit;
}

.portrait-text {
  margin-left: 220px;
}




/* */

.t {
  border-radius: 5px;
}

.t-row {
  background-color: var(--grey);
  border-bottom: 1px white solid;
  display: flex;
  flex-direction: row;
  cursor: pointer;
}

.t-column {
  border-right: 1px white solid;
}

.t-column:last-child {
  border-right: 0px;
}

.negative,
.positive {
  width: 100%;
  padding: 13px;
  background-color: rgba(0,0,0,0.05);
  text-align:center;
  color: #555;
  height: 45px;
}

.positive {
  background-color: rgba(200,255,200,0.5);
  color: rgba(0,150,0,0.5);
}

.positive.special {
  background-color: rgba(255,230,180,0.5);
  color: rgba(200,150,0,0.5);
  line-height: 1.1;
  padding-top:7px;
}

.t-row.selected {
  border: 1px var(--themeColor) solid;
  border-radius: 3px;
  overflow: hidden;
  margin-top: -1px;
  width: calc(100% + 2px);
  margin-left: -1px;
  color: var(--themeColor);
}

/* */

.menu-top ul li.pc-mini-li {
  width: 220px;
}

.pc-mini-img {
  float: left;
  width: 45px;
  padding-top: 5px;
}

.pc-mini-img img {
  width: inherit
}

.pc-mini-label {
  font-size: 12px;
  line-height: 1.5;
  text-align: left;
  padding-top: 10px;
  margin-left: 60px;
  overflow: hidden;
}

.pc-mini-label-inner {
  width: 500px;
}

.pc-mini-progressBar {
  position: absolute;
  left: 0px;
  bottom: 0px;
  height: 3px;
  width: 100%;
  background-color: rgba(0,0,0,0.05);
}

.pc-mini-progress {
  background-color: rgba(0,0,0,0.2);
  height: 3px;
}





.payButton {
  background: var(--themeColor);
  border: 1px var(--themeColor) solid;
  padding: 15px;
  border-radius: 40px;
  color: white;
  text-align: center;
  cursor: pointer;
  width: 100%;
}

.payButton.disabled {
  background: transparent;
  opacity: 0.5;
  color: var(--themeColor);
}

.next.payButton {
  float: right;
  width: 160px;
  font-size: 14px;
  margin-top: 0px;
  line-height: 1;
}


.upcoming {
  width: calc(100% + 60px);
  max-width: 810px;
  margin: 40px -30px;
  height: 140px;
}

.upcoming .upcomingItem {
  float: left;
  background-color: var(--grey);
  width: calc(33% - 15px);
  margin: 0px 7.5px;
  padding: 20px 0;
  border-radius: 5px;
  text-align: center;
  line-height: 1;
  color: #444;
}

.upcomingItem .short {
  display: none;
}
@media only screen and (max-width: 400px) {
  .upcomingItem .long {
    display: none;
  }
  .upcomingItem .short {
  display: block;
}
}



@media only screen and (max-width: 1050px) {



  .menu-top ul li.pc-mini-li {
    width: 65px;
  }


  .first .column2 {
    position: relative !important;
    background: transparent !important;
    top: 0 !important;
  }

  .content-box-top {
    display: block;
    padding: 50px 0 0 60px !important;
    margin-top: 0px !important;
    margin-bottom: 0;
    background: linear-gradient(to top, var(--grey), white);
  }

  .col {
    margin-top: 0px !important;
  }

  .content-product .content-box-top {
    height: auto;
  }

  .viewbook .first {
    display: none;
  }
  .viewbook .content-box:not(.first) .column2 {
    display: block;
  }

  .content-box {
    opacity: 1 !important;
  }

  .content-box .column1 {
    opacity: 1 !important;
  }

  .top-card-title {
    margin-top: 0 !important;
    text-align: center;
  }

  .top-card-title img {
    display: inline-block;
  }

  .top-card {
    margin-top: 0 !important;
  }

  .top-cards {
    display: none;
  }

  .content-box.product {
    /*padding-right: 60px !important;*/
  }

  .column1 {
    width: calc(100% - 250px);
    padding-right: 60px !important;
  }

  .column2 {
    float: right;
    width: 250px;
    margin-left: 0;
  }

  .content-box.product .gsap-book {
    width: 100% !important;
    position: static !important;
    left: 0 !important;
    margin-top: 0 !important;
  }

  .content-box.product .column1,
  .content-box.product .column2 {
    margin-top: 0px !important;
    padding-top: 0px !important;
  }

  .content-box.product .column2 {
    min-height: 250px;
  }

  .books .content-box.product .column2 {
    min-height: calc(250px * 1.333333); 
  }

  .menu-top .breadcrumb {
    display: none;
  }

  .checkboxes-holder {
    max-width: calc(100% + 15px) !important;
    width: calc(100% + 15px) !important;
    margin-right: -15px;
  }


  .podcast-images {
    width: calc(100vw - 190px);
  }

  .article-box {
    width: calc(50% - 45px);
    margin-bottom: 20px;
  }

}

@media only screen and (max-width: 750px) {

  .content {
    flex-direction: column;
  }
  .overlay {
    flex-direction: column-reverse;
  }
  .col {
    flex-basis: auto;
  }

  .content-box.product .column1,
  .content-box.product .column2 {
    width: 100%;
    float: none;
    padding-right: 0;
  }

  .column1 {
    padding-right: 0px !important;
    margin-bottom: 30px;
  }

  .column2 {
    padding-left: 160px;
  }

  .content-box.product .column2 {
    min-height: calc((100vw - 220px));
  }

  .books .content-box.product .column2 {
    min-height: calc((100vw - 220px) * 1.333333); 
  }

  .content-img {
    position: relative;
    margin-left: 0px;
    width: calc(100vw - (160px + 60px));
    /*height: calc((100vw - (160px + 60px)) / 1.5);*/
    height: 350px;
    margin-bottom: 80px;
  }

  .content-text-img p {
    width: auto;
    padding-right: 50px;
  }

  .column1 {
    float: none;
  }

  .column2 {
    margin-left: 0;
  }

  .column2 .book-description {
    padding: 30px 0;
  }

  .progress-bit {
    float: none;
    display: table;
  }

  .checkboxes-holder {
    flex-direction: column;
  }

  .check-holder {
    width: calc(100% - 15px);
  }

  .podcast-images {
    display: none;
  }

  .article-box {
    width: calc(100% - 60px);
  }

  .portrait {
    float: none;
  }

  .portrait-text {
    margin-left: 0px;
  }


}
@media only screen and (max-width: 550px) {
  .content-img {
    height: 300px;
  }

  .slide-link { 
    font-size: 12px;
    margin-right: 0px;
    padding: 15px 15px 0;
  }
}

@media only screen and (max-width: 500px) {

  .content {
    padding-left: 60px;
  }

  .content-box-top {
    padding-top: calc(45px + 50px) !important;
    height: calc(195px + 50px) !important;
  }

  .menu-top,
  .menu-top-bg {
    bottom: 0px;
    top: auto;
  }

  .menu-top-bg {
    background: linear-gradient(to top, rgba(100,100,100,0.6), rgba(100,100,100,0.2));
  }

  .overlay {
    flex-direction: column;
  }

  .overlay .col:first-child {
    display: none;
  }

  .top-back-btn {
    display: none !important;
  }

  .content-box.product {
    margin-left: 0px;
    width: 100%;
  }

  .column1,
  .column2 {
    padding-left: 0px;
  }

  .content-box.product .column2 {
    min-height: calc((100vw - 120px));
  }

  .books .content-box.product .column2 {
    min-height: calc((100vw - 120px) * 1.333333); 
  }

  .content-img {
    width: calc(100vw - 120px);
    height: calc((100vw - 120px) / 1.5);
  }

  .img-row {
    display: none;
  }

  .footer {
    padding-left: 60px;
  }

  .content-box-top { 
    padding-left: 0px !important;
  }

  .cart-entry-amount,
  .cart-entry-price {
    margin-top: 5px;
  }

  .cart-entry-price {
    float: none;
    margin-left: 66px;
    width: auto;
  }

  .cart-entry-title {
    width: 100%;
    margin: 0;
    padding-left: 0;
    height: auto;
  }
}

@media only screen and (max-width: 600px) {

  .input-holder.half {
    width: calc(100% - 20px);
  }

  .input-holder.quarter {
    width: calc(50% - 20px);
  }
}

@media only screen and (max-width: 380px) {

  .slide-link {
    padding: 5px 8px 0;
    font-size: 11px;
  }

}