@font-face {
  font-family: "Material Icons";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("fonts/google-icons/MaterialIcons-Regular.eot");
  src: local("Material Icons"), local("MaterialIcons-Regular"),
    url("fonts/google-icons/MaterialIcons-Regular.woff2") format("woff2"),
    url("fonts/google-icons/MaterialIcons-Regular.woff") format("woff"),
    url("fonts/google-icons/MaterialIcons-Regular.ttf") format("truetype");
}
.material-icons {
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: "liga";
}
.elementor-page .wpcasterpro-entrycontent,
.elementor-page .wpcasterpro-the_content {
  padding-bottom: 0;
}
.wpcasterpro-global
  .elementor-column-gap-default
  > .elementor-row
  > .elementor-column
  > .elementor-element-populated
  > .elementor-widget-wrap {
  padding: 0;
}
.elementor-widget-container > h5 {
  margin-top: 0;
}
.elementor-main-swiper .swiper-wrapper .elementor-carousel-image {
  background-size: cover;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  background-position: center;
}
.wpcasterpro-like-post-item .wpcasterpro-post--podcast:last-of-type {
  border-bottom: none;
}
.wpcasterpro-like-post-item:last-of-type .wpcasterpro-post--podcast {
  border-bottom: 2px solid var(--wpcasterpro-colors-borders);
}
.qttm_reaktions-link.wpcasterpro-btn--r .count,
.wpcasterpro-playcircle span.qttm_reaktions-link.qtmplayer-play-btn .count,
.wpcasterpro-pagecontent
  .qtmplayer-playlist
  .qtmplayer-trackitem
  span.qttm_reaktions-link.qtmplayer-play-btn
  .count {
  position: absolute;
  background-color: var(--qtum-btn-background-color--liked);
  color: var(--qtum-btn-background-color--liked-icon);
  border-radius: 8px;
  padding: 2px 4px;
  font-size: 11px;
  line-height: 1em;
  vertical-align: middle;
  top: 0;
  right: 0;
  opacity: 1;
}
.qttm_reaktions-link.wpcasterpro-btn--r .count:empty,
.wpcasterpro-playcircle
  span.qttm_reaktions-link.qtmplayer-play-btn
  .count:empty,
.wpcasterpro-pagecontent
  .qtmplayer-playlist
  .qtmplayer-trackitem
  span.qttm_reaktions-link.qtmplayer-play-btn
  .count:empty {
  background-color: transparent;
}
.qttm-reaktions-sharebox a.qttm-reaktions-sbtn___like {
  display: none;
}
.qttm-reaktions-sharebox a {
  min-height: var(--wpcasterpro-btn-size);
  padding: 14px 25px;
  text-transform: uppercase;
  font-size: 15px;
  line-height: 1em;
  cursor: pointer;
  text-rendering: geometricPrecision;
  border-color: inherit;
  border-radius: var(--wpcasterpro-btn-radius);
  border-width: 0;
  -webkit-filter: none;
  filter: none;
  justify-content: center;
  display: inline-flex;
  text-align: center;
  vertical-align: middle;
  align-items: center;
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  background-color: var(--wpcasterpro-btn-background-color--default);
  color: var(--wpcasterpro-btn-text-color--default);
  background-position: 0% 0%;
  background-size: 100% 100%;
  align-self: flex-start;
  -webkit-user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  min-width: var(--wpcasterpro-btn-size);
  min-height: var(--wpcasterpro-btn-size);
  padding: 10px;
}
.qttm-reaktions-sharebox a i {
  margin: 0;
}
@media only screen and (min-width: 1200px) {
  .qttm-reaktions-sharebox a:hover {
    background-color: var(--wpcasterpro-btn-background-color--default--hover);
    color: var(--wpcasterpro-btn-text-color--default--hover);
  }
} /*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2016 Daniel Eden
 */
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}
.animated.bounceIn,
.animated.bounceOut,
.animated.flipOutX,
.animated.flipOutY {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
}
@-webkit-keyframes bounce {
  0%,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translateZ(0);
  }
  40%,
  43% {
    transform: translate3d(0, -30px, 0);
  }
  40%,
  43%,
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
  }
  70% {
    transform: translate3d(0, -15px, 0);
  }
  90% {
    transform: translate3d(0, -4px, 0);
  }
}
@keyframes bounce {
  0%,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translateZ(0);
  }
  40%,
  43% {
    transform: translate3d(0, -30px, 0);
  }
  40%,
  43%,
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
  }
  70% {
    transform: translate3d(0, -15px, 0);
  }
  90% {
    transform: translate3d(0, -4px, 0);
  }
}
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  transform-origin: center bottom;
}
@-webkit-keyframes flash {
  0%,
  50%,
  to {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
@keyframes flash {
  0%,
  50%,
  to {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}
@-webkit-keyframes pulse {
  0% {
    transform: scaleX(1);
  }
  50% {
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    transform: scaleX(1);
  }
}
@keyframes pulse {
  0% {
    transform: scaleX(1);
  }
  50% {
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    transform: scaleX(1);
  }
}
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}
@-webkit-keyframes rubberBand {
  0% {
    transform: scaleX(1);
  }
  30% {
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    transform: scaleX(1);
  }
}
@keyframes rubberBand {
  0% {
    transform: scaleX(1);
  }
  30% {
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    transform: scaleX(1);
  }
}
.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}
@-webkit-keyframes shake {
  0%,
  to {
    transform: translateZ(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    transform: translate3d(-10px, 0, 0);
  }
  20%,
  40%,
  60%,
  80% {
    transform: translate3d(10px, 0, 0);
  }
}
@keyframes shake {
  0%,
  to {
    transform: translateZ(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    transform: translate3d(-10px, 0, 0);
  }
  20%,
  40%,
  60%,
  80% {
    transform: translate3d(10px, 0, 0);
  }
}
.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}
@-webkit-keyframes headShake {
  0% {
    transform: translateX(0);
  }
  6.5% {
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    transform: translateX(0);
  }
}
@keyframes headShake {
  0% {
    transform: translateX(0);
  }
  6.5% {
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    transform: translateX(0);
  }
}
.headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake;
}
@-webkit-keyframes swing {
  20% {
    transform: rotate(15deg);
  }
  40% {
    transform: rotate(-10deg);
  }
  60% {
    transform: rotate(5deg);
  }
  80% {
    transform: rotate(-5deg);
  }
  to {
    transform: rotate(0deg);
  }
}
@keyframes swing {
  20% {
    transform: rotate(15deg);
  }
  40% {
    transform: rotate(-10deg);
  }
  60% {
    transform: rotate(5deg);
  }
  80% {
    transform: rotate(-5deg);
  }
  to {
    transform: rotate(0deg);
  }
}
.swing {
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}
@-webkit-keyframes tada {
  0% {
    transform: scaleX(1);
  }
  10%,
  20% {
    transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
  }
  30%,
  50%,
  70%,
  90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
  }
  40%,
  60%,
  80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
  }
  to {
    transform: scaleX(1);
  }
}
@keyframes tada {
  0% {
    transform: scaleX(1);
  }
  10%,
  20% {
    transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
  }
  30%,
  50%,
  70%,
  90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
  }
  40%,
  60%,
  80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
  }
  to {
    transform: scaleX(1);
  }
}
.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}
@-webkit-keyframes wobble {
  0% {
    transform: none;
  }
  15% {
    transform: translate3d(-25%, 0, 0) rotate(-5deg);
  }
  30% {
    transform: translate3d(20%, 0, 0) rotate(3deg);
  }
  45% {
    transform: translate3d(-15%, 0, 0) rotate(-3deg);
  }
  60% {
    transform: translate3d(10%, 0, 0) rotate(2deg);
  }
  75% {
    transform: translate3d(-5%, 0, 0) rotate(-1deg);
  }
  to {
    transform: none;
  }
}
@keyframes wobble {
  0% {
    transform: none;
  }
  15% {
    transform: translate3d(-25%, 0, 0) rotate(-5deg);
  }
  30% {
    transform: translate3d(20%, 0, 0) rotate(3deg);
  }
  45% {
    transform: translate3d(-15%, 0, 0) rotate(-3deg);
  }
  60% {
    transform: translate3d(10%, 0, 0) rotate(2deg);
  }
  75% {
    transform: translate3d(-5%, 0, 0) rotate(-1deg);
  }
  to {
    transform: none;
  }
}
.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}
@-webkit-keyframes jello {
  0%,
  11.1%,
  to {
    transform: none;
  }
  22.2% {
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    transform: skewX(-0.195312deg) skewY(-0.195312deg);
  }
}
@keyframes jello {
  0%,
  11.1%,
  to {
    transform: none;
  }
  22.2% {
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    transform: skewX(-0.195312deg) skewY(-0.195312deg);
  }
}
.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  transform-origin: center;
}
@-webkit-keyframes bounceIn {
  0%,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    transform: scaleX(1);
  }
}
@keyframes bounceIn {
  0%,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    transform: scaleX(1);
  }
}
.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}
@-webkit-keyframes bounceInDown {
  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0);
  }
  75% {
    transform: translate3d(0, -10px, 0);
  }
  90% {
    transform: translate3d(0, 5px, 0);
  }
  to {
    transform: none;
  }
}
@keyframes bounceInDown {
  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0);
  }
  75% {
    transform: translate3d(0, -10px, 0);
  }
  90% {
    transform: translate3d(0, 5px, 0);
  }
  to {
    transform: none;
  }
}
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}
@-webkit-keyframes bounceInLeft {
  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0);
  }
  75% {
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    transform: translate3d(5px, 0, 0);
  }
  to {
    transform: none;
  }
}
@keyframes bounceInLeft {
  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0);
  }
  75% {
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    transform: translate3d(5px, 0, 0);
  }
  to {
    transform: none;
  }
}
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}
@-webkit-keyframes bounceInRight {
  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    transform: translate3d(10px, 0, 0);
  }
  90% {
    transform: translate3d(-5px, 0, 0);
  }
  to {
    transform: none;
  }
}
@keyframes bounceInRight {
  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    transform: translate3d(10px, 0, 0);
  }
  90% {
    transform: translate3d(-5px, 0, 0);
  }
  to {
    transform: none;
  }
}
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}
@-webkit-keyframes bounceInUp {
  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  75% {
    transform: translate3d(0, 10px, 0);
  }
  90% {
    transform: translate3d(0, -5px, 0);
  }
  to {
    transform: translateZ(0);
  }
}
@keyframes bounceInUp {
  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  75% {
    transform: translate3d(0, 10px, 0);
  }
  90% {
    transform: translate3d(0, -5px, 0);
  }
  to {
    transform: translateZ(0);
  }
}
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}
@-webkit-keyframes bounceOut {
  20% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%,
  55% {
    opacity: 1;
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
@keyframes bounceOut {
  20% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%,
  55% {
    opacity: 1;
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}
@-webkit-keyframes bounceOutDown {
  20% {
    transform: translate3d(0, 10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes bounceOutDown {
  20% {
    transform: translate3d(0, 10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}
.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}
@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}
.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}
@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}
.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}
@-webkit-keyframes bounceOutUp {
  20% {
    transform: translate3d(0, -10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes bounceOutUp {
  20% {
    transform: translate3d(0, -10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}
.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes fadeOutDown {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
}
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}
@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}
@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
}
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}
@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}
@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes fadeOutRight {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
}
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}
@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}
@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes fadeOutUp {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
}
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}
@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}
@-webkit-keyframes flip {
  0% {
    transform: perspective(400px) rotateY(-1turn);
  }
  0%,
  40% {
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    transform: perspective(400px) translateZ(150px) rotateY(-190deg);
  }
  50% {
    transform: perspective(400px) translateZ(150px) rotateY(-170deg);
  }
  50%,
  80% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
  }
  to {
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
@keyframes flip {
  0% {
    transform: perspective(400px) rotateY(-1turn);
  }
  0%,
  40% {
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    transform: perspective(400px) translateZ(150px) rotateY(-190deg);
  }
  50% {
    transform: perspective(400px) translateZ(150px) rotateY(-170deg);
  }
  50%,
  80% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
  }
  to {
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}
@-webkit-keyframes flipInX {
  0% {
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  0%,
  40% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  40% {
    transform: perspective(400px) rotateX(-20deg);
  }
  60% {
    transform: perspective(400px) rotateX(10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotateX(-5deg);
  }
  to {
    transform: perspective(400px);
  }
}
@keyframes flipInX {
  0% {
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  0%,
  40% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  40% {
    transform: perspective(400px) rotateX(-20deg);
  }
  60% {
    transform: perspective(400px) rotateX(10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotateX(-5deg);
  }
  to {
    transform: perspective(400px);
  }
}
.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}
@-webkit-keyframes flipInY {
  0% {
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  0%,
  40% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  40% {
    transform: perspective(400px) rotateY(-20deg);
  }
  60% {
    transform: perspective(400px) rotateY(10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotateY(-5deg);
  }
  to {
    transform: perspective(400px);
  }
}
@keyframes flipInY {
  0% {
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  0%,
  40% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  40% {
    transform: perspective(400px) rotateY(-20deg);
  }
  60% {
    transform: perspective(400px) rotateY(10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotateY(-5deg);
  }
  to {
    transform: perspective(400px);
  }
}
.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}
@-webkit-keyframes flipOutX {
  0% {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotateX(-20deg);
    opacity: 1;
  }
  to {
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
@keyframes flipOutX {
  0% {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotateX(-20deg);
    opacity: 1;
  }
  to {
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}
@-webkit-keyframes flipOutY {
  0% {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotateY(-15deg);
    opacity: 1;
  }
  to {
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
@keyframes flipOutY {
  0% {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotateY(-15deg);
    opacity: 1;
  }
  to {
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}
@-webkit-keyframes lightSpeedIn {
  0% {
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    transform: skewX(20deg);
  }
  60%,
  80% {
    opacity: 1;
  }
  80% {
    transform: skewX(-5deg);
  }
  to {
    transform: none;
    opacity: 1;
  }
}
@keyframes lightSpeedIn {
  0% {
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    transform: skewX(20deg);
  }
  60%,
  80% {
    opacity: 1;
  }
  80% {
    transform: skewX(-5deg);
  }
  to {
    transform: none;
    opacity: 1;
  }
}
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}
@-webkit-keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }
  to {
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }
  to {
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}
@-webkit-keyframes rotateIn {
  0% {
    transform-origin: center;
    transform: rotate(-200deg);
    opacity: 0;
  }
  0%,
  to {
    -webkit-transform-origin: center;
  }
  to {
    transform-origin: center;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateIn {
  0% {
    transform-origin: center;
    transform: rotate(-200deg);
    opacity: 0;
  }
  0%,
  to {
    -webkit-transform-origin: center;
  }
  to {
    transform-origin: center;
    transform: none;
    opacity: 1;
  }
}
.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}
@-webkit-keyframes rotateInDownLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(-45deg);
    opacity: 0;
  }
  0%,
  to {
    -webkit-transform-origin: left bottom;
  }
  to {
    transform-origin: left bottom;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInDownLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(-45deg);
    opacity: 0;
  }
  0%,
  to {
    -webkit-transform-origin: left bottom;
  }
  to {
    transform-origin: left bottom;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}
@-webkit-keyframes rotateInDownRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(45deg);
    opacity: 0;
  }
  0%,
  to {
    -webkit-transform-origin: right bottom;
  }
  to {
    transform-origin: right bottom;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInDownRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(45deg);
    opacity: 0;
  }
  0%,
  to {
    -webkit-transform-origin: right bottom;
  }
  to {
    transform-origin: right bottom;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}
@-webkit-keyframes rotateInUpLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(45deg);
    opacity: 0;
  }
  0%,
  to {
    -webkit-transform-origin: left bottom;
  }
  to {
    transform-origin: left bottom;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(45deg);
    opacity: 0;
  }
  0%,
  to {
    -webkit-transform-origin: left bottom;
  }
  to {
    transform-origin: left bottom;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}
@-webkit-keyframes rotateInUpRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }
  0%,
  to {
    -webkit-transform-origin: right bottom;
  }
  to {
    transform-origin: right bottom;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInUpRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }
  0%,
  to {
    -webkit-transform-origin: right bottom;
  }
  to {
    transform-origin: right bottom;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}
@-webkit-keyframes rotateOut {
  0% {
    transform-origin: center;
    opacity: 1;
  }
  0%,
  to {
    -webkit-transform-origin: center;
  }
  to {
    transform-origin: center;
    transform: rotate(200deg);
    opacity: 0;
  }
}
@keyframes rotateOut {
  0% {
    transform-origin: center;
    opacity: 1;
  }
  0%,
  to {
    -webkit-transform-origin: center;
  }
  to {
    transform-origin: center;
    transform: rotate(200deg);
    opacity: 0;
  }
}
.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}
@-webkit-keyframes rotateOutDownLeft {
  0% {
    transform-origin: left bottom;
    opacity: 1;
  }
  0%,
  to {
    -webkit-transform-origin: left bottom;
  }
  to {
    transform-origin: left bottom;
    transform: rotate(45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownLeft {
  0% {
    transform-origin: left bottom;
    opacity: 1;
  }
  0%,
  to {
    -webkit-transform-origin: left bottom;
  }
  to {
    transform-origin: left bottom;
    transform: rotate(45deg);
    opacity: 0;
  }
}
.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}
@-webkit-keyframes rotateOutDownRight {
  0% {
    transform-origin: right bottom;
    opacity: 1;
  }
  0%,
  to {
    -webkit-transform-origin: right bottom;
  }
  to {
    transform-origin: right bottom;
    transform: rotate(-45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownRight {
  0% {
    transform-origin: right bottom;
    opacity: 1;
  }
  0%,
  to {
    -webkit-transform-origin: right bottom;
  }
  to {
    transform-origin: right bottom;
    transform: rotate(-45deg);
    opacity: 0;
  }
}
.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}
@-webkit-keyframes rotateOutUpLeft {
  0% {
    transform-origin: left bottom;
    opacity: 1;
  }
  0%,
  to {
    -webkit-transform-origin: left bottom;
  }
  to {
    transform-origin: left bottom;
    transform: rotate(-45deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpLeft {
  0% {
    transform-origin: left bottom;
    opacity: 1;
  }
  0%,
  to {
    -webkit-transform-origin: left bottom;
  }
  to {
    transform-origin: left bottom;
    transform: rotate(-45deg);
    opacity: 0;
  }
}
.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}
@-webkit-keyframes rotateOutUpRight {
  0% {
    transform-origin: right bottom;
    opacity: 1;
  }
  0%,
  to {
    -webkit-transform-origin: right bottom;
  }
  to {
    transform-origin: right bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpRight {
  0% {
    transform-origin: right bottom;
    opacity: 1;
  }
  0%,
  to {
    -webkit-transform-origin: right bottom;
  }
  to {
    transform-origin: right bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
}
.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}
@-webkit-keyframes hinge {
  0% {
    transform-origin: top left;
  }
  0%,
  20%,
  60% {
    -webkit-transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    transform: rotate(80deg);
    transform-origin: top left;
  }
  40%,
  80% {
    transform: rotate(60deg);
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
@keyframes hinge {
  0% {
    transform-origin: top left;
  }
  0%,
  20%,
  60% {
    -webkit-transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    transform: rotate(80deg);
    transform-origin: top left;
  }
  40%,
  80% {
    transform: rotate(60deg);
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge;
}
@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    transform: translate3d(-100%, 0, 0) rotate(-120deg);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes rollIn {
  0% {
    opacity: 0;
    transform: translate3d(-100%, 0, 0) rotate(-120deg);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}
@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0) rotate(120deg);
  }
}
@keyframes rollOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0) rotate(120deg);
  }
}
.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}
@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}
@-webkit-keyframes zoomInDown {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInDown {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}
@-webkit-keyframes zoomInLeft {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInLeft {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}
@-webkit-keyframes zoomInRight {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInRight {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}
@-webkit-keyframes zoomInUp {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInUp {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}
@-webkit-keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50%,
  to {
    opacity: 0;
  }
}
@keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50%,
  to {
    opacity: 0;
  }
}
.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}
@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}
@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform-origin: left center;
  }
}
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform-origin: left center;
  }
}
.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}
@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    transform: scale(0.1) translate3d(2000px, 0, 0);
    transform-origin: right center;
  }
}
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    transform: scale(0.1) translate3d(2000px, 0, 0);
    transform-origin: right center;
  }
}
.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}
@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}
@-webkit-keyframes slideInDown {
  0% {
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    transform: translateZ(0);
  }
}
@keyframes slideInDown {
  0% {
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    transform: translateZ(0);
  }
}
.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}
@-webkit-keyframes slideInLeft {
  0% {
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translateZ(0);
  }
}
@keyframes slideInLeft {
  0% {
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translateZ(0);
  }
}
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}
@-webkit-keyframes slideInRight {
  0% {
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translateZ(0);
  }
}
@keyframes slideInRight {
  0% {
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translateZ(0);
  }
}
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}
@-webkit-keyframes slideInUp {
  0% {
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    transform: translateZ(0);
  }
}
@keyframes slideInUp {
  0% {
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    transform: translateZ(0);
  }
}
.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}
@-webkit-keyframes slideOutDown {
  0% {
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes slideOutDown {
  0% {
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, 100%, 0);
  }
}
.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}
@-webkit-keyframes slideOutLeft {
  0% {
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes slideOutLeft {
  0% {
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    transform: translate3d(-100%, 0, 0);
  }
}
.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}
@-webkit-keyframes slideOutRight {
  0% {
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes slideOutRight {
  0% {
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    transform: translate3d(100%, 0, 0);
  }
}
.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}
@-webkit-keyframes slideOutUp {
  0% {
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes slideOutUp {
  0% {
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, -100%, 0);
  }
}
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  box-sizing: border-box;
}
body {
  margin: 0;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}
a {
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio {
  display: block;
  width: 100%;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
dfn {
  font-style: italic;
}
mark {
  background: #ff0;
  color: #000;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0 0 1em 0;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  margin-right: 6px;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 2px solid var(--wpcasterpro-colors-borders);
  margin: 0 0 30px 0;
  padding: var(--wpcasterpro-card-padding-ver)
    var(--wpcasterpro-card-padding-hor);
  border-radius: var(--wpcasterpro-card-border-radius);
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
ul {
  padding: 0;
}
ul li {
  list-style-type: none;
}
table,
th,
td {
  border: none;
}
table {
  width: 100%;
  display: table;
}
thead {
  border-bottom: 1px solid;
}
td,
th {
  padding: 15px 5px;
  display: table-cell;
  text-align: left;
  vertical-align: middle;
  border-radius: 2px;
}
@media only screen and (max-width: 600px) {
  .wpcasterpro-hide-on-small-only,
  .wpcasterpro-hide-on-small-and-down {
    display: none !important;
  }
}
@media only screen and (max-width: 992px) {
  .wpcasterpro-hide-on-med-and-down {
    display: none !important;
  }
}
@media only screen and (max-width: 1199px) {
  .wpcasterpro-hide-on-large-and-down {
    display: none !important;
  }
}
@media only screen and (max-width: 1199px) {
  .wpcasterpro-hide-on-xl-and-down {
    display: none !important;
  }
}
@media only screen and (min-width: 993px) {
  .wpcasterpro-hide-on-med-and-up {
    display: none !important;
  }
}
@media only screen and (min-width: 600px) and (max-width: 992px) {
  .wpcasterpro-hide-on-med-only {
    display: none !important;
  }
}
@media only screen and (min-width: 1200px) {
  .wpcasterpro-hide-on-large-only {
    display: none !important;
  }
}
@media only screen and (min-width: 1440px) {
  .wpcasterpro-hide-on-xl-only {
    display: none !important;
  }
}
@media only screen and (min-width: 1200px) {
  .wpcasterpro-show-on-large {
    display: block !important;
  }
}
@media only screen and (min-width: 600px) and (max-width: 992px) {
  .wpcasterpro-show-on-medium {
    display: block !important;
  }
}
@media only screen and (max-width: 600px) {
  .wpcasterpro-show-on-small {
    display: block !important;
  }
}
@media only screen and (min-width: 993px) {
  .wpcasterpro-show-on-medium-and-up {
    display: block !important;
  }
}
@media only screen and (max-width: 992px) {
  .wpcasterpro-show-on-medium-and-down {
    display: block !important;
  }
}
.wpcasterpro-global {
  max-width: 100%;
  max-width: 100vw;
  overflow: hidden;
  margin: 0 auto;
}
.wpcasterpro-menu-opaque .wpcasterpro-global__sticky {
  padding-top: 54px;
}
.wpcasterpro-menu-opaque .wpcasterpro-global__sticky__sec-h {
  padding-top: 54px;
}
.wpcasterpro-pagecontent {
  position: relative;
}
.wpcasterpro-pagecontent::after {
  display: block;
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
  background: linear-gradient(
    180deg,
    transparent 0px,
    var(--wpcasterpro-colors-background) 100vh
  );
  position: absolute;
  opacity: var(--wpcasterpro-page-gradient-opacity);
}
.wpcasterpro-hidden {
  display: none;
}
.wpcasterpro-container {
  width: 100%;
  padding: 0 16px;
  margin: 0 auto;
}
.wpcasterpro-master {
  overflow-x: hidden;
  position: relative;
}
.wpcasterpro-master {
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
}
.wpcasterpro-menu-stick .wpcasterpro-master {
  margin-top: 50px;
}
.elementor-page .wpcasterpro-master {
  margin-top: 0;
}
.wpcasterpro-maincontent {
  position: relative;
  z-index: 2;
}
.wpcasterpro-valign-wrapper {
  display: flex;
  align-items: center;
}
.wpcasterpro-valign-wrapper .wpcasterpro-valign {
  display: block;
}
.wpcasterpro-clearfix {
  clear: both;
}
.wpcasterpro-hide {
  display: none !important;
}
.wpcasterpro-text-left {
  text-align: left;
}
.wpcasterpro-text-right {
  text-align: right;
}
.wpcasterpro-text-center {
  text-align: center;
}
.wpcasterpro-left {
  float: left !important;
}
.wpcasterpro-right {
  float: right !important;
}
.wpcasterpro-center {
  margin-left: auto;
  margin-right: auto;
}
.wpcasterpro-inline {
  display: inline;
}
.wpcasterpro-globalcontainer {
  overflow-x: hidden;
}
*,
:before,
:after {
  box-sizing: border-box;
  -webkit-backface-visibility: hidden;
  margin: 0;
  padding: 0;
  outline: none !important;
}
.wpcasterpro-clearfix {
  overflow-x: hidden;
}
.wpcasterpro-clearfix {
  border: none;
  clear: both;
  margin: 0;
}
.wpcasterpro-clearfix::after,
.wpcasterpro-clearfix::before {
  display: block;
  width: 100%;
  clear: both;
  content: " ";
}
a {
  outline: none !important;
  transition: color 0.25s;
}
.wpcasterpro-fixedbg {
  background-attachment: fixed;
  background-position: center top;
  transform: translateZ(0);
  will-change: transform;
}
img {
  max-width: 100%;
  height: auto;
  display: inline-block;
}
.wpcasterpro-right {
  float: right;
}
*[class^="wpcasterpro-spacer"] {
  border: none !important;
}
.wpcasterpro-spacer-l {
  margin-top: 50px !important;
}
.wpcasterpro-spacer-m {
  margin-top: 34px !important;
}
.wpcasterpro-spacer-s {
  margin-top: 26px !important;
}
.wpcasterpro-spacer-xs {
  margin-top: 12px !important;
}
.wpcasterpro-spacer-xxs {
  margin-top: 5px !important;
}
[class*="wpcasterpro-section"] {
  padding: var(--wpcasterpro-section-padding) 0;
  position: relative;
  z-index: 1;
}
.wpcasterpro-section--archive {
  padding-top: 0;
}
div[class^="#wpcasterpro-spacer"],
hr[class^="#wpcasterpro-spacer"] {
  height: 0;
  border: none;
  background: transparent;
}
div[class^="#wpcasterpro-spacer"] {
  opacity: 0 !important;
}
div[class^="#wpcasterpro-spacer"] hr {
  color: transparent;
  display: none;
  border: none !important;
  opacity: 0 !important;
}
.elementor-editor-active span[class^="#wpcasterpro-spacer"],
.elementor-editor-active hr[class^="#wpcasterpro-spacer"] {
  border: 1px solid blue;
}
.wpcasterpro-bgimg {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
  clip: rect(0, auto, auto, 0);
  background: #111;
}
.wpcasterpro-bgimg img {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  max-width: 100%;
  min-width: 100%;
  vertical-align: bottom;
}
.wpcasterpro-card {
  border-radius: var(--wpcasterpro-card-border-radius);
  overflow: hidden;
  box-shadow: var(--wpcasterpro-card-shadow);
}
.wpcasterpro-pad {
  padding: 20px;
}
.wpcasterpro-grad-layer {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  height: 100%;
  z-index: 1;
  opacity: 0.3;
}
.wpcasterpro-dark-layer {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  height: 100%;
  z-index: 1;
  opacity: 0.6;
  background: #000;
}
[class*="wpcasterpro-cutme"] {
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  max-height: 1.5em;
  -webkit-box-orient: vertical;
  -webkit-box-orient: vertical;
}
.wpcasterpro-cutme,
.wpcasterpro-cutme-t {
  white-space: normal;
}
.wpcasterpro-cutme-2 {
  -webkit-line-clamp: 2;
  max-height: 2.5em;
}
.wpcasterpro-cutme-3 {
  -webkit-line-clamp: 3;
  max-height: 4.5em;
}
.wpcasterpro-cutme-4 {
  -webkit-line-clamp: 4;
  max-height: 5.2em;
}
.wpcasterpro-cutme-t,
.wpcasterpro-cutme-t-2,
.wpcasterpro-cutme-t-3 {
  line-height: 1.2em;
}
.wpcasterpro-cutme-t-2 {
  -webkit-line-clamp: 2;
  max-height: 2.6em;
}
.wpcasterpro-cutme-t-3 {
  -webkit-line-clamp: 3;
  max-height: 3.95em;
}
.wpcasterpro-cutme-t-4 {
  -webkit-line-clamp: 4;
  max-height: 5.2em;
}
.wpcasterpro-cutme-t-5 {
  -webkit-line-clamp: 5;
  max-height: 6.5em;
}
.wpcasterpro-easemove {
  transition-timing-function: cubic-bezier(0.58, 0.025, 0, 0.995);
}
.wpcasterpro-dot {
  display: inline-flex;
  content: " ";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  border: 2px solid;
  box-sizing: border-box;
  margin: -2px 5px 0 5px;
  opacity: 1;
  vertical-align: middle;
}
.wpcasterpro-darkbg {
  background-color: #101010;
  color: #fff;
}
.wpcasterpro-darkbg h2,
.wpcasterpro-darkbg h3,
.wpcasterpro-darkbg h4,
.wpcasterpro-darkbg h5,
.wpcasterpro-darkbg h6 {
  color: #fff;
}
.wpcasterpro-sep {
  display: block;
  border: none;
  background-image: linear-gradient(
    135deg,
    #fff 12.5%,
    transparent 12.5%,
    transparent 50%,
    #fff 50%,
    #fff 62.5%,
    transparent 62.5%,
    transparent 100%
  );
  background-size: 5px 5px;
  width: 80%;
  height: 4px;
  margin: 10px auto;
  opacity: 1;
}
.wpcasterpro-gradtext,
.wpcasterpro-gradicon::before {
  -webkit-background-clip: text !important; /*! important REQUIRED */
  -webkit-text-fill-color: transparent !important; /*! important REQUIRED */
}
#wpcasterpro-body #swipebox-overlay {
  z-index: 999999 !important;
}
.wpcasterpro-thumb-round {
  border-radius: 50%;
}
.qtPlaces-container.qtPlaces-template-3 .qtPlaces-menuswitch {
  width: 43px;
  height: 43px;
  line-height: 38px;
}
.qtPlaces-container .qtPlaces-menuswitch i {
  height: 43px;
  line-height: 43px;
}
.qtPlaces-container .qtPlaces-tags .qtPlaces-tag i {
  vertical-align: text-top;
}
.wpcasterpro-marquee,
.wpcasterpro-now_on_air_text {
  max-width: 100%;
}
.wpcasterpro-soc-icon {
  border: 0px solid;
  line-height: inherit;
}
.wpcasterpro-soc-icon i {
  line-height: 1em;
  display: inline-flex;
}
.wpcasterpro-soc-icon i::before {
  margin: 0;
  padding: 0;
}
.wpcasterpro-loadmore-container {
  margin-top: 2em;
}
#wpcasterpro-body.customize-partial-edit-shortcuts-shown
  .wpcasterpro-master
  .customize-partial-edit-shortcut
  button {
  padding: 0;
}
.wpcasterpro-tabs {
  margin: 0 0 2.4rem 0;
  position: relative;
}
.wpcasterpro-tabs__switch {
  margin-bottom: 16px;
}
.wpcasterpro-tabs__menu {
  margin: 1.4rem 0 0.7rem 0;
  padding: 0;
  position: absolute;
  z-index: 1;
  display: flex;
  flex-direction: column;
  display: none;
  padding: 30px;
  z-index: 10000;
  width: 100%;
  height: 100%;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  overflow: hidden;
  overflow-y: auto;
}
.wpcasterpro-tabs__menu li {
  list-style: none;
  display: inline;
  margin: 0 0 5px 0;
  padding: 0;
  display: flex;
  flex-flow: row;
  flex-grow: 1;
  padding: 0;
}
.wpcasterpro-tabs__menu li a {
  display: inline-flex;
  display: inline;
  text-align: center;
  width: 100%;
  cursor: pointer;
  padding: 10px 0;
}
@media only screen and (max-width: 1199px) {
  .wpcasterpro-tabs__menu.open {
    display: block;
    background-color: var(--wpcasterpro-colors-paper);
    width: 100%;
    max-width: 90%;
    margin-right: 5%;
    margin-left: 5%;
    height: auto;
    overflow: hidden;
    overflow-y: scroll;
    box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.6);
    top: 30px;
    border-radius: var(--wpcasterpro-card-border-radius);
  }
}
.wpcasterpro-tabs__content {
  display: none;
}
.wpcasterpro-tabs__content > .wpcasterpro-caption {
  margin-bottom: 50px;
}
.wpcasterpro-the_content .wpcasterpro-tabs ul {
  margin-left: 0;
  margin-right: 0;
}
.wpcasterpro-mscroll-container {
  position: relative;
  margin-top: 30px;
  text-align: center;
}
.wpcasterpro-mscroll {
  display: inline-block;
  width: 20px;
  margin: 0 auto;
}
.wpcasterpro-mscroll__arrows {
  display: block;
  transform: rotate(45deg);
  border-right: 1px solid white;
  border-bottom: 1px solid white;
  margin: 0 0 8px 6px;
  width: 5px;
  height: 5px;
}
.wpcasterpro-mscroll__unu {
  margin-top: 1px;
}
.wpcasterpro-mscroll__unu,
.wpcasterpro-mscroll__doi,
.wpcasterpro-mscroll__trei {
  -webkit-animation: mouse-scroll 1s infinite;
  animation: mouse-scroll 1s infinite;
}
.wpcasterpro-mscroll__unu {
  -webkit-animation-delay: 0.1s;
  -moz-animation-delay: 0.1s;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
  -webkit-animation-delay: alternate;
  animation-delay: alternate;
}
.wpcasterpro-mscroll__doi {
  -webkit-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  -webkit-animation-direction: alternate;
  animation-delay: 0.2s;
  animation-direction: alternate;
  margin-top: -6px;
}
.wpcasterpro-mscroll__trei {
  -webkit-animation-delay: 0.3s;
  -moz-animation-delay: 0.3s;
  -webkit-animation-direction: alternate;
  animation-delay: 0.3s;
  animation-direction: alternate;
  margin-top: -6px;
}
.wpcasterpro-mscroll__mouse {
  height: 28px;
  width: 16px;
  border-radius: 14px;
  transform: none;
  border: 2px solid white;
}
.wpcasterpro-mscroll__wheel {
  height: 5px;
  width: 2px;
  display: block;
  margin: 5px auto;
  background: white;
  position: relative;
  height: 4px;
  width: 4px;
  border: 2px solid #fff;
  border-radius: 8px;
}
.wpcasterpro-mscroll__wheel {
  -webkit-animation: mouse-wheel 0.6s linear infinite;
  animation: mouse-wheel 0.6s linear infinite;
}
@-webkit-keyframes mouse-wheel {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(6px);
  }
}
@keyframes mouse-wheel {
  0% {
    top: 1px;
  }
  25% {
    top: 2px;
  }
  50% {
    top: 3px;
  }
  75% {
    top: 2px;
  }
  100% {
    top: 1px;
  }
}
@-webkit-keyframes mouse-scroll {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
@keyframes mouse-scroll {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
.owl-carousel.wpcasterpro-owl-theme {
  opacity: 0;
  display: none;
}
.owl-carousel.wpcasterpro-owl-theme .wpcasterpro-item {
  margin-bottom: 0;
}
.owl-carousel.wpcasterpro-owl-theme
  .wpcasterpro-item
  .wpcasterpro-itemcontainer
  .wpcasterpro-post {
  margin-bottom: 0;
}
.owl-carousel.wpcasterpro-owl-theme .owl-nav {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
  height: 0;
  position: absolute;
  top: 50%;
  width: 100%;
  left: 0;
  margin-top: -50px;
}
.owl-carousel.wpcasterpro-owl-theme .owl-nav button[class*="owl-"] {
  display: inline-block;
  cursor: pointer;
  margin: 0;
  padding: 0;
  display: inline-block;
  cursor: pointer;
  box-shadow: none !important;
  border-radius: var(--wpcasterpro-btn-radius);
  border: var(--wpcasterpro-btn-border) solid;
  border-color: var(--wpcasterpro-btn-border-color--ghost);
  background-color: var(--wpcasterpro-btn-background-color--ghost);
  color: var(--wpcasterpro-btn-text-color--ghost);
  width: var(--wpcasterpro-btn-size);
  line-height: var(--wpcasterpro-btn-size);
  height: var(--wpcasterpro-btn-size);
  line-height: 1em;
}
.owl-carousel.wpcasterpro-owl-theme
  .owl-nav
  button[class*="owl-"]
  .wpcasterpro-arrow
  i {
  font-size: 30px;
  margin: 0;
  text-shadow: 0px 0px 0px var(--wpcasterpro-btn-text-color--ghost);
  transform: translateX(0px);
  transition: text-shadow 0.3s ease, transform 0.3s ease;
}
.owl-carousel.wpcasterpro-owl-theme
  .owl-nav
  button[class*="owl-"]
  .wpcasterpro-arrow--r
  i {
  text-shadow: 0px 0px 0px var(--wpcasterpro-btn-text-color--ghost);
  transform: translateX(0px);
}
@media only screen and (min-width: 1200px) {
  .owl-carousel.wpcasterpro-owl-theme
    .owl-nav
    button[class*="owl-"]:hover
    .wpcasterpro-arrow
    i {
    text-shadow: 6px 0px 0px var(--wpcasterpro-btn-text-color--ghost);
    transform: translateX(-4px);
  }
  .owl-carousel.wpcasterpro-owl-theme
    .owl-nav
    button[class*="owl-"]:hover
    .wpcasterpro-arrow--r
    i {
    text-shadow: -6px 0px 0px var(--wpcasterpro-btn-text-color--ghost);
    transform: translateX(4px);
  }
}
.owl-carousel.wpcasterpro-owl-theme .owl-nav .owl-prev {
  float: left;
  transform: translateX(0%);
}
.owl-carousel.wpcasterpro-owl-theme .owl-nav .owl-next {
  float: right;
  transform: translateX(0%);
}
@media only screen and (min-width: 601px) {
  .owl-carousel.wpcasterpro-owl-theme .owl-nav .owl-prev {
    transform: translateX(-150%);
  }
  .owl-carousel.wpcasterpro-owl-theme .owl-nav .owl-next {
    transform: translateX(150%);
  }
}
.owl-carousel.wpcasterpro-owl-theme .owl-nav .disabled {
  opacity: 1;
}
.owl-carousel.wpcasterpro-owl-theme .owl-nav button {
  background: transparent !important;
  transform: scale(1);
  transition: all 0.3s;
}
.owl-carousel.wpcasterpro-owl-theme .owl-nav button::before,
.owl-carousel.wpcasterpro-owl-theme .owl-nav button::after {
  display: none;
}
.owl-carousel.wpcasterpro-owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}
.owl-carousel.wpcasterpro-owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
@media only screen and (min-width: 1200px) {
  .owl-carousel.wpcasterpro-owl-theme .owl-dots {
    margin-top: 20px;
  }
}
.owl-carousel.wpcasterpro-owl-theme .owl-dots .owl-dot {
  width: 10px;
  height: 10px;
  margin: 5px;
  display: inline-block;
  zoom: 1;
  min-width: 0;
  border-radius: var(--wpcasterpro-btn-radius);
  border: var(--wpcasterpro-btn-border) solid
    var(--wpcasterpro-btn-border-color--ghost);
  border-color: var(--wpcasterpro-btn-border-color--ghost);
  background-color: transparent;
  min-height: 0;
  box-shadow: none !important;
  position: relative;
  overflow: hidden;
}
.owl-carousel.wpcasterpro-owl-theme .owl-dots .owl-dot span {
  -webkit-backface-visibility: visible;
  box-sizing: border-box;
  margin: 0 auto;
  height: 6px;
  width: 6px;
  content: " ";
  display: block;
  border: 0px;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  background: var(--wpcasterpro-btn-text-color--ghost);
  opacity: 0;
  transform: translateX(-20px);
  transition: opacity 0.5s, transform 0.5s;
}
.owl-carousel.wpcasterpro-owl-theme .owl-dots .owl-dot.active span {
  opacity: 1;
  transform: translateX(0px);
}
.owl-carousel.wpcasterpro-owl-theme .owl-dots .owl-dot:hover {
  opacity: 1;
}
@media only screen and (min-width: 993px) {
  .owl-carousel.wpcasterpro-owl-theme .owl-dots .owl-dot {
    width: 16px;
    height: 16px;
    margin: 8px;
  }
  .owl-carousel.wpcasterpro-owl-theme .owl-dots .owl-dot span {
    height: 12px;
    width: 12px;
  }
}
.owl-item {
  padding: 10px;
}
.owl-carousel .owl-stage,
.owl-carousel.owl-drag .owl-item {
  touch-action: auto;
}
@media only screen and (max-width: 600px) {
  .elementor-widget-qttm-elementor-series-carousel .owl-nav {
    display: none;
  }
}
.collapsible {
  margin: 0 0 0 0;
}
.collapsible-header {
  display: block;
  cursor: pointer;
  min-height: 50px;
  line-height: 50px;
}
.collapsible-header i {
  width: 2rem;
  font-size: 1.6rem;
  line-height: 50px;
  display: block;
  float: left;
  text-align: center;
  margin-right: 1rem;
}
.collapsible-body {
  display: none;
  box-sizing: border-box;
}
.side-nav .collapsible,
.side-nav.fixed .collapsible {
  border: none;
  box-shadow: none;
}
.side-nav .collapsible li,
.side-nav.fixed .collapsible li {
  padding: 0;
}
.side-nav .collapsible-header,
.side-nav.fixed .collapsible-header {
  border: none;
  line-height: inherit;
  height: inherit;
}
.side-nav .collapsible-header:hover,
.side-nav.fixed .collapsible-header:hover {
  background-color: rgba(0, 0, 0, 0.05);
}
.side-nav .collapsible-header i,
.side-nav.fixed .collapsible-header i {
  line-height: inherit;
}
.side-nav .collapsible-body,
.side-nav.fixed .collapsible-body {
  border: 0;
}
.collapsible.popout {
  border: none;
  box-shadow: none;
}
.collapsible.popout > li {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  margin: 0 24px;
  transition: margin 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.collapsible.popout > li.active {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
  margin: 16px 0;
}
.alignnone {
  margin: 5px 10px 5px 0;
}
.aligncenter,
div.aligncenter,
.qt-center {
  text-align: center !important;
  display: block;
}
.alignright {
  float: right;
  margin: 5px 0 5px 10px;
}
.alignleft,
.qt-left {
  float: left;
  margin: 0.5em 1em 0.5em 0;
}
a img.alignright {
  float: right;
  margin: 0.5em 0 0.5em 1em;
}
a img.alignnone {
  margin: 5px 10px 5px 0;
}
a img.alignleft {
  float: left;
  margin: 5px 10px 5px 0;
}
a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
p img.alignnone,
p a img.alignnone {
  margin: 0;
  display: block;
}
.wp-caption {
  max-width: 100%;
  padding: 0;
  text-align: center;
  margin: 1rem 0;
}
.wp-caption.alignnone,
.wp-caption.alignleft {
  margin: 15px 20px 20px 0;
}
.wp-caption.alignright {
  margin: 15px 0 20px 20px;
}
.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  padding: 0;
  width: auto;
}
.wp-caption p.wp-caption-text {
  font-size: 12px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}
.bypostauthor {
  margin: 1em;
}
.post-password-form {
  margin-bottom: 1.5rem;
}
#wpcasterpro-body .mejs-container {
  border: 1px solid;
  border-right: none;
  border-left: none;
  padding: 1rem 0;
}
#wpcasterpro-body .podcast_meta {
  text-align: center;
  font-size: 13px;
  margin-bottom: 30px;
}
#wpcasterpro-body .mejs-play > button,
#wpcasterpro-body .mejs-replay > button,
#wpcasterpro-body .mejs-pause > button,
#wpcasterpro-body .mejs-mute > button,
#wpcasterpro-body .mejs-unmute > button {
  background: none;
}
#wpcasterpro-body .mejs-play > button::after,
#wpcasterpro-body .mejs-replay > button::after,
#wpcasterpro-body .mejs-pause > button::after,
#wpcasterpro-body .mejs-mute > button::after,
#wpcasterpro-body .mejs-unmute > button::after {
  background: none;
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 0.8;
  letter-spacing: normal;
  text-transform: none;
  display: inline;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  vertical-align: text-top;
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
  content: "play_arrow";
  width: 26px;
  height: 26px;
  position: relative !important;
  opacity: 1 !important;
}
#wpcasterpro-body .mejs-play > button::after,
#wpcasterpro-body .mejs-replay > button::after,
#wpcasterpro-body .mejs-pause > button::after,
#wpcasterpro-body .mejs-mute > button::after,
#wpcasterpro-body .mejs-unmute > button::after {
  vertical-align: text-top;
}
#wpcasterpro-body .mejs-button > button {
  width: 22px;
  height: 40px;
  padding: 0;
  opacity: 1;
  margin: 0;
}
#wpcasterpro-body .mejs-mute > button::after {
  content: "volume_up";
}
#wpcasterpro-body .mejs-unmute > button::after {
  content: "volume_off";
}
#wpcasterpro-body .mejs-pause > button::after {
  content: "pause";
}
#wpcasterpro-body .wp-playlist {
  border: none;
  margin: 2.4rem 0;
  padding: 0;
}
#wpcasterpro-body .wp-playlist .wp-playlist-item {
  padding: 0.7rem 0;
}
#wpcasterpro-body .wp-playlist .wp-playlist-item-length {
  font-size: 12px;
  line-height: 3.3em;
}
#wpcasterpro-body.single .mejs-container:not(.mejs-video) {
  height: 160px !important;
}
#wpcasterpro-body.single .mejs-controls {
  height: auto !important;
}
.mejs-container {
  margin: 40px 0;
}
#wpcasterpro-body .wpcasterpro-master .mejs-container .mejs-button button {
  padding: 0;
  line-height: 1em;
  padding: 0 !important;
  background: transparent !important;
  color: inherit;
  border-radius: 0 !important;
}
#wpcasterpro-body
  .wpcasterpro-master
  .mejs-container
  .mejs-button
  button::after {
  z-index: 1;
  opacity: 1;
  position: initial;
  display: inline;
  vertical-align: middle;
  font-family: "Material Icons" !important;
}
.wpcasterpro-body.single .mejs-controls {
  padding-bottom: 0 !important;
}
.wpcasterpro-body .mejs-fullscreen-button button::after {
  content: "\e5d0" !important;
  background: none;
  font-size: 24px;
  display: inline;
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
}
.wpcasterpro-body .gallery {
  margin: -8px 0 10px 0;
}
.wpcasterpro-body .gallery-caption {
  font-size: 12px;
  line-height: 18px;
  height: 18px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  position: absolute;
  max-width: 100%;
  z-index: 10;
  margin-top: -1px;
  background: #fff;
  color: #000;
  bottom: 8px;
  padding: 2px 10px;
  transition: height 0.2s ease;
}
.wpcasterpro-body .gallery-item {
  position: relative;
  margin-top: 0 !important;
  display: inline-block;
}
.wpcasterpro-body .gallery-item a {
  display: block;
  line-height: 0;
  position: relative;
  overflow: hidden;
}
.wpcasterpro-body .gallery-item a:hover img {
  opacity: 0.9;
  -webkit-filter: brightness(120%);
  filter: brightness(120%);
}
.wpcasterpro-body .gallery-item img {
  border: none;
  position: relative;
  transform-origin: 50% 50%;
  transition: opacity 0.5s, -webkit-filter 0.5s;
  transition: opacity 0.5s, filter 0.5s;
  transition: opacity 0.5s, filter 0.5s, -webkit-filter 0.5s;
  will-change: opacity, filter;
  -webkit-filter: brightness(100%);
  filter: brightness(100%);
  left: 0;
  top: 0;
}
.wpcasterpro-body .gallery-item:hover {
  position: relative;
  z-index: 10;
}
.wpcasterpro-body .gallery-item:hover .gallery-caption {
  position: absolute;
  height: auto;
  padding-bottom: 10px;
  width: 100%;
  z-index: 10;
  white-space: normal;
}
.wpcasterpro-body .gallery-item:hover .gallery-caption::empty {
  display: none;
}
.wpcasterpro-body .gallery:after {
  content: "";
  display: table;
  clear: both;
}
.wpcasterpro-body .gallery img.aligncenter,
.wpcasterpro-body .gallery div.aligncenter,
.wpcasterpro-body .gallery figure.aligncenter,
.wpcasterpro-body .gallery img.wp-post-image {
  display: block;
  margin: 1em auto;
}
.wpcasterpro-body .gallery img.alignright,
.wpcasterpro-body .gallery div.alignright,
.wpcasterpro-body .gallery figure.alignright {
  float: right;
  margin: 1em 0 1em 2em;
}
.wpcasterpro-body .gallery img.alignleft,
.wpcasterpro-body .gallery div.alignleft,
.wpcasterpro-body .gallery figure.alignleft,
.wpcasterpro-body .gallery img.wp-post-image.attachment-thumb {
  float: left;
  margin: 1em 1em 2em 0;
}
.wpcasterpro-body .gallery figure {
  max-width: 100%;
  height: auto;
  margin: 1em 0;
}
.wpcasterpro-body .gallery p img.alignright,
.wpcasterpro-body .gallery p img.alignleft {
  margin-top: 0;
}
.wpcasterpro-body .gallery figure img {
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  display: block;
}
.wpcasterpro-body .gallery figure {
  float: left;
  margin: 0 0 10px 0;
}
.wpcasterpro-body .gallery.gallery-columns-1 figure {
  width: 100%;
  margin: 0 0 1em 0;
  float: none;
}
.wpcasterpro-body .gallery.gallery-columns-3 figure {
  width: 32%;
}
.wpcasterpro-body .gallery.gallery-columns-3 figure:nth-of-type(3n + 3) {
  margin-right: 0;
}
.wpcasterpro-body .gallery.gallery-columns-3 figure:nth-of-type(3n + 4) {
  clear: left;
}
.wpcasterpro-body .gallery.gallery-columns-2 figure {
  width: 48%;
}
.wpcasterpro-body .gallery.gallery-columns-2 figure:nth-of-type(even) {
  margin-right: 0;
}
.wpcasterpro-body .gallery.gallery-columns-2 figure:nth-of-type(odd) {
  clear: left;
}
.wpcasterpro-body .gallery.gallery-columns-4 figure {
  width: 23.25%;
}
.wpcasterpro-body .gallery.gallery-columns-4 figure:nth-of-type(4n + 4) {
  margin-right: 0;
}
.wpcasterpro-body .gallery.gallery-columns-4 figure:nth-of-type(4n + 5) {
  clear: left;
}
.wpcasterpro-body .gallery.gallery-columns-5 figure {
  width: 18%;
}
.wpcasterpro-body .gallery.gallery-columns-5 figure:nth-of-type(5n + 5) {
  margin-right: 0;
}
.wpcasterpro-body .gallery.gallery-columns-5 figure:nth-of-type(5n + 6) {
  clear: left;
}
.wpcasterpro-body .gallery.gallery-columns-6 figure {
  width: 14.2%;
}
.wpcasterpro-body .gallery.gallery-columns-6 figure:nth-of-type(6n + 6) {
  margin-right: 0;
}
.wpcasterpro-body .gallery.gallery-columns-6 figure:nth-of-type(6n + 7) {
  clear: left;
}
.wpcasterpro-body .gallery.gallery-columns-7 figure {
  width: 12%;
}
.wpcasterpro-body .gallery.gallery-columns-7 figure:nth-of-type(7n + 7) {
  margin-right: 0;
}
.wpcasterpro-body .gallery.gallery-columns-7 figure:nth-of-type(7n + 8) {
  clear: left;
}
.wpcasterpro-body .gallery.gallery-columns-8 figure {
  width: 10.2%;
}
.wpcasterpro-body .gallery.gallery-columns-8 figure:nth-of-type(8n + 8) {
  margin-right: 0;
}
.wpcasterpro-body .gallery.gallery-columns-8 figure:nth-of-type(8n + 9) {
  clear: left;
}
.wpcasterpro-body .gallery.gallery-columns-9 figure {
  width: 8.85%;
}
.wpcasterpro-body .gallery.gallery-columns-9 figure:nth-of-type(9n + 9) {
  margin-right: 0;
}
.wpcasterpro-body .gallery.gallery-columns-9 figure:nth-of-type(9n + 10) {
  clear: left;
}
.wpcasterpro-body .wp-caption {
  margin: 1rem 0;
  max-width: 100%;
  position: relative;
  box-sizing: content-box;
}
.wpcasterpro-body .wp-caption.alignnone,
.wpcasterpro-body .wp-caption.alignleft {
  margin: 15px 20px 20px 0;
}
.wpcasterpro-body .wp-caption.alignright {
  margin: 1rem 0 1rem 20px;
}
.wpcasterpro-body .wp-caption.aligncenter {
  margin-right: auto;
  margin-left: auto;
}
.wpcasterpro-body .wp-caption-text {
  font-size: 12px;
}
.wpcasterpro-body .wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 100%;
  padding: 0;
  position: relative;
  width: 100%;
  z-index: 1;
}
.wpcasterpro-body .wp-caption p.wp-caption-text {
  font-size: 12px;
  line-height: 17px;
  margin: -20px 0 0 10%;
  padding: 5px;
  text-align: center;
  line-height: 2em;
  width: 90%;
  position: relative;
  z-index: 2;
  font-weight: strong;
}
@media (max-width: 767px) {
  .wpcasterpro-body .gallery img.alignright,
  .wpcasterpro-body .gallery div.alignright,
  .wpcasterpro-body .gallery figure.alignright,
  .wpcasterpro-body .gallery img.alignleft,
  .wpcasterpro-body .gallery div.alignleft,
  .wpcasterpro-body .gallery figure.alignleft,
  .wpcasterpro-body .gallery img.wp-post-image.attachment-thumb {
    display: block;
    margin: 1em auto;
    float: none;
  }
  .wpcasterpro-body .gallery.gallery-columns-4 figure,
  .wpcasterpro-body .gallery.gallery-columns-5 figure,
  .wpcasterpro-body .gallery.gallery-columns-6 figure,
  .wpcasterpro-body .gallery.gallery-columns-7 figure,
  .wpcasterpro-body .gallery.gallery-columns-8 figure,
  .wpcasterpro-body .gallery.gallery-columns-9 figure {
    width: 100%;
    margin: 0 0 1em 0;
    float: none;
  }
}
body,
html {
  font-size: var(--wpcasterpro-font-size-mobile);
  line-height: 1.6;
  text-rendering: optimizeLegibility;
}
@font-face {
  font-family: "Material Icons";
  font-display: block;
}
i.material-icons:before {
  display: none;
}
i.maerial-icons {
  font-display: block;
}
p {
  margin-bottom: 1em;
  -webkit-hyphens: initial;
  -ms-hyphens: initial;
  hyphens: initial;
}
p:last-child {
  margin-bottom: 0;
}
p i {
  position: initial;
  vertical-align: middle;
}
p img {
  margin-bottom: 1.4em;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 1.1em 0 0.5em;
  line-height: 1.3em;
  letter-spacing: -0.02em;
  text-rendering: geometricPrecision;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
}
h1,
.wpcasterpro-h1 {
  margin-top: 0;
  font-size: 1.75rem;
}
h2,
.wpcasterpro-h2 {
  font-size: 1.55rem;
}
h3,
.wpcasterpro-h3 {
  font-size: 1.35rem;
}
h4,
.wpcasterpro-h4 {
  font-size: 1.2rem;
}
h5,
.wpcasterpro-h5 {
  font-size: 1.1rem;
}
h6,
.wpcasterpro-h6 {
  font-size: 1rem;
}
small,
.wpcasterpro-small {
  font-size: 0.833332rem;
}
a,
a:-webkit-any-link {
  cursor: pointer;
}
a i,
a:-webkit-any-link i {
  vertical-align: middle;
}
* {
  word-break: break-word;
}
blockquote {
  position: relative;
  border: 1px solid rgba(147, 147, 147, 0.6);
  border-left: none !important;
  border-right: none;
  margin: 50px auto;
  padding: 35px 0 35px 0;
}
blockquote::before {
  width: 30px;
  height: 30px;
  background: white;
  border: 1px solid rgba(147, 147, 147, 0.6);
  font-family: "Material Icons";
  content: "\e244";
  font-size: 24px;
  line-height: 30px;
  text-align: center;
  vertical-align: middle;
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 0;
  margin: -15px 0 0 -15px;
}
blockquote cite {
  display: block;
  font-size: 0.767rem;
  position: relative;
  bottom: 0;
}
blockquote cite br {
  display: none;
}
q {
  text-variant: italic;
}
ol > li {
  list-style-type: decimal;
}
ul,
ol {
  margin-left: 26px;
}
ul li,
ol li {
  padding: 8px;
}
ul > li {
  list-style-type: square;
}
hr {
  clear: both;
  margin: 0.5em 0;
  border: none;
  border-top: 2px solid;
  opacity: 0.15;
}
dl:not(.gallery-item) dt {
  font-weight: bold;
}
dl:not(.gallery-item) dt,
dl:not(.gallery-item) dd {
  margin-top: 1rem;
}
dl:not(.gallery-item) dt + dd {
  margin: 0;
}
dl:not(.gallery-item) dd,
dl:not(.gallery-item) dt {
  padding-left: 1rem;
  border-left: 6px solid;
  line-height: 1.1em;
  padding: 0 0 0 1rem;
}
dl:not(.gallery-item) dd {
  padding-top: 0.5em;
  line-height: 1.4em;
}
dl:not(.gallery-item) dd iframe {
  margin: 1rem 0;
}
table {
  border-collapse: initial;
  margin: 0 0 1.4rem 0;
  font-size: 15px;
  line-height: 1.3em;
}
table td,
table th {
  padding: 15px 0;
  border-collapse: initial;
  border-radius: 0;
  border-top: 0;
}
iframe {
  max-width: 100%;
  border: none;
}
address {
  margin: 2rem 0.5rem;
}
code,
pre {
  line-height: 1.4em;
  margin: 1rem 0;
  display: block;
}
pre {
  display: block;
  background: rgba(150, 150, 150, 0.1);
  padding: 1rem;
}
code {
  display: inline;
  line-height: inherit;
  padding: 0.21rem 0;
}
pre code {
  background: transparent;
}
label,
.wpcasterpro-footer__copy,
.wpcasterpro-scf,
.wpcasterpro-btn,
.wpcasterpro-playcircle span.qtmplayer-play-btn,
.wpcasterpro-pagecontent
  .qtmplayer-playlist
  .qtmplayer-trackitem
  span.qtmplayer-play-btn,
.wpcasterpro-caption,
.wpcasterpro-itemmetas,
.wpcasterpro-menu,
.wpcasterpro-secondaryhead,
.wpcasterpro-cats,
.wpcasterpro-cat,
.wpcasterpro-menu-tree,
button,
input[type="button"],
input[type="submit"],
.button,
.wpcasterpro-meta,
.wpcasterpro-readm,
.wpcasterpro-navlink {
  text-rendering: geometricPrecision;
}
.wpcasterpro-meta > i {
  display: inline-flex;
  vertical-align: sub;
  font-size: 1.22em;
}
@media only screen and (max-width: 640px) {
  .wpcasterpro-the-content table,
  .wpcasterpro-the-content thead,
  .wpcasterpro-the-content tbody,
  .wpcasterpro-the-content th,
  .wpcasterpro-the-content td,
  .wpcasterpro-the-content tr {
    display: block;
  }
  .wpcasterpro-the-content table:empty-cells,
  .wpcasterpro-the-content table:empty,
  .wpcasterpro-the-content thead:empty-cells,
  .wpcasterpro-the-content thead:empty,
  .wpcasterpro-the-content tbody:empty-cells,
  .wpcasterpro-the-content tbody:empty,
  .wpcasterpro-the-content th:empty-cells,
  .wpcasterpro-the-content th:empty,
  .wpcasterpro-the-content td:empty-cells,
  .wpcasterpro-the-content td:empty,
  .wpcasterpro-the-content tr:empty-cells,
  .wpcasterpro-the-content tr:empty {
    display: none;
  }
  .wpcasterpro-the-content table td:empty,
  .wpcasterpro-the-content table th:empty {
    display: none;
    padding: 0;
  }
}
.wpcasterpro-btn,
.wpcasterpro-playcircle span.qtmplayer-play-btn,
.wpcasterpro-pagecontent
  .qtmplayer-playlist
  .qtmplayer-trackitem
  span.qtmplayer-play-btn,
[class^="wpcasterpro-btn"],
#wpcasterpro-body input[type="submit"],
input[type="submit"],
button,
.woocommerce-button,
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce a.button.alt {
  min-height: var(--wpcasterpro-btn-size);
  padding: 8px 18px;
  font-size: 14px;
  line-height: 1em;
  text-transform: uppercase;
  cursor: pointer;
  text-rendering: geometricPrecision;
  border-color: inherit;
  border-radius: var(--wpcasterpro-btn-radius);
  border-width: 0;
  -webkit-filter: none;
  filter: none;
  justify-content: center;
  display: inline-flex;
  text-align: center;
  vertical-align: middle;
  align-items: center;
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  background-color: var(--wpcasterpro-btn-background-color--default);
  color: var(--wpcasterpro-btn-text-color--default);
  background-position: 0% 0%;
  background-size: 100% 100%;
  align-self: flex-start;
  -webkit-user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.wpcasterpro-btn > span,
.wpcasterpro-playcircle span.qtmplayer-play-btn > span,
.wpcasterpro-pagecontent
  .qtmplayer-playlist
  .qtmplayer-trackitem
  span.qtmplayer-play-btn
  > span,
[class^="wpcasterpro-btn"] > span,
#wpcasterpro-body input[type="submit"] > span,
input[type="submit"] > span,
button > span,
.woocommerce-button > span,
.woocommerce #respond input#submit > span,
.woocommerce a.button > span,
.woocommerce button.button > span,
.woocommerce input.button > span,
.woocommerce a.button.alt > span {
  position: relative;
  z-index: 4;
}
.wpcasterpro-btn[disabled],
.wpcasterpro-playcircle span.qtmplayer-play-btn[disabled],
.wpcasterpro-pagecontent
  .qtmplayer-playlist
  .qtmplayer-trackitem
  span.qtmplayer-play-btn[disabled],
[class^="wpcasterpro-btn"][disabled],
#wpcasterpro-body input[type="submit"][disabled],
input[type="submit"][disabled],
button[disabled],
.woocommerce-button[disabled],
.woocommerce #respond input#submit[disabled],
.woocommerce a.button[disabled],
.woocommerce button.button[disabled],
.woocommerce input.button[disabled],
.woocommerce a.button.alt[disabled] {
  opacity: 0.4;
}
.wpcasterpro-btn i,
.wpcasterpro-playcircle span.qtmplayer-play-btn i,
.wpcasterpro-pagecontent
  .qtmplayer-playlist
  .qtmplayer-trackitem
  span.qtmplayer-play-btn
  i,
[class^="wpcasterpro-btn"] i,
#wpcasterpro-body input[type="submit"] i,
input[type="submit"] i,
button i,
.woocommerce-button i,
.woocommerce #respond input#submit i,
.woocommerce a.button i,
.woocommerce button.button i,
.woocommerce input.button i,
.woocommerce a.button.alt i {
  z-index: 2;
  display: inline-flex;
  position: relative;
  font-size: 1.2em;
  display: inline-flex;
  display: -webkit-inline-flex;
  vertical-align: top;
  margin-right: 5px;
}
.wpcasterpro-btn--disabled {
  background: #555555;
  color: #999999;
  pointer-events: none;
}
.wpcasterpro-body .wpcasterpro-btn:focus,
.wpcasterpro-body .wpcasterpro-playcircle span.qtmplayer-play-btn:focus,
.wpcasterpro-playcircle .wpcasterpro-body span.qtmplayer-play-btn:focus,
.wpcasterpro-body
  .wpcasterpro-pagecontent
  .qtmplayer-playlist
  .qtmplayer-trackitem
  span.qtmplayer-play-btn:focus,
.wpcasterpro-pagecontent
  .qtmplayer-playlist
  .qtmplayer-trackitem
  .wpcasterpro-body
  span.qtmplayer-play-btn:focus,
[class^="wpcasterpro-btn"]:focus {
  text-decoration: none;
}
.wpcasterpro-entrycontent .wpcasterpro-the_content a.wpcasterpro-btn:focus {
  text-decoration: none;
}
.wpcasterpro-icon-l i {
  float: left;
  line-height: inherit;
  margin-right: 4px;
}
.wpcasterpro-icon-r i {
  float: right;
  margin-left: 4px;
  line-height: inherit;
}
.wpcasterpro-btn--xs,
#wpcasterpro-body input.wpcasterpro-btn--xs[type="submit"],
span[class^="wpcasterpro-metaitem"] a.wpcasterpro-btn--xs {
  padding: 5px 22px;
  min-height: var(--wpcasterpro-btn-size--xs);
}
.wpcasterpro-btn--s,
#wpcasterpro-body input.wpcasterpro-btn--s[type="submit"],
span[class^="wpcasterpro-metaitem"] a.wpcasterpro-btn--s {
  padding: 9px 30px;
  min-height: var(--wpcasterpro-btn-size--s);
}
.wpcasterpro-btn--l,
#wpcasterpro-body input.wpcasterpro-btn--l[type="submit"],
span[class^="wpcasterpro-metaitem"] a.wpcasterpro-btn--l {
  padding: 20px 50px;
  min-height: var(--wpcasterpro-btn-size--l);
}
.wpcasterpro-btn--r,
.wpcasterpro-playcircle span.qtmplayer-play-btn,
.wpcasterpro-pagecontent
  .qtmplayer-playlist
  .qtmplayer-trackitem
  span.qtmplayer-play-btn,
#wpcasterpro-body input.wpcasterpro-btn--r[type="submit"],
span[class^="wpcasterpro-metaitem"] a.wpcasterpro-btn--r {
  min-width: var(--wpcasterpro-btn-size);
  min-height: var(--wpcasterpro-btn-size);
  padding: 10px;
}
.wpcasterpro-btn--r i,
.wpcasterpro-playcircle span.qtmplayer-play-btn i,
.wpcasterpro-pagecontent
  .qtmplayer-playlist
  .qtmplayer-trackitem
  span.qtmplayer-play-btn
  i,
#wpcasterpro-body input.wpcasterpro-btn--r[type="submit"] i,
span[class^="wpcasterpro-metaitem"] a.wpcasterpro-btn--r i {
  margin: 0;
}
.wpcasterpro-btn--white::after,
#wpcasterpro-body input.wpcasterpro-btn--white[type="submit"]::after,
span[class^="wpcasterpro-metaitem"] a.wpcasterpro-btn--white::after {
  background: #fff;
}
.wpcasterpro-btn--white,
#wpcasterpro-body input.wpcasterpro-btn--white[type="submit"],
span[class^="wpcasterpro-metaitem"] a.wpcasterpro-btn--white {
  background: #fff;
  color: #101010;
}
.wpcasterpro-btn--white,
#wpcasterpro-body input.wpcasterpro-btn--white[type="submit"],
span[class^="wpcasterpro-metaitem"] a.wpcasterpro-btn--white {
  background: #fff;
  color: #101010;
}
.wpcasterpro-btn--full,
#wpcasterpro-body input.wpcasterpro-btn--full[type="submit"],
span[class^="wpcasterpro-metaitem"] a.wpcasterpro-btn--full {
  width: 100%;
}
.wpcasterpro-btn--neg,
#wpcasterpro-body input.wpcasterpro-btn--neg[type="submit"],
span[class^="wpcasterpro-metaitem"] a.wpcasterpro-btn--neg {
  border-color: #fff;
}
.wpcasterpro-btn--ghost,
#wpcasterpro-body input.wpcasterpro-btn--ghost[type="submit"],
span[class^="wpcasterpro-metaitem"] a.wpcasterpro-btn--ghost {
  border: var(--wpcasterpro-btn-border) solid;
  border-color: var(--wpcasterpro-btn-border-color--ghost);
  background-color: var(--wpcasterpro-btn-background-color--ghost);
  color: var(--wpcasterpro-btn-text-color--ghost);
}
.wpcasterpro-btn--txt,
#wpcasterpro-body input.wpcasterpro-btn--txt[type="submit"],
span[class^="wpcasterpro-metaitem"] a.wpcasterpro-btn--txt {
  border: none;
}
.wpcasterpro-btn--txt::after,
#wpcasterpro-body input.wpcasterpro-btn--txt[type="submit"]::after,
span[class^="wpcasterpro-metaitem"] a.wpcasterpro-btn--txt::after {
  display: none;
}
.wpcasterpro-btn--secondary,
#wpcasterpro-body input.wpcasterpro-btn--secondary[type="submit"],
span[class^="wpcasterpro-metaitem"] a.wpcasterpro-btn--secondary {
  border: none;
  background: var(--wpcasterpro-btn-background-color--secondary);
  color: var(--wpcasterpro-btn-text-color--secondary);
}
.wpcasterpro-btn--playmenu,
#wpcasterpro-body input.wpcasterpro-btn--playmenu[type="submit"],
span[class^="wpcasterpro-metaitem"] a.wpcasterpro-btn--playmenu {
  white-space: pre;
}
.wpcasterpro-btn-primary,
.wpcasterpro-btn--primary,
.wpcasterpro-playcircle span.qtmplayer-play-btn,
.wpcasterpro-pagecontent
  .qtmplayer-playlist
  .qtmplayer-trackitem
  span.qtmplayer-play-btn,
a.wpcasterpro-btn--primary,
input#submit,
a.button,
button.button,
input.button,
#wpcasterpro-body .wpcasterpro-master .woocommerce-button {
  border-color: var(--wpcasterpro-btn-border-color--accent);
  background: linear-gradient(
      var(--wpcasterpro-btn-grad-dir),
      transparent 0%,
      var(--wpcasterpro-btn-bg-two) 100%
    )
    var(--wpcasterpro-btn-bg-one);
  color: var(--wpcasterpro-btn-text-color--accent);
  box-shadow: inset 0 2px 0px 0 rgba(255, 255, 255, 0.3),
    inset 0 -2px 0px 0 rgba(0, 0, 0, 0.15), 0px 3px 5px 0 rgba(0, 0, 0, 0.3);
}
.wpcasterpro-clip-disabled .wpcasterpro-btn::after,
.wpcasterpro-clip-disabled
  .wpcasterpro-playcircle
  span.qtmplayer-play-btn::after,
.wpcasterpro-playcircle
  .wpcasterpro-clip-disabled
  span.qtmplayer-play-btn::after,
.wpcasterpro-clip-disabled
  .wpcasterpro-pagecontent
  .qtmplayer-playlist
  .qtmplayer-trackitem
  span.qtmplayer-play-btn::after,
.wpcasterpro-pagecontent
  .qtmplayer-playlist
  .qtmplayer-trackitem
  .wpcasterpro-clip-disabled
  span.qtmplayer-play-btn::after,
.wpcasterpro-clip-disabled .wpcasterpro-btn::before,
.wpcasterpro-clip-disabled
  .wpcasterpro-playcircle
  span.qtmplayer-play-btn::before,
.wpcasterpro-playcircle
  .wpcasterpro-clip-disabled
  span.qtmplayer-play-btn::before,
.wpcasterpro-clip-disabled
  .wpcasterpro-pagecontent
  .qtmplayer-playlist
  .qtmplayer-trackitem
  span.qtmplayer-play-btn::before,
.wpcasterpro-pagecontent
  .qtmplayer-playlist
  .qtmplayer-trackitem
  .wpcasterpro-clip-disabled
  span.qtmplayer-play-btn::before {
  display: none;
}
.wpcasterpro-entrycontent .wp-block-button .wp-block-button__link,
.wpcasterpro-entrycontent .wp-block-button .wp-block-file__button {
  padding: 0 8px;
  text-transform: uppercase;
  height: auto;
  line-height: 1;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  min-width: var(--wpcasterpro-btn-size);
  border: var(--wpcasterpro-btn-border) solid;
  border-radius: var(--wpcasterpro-btn-radius);
  color: inherit;
  font-size: 12px;
  cursor: pointer;
  text-rendering: geometricPrecision;
  position: relative;
  -webkit-filter: none;
  filter: none;
}
.wpcasterpro-btn-primary::before,
.wpcasterpro-btn-primary::after {
  -webkit-animation-play-state: running !important;
  animation-play-state: running !important;
}
.wpcasterpro-btn-primary::before,
.wpcasterpro-btn-primary::after {
  top: 2.1em;
}
.wpcasterpro-btn-primary::after {
  top: 3em;
}
.button.wc-forward,
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
  background-color: var(--wpcasterpro-btn-background-color--default);
  color: var(--wpcasterpro-btn-text-color--default);
}
@media only screen and (max-width: 992px) {
  .wpcasterpro-menubtns .wpcasterpro-btn__cart {
    min-width: var(--wpcasterpro-btn-size);
    min-height: var(--wpcasterpro-btn-size);
    padding: 10px;
  }
  .wpcasterpro-menubtns .wpcasterpro-btn__cart i {
    margin: 0 5px 0 5px;
  }
}
#wpcasterpro-body form p::after {
  content: "";
  width: 100%;
  clear: none;
}
#wpcasterpro-body label {
  opacity: 0.85;
  transition: all 0.3s;
}
#wpcasterpro-body p > label {
  display: block;
}
#wpcasterpro-body p > input[type="checkbox"] + label,
#wpcasterpro-body p > input[type="radio"] + label {
  display: inline;
}
#wpcasterpro-body ::-webkit-input-placeholder {
  opacity: 0.73;
}
#wpcasterpro-body input:focus::-webkit-input-placeholder,
#wpcasterpro-body textarea:focus::-webkit-input-placeholder {
  color: transparent;
}
#wpcasterpro-body .wpcasterpro-select,
#wpcasterpro-body .select2-container--default .select2-selection--single,
#wpcasterpro-body select {
  display: block;
  background-color: var(--wpcasterpro-input-background);
  color: var(--wpcasterpro-input-text);
  line-height: 0.98em;
  padding: 19px 34px 21px;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  margin: 0 0 35px 0;
  border: 2px solid var(--wpcasterpro-input-border-color);
  box-shadow: none;
  border-radius: var(--wpcasterpro-input-border-radius);
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 16.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3C!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='22px' height='15px' viewBox='0 0 22 15' style='enable-background:new 0 0 22 15;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E%3C!%5BCDATA%5B .st0%7Bfill:%23231F20;%7D%0A%5D%5D%3E%3C/style%3E%3Cpolygon class='st0' points='21.9,2.6 11,13.5 0.1,2.6 '/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat, repeat;
  background-position: right 0.7em top 50%, 0 0;
  background-size: 0.65em auto, 100%;
  min-height: 70px;
}
#wpcasterpro-body select::-ms-expand {
  display: none;
}
#wpcasterpro-body select:focus {
  outline: none;
}
#wpcasterpro-body select option {
  font-weight: normal;
}
#wpcasterpro-body .select2 {
  line-height: 0.98em;
}
#wpcasterpro-body
  .select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  line-height: 0.98em;
  color: var(--wpcasterpro-input-text);
  padding: 5px 0;
}
#wpcasterpro-body
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  line-height: inherit;
  height: 70px;
  right: 7px;
}
#wpcasterpro-body .select2-dropdown {
  margin-top: -20px;
  background-color: var(--wpcasterpro-input-background);
  color: var(--wpcasterpro-input-text);
  border: none;
  border-radius: var(--wpcasterpro-input-border-radius);
}
#wpcasterpro-body .select2-dropdown input[type="text"] {
  margin-bottom: 0;
}
#wpcasterpro-body .select2-results__option {
  background-color: var(--wpcasterpro-input-background);
  color: var(--wpcasterpro-input-text);
}
#wpcasterpro-body .select2-results__option:hover {
  background-color: var(--wpcasterpro-btn-background-color--default--hover);
  color: var(--wpcasterpro-btn-text-color--default--hover);
}
#wpcasterpro-body input[type="search"],
#wpcasterpro-body input[type="text"],
#wpcasterpro-body input[type="email"],
#wpcasterpro-body input[type="password"],
#wpcasterpro-body input[type="tel"],
#wpcasterpro-body input[type="number"],
#wpcasterpro-body input[type="url"],
#wpcasterpro-body input[type="tel"],
#wpcasterpro-body textarea {
  position: relative;
  display: block;
  transition: all 0.3s;
  -webkit-appearance: none;
  height: auto;
  line-height: 0.98em;
  outline: none;
  font-weight: 500;
  margin: 0 0 42px 0;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  display: block;
  border-radius: var(--wpcasterpro-input-border-radius);
  color: var(--wpcasterpro-input-text);
  border: 2px solid var(--wpcasterpro-input-border-color);
  background-color: var(--wpcasterpro-input-background);
  box-shadow: 0 1px 3px 0px rgba(0, 0, 0, 0.06);
  opacity: 1;
  text-rendering: geometricPrecision;
  min-height: var(--wpcasterpro-formfield-minheight);
  padding: var(--wpcasterpro-formfield-padding);
}
#wpcasterpro-body input[type="number"] {
  width: auto;
}
#wpcasterpro-body input[type="checkbox"],
#wpcasterpro-body input[type="radio"] {
  display: inline-block;
}
#wpcasterpro-body label {
  margin-bottom: 8px;
  display: inline-block;
}
#wpcasterpro-body textarea {
  height: 160px;
  padding: 30px;
}
#wpcasterpro-body__inline {
  overflow: hidden;
}
#wpcasterpro-body input:-webkit-autofill,
#wpcasterpro-body input:-webkit-autofill:hover,
#wpcasterpro-body input:-webkit-autofill:focus,
#wpcasterpro-body input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 130px var(--wpcasterpro-input-background) inset !important;
}
#wpcasterpro-body input:-webkit-autofill {
  -webkit-text-fill-color: var(--wpcasterpro-input-text) !important;
}
#wpcasterpro-body .wpcasterpro-master .wpcasterpro-fieldset {
  position: relative;
  display: flex;
  flex-direction: column;
}
#wpcasterpro-body .wpcasterpro-master .wpcasterpro-fieldset label {
  order: -1;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  transition: transform 0.6s cubic-bezier(1, 0.2, 0.2, 1), opacity 0.3s;
  line-height: 0.9em;
  transform: translateX(22px) translateY(20px);
  opacity: 0.85;
}
@media only screen and (min-width: 993px) {
  #wpcasterpro-body .wpcasterpro-master .wpcasterpro-fieldset label {
    transform: translateX(35px) translateY(27px);
  }
}
#wpcasterpro-body .wpcasterpro-master .wpcasterpro-fieldset label i {
  font-size: 1em;
  display: inline-flex;
  vertical-align: top;
  margin-right: 10px;
  color: inherit;
}
#wpcasterpro-body .wpcasterpro-master .wpcasterpro-fieldset textarea + label {
  transform: translateX(35px) translateY(30px);
}
#wpcasterpro-body .wpcasterpro-master .wpcasterpro-fieldset input:focus,
#wpcasterpro-body .wpcasterpro-master .wpcasterpro-fieldset textarea:focus,
#wpcasterpro-body .wpcasterpro-master .wpcasterpro-fieldset select:focus {
  border-color: var(--wpcasterpro-colors-accent);
}
#wpcasterpro-body .wpcasterpro-master .wpcasterpro-fieldset input:focus + label,
#wpcasterpro-body
  .wpcasterpro-master
  .wpcasterpro-fieldset
  textarea:focus
  + label,
#wpcasterpro-body
  .wpcasterpro-master
  .wpcasterpro-fieldset
  select:focus
  + label {
  transform: translateX(0px) translateY(-27px) !important;
  opacity: 0.7;
}
#wpcasterpro-body
  .wpcasterpro-master
  .wpcasterpro-fieldset
  input:not(:-moz-placeholder-shown)
  + label,
#wpcasterpro-body
  .wpcasterpro-master
  .wpcasterpro-fieldset
  textarea:not(:-moz-placeholder-shown)
  + label,
#wpcasterpro-body
  .wpcasterpro-master
  .wpcasterpro-fieldset
  select:not(:-moz-placeholder-shown)
  + label {
  transform: translateX(0px) translateY(-27px);
  opacity: 0.7;
}
#wpcasterpro-body
  .wpcasterpro-master
  .wpcasterpro-fieldset
  input:not(:-ms-input-placeholder)
  + label,
#wpcasterpro-body
  .wpcasterpro-master
  .wpcasterpro-fieldset
  textarea:not(:-ms-input-placeholder)
  + label,
#wpcasterpro-body
  .wpcasterpro-master
  .wpcasterpro-fieldset
  select:not(:-ms-input-placeholder)
  + label {
  transform: translateX(0px) translateY(-27px);
  opacity: 0.7;
}
#wpcasterpro-body
  .wpcasterpro-master
  .wpcasterpro-fieldset
  input:not(:placeholder-shown)
  + label,
#wpcasterpro-body .wpcasterpro-master .wpcasterpro-fieldset input:focus + label,
#wpcasterpro-body
  .wpcasterpro-master
  .wpcasterpro-fieldset
  input:focus
  + div
  + label,
#wpcasterpro-body
  .wpcasterpro-master
  .wpcasterpro-fieldset
  textarea:not(:placeholder-shown)
  + label,
#wpcasterpro-body
  .wpcasterpro-master
  .wpcasterpro-fieldset
  textarea:focus
  + label,
#wpcasterpro-body
  .wpcasterpro-master
  .wpcasterpro-fieldset
  textarea:focus
  + div
  + label,
#wpcasterpro-body
  .wpcasterpro-master
  .wpcasterpro-fieldset
  select:not(:placeholder-shown)
  + label,
#wpcasterpro-body
  .wpcasterpro-master
  .wpcasterpro-fieldset
  select:focus
  + label,
#wpcasterpro-body
  .wpcasterpro-master
  .wpcasterpro-fieldset
  select:focus
  + div
  + label {
  transform: translateX(0px) translateY(-27px);
  opacity: 0.7;
}
#wpcasterpro-body
  .wpcasterpro-master
  .wpcasterpro-fieldset
  input:focus
  + div
  + label,
#wpcasterpro-body
  .wpcasterpro-master
  .wpcasterpro-fieldset
  textarea:focus
  + div
  + label,
#wpcasterpro-body
  .wpcasterpro-master
  .wpcasterpro-fieldset
  select:focus
  + div
  + label {
  transform: translateX(0px) translateY(-27px);
}
#wpcasterpro-body
  .wpcasterpro-master
  .wpcasterpro-fieldset
  ::-webkit-input-placeholder {
  color: transparent;
}
#wpcasterpro-body .wpcasterpro-master .wpcasterpro-fieldset ::-moz-placeholder {
  color: transparent;
}
#wpcasterpro-body
  .wpcasterpro-master
  .wpcasterpro-fieldset
  :-ms-input-placeholder {
  color: transparent;
}
#wpcasterpro-body
  .wpcasterpro-master
  .wpcasterpro-fieldset
  input::-webkit-input-placeholder {
  color: transparent;
}
#wpcasterpro-body
  .wpcasterpro-master
  .wpcasterpro-fieldset
  input::-moz-placeholder {
  color: transparent;
}
#wpcasterpro-body
  .wpcasterpro-master
  .wpcasterpro-fieldset
  input:-ms-input-placeholder {
  color: transparent;
}
#wpcasterpro-body
  .wpcasterpro-master
  .wpcasterpro-fieldset
  input::-ms-input-placeholder {
  color: transparent;
}
#wpcasterpro-body .wpcasterpro-master .wpcasterpro-fieldset input::placeholder {
  color: transparent;
}
#wpcasterpro-body
  .wpcasterpro-master
  .wpcasterpro-fieldset
  textarea::-webkit-input-placeholder {
  color: transparent;
}
#wpcasterpro-body
  .wpcasterpro-master
  .wpcasterpro-fieldset
  textarea::-moz-placeholder {
  color: transparent;
}
#wpcasterpro-body
  .wpcasterpro-master
  .wpcasterpro-fieldset
  textarea:-ms-input-placeholder {
  color: transparent;
}
#wpcasterpro-body
  .wpcasterpro-master
  .wpcasterpro-fieldset
  textarea::-ms-input-placeholder {
  color: transparent;
}
#wpcasterpro-body
  .wpcasterpro-master
  .wpcasterpro-fieldset
  textarea::placeholder {
  color: transparent;
}
#wpcasterpro-body
  .wpcasterpro-master
  .wpcasterpro-fieldset
  input[type="checkbox"] {
  display: none;
}
#wpcasterpro-body
  .wpcasterpro-master
  .wpcasterpro-fieldset
  input[type="checkbox"]
  + label {
  display: block;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: relative;
  padding-left: 100px;
  line-height: 40px;
  transform: none;
  opacity: 1;
}
#wpcasterpro-body
  .wpcasterpro-master
  .wpcasterpro-fieldset
  input[type="checkbox"]
  + label::before,
#wpcasterpro-body
  .wpcasterpro-master
  .wpcasterpro-fieldset
  input[type="checkbox"]
  + label::after {
  content: "";
  display: block;
  position: absolute;
  cursor: pointer;
  left: 0;
  top: 0;
  cursor: pointer;
}
#wpcasterpro-body
  .wpcasterpro-master
  .wpcasterpro-fieldset
  input[type="checkbox"]
  + label::before {
  width: 80px;
  height: 40px;
  transition: background-color 0.25s ease;
  border-radius: 20px;
  color: var(--wpcasterpro-input-text);
  border: 2px solid var(--wpcasterpro-input-border-color);
  background-color: var(--wpcasterpro-input-background);
}
#wpcasterpro-body
  .wpcasterpro-master
  .wpcasterpro-fieldset
  input[type="checkbox"]
  + label::after {
  top: 4px;
  left: 4px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: var(--wpcasterpro-input-text);
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.45);
  transition: left 0.25s ease;
}
#wpcasterpro-body
  .wpcasterpro-master
  .wpcasterpro-fieldset
  input[type="checkbox"]:checked
  + label::before {
  background-color: var(--wpcasterpro-colors-primary);
}
#wpcasterpro-body
  .wpcasterpro-master
  .wpcasterpro-fieldset
  input[type="checkbox"]:checked
  + label::after {
  left: 42px;
}
#wpcasterpro-body .wpcasterpro-master .wpcasterpro-fieldset--row {
  flex-direction: column;
  align-items: center;
}
#wpcasterpro-body .wpcasterpro-master .wpcasterpro-fieldset--spacer {
  margin-top: 30px;
}
#wpcasterpro-body .wpcasterpro-master .wpcasterpro-single__pwform {
  margin-top: 40px;
}
#wpcasterpro-body
  .wpcasterpro-master
  .wpcasterpro-single__pwform
  input[type="password"] {
  margin-bottom: 0;
}
#wpcasterpro-body .wpcasterpro-master .wpcasterpro-entrycontent-protected h4 {
  margin-top: 0;
}
.wpcasterpro-headerbar {
  position: relative;
  z-index: 9001;
}
.wpcasterpro-menu {
  overflow: hidden;
  vertical-align: middle;
  text-align: right;
  min-height: 54px;
  line-height: 46px;
  padding: 4px 10px;
  position: relative;
  z-index: 250;
}
.wpcasterpro-menu_cont {
  display: flex;
}
.wpcasterpro-menu__logo {
  margin: 0;
  line-height: 46px;
  height: 46px;
  vertical-align: middle;
  display: inline-flex;
  float: left;
  position: relative;
  z-index: 2;
}
.wpcasterpro-menu__logo img {
  line-height: 0;
  max-height: 46px;
  width: auto;
  vertical-align: middle;
}
.wpcasterpro-logo_header,
.wpcasterpro-logo_header_transparent {
  display: none;
  word-break: keep-all;
  white-space: nowrap;
}
.wpcasterpro-logo_header_mob {
  display: block;
  word-break: keep-all;
  white-space: nowrap;
}
.wpcasterpro-menu-horizontal {
  display: none;
}
.wpcasterpro-menubar {
  z-index: 2;
  position: relative;
}
.wpcasterpro-menubar li {
  list-style: none;
  display: inline-block;
  margin: 0;
  padding: 0;
}
.wpcasterpro-menubar li a {
  text-transform: uppercase;
  color: inherit;
  font-size: 13px;
  display: block;
}
.wpcasterpro-menubar > li > a {
  max-width: 220px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.wpcasterpro-menubar > li ul {
  display: none;
}
.wpcasterpro-menubar__secondary {
  display: none;
}
.wpcasterpro-menubar.wpcasterpro-menubar__secondary > li > a::before,
.wpcasterpro-menubar.wpcasterpro-menubar__secondary > li > a::after {
  opacity: 1;
  background: rgba(150, 150, 150, 0.6);
}
.wpcasterpro-menubtns {
  flex-grow: 1;
  text-align: right;
  align-items: center;
  justify-content: flex-end;
  display: flex;
}
.wpcasterpro-menubtns__c {
  display: flex;
  justify-content: flex-end;
}
.wpcasterpro-menubtns__c [data-wpcasterpro-target="#wpcasterpro-searchbar"] {
  display: none;
}
.wpcasterpro-menubtns [class*="wpcasterpro-btn"] {
  margin-left: 3px;
}
.wpcasterpro-menubtns [class*="wpcasterpro-btn"]:last-child {
  margin-right: 0;
}
.qtmplayer__volume.wpcasterpro-btn.wpcasterpro-btn--r,
.wpcasterpro-playcircle span.wpcasterpro-btn.qtmplayer-play-btn,
.wpcasterpro-playcircle span.qtmplayer__volume.qtmplayer-play-btn,
.wpcasterpro-pagecontent
  .qtmplayer-playlist
  .qtmplayer-trackitem
  span.wpcasterpro-btn.qtmplayer-play-btn,
.wpcasterpro-pagecontent
  .qtmplayer-playlist
  .qtmplayer-trackitem
  .wpcasterpro-playcircle
  span.qtmplayer-play-btn,
.wpcasterpro-playcircle
  .wpcasterpro-pagecontent
  .qtmplayer-playlist
  .qtmplayer-trackitem
  span.qtmplayer-play-btn,
.wpcasterpro-pagecontent
  .qtmplayer-playlist
  .qtmplayer-trackitem
  span.qtmplayer__volume.qtmplayer-play-btn {
  width: auto;
  overflow: visible;
}
.qtmplayer__volume.wpcasterpro-btn.wpcasterpro-btn--r .qtmplayer__vcontainer,
.wpcasterpro-playcircle
  span.wpcasterpro-btn.qtmplayer-play-btn
  .qtmplayer__vcontainer,
.wpcasterpro-playcircle
  span.qtmplayer__volume.qtmplayer-play-btn
  .qtmplayer__vcontainer,
.wpcasterpro-pagecontent
  .qtmplayer-playlist
  .qtmplayer-trackitem
  span.wpcasterpro-btn.qtmplayer-play-btn
  .qtmplayer__vcontainer,
.wpcasterpro-pagecontent
  .qtmplayer-playlist
  .qtmplayer-trackitem
  .wpcasterpro-playcircle
  span.qtmplayer-play-btn
  .qtmplayer__vcontainer,
.wpcasterpro-playcircle
  .wpcasterpro-pagecontent
  .qtmplayer-playlist
  .qtmplayer-trackitem
  span.qtmplayer-play-btn
  .qtmplayer__vcontainer,
.wpcasterpro-pagecontent
  .qtmplayer-playlist
  .qtmplayer-trackitem
  span.qtmplayer__volume.qtmplayer-play-btn
  .qtmplayer__vcontainer {
  width: 100%;
  top: calc(100% + 4px);
  opacity: 0;
  border-radius: 2px;
  transition: height 0.2s ease-out, opacity 0.2s;
  transition-delay: 1s;
}
.qtmplayer__volume.wpcasterpro-btn.wpcasterpro-btn--r i,
.wpcasterpro-playcircle span.wpcasterpro-btn.qtmplayer-play-btn i,
.wpcasterpro-playcircle span.qtmplayer__volume.qtmplayer-play-btn i,
.wpcasterpro-pagecontent
  .qtmplayer-playlist
  .qtmplayer-trackitem
  span.wpcasterpro-btn.qtmplayer-play-btn
  i,
.wpcasterpro-pagecontent
  .qtmplayer-playlist
  .qtmplayer-trackitem
  .wpcasterpro-playcircle
  span.qtmplayer-play-btn
  i,
.wpcasterpro-playcircle
  .wpcasterpro-pagecontent
  .qtmplayer-playlist
  .qtmplayer-trackitem
  span.qtmplayer-play-btn
  i,
.wpcasterpro-pagecontent
  .qtmplayer-playlist
  .qtmplayer-trackitem
  span.qtmplayer__volume.qtmplayer-play-btn
  i {
  padding: 0;
}
.qtmplayer__volume.wpcasterpro-btn.wpcasterpro-btn--r:hover
  .qtmplayer__vcontainer,
.wpcasterpro-playcircle
  span.wpcasterpro-btn.qtmplayer-play-btn:hover
  .qtmplayer__vcontainer,
.wpcasterpro-playcircle
  span.qtmplayer__volume.qtmplayer-play-btn:hover
  .qtmplayer__vcontainer,
.wpcasterpro-pagecontent
  .qtmplayer-playlist
  .qtmplayer-trackitem
  span.wpcasterpro-btn.qtmplayer-play-btn:hover
  .qtmplayer__vcontainer,
.wpcasterpro-pagecontent
  .qtmplayer-playlist
  .qtmplayer-trackitem
  .wpcasterpro-playcircle
  span.qtmplayer-play-btn:hover
  .qtmplayer__vcontainer,
.wpcasterpro-playcircle
  .wpcasterpro-pagecontent
  .qtmplayer-playlist
  .qtmplayer-trackitem
  span.qtmplayer-play-btn:hover
  .qtmplayer__vcontainer,
.wpcasterpro-pagecontent
  .qtmplayer-playlist
  .qtmplayer-trackitem
  span.qtmplayer__volume.qtmplayer-play-btn:hover
  .qtmplayer__vcontainer {
  opacity: 1;
  transition-delay: 0s;
}
.wpcasterpro-btn.wpcasterpro-btn__cart span.amount,
.wpcasterpro-playcircle
  span.wpcasterpro-btn__cart.qtmplayer-play-btn
  span.amount,
.wpcasterpro-pagecontent
  .qtmplayer-playlist
  .qtmplayer-trackitem
  span.wpcasterpro-btn__cart.qtmplayer-play-btn
  span.amount {
  display: none;
  word-break: keep-all;
  font-size: 14px;
}
.wpcasterpro-btn--userlikes .qtum-user-like-counter {
  position: absolute;
  background-color: var(--qtum-btn-background-color--liked);
  color: var(--qtum-btn-background-color--liked-icon);
  border-radius: 8px;
  padding: 2px 4px;
  font-size: 11px;
  line-height: 1em;
  vertical-align: middle;
  top: 0;
  right: 0;
  opacity: 1;
}
.wpcasterpro-user-login .qtum-premium-icon {
  position: absolute;
  background-color: var(--qtum-btn-background-color--liked);
  color: #fff;
  border-radius: 8px;
  padding: 2px 2px;
  font-size: 11px;
  line-height: 1em;
  vertical-align: middle;
  top: 0;
  right: 0;
  opacity: 1;
}
.wpcasterpro-headerbar__content {
  margin: 0 auto;
	max-width: 1630px !important;
}
.wpcasterpro-headerbar__sticky {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 9994;
}
.wpcasterpro-headerbar__sticky:hover {
  z-index: 1100000;
}
.wpcasterpro-headerbar__sticky .wpcasterpro-headerbar__content {
  position: fixed;
  width: 100%;
  display: block;
  left: 50%;
  transform: translateX(-50%);
}
#wpcasterpro-body.admin-bar .wpcasterpro-headerbar__sticky {
  top: 46px;
}
.wpcasterpro-menu,
.wpcasterpro-headerbar__content,
.wpcasterpro-menu-horizontal .wpcasterpro-menubar > li > ul li a {
  transition: background-color 0.3s;
}
.wpcasterpro-headerbar {
  transition: transform 0.9s cubic-bezier(0.4, 0.5, 0.2, 0.8);
}
.wpcasterpro-headerbar__sticky__s {
  transform: matrix(1, 0, 0, 1, 0, -200);
  transition: transform 0.9s cubic-bezier(0.2, 0.8, 0.2, 0.8);
}
.elementor-editor-active.wpcasterpro-menu-transp #wpcasterpro-headerbar > div {
  opacity: 0.3 !important;
  transition: opacity 0.3s;
  pointer-events: none;
}
.wpcasterpro-secondaryhead {
  display: none;
}
.wpcasterpro-overlay {
  position: fixed;
  width: 100%;
  width: 100vw;
  height: 100%;
  height: 100vh;
  overflow-x: hidden;
  overflow-y: auto;
  transform: translateX(110%);
  z-index: 11000000;
  top: 0;
  left: 0;
  transition-duration: 0.6s;
  transition-timing-function: cubic-bezier(0.1, 0, 0.3, 1);
  background-color: var(--wpcasterpro-colors-offcanvas);
  text: var(--wpcasterpro-colors-offcanvas-text);
}
.wpcasterpro-overlay a {
  color: var(--wpcasterpro-colors-offcanvas-link);
}
.wpcasterpro-overlay a:hover {
  color: var(--wpcasterpro-colors-offcanvas-link--hover);
}
.wpcasterpro-overlay__closebar {
  min-height: 54px;
  line-height: 46px;
  padding: 30px 30px 0 30px;
  text-align: right;
}
.wpcasterpro-overlay__pagemask {
  display: block;
  position: fixed;
  height: 100%;
  height: 100vh;
  overflow: hidden;
  z-index: 49999;
  top: 0;
  left: 0%;
  transform: translateX(110%);
  background: #202020;
  opacity: 0;
  transition: transform 0.2s, opacity 0.4s;
  width: 100%;
  width: 100vw;
  transition-timing-function: cubic-bezier(0.1, 0, 0.3, 1);
}
.wpcasterpro-overlay__social {
  padding: 0 30px 30px 30px;
}
.wpcasterpro-overlay__social a.wpcasterpro-soc-icon {
  display: inline-flex;
  margin: 5px;
}
.wpcasterpro-overlayopen {
  width: 100%;
  width: 100vw;
  height: 100%;
  height: 100vh;
  overflow: hidden;
}
.wpcasterpro-overlayopen .wpcasterpro-overlay {
  transform: translateX(0%);
}
.wpcasterpro-overlayopen .wpcasterpro-overlay__pagemask {
  transform: translateX(0%);
}
#wpcasterpro-body .wpcasterpro-searchbar {
  --wpcasterpro-search-height: 40px;
  position: fixed;
  width: 100%;
  width: 100vw;
  height: 48px;
  height: calc(var(--wpcasterpro-search-height) + 8px);
  overflow: hidden;
  z-index: 500;
  top: 0;
  left: 0;
  padding: 0;
  flex-flow: row;
  flex-align: center;
  align-items: center;
  justify-content: center;
  position: absolute;
  opacity: 0;
  transform: translateX(20000px);
  transition: opacity 0.3s;
  background: var(--wpcasterpro-colors-background);
}
@media only screen and (min-width: 601px) {
  #wpcasterpro-body .wpcasterpro-searchbar {
    --wpcasterpro-search-height: 50px;
  }
}
#wpcasterpro-body .wpcasterpro-searchbar__cont {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
}
#wpcasterpro-body .wpcasterpro-searchbar > .wpcasterpro-btn,
#wpcasterpro-body
  .wpcasterpro-playcircle
  .wpcasterpro-searchbar
  > span.qtmplayer-play-btn,
.wpcasterpro-playcircle
  #wpcasterpro-body
  .wpcasterpro-searchbar
  > span.qtmplayer-play-btn,
#wpcasterpro-body
  .wpcasterpro-pagecontent
  .qtmplayer-playlist
  .qtmplayer-trackitem
  .wpcasterpro-searchbar
  > span.qtmplayer-play-btn,
.wpcasterpro-pagecontent
  .qtmplayer-playlist
  .qtmplayer-trackitem
  #wpcasterpro-body
  .wpcasterpro-searchbar
  > span.qtmplayer-play-btn {
  display: inline-flex;
}
#wpcasterpro-body .wpcasterpro-searchbar form {
  margin: 0;
  padding: 0;
  height: 48px;
  height: calc(var(--wpcasterpro-search-height) + 8px);
  width: 80%;
  width: calc(100% - 40px);
  width: calc(100% - var(--wpcasterpro-search-height));
  float: left;
  vertical-align: middle;
  float: left;
  display: flex;
  flex-grow: 1;
  align-items: center;
  justify-content: center;
}
#wpcasterpro-body .wpcasterpro-searchbar form ::-webkit-input-placeholder {
  color: var(--wpcasterpro-colors-ink);
}
#wpcasterpro-body .wpcasterpro-searchbar form :-moz-placeholder {
  color: var(--wpcasterpro-colors-ink);
}
#wpcasterpro-body .wpcasterpro-searchbar form ::-moz-placeholder {
  color: var(--wpcasterpro-colors-ink);
}
#wpcasterpro-body .wpcasterpro-searchbar form :-ms-input-placeholder {
  color: var(--wpcasterpro-colors-ink);
}
#wpcasterpro-body .wpcasterpro-searchbar form input {
  width: 100%;
  height: var(--wpcasterpro-search-height);
  line-height: var(--wpcasterpro-search-height);
  font-size: 1.4rem;
  padding-right: 10px;
  padding-left: 10px;
  vertical-align: middle;
  float: left;
  display: flex;
  flex-grow: 1;
  border-style: solid;
  background: var(--wpcasterpro-input-background);
  color: var(--wpcasterpro-input-text);
  border-radius: var(--wpcasterpro-input-border-radius);
  border-color: var(--wpcasterpro-input-border-color);
}
#wpcasterpro-body .wpcasterpro-searchbar form input[type="text"] {
  margin: 0;
  padding: 10px;
  line-height: 40px;
  min-height: var(--wpcasterpro-search-height);
}
#wpcasterpro-body .wpcasterpro-searchbar button.wpcasterpro-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
#wpcasterpro-body .wpcasterpro-searchbar.open {
  transform: translateX(0px);
  opacity: 1;
}
#wpcasterpro-body .wpcasterpro-searchbar .wpcasterpro-closesearch,
#wpcasterpro-body .wpcasterpro-searchbar .wpcasterpro-searchsubmit {
  top: 4px;
  margin-left: 4px;
}
#wpcasterpro-body .wpcasterpro-searchbar .wpcasterpro-searchsubmit span {
  display: none;
}
.wpcasterpro-menu-tree {
  margin: 0;
  padding: 0;
  line-height: 1.2em;
  font-size: var(--wpcasterpro-offcanvas-menu-size);
  padding: 30px;
}
.wpcasterpro-menu-tree > li > a {
  line-height: 1.2em;
}
.wpcasterpro-menu-tree li {
  list-style-type: none;
  padding: 0;
  position: relative;
  border-top: 1px solid var(--wpcasterpro-colors-offcanvas-menu-separators);
}
.wpcasterpro-menu-tree li:last-child {
  border-bottom: 1px solid var(--wpcasterpro-colors-offcanvas-menu-separators);
}
.wpcasterpro-menu-tree li.menu-item-has-children a:not(.wpcasterpro-openthis) {
  padding-right: 50px;
}
.wpcasterpro-menu-tree li a {
  padding: 10px 0;
  display: inline-block;
  vertical-align: middle;
  transition: opacity 0.3s;
  opacity: 1;
}
.wpcasterpro-menu-tree li a i {
  vertical-align: middle;
}
.wpcasterpro-menu-tree li > a {
  padding-top: 1em;
  padding-bottom: 1em;
}
.wpcasterpro-menu-tree li > .wpcasterpro-openthis {
  padding: 8px 5px;
  width: 50px;
  text-align: center;
  position: absolute;
  top: 0;
  right: 0;
}
.wpcasterpro-menu-tree li > .wpcasterpro-openthis::before {
  display: none;
}
.wpcasterpro-menu-tree li > .wpcasterpro-openthis i {
  vertical-align: middle;
  transform: translateY(0px);
  transition: transform 0.15s ease;
  line-height: inherit;
  font-size: 16px;
  width: 27px;
  border: 1px solid #ededed;
  height: 27px;
  line-height: 27px;
  border-radius: 50%;
  text-align: center;
  padding: 0 0 0 1px;
}
.wpcasterpro-menu-tree li ul {
  margin: 0;
  overflow: hidden;
  transform-origin: top;
  transition: all 0.3s;
  max-height: 0px;
  will-change: padding, max-height, opacity;
  height: auto;
}
.wpcasterpro-menu-tree li ul li {
  border: none;
  color: inherit;
}
.wpcasterpro-menu-tree li ul li:last-child {
  border: none;
}
.wpcasterpro-menu-tree li ul li a {
  padding-left: 24px;
  color: inherit;
}
.wpcasterpro-menu-tree li ul li a:first-child {
  padding-top: 10px;
  padding-bottom: 10px;
}
.wpcasterpro-menu-tree li ul li > .wpcasterpro-openthis {
  padding: 4px 5px;
  width: 50px;
  text-align: center;
  position: absolute;
  top: 0;
  right: 0;
  color: inherit;
}
.wpcasterpro-menu-tree li ul li > .wpcasterpro-openthis::before {
  display: none;
}
.wpcasterpro-menu-tree li ul li > .wpcasterpro-openthis i {
  vertical-align: middle;
  transform: translateY(0px);
  transition: transform 0.15s ease;
  line-height: inherit;
  font-size: 20px;
  width: 27px;
  border: none;
  height: 27px;
  line-height: 27px;
  border-radius: 50%;
  text-align: center;
  padding: 0 0 0 1px;
}
.wpcasterpro-menu-tree li ul li ul li a {
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 24px;
}
.wpcasterpro-menu-tree li ul li ul li a::before {
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: "liga";
  content: "\e315";
  font-size: 14px;
  display: inline-flex;
  vertical-align: text-bottom;
  padding-right: 8px;
  opacity: 0.6;
}
.wpcasterpro-menu-tree li.wpcasterpro-open > ul.sub-menu {
  max-height: 500px;
}
.wpcasterpro-menu-tree li.wpcasterpro-open > .wpcasterpro-openthis i {
  transform: rotate(180deg);
}
.wpcasterpro-menu-tree + .wpcasterpro-menu-tree__secondary {
  margin-top: -30px;
  opacity: 0.8;
}
.wpcasterpro-menu-tree + .wpcasterpro-menu-tree__secondary > li:first-child {
  border-top: none;
}
.wpcasterpro-menu-tree + .wpcasterpro-menu-tree__secondary > li > a {
  font-size: 1em;
  color: inherit;
}
.wpcasterpro-menu-tree .wpcasterpro-radioitem {
  padding-top: 1em;
  padding-bottom: 1em;
  width: 100%;
  vertical-align: middle;
  display: inline-flex;
  line-height: 28.8px;
}
.wpcasterpro-menu-tree .wpcasterpro-radioitem .qtmplayer-donutcontainer {
  margin-right: 18px;
}
.wpcasterpro-menu-tree .wpcasterpro-radioitem .qtmplayer-donut {
  line-height: 24px;
}
.wpcasterpro-menu-tree .wpcasterpro-radioitem .qtmplayer-donut::before {
  display: none;
  content: none;
}
.wpcasterpro-menu-tree
  .wpcasterpro-radioitem
  .qtmplayer-donut
  .qtmplayer-play-btn {
  height: 24px;
  line-height: 24px;
  box-sizing: border-box;
  display: inline-flex;
}
.wpcasterpro-menu-tree .wpcasterpro-radioitem .wpcasterpro-pageheader__actions {
  width: 24px;
  height: 24px;
  border-width: 2px;
}
.wpcasterpro-menu-tree
  .wpcasterpro-radioitem
  .wpcasterpro-pageheader__actions
  i {
  font-size: 24px;
  line-height: 24px;
}
.wpcasterpro-openthis {
  color: inherit;
}
.wpcasterpro-footer {
  z-index: 1;
  position: relative;
  background-color: var(--wpcasterpro-footer-background);
  color: var(--wpcasterpro-footer-color);
}
.wpcasterpro-footer .wpcasterpro-menubar {
  z-index: 2;
  position: relative;
  margin: 0;
  padding: 10px 0 0 0;
  text-align: left;
  line-height: 1em;
  font-size: var(--wpcasterpro-footer-fontsize);
}
.wpcasterpro-footer .wpcasterpro-menubar a {
  color: inherit;
  color: var(--wpcasterpro-footer-links);
  font-size: var(--wpcasterpro-footer-fontsize);
}
.wpcasterpro-footer .wpcasterpro-menubar a span {
  overflow: visible;
}
.wpcasterpro-footer .wpcasterpro-menubar a:hover {
  color: var(--wpcasterpro-footer-links--hover);
}
.wpcasterpro-footer .wpcasterpro-menubar li:hover > a > span {
  color: var(--wpcasterpro-footer-links--hover);
}
.wpcasterpro-footer .wpcasterpro-menubar .menu-item a {
  padding-right: 1px;
}
@media (max-width: 1199px) {
  .wpcasterpro-footer .wpcasterpro-menubar__footer li.menu-item {
    display: block;
  }
}
.wpcasterpro-footer__copy {
  padding: 30px 20px;
}
.wpcasterpro-footer__copy p {
  margin: 0;
  text-rendering: geometricPrecision;
  font-size: var(--wpcasterpro-footer-fontsize);
  text-align: left;
}
@media (max-width: 1199px) {
  .wpcasterpro-footer .wpcasterpro-menubar__footer__separator {
    display: block;
    width: 100%;
    margin-top: 30px;
  }
}
.wpcasterpro-footer a {
  color: var(--wpcasterpro-footer-links);
}
.wpcasterpro-footer a:hover {
  color: var(--wpcasterpro-footer-links--hover);
}
#qttm-megafooter.qttm-megafooter__container {
  z-index: 2;
  position: relative;
}
.wpcasterpro-social i {
  font-size: 1.2em;
  margin-top: -0.12em;
}
.wpcasterpro-short-socialicon {
  margin-bottom: 4px;
  padding-left: 1em;
  padding-right: 1em;
}
.wpcasterpro-short-socialicon i {
  display: inline;
  text-align: midd;
  margin: 0 2px;
  font-size: 24px;
}
.wpcasterpro-short-socialicon i + span {
  margin-left: 8px;
}
.wpcasterpro-background-container {
  width: 100%;
  height: 100vh;
  position: absolute;
  z-index: 0;
  top: 0;
  overflow: hidden;
  background-position: center center;
  background-size: cover;
}
.wpcasterpro-background-container .wpcasterpro-bgimg {
  width: 100%;
  height: var(--wpcasterpro-header-background-height);
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  overflow: hidden;
  opacity: var(--wpcasterpro-header-picture-opacity);
}
.wpcasterpro-background-container .wpcasterpro-bgimg img {
  position: absolute;
  height: var(--wpcasterpro-header-background-height);
  -webkit-filter: blur(var(--wpcasterpro-header-picture-blur));
  filter: blur(var(--wpcasterpro-header-picture-blur));
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
  line-height: 0;
  display: block;
}
.wpcasterpro-background-container::after,
.wpcasterpro-background-container::before {
  display: block;
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: var(--wpcasterpro-header-background-height);
  z-index: 0;
}
.wpcasterpro-background-container::before {
  background-color: var(--wpcasterpro-header-background-color);
}
.wpcasterpro-background-container::after {
  z-index: 2;
  background: linear-gradient(
    0deg,
    var(--wpcasterpro-colors-background) 0%,
    transparent 100%
  );
  opacity: var(--wpcasterpro-header-gradient-opacity);
}
.wpcasterpro-background-container .wpcasterpro-bgimg,
.wpcasterpro-background-container::after,
.wpcasterpro-background-container::before {
  max-width: var(--wpcasterpro-max-layout-width);
}
.wpcasterpro-pageheader-container {
  z-index: 3;
}
.wpcasterpro-pageheader {
  position: relative;
  overflow: visible;
}
.wpcasterpro-pageheader__contents {
  padding: 40px 0;
  position: relative;
  z-index: 8;
}
.wpcasterpro-pageheader__contents > .wpcasterpro-container::after {
  display: block;
  content: " ";
  clear: both;
  height: 0.001px;
  width: 100%;
}
.wpcasterpro-pageheader .wpcasterpro-metadata__cats {
  margin-bottom: 20px;
  display: block;
}
.wpcasterpro-pageheader--podcastarchive--banner h1.wpcasterpro-pagecaption {
  color: #fff;
}
#wpcasterpro-body
  .wpcasterpro-master
  .wpcasterpro-pageheader--search
  .wpcasterpro-searchform {
  margin: 40px 0 0 0;
}
.wpcasterpro-pageheader__contents__podcastheading .wpcasterpro-pagecaption {
  display: inline;
  margin-bottom: 30px;
}
.wpcasterpro-pageheader__contents__podcastheading .wpcasterpro-metadata {
  margin-top: 20px;
  clear: both;
}
.wpcasterpro-pageheader__contents__podcastheading
  .wpcasterpro-maincontent__featured {
  margin-bottom: 0;
}
@media only screen and (max-width: 992px) {
  .wpcasterpro-pageheader--podcast .wpcasterpro-pagecaption {
    display: inline;
    margin-bottom: 30px;
    font-size: 22px;
  }
  .wpcasterpro-pageheader--podcast
    .wpcasterpro-pageheader__contents__podcastheading
    .wpcasterpro-metadata {
    border: 2px solid var(--wpcasterpro-colors-borders);
    border-width: 2px 0;
    padding: 20px 0;
  }
  .wpcasterpro-pageheader--podcast
    .wpcasterpro-pageheader__contents__podcastheading
    .wpcasterpro-metadata
    > span,
  .wpcasterpro-pageheader--podcast
    .wpcasterpro-pageheader__contents__podcastheading
    .wpcasterpro-metadata
    > span.wpcasterpro-metaitem__likes[class^="wpcasterpro-metaitem"] {
    clear: both;
    display: block;
    width: 100%;
    padding: 6px 0;
    margin: 0;
  }
}
.wpcasterpro-pageheader--podcast
  .wpcasterpro-maincontent__featuredcontainer--desk
  img {
  margin: 0;
}
.wpcasterpro-pageheader__mobilethumb {
  width: 80px;
  height: 80px;
  float: left;
  display: inline-block;
  margin-right: 20px;
  margin-bottom: 20px;
  border-radius: var(--wpcasterpro-card-border-radius);
  background: var(--wpcasterpro-colors-paper);
  box-shadow: var(--wpcasterpro-card-shadow);
}
.wpcasterpro-pageheader--podcastarchive .wpcasterpro-container {
  display: flex;
  flex-direction: row;
  box-shadow: none;
  align-items: center;
  flex-direction: column;
  flex-wrap: wrap;
  flex-direction: row;
}
.wpcasterpro-pageheader--podcastarchive
  .wpcasterpro-pageheader--podcastarchive__featured {
  border-radius: 50%;
  overflow: hidden;
  width: 90px;
  height: 90px;
  margin-right: 20px;
  box-shadow: var(--wpcasterpro-card-shadow);
}
.wpcasterpro-pageheader--podcastarchive
  .wpcasterpro-pageheader--podcastarchive__featured
  img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
}
.wpcasterpro-pageheader--podcastarchive
  .wpcasterpro-pageheader__contents__podcastheading {
  width: 100%;
}
.wpcasterpro-pageheader--podcastarchive--feat
  .wpcasterpro-pageheader__contents__podcastheading {
  width: calc(100% - 110px);
}
.wpcasterpro-pageheader--podcastarchive--feat .wpcasterpro-pagecaption {
  font-size: 25px;
}
.wpcasterpro-pageheader__actions {
  margin-top: 35px;
  display: flex;
  width: 100%;
}
.wpcasterpro-pageheader__actions > a {
  margin-right: 5px;
}
.wpcasterpro-pageheader__actions > a:last-of-type {
  margin-left: auto;
  margin-right: 0;
}
.wpcasterpro-pageheader--podcastarchive--banner
  .wpcasterpro-pageheader--banner {
  border-radius: var(--wpcasterpro-card-border-radius);
  box-shadow: var(--wpcasterpro-card-shadow);
  margin-bottom: -50px;
  z-index: -1;
  width: 100%;
  height: 170px;
  overflow: hidden;
}
.wpcasterpro-pageheader--podcastarchive--banner
  .wpcasterpro-pageheader--banner
  img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
}
.wpcasterpro-metadata {
  text-align: inherit;
  vertical-align: middle;
  line-height: 1em;
  font-size: 13px;
}
span[class^="wpcasterpro-metaitem"] {
  text-transform: capitalize;
  margin-right: 20px;
  font-size: 13px;
  line-height: 1em;
  opacity: 0.85;
  padding: 4px 0;
}
span[class^="wpcasterpro-metaitem"] a,
span[class^="wpcasterpro-metaitem"] span {
  color: inherit;
  display: inline-flex;
  vertical-align: middle;
}
span[class^="wpcasterpro-metaitem"] i {
  margin-right: 6px;
}
span[class^="wpcasterpro-metaitem"] .qtum-like-counter {
  vertical-align: initial;
}
span.wpcasterpro-metaitem__likes[class^="wpcasterpro-metaitem"] {
  padding: 0;
}
span.wpcasterpro-metaitem__likes[class^="wpcasterpro-metaitem"] a {
  font-size: 11px;
  cursor: pointer;
  text-rendering: geometricPrecision;
  border-radius: var(--wpcasterpro-btn-radius);
  -webkit-filter: none;
  filter: none;
  justify-content: center;
  display: inline-flex;
  text-align: center;
  vertical-align: middle;
  align-items: center;
  position: relative;
  z-index: 1;
  margin: 0 10px 5px 0;
  padding: 4px 10px 4px 23px;
  line-height: 0.8em;
  box-sizing: content-box;
}
span.wpcasterpro-metaitem__likes[class^="wpcasterpro-metaitem"] a i {
  position: absolute;
  left: 7px;
  top: 2px;
  font-size: 12px;
  line-height: 11px;
}
span[class^="wpcasterpro-metaitem"] .qtum-subs-counter {
  display: inline;
  vertical-align: baseline;
}
.wpcasterpro-categories-dropdown {
  display: inline-block;
  width: auto;
  position: relative;
  overflow: visible;
  z-index: 10;
}
.wpcasterpro-categories-dropdown > a {
  cursor: pointer;
}
.wpcasterpro-categories-dropdown > a i {
  transform: rotate(0deg);
  transition: transform 0.3s;
}
.wpcasterpro-categories-dropdown ul {
  max-height: 0vh;
  overflow: hidden;
  position: absolute;
  transition: all 0.4s cubic-bezier(0.1, 1, 0.1, 1);
  width: 260px;
  max-width: 70vw;
  left: 0;
  top: 2em;
  background: var(--wpcasterpro-colors-paper);
  margin: 0;
  border-radius: var(--wpcasterpro-card-border-radius-s);
  padding: 0;
  box-shadow: 0 5px 30px 5px rgba(0, 0, 0, 0);
  z-index: 10;
  display: block;
  overflow-y: auto !important;
}
.wpcasterpro-categories-dropdown ul li {
  list-style: none;
  padding: 0;
}
.wpcasterpro-categories-dropdown ul li a {
  color: inherit;
  display: block;
  padding: 15px 24px;
  background-color: var(--wpcasterpro-btn-background-color--secondary);
  color: var(--wpcasterpro-btn-text-color--secondary);
  transition: all 0.3s;
}
.wpcasterpro-categories-dropdown ul li a:hover {
  background-color: var(--wpcasterpro-btn-background-color--secondary--hover);
  color: var(--wpcasterpro-btn-text-color--secondary--hover);
}
.wpcasterpro-categories-dropdown.wpcasterpro-enabled ul {
  overflow: hidden auto;
  height: auto;
  max-height: 240px;
  box-shadow: var(--wpcasterpro-card-shadow);
}
.wpcasterpro-categories-dropdown.wpcasterpro-enabled > a > i {
  transform: rotate(180deg);
}
.wpcasterpro-serie-archive-description {
  padding: var(--wpcasterpro-card-padding-ver--mob) 0;
  border-top: 2px solid var(--wpcasterpro-colors-borders);
}
.wpcasterpro-serie-archive-description > .wpcasterpro-caption {
  margin-top: 0;
}
.wpcasterpro-serie-archive-caption {
  padding: var(--wpcasterpro-card-padding-ver--mob) 0;
  border-top: 2px solid var(--wpcasterpro-colors-borders);
  position: relative;
  z-index: 15;
}
.wpcasterpro-serie-archive-caption .wpcasterpro-meta {
  margin: 0;
}
.wpcasterpro-serie-archive-caption > .wpcasterpro-caption {
  margin-top: 0;
}
.wpcasterpro-serie-archive-caption p {
  margin: 30px 0 20px 0;
}
.wpcasterpro-serie-archive-caption__advancedsearch {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.6s ease;
}
.wpcasterpro-serie-archive-caption__advancedsearch.wpcasterpro-enabled {
  max-height: 500px;
}
.wpcasterpro-itemcaption {
  position: relative;
}
.wpcasterpro-itemcaption::before {
  display: block;
  content: " ";
  height: 10px;
  width: 70%;
  background: var(--wpcasterpro-btn-background-color--accent);
  border-top-left-radius: var(--wpcasterpro-card-border-radius);
}
.wpcasterpro-itemcaption .wpcasterpro-caption {
  margin-bottom: 20px;
}
.wpcasterpro-itemcaption p {
  margin-bottom: 30px;
}
.wpcasterpro-post {
  margin-bottom: 15px;
  background: var(--wpcasterpro-colors-paper);
  border-radius: var(--wpcasterpro-card-border-radius);
  box-shadow: var(--wpcasterpro-card-shadow);
}
.wpcasterpro-post__header {
  position: relative;
}
.wpcasterpro-post__action {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 4;
  background: rgba(0, 0, 0, 0);
  padding: 10px;
  border-radius: var(--wpcasterpro-btn-radius);
  overflow: hidden;
  box-shadow: inset 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.15s, background 0.15s;
  transition-delay: 0.2s;
}
.wpcasterpro-post__action a,
.wpcasterpro-post__action span {
  z-index: 2;
  transition: all 0.2s ease-out;
  transform: translateY(100px);
  transition-delay: 0s;
}
.wpcasterpro-post.sticky {
  border-color: transparent;
}
.wpcasterpro-post__thumb {
  display: block;
  line-height: 0;
  margin: 0 auto;
  overflow: hidden;
  border-radius: var(--wpcasterpro-card-border-radius);
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  transform: translateZ(0);
  isolation: isolate;
  background: var(--wpcasterpro-thumb-bg);
  position: relative;
}
.wpcasterpro-post__thumb img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: var(--wpcasterpro-card-border-radius);
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  transform: translateZ(0);
  isolation: isolate;
}
.wpcasterpro-post__cats {
  margin-bottom: 1em;
}
.wpcasterpro-post__title {
  margin: 18px 0;
}
.wpcasterpro-post__excerpt {
  margin-bottom: 25px;
}
.wpcasterpro-post .wpcasterpro-metadata {
  margin-top: var(--wpcasterpro-card-internalspacing);
}
.wpcasterpro-post__content {
  padding: var(--wpcasterpro-card-padding-ver--mob)
    var(--wpcasterpro-card-padding-hor--mob);
}
.wpcasterpro-post .wpcasterpro-metaitem__author {
  margin-right: 1em;
}
.wpcasterpro-post .wpcasterpro-metadata__cats {
  line-height: 1em;
}
.wpcasterpro-post--horiz {
  display: flex;
  flex-direction: row;
  vertical-align: middle;
  align-items: stretch;
  margin-bottom: 15px;
}
.wpcasterpro-post--horiz .wpcasterpro-post__title {
  margin: var(--wpcasterpro-card-internalspacing) 0
    calc(var(--wpcasterpro-card-internalspacing) -10px) 0;
  font-size: 1.125em;
}
.wpcasterpro-post--horiz .wpcasterpro-post__content {
  width: 75%;
  padding: calc(var(--wpcasterpro-card-padding-ver--mob) / 2)
    calc(var(--wpcasterpro-card-padding-hor--mob) / 2);
}
.wpcasterpro-post--horiz .wpcasterpro-post__content--full {
  width: 100%;
}
.wpcasterpro-post--horiz .wpcasterpro-post__header {
  width: 25%;
  position: relative;
  overflow: hidden;
}
.wpcasterpro-post--horiz .wpcasterpro-post__header .wpcasterpro-post__thumb {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: var(--wpcasterpro-card-border-radius);
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.wpcasterpro-post--horiz
  .wpcasterpro-post__header
  .wpcasterpro-post__thumb
  img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: var(--wpcasterpro-card-border-radius);
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.wpcasterpro-post--verti {
  margin-bottom: 15px;
}
.wpcasterpro-post--verti .wpcasterpro-post__thumb {
  width: 100%;
  height: auto;
  display: block;
  padding-top: 50%;
  position: relative;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  margin: 0;
}
.wpcasterpro-post--verti .wpcasterpro-post__thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: var(--wpcasterpro-card-border-radius)
    var(--wpcasterpro-card-border-radius) 0 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  overflow: hidden;
}
html {
  -webkit-text-size-adjust: none;
}
.wpcasterpro-post--podcast {
  display: flex;
  flex-direction: row;
  vertical-align: top;
  align-items: stretch;
  margin-bottom: 15px;
  background: transparent;
  padding: calc(var(--wpcasterpro-card-padding-ver--mob) / 2) 0;
  margin-bottom: 0;
  border-radius: 0;
  border-top: 2px solid var(--wpcasterpro-colors-borders);
  box-shadow: none;
  align-items: center;
  justify-content: left;
}
.wpcasterpro-post--podcast:last-of-type {
  border-bottom: 2px solid var(--wpcasterpro-colors-borders);
}
.wpcasterpro-post--podcast .wpcasterpro-playcircle {
  align-self: center;
  margin-left: auto;
}
.wpcasterpro-post--podcast .wpcasterpro-post__content {
  width: calc(100% - 120px);
  padding: 0 10px;
}
.wpcasterpro-post--podcast .wpcasterpro-post__content--full {
  width: calc(100% - 60px);
  padding: 0;
}
.wpcasterpro-post--podcast .wpcasterpro-post__title {
  margin: 0 0 6px 0;
  font-size: 14px;
}
.wpcasterpro-post--podcast .wpcasterpro-post__title a {
  margin: 0;
  padding: 0;
}
.wpcasterpro-post--podcast .wpcasterpro-metaitem__date {
  display: none;
}
.wpcasterpro-post--podcast .wpcasterpro-post__header {
  width: 70px;
  height: 70px;
  position: relative;
  overflow: hidden;
  border-radius: var(--wpcasterpro-card-border-radius);
  box-shadow: var(--wpcasterpro-card-shadow);
}
.wpcasterpro-post--podcast .wpcasterpro-post__header .wpcasterpro-post__thumb {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
.wpcasterpro-post--podcast
  .wpcasterpro-post__header
  .wpcasterpro-post__thumb
  img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.wpcasterpro-post--podcast
  .wpcasterpro-post__header
  .wpcasterpro-cat--staricon {
  position: absolute;
  top: 2px;
  right: 2px;
  padding: 2px;
  font-size: 12px;
  margin: 0;
}
.wpcasterpro-post--podcast .wpcasterpro-metadata {
  display: none;
}
.wpcasterpro-episodenumber {
  position: absolute;
  z-index: 10;
  bottom: 0;
  left: 0;
  font-size: 13px;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  padding: 3px 6px;
  border-radius: 8px;
  line-height: 12px;
}
.wpcasterpro-post--podcast--small {
  border: none;
  padding: 0;
  margin-bottom: 20px;
}
.wpcasterpro-post--podcast--small:last-of-type {
  border: none;
}
.wpcasterpro-post--podcast--small .wpcasterpro-post__header {
  width: 50px;
  height: 50px;
}
.wpcasterpro-post--podcast--small .wpcasterpro-post__content {
  width: calc(100% - 50px);
  padding: 0 0 0 16px;
}
.wpcasterpro-post--podcast--small .wpcasterpro-post__title {
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: -webkit-box;
}
.wpcasterpro-post--podcast--small .wpcasterpro-metaitem__likes {
  margin-right: 2px;
}
.wpcasterpro-post--podcast--small .wpcasterpro-metadata {
  margin-top: 4px;
  padding: 0;
}
.wpcasterpro-post--podcast--vertical {
  flex-direction: column;
  padding: 0;
  border: 0;
  margin-bottom: 10px;
}
.wpcasterpro-post--podcast--vertical:last-of-type {
  border-bottom: none;
}
.wpcasterpro-post--podcast--vertical .wpcasterpro-post__header {
  width: 100%;
  height: auto;
  border-radius: var(--wpcasterpro-card-border-radius);
  box-shadow: var(--wpcasterpro-card-shadow);
}
.wpcasterpro-post--podcast--vertical
  .wpcasterpro-post__header
  .wpcasterpro-post__thumb {
  height: auto;
  padding-top: 100%;
  position: relative;
}
.wpcasterpro-post--podcast--vertical
  .wpcasterpro-post__header
  .wpcasterpro-post__thumb
  img {
  position: absolute;
  top: 0;
  left: 0;
}
.wpcasterpro-post--podcast--vertical .wpcasterpro-post__title {
  font-size: 14px;
  margin-bottom: 8px;
}
.wpcasterpro-post--podcast--vertical .wpcasterpro-post__content {
  padding: 18px 0;
  width: 100%;
}
.wpcasterpro-post--podcast--vertical .wpcasterpro-metaitem a {
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  max-height: 1.12em;
  -webkit-box-orient: vertical;
  line-height: 1.3em;
}
.wpcasterpro-post--podcast--vertical span[class^="wpcasterpro-metaitem"] {
  font-size: 10px;
}
.wpcasterpro-post--serie {
  margin-bottom: 15px;
}
.wpcasterpro-post--serie .wpcasterpro-post__header {
  overflow: hidden;
  position: relative;
}
.wpcasterpro-post--serie .wpcasterpro-post__title {
  margin-top: 0;
}
.wpcasterpro-post--serie .wpcasterpro-post__thumb {
  width: 100%;
  height: auto;
  display: block;
  padding-top: 100%;
  position: relative;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  margin: 0;
}
.wpcasterpro-post--serie .wpcasterpro-post__thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: var(--wpcasterpro-card-border-radius)
    var(--wpcasterpro-card-border-radius) 0 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  overflow: hidden;
}
.wpcasterpro-post--serie__episode {
  position: absolute;
  border-radius: var(--wpcasterpro-card-border-radius)
    var(--wpcasterpro-card-border-radius) 0 0;
  bottom: 0;
  top: auto;
  width: 100%;
  background-color: var(--wpcasterpro-colors-primary);
  padding: var(--wpcasterpro-card-padding-ver--mob)
    var(--wpcasterpro-card-padding-hor--mob);
  flex-direction: row;
  align-items: center;
  justify-content: center;
  display: flex;
  color: var(--wpcasterpro-colors-primary-text);
}
.wpcasterpro-post--serie__episode h6,
.wpcasterpro-post--serie__episode h5,
.wpcasterpro-post--serie__episode h4 {
  color: var(--wpcasterpro-colors-primary-text);
}
.wpcasterpro-post--serie__episode .series-latest-episode__content {
  width: calc(100% - 60px);
  margin-right: 10px;
}
.wpcasterpro-post--serie__episode .series-latest-episode__content p {
  line-height: 1em;
  font-size: 15px;
}
.wpcasterpro-post--serie__episode .series-latest-episode__content h6 {
  margin: 0;
}
.wpcasterpro-post--serie__episode
  .wpcasterpro-playcircle
  .qtmplayer-trackitem.qtmplayer-donut {
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.6), 0 0 0 10px #fff;
}
@media only screen and (max-width: 992px) {
  [data-items_mobile="2"] .wpcasterpro-post--serie .wpcasterpro-post__content {
    padding: 20px 15px;
  }
  [data-items_mobile="2"] .wpcasterpro-post--serie .wpcasterpro-post__title {
    font-size: 14px;
  }
  [data-items_mobile="2"] .wpcasterpro-post--serie__episode {
    background: transparent;
    height: 80px;
    padding: 20px;
  }
  [data-items_mobile="2"]
    .wpcasterpro-post--serie__episode
    .wpcasterpro-playcircle {
    margin-left: auto;
  }
  [data-items_mobile="2"]
    .wpcasterpro-post--serie__episode
    .wpcasterpro-playcircle
    .qtmplayer-trackitem.qtmplayer-donut {
    box-shadow: 0 6px 6px rgba(0, 0, 0, 0.3);
  }
  [data-items_mobile="2"] .series-latest-episode__content {
    display: none;
  }
  [data-items_mobile="3"] .wpcasterpro-post--serie {
    background: transparent;
    box-shadow: none;
  }
  [data-items_mobile="3"] .wpcasterpro-post--serie .wpcasterpro-post__content {
    padding: 10px 0;
    background: transparent;
  }
  [data-items_mobile="3"] .wpcasterpro-post--serie .wpcasterpro-post__title {
    font-size: 12px;
  }
  [data-items_mobile="3"] .wpcasterpro-post--serie .wpcasterpro-post__thumb {
    border-radius: var(--wpcasterpro-card-border-radius);
  }
  [data-items_mobile="3"]
    .wpcasterpro-post--serie
    .wpcasterpro-post__thumb
    img {
    border-radius: var(--wpcasterpro-card-border-radius);
  }
  [data-items_mobile="3"] .wpcasterpro-post--serie__episode {
    display: none;
  }
  [data-items_mobile="3"] .wpcasterpro-metadata {
    display: none;
  }
}
.wpcasterpro-series-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  vertical-align: middle;
  margin-bottom: 50px;
  background: var(--wpcasterpro-colors-paper);
  border-radius: var(--wpcasterpro-card-border-radius);
  box-shadow: var(--wpcasterpro-card-shadow);
  padding: var(--wpcasterpro-card-padding-ver--mob) 10px;
}
.wpcasterpro-series-box__img {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 0 20px 0;
  box-shadow: var(--wpcasterpro-card-shadow);
}
.wpcasterpro-series-box__img img {
  width: 120px;
  height: 120px;
}
.wpcasterpro-series-box__dets {
  padding: 1.5rem 0;
  display: flex;
  flex-direction: column;
  line-height: 1.25em;
  float: left;
  position: relative;
  width: 100%;
  text-align: center;
}
.wpcasterpro-series-box__actions {
  display: block;
}
.wpcasterpro-series-box__actions a {
  margin: 0 2px;
}
.wpcasterpro-series-box h5 {
  margin: 0 0 12px 0;
}
@media (min-width: 1200px) {
  .wpcasterpro-series-box {
    flex-direction: row;
    align-items: left;
    margin-bottom: 70px;
    background: transparent;
    border-radius: 0;
    box-shadow: none;
    padding: 0;
    flex-wrap: wrap;
  }
  .wpcasterpro-series-box__img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 20px 0 0;
    display: block;
    content: " ";
    background: var(--wpcasterpro-colors-paper);
  }
  .wpcasterpro-series-box__img img {
    width: 50px;
    height: 50px;
  }
  .wpcasterpro-series-box__dets {
    padding: 0;
    width: calc(50% - 60px);
    max-width: 50%;
    text-align: left;
  }
  .wpcasterpro-series-box__actions {
    display: block;
    align-self: center;
    margin-left: auto;
  }
  .wpcasterpro-series-box__actions a:last-child {
    margin-right: 0;
  }
  .wpcasterpro-series-box h5 {
    margin: 0 0 12px 0;
  }
}
.wpcasterpro-podcast-slider {
  position: relative;
  display: flex;
  align-items: center;
}
.wpcasterpro-podcast-slider .owl-item {
  padding: 0;
}
.wpcasterpro-podcast-slider .owl-nav button {
  transform: none;
}
.wpcasterpro-podcast-slider .owl-dots {
  margin-top: 20px;
}
.wpcasterpro-podcast-slider .wpcasterpro-owl-carousel {
  z-index: 2;
}
.wpcasterpro-podcast-slider .wpcasterpro-slider__backgrounds {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.wpcasterpro-podcast-slider
  .wpcasterpro-slider__backgrounds
  .wpcasterpro-picture-overlay {
  content: " ";
  dispèlay: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.wpcasterpro-podcast-slider .wpcasterpro-slider-background_image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
  opacity: 0;
  transition: opacity 0.5s, transform 15s;
  transform: scale(1);
  z-index: 0;
}
.wpcasterpro-podcast-slider .wpcasterpro-slider-background_image.active {
  opacity: 1;
}
.wpcasterpro-podcast-slider
  .wpcasterpro-slider-background_image.active.wpcasterpro-kenburns {
  transform: scale(1.2);
}
.wpcasterpro-post-podcast-slider {
  padding: 0;
  border: 0;
  margin-bottom: 0;
  flex-direction: column;
  text-align: center;
}
.wpcasterpro-post-podcast-slider:last-of-type {
  border: none;
}
.wpcasterpro-post-podcast-slider .wpcasterpro-post-podcast-slider__thumb {
  width: 200px;
  height: 200px;
  position: relative;
  display: block;
  border-radius: var(--wpcasterpro-card-border-radius);
  background: var(--wpcasterpro-colors-paper);
  box-shadow: var(--wpcasterpro-card-shadow);
  margin: 0 auto 34px;
  overflow: hidden;
}
.wpcasterpro-post-podcast-slider .wpcasterpro-post-podcast-slider__thumb img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: var(--wpcasterpro-card-border-radius);
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.wpcasterpro-post-podcast-slider .wpcasterpro-metadata {
  margin: 24px 0;
}
.wpcasterpro-post-podcast-slider .wpcasterpro-post-podcast-slider__content {
  clear: both;
  width: 100%;
  text-align: center;
}
.wpcasterpro-post-podcast-slider .qtmplayer-trackitem + a,
.wpcasterpro-post-podcast-slider .wpcasterpro-btn--primary + span,
.wpcasterpro-post-podcast-slider
  .wpcasterpro-playcircle
  span.qtmplayer-play-btn
  + span,
.wpcasterpro-playcircle
  .wpcasterpro-post-podcast-slider
  span.qtmplayer-play-btn
  + span,
.wpcasterpro-post-podcast-slider
  .wpcasterpro-pagecontent
  .qtmplayer-playlist
  .qtmplayer-trackitem
  span.qtmplayer-play-btn
  + span,
.wpcasterpro-pagecontent
  .qtmplayer-playlist
  .qtmplayer-trackitem
  .wpcasterpro-post-podcast-slider
  span.qtmplayer-play-btn
  + span,
.wpcasterpro-post-podcast-slider
  .wpcasterpro-serie-play-last-btn
  + a.wpcasterpro-btn--r {
  margin-left: 6px;
}
.wpcasterpro-podcast-slider--featured
  .owl-carousel.wpcasterpro-owl-theme
  .owl-dots {
  position: absolute;
  z-index: 100000;
  left: 0;
  top: 50%;
  transform: rotate(90deg) translateX(-50%);
  margin: 0 0 0 -28px;
}
.wpcasterpro-podcast-slider--featured
  .owl-carousel.wpcasterpro-owl-theme
  .owl-dots
  .owl-dot {
  border-color: rgba(255, 255, 255, 0.5);
}
.wpcasterpro-podcast-slider--featured
  .owl-carousel.wpcasterpro-owl-theme
  .owl-nav {
  top: auto;
  right: 0;
  bottom: 0;
  transform: rotate(90deg) translateX(-50%) translateY(-20px);
  z-index: 20;
  height: var(--wpcasterpro-btn-size);
  top: auto;
  width: auto;
  left: auto;
  margin: 0;
}
.wpcasterpro-podcast-slider--featured
  .owl-carousel.wpcasterpro-owl-theme
  .owl-nav
  .owl-prev,
.wpcasterpro-podcast-slider--featured
  .owl-carousel.wpcasterpro-owl-theme
  .owl-nav
  .owl-next {
  transform: none;
  float: none;
  margin: 0 6px;
  border-color: rgba(255, 255, 255, 0.5);
}
.wpcasterpro-podcast-slider--featured
  .owl-carousel.wpcasterpro-owl-theme
  .owl-nav
  .owl-next {
  transform: none;
}
.wpcasterpro-post-podcast-slider--featured {
  position: relative;
  display: flex;
  min-height: 400px;
  flex-wrap: wrap;
  width: 100%;
  align-items: center;
  justify-content: center;
}
.wpcasterpro-post-podcast-slider--featured__thumb {
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
}
.wpcasterpro-post-podcast-slider--featured__thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: relative;
  z-index: 0;
}
.wpcasterpro-post-podcast-slider--featured__thumb .wpcasterpro-pic-overlay {
  display: block;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
  content: " ";
  position: absolute;
  z-index: 1;
}
.wpcasterpro-post-podcast-slider--featured__content {
  position: relative;
  z-index: 1;
  padding: 0 12px 0 40px;
  width: 100%;
  max-width: 1240px;
  text-shadow: 1px 2px 5px rgba(0, 0, 0, 0.5);
}
.wpcasterpro-post-podcast-slider--featured__content h2 {
  font-size: 32px;
  margin: 20px 0;
}
.wpcasterpro-post-podcast-slider--featured .wpcasterpro-caption {
  margin: 0 0 20px 0;
}
.wpcasterpro-post-podcast-slider--featured .wpcasterpro-metadata {
  margin: 20px 0;
}
.wpcasterpro-post-podcast-slider--featured ul.qtmplayer-playlist {
  margin: 20px 0 0 0;
  border-radius: var(--wpcasterpro-card-border-radius);
  overflow: hidden;
}
.wpcasterpro-post-podcast-slider--featured h4.wpcasterpro-caption,
.wpcasterpro-post-podcast-slider--featured h2,
.wpcasterpro-post-podcast-slider--featured .wpcasterpro-metadata,
.wpcasterpro-post-podcast-slider--featured .wpcasterpro-playlist-large {
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 0.4s, transform 0.4s;
}
.wpcasterpro-post-podcast-slider--featured h4.wpcasterpro-caption {
  transition-delay: 0.5s;
}
.wpcasterpro-post-podcast-slider--featured h2 {
  transition-delay: 0.7s;
}
.wpcasterpro-post-podcast-slider--featured .wpcasterpro-metadata {
  transition-delay: 0.9s;
}
.wpcasterpro-post-podcast-slider--featured .wpcasterpro-playlist-large {
  transition-delay: 1.2s;
}
.owl-item.active.center
  .wpcasterpro-post-podcast-slider--featured
  h4.wpcasterpro-caption,
.owl-item.active.center .wpcasterpro-post-podcast-slider--featured h2,
.owl-item.active.center
  .wpcasterpro-post-podcast-slider--featured
  .wpcasterpro-metadata,
.owl-item.active.center
  .wpcasterpro-post-podcast-slider--featured
  .wpcasterpro-playlist-large {
  opacity: 1;
  transform: translateY(0px);
}
.wpcasterpro-podcast-slider--default
  ul.qtmplayer-playlist
  li.qtmplayer-trackitem {
  background: transparent;
  padding: 5px;
  overflow: visible;
}
.wpcasterpro-podcast-slider--default
  ul.qtmplayer-playlist
  li.qtmplayer-trackitem
  span.qtmplayer-play-btn {
  width: 70px;
  min-width: 70px;
  height: 70px;
  line-height: 70px;
}
.wpcasterpro-podcast-slider--default
  ul.qtmplayer-playlist
  li.qtmplayer-trackitem
  span.qtmplayer-play-btn::after {
  font-size: 32px;
}
.wpcasterpro-podcast-slider--center ul.qtmplayer-playlist {
  box-shadow: 0 6px 25px rgba(0, 0, 0, 0.7);
}
.wpcasterpro-podcast-slider--center
  .wpcasterpro-post-podcast-slider--featured__content {
  margin-left: auto;
  margin-right: auto;
  padding: 20px 5%;
}
.wpcasterpro-podcast-slider--center
  .wpcasterpro-post-podcast-slider--featured__content
  > h4,
.wpcasterpro-podcast-slider--center
  .wpcasterpro-post-podcast-slider--featured__content
  > h2,
.wpcasterpro-podcast-slider--center
  .wpcasterpro-post-podcast-slider--featured__content
  > p {
  text-align: center;
}
.wpcasterpro-cat,
.wpcasterpro-tags a {
  font-size: 11px;
  cursor: pointer;
  text-rendering: geometricPrecision;
  border-color: inherit;
  border-radius: var(--wpcasterpro-btn-radius);
  -webkit-filter: none;
  filter: none;
  justify-content: center;
  display: inline-flex;
  text-align: center;
  vertical-align: middle;
  align-items: center;
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  background-color: var(--wpcasterpro-btn-background-color--default);
  color: var(--wpcasterpro-btn-text-color--default);
  margin: 0 10px 5px 0;
  padding: 5px 16px;
  line-height: 0.8em;
  box-sizing: content-box;
}
.wpcasterpro-cat:hover,
.wpcasterpro-tags a:hover {
  background-color: var(--wpcasterpro-btn-background-color--default--hover);
  color: var(--wpcasterpro-btn-text-color--default--hover);
}
.wpcasterpro-cat--sticky {
  background-color: var(--wpcasterpro-colors-special);
  border-radius: var(--wpcasterpro-btn-radius) 0 0 var(--wpcasterpro-btn-radius);
  margin-right: 0;
  z-index: 2;
}
.wpcasterpro-cat--sticky + .wpcasterpro-cat {
  border-radius: 0 var(--wpcasterpro-btn-radius) var(--wpcasterpro-btn-radius) 0;
}
.wpcasterpro-cat--staricon {
  background-color: var(--wpcasterpro-colors-special);
  border-radius: var(--wpcasterpro-btn-radius);
}
.wpcasterpro-tags a {
  border-radius: 4px;
  margin: 5px 5px 5px 0;
  padding: 8px;
  background-color: var(--wpcasterpro-btn-background-color--secondary);
  color: var(--wpcasterpro-btn-text-color--secondary);
}
.wpcasterpro-tags a:hover {
  background-color: var(--wpcasterpro-btn-background-color--secondary--hover);
  color: var(--wpcasterpro-btn-text-color--secondary--hover);
}
.wpcasterpro-container {
  width: 100%;
  max-width: var(--wpcasterpro-container-size--tablet);
  margin: 0 auto;
  padding: 0;
  padding-left: 10px;
  padding-right: 10px;
}
.wpcasterpro-container .wpcasterpro-container {
  padding-left: 0;
  padding-right: 0;
}
.wpcasterpro-row {
  margin: 0 -10px;
}
.wpcasterpro-row > .wpcasterpro-row {
  margin: 0;
}
.wpcasterpro-row:after {
  content: "";
  display: table;
  clear: both;
}
.wpcasterpro-row .wpcasterpro-col {
  float: left;
  box-sizing: border-box;
  padding: 0 10px;
}
.wpcasterpro-row .wpcasterpro-col[class*="wpcasterpro-push-"],
.wpcasterpro-row .wpcasterpro-col[class*="wpcasterpro-pull-"] {
  position: relative;
}
.wpcasterpro-row .wpcasterpro-col.wpcasterpro-s1 {
  width: 8.333333%;
  margin-left: auto;
  left: auto;
  right: auto;
}
.wpcasterpro-row .wpcasterpro-col.wpcasterpro-s2 {
  width: 16.666667%;
  margin-left: auto;
  left: auto;
  right: auto;
}
.wpcasterpro-row .wpcasterpro-col.wpcasterpro-s3 {
  width: 25%;
  margin-left: auto;
  left: auto;
  right: auto;
}
.wpcasterpro-row .wpcasterpro-col.wpcasterpro-s4 {
  width: 33.333333%;
  margin-left: auto;
  left: auto;
  right: auto;
}
.wpcasterpro-row .wpcasterpro-col.wpcasterpro-s5 {
  width: 41.666667%;
  margin-left: auto;
  left: auto;
  right: auto;
}
.wpcasterpro-row .wpcasterpro-col.wpcasterpro-s6 {
  width: 50%;
  margin-left: auto;
  left: auto;
  right: auto;
}
.wpcasterpro-row .wpcasterpro-col.wpcasterpro-s7 {
  width: 58.333333%;
  margin-left: auto;
  left: auto;
  right: auto;
}
.wpcasterpro-row .wpcasterpro-col.wpcasterpro-s8 {
  width: 66.666667%;
  margin-left: auto;
  left: auto;
  right: auto;
}
.wpcasterpro-row .wpcasterpro-col.wpcasterpro-s9 {
  width: 75%;
  margin-left: auto;
  left: auto;
  right: auto;
}
.wpcasterpro-row .wpcasterpro-col.wpcasterpro-s10 {
  width: 83.333333%;
  margin-left: auto;
  left: auto;
  right: auto;
}
.wpcasterpro-row .wpcasterpro-col.wpcasterpro-s11 {
  width: 91.666667%;
  margin-left: auto;
  left: auto;
  right: auto;
}
.wpcasterpro-row .wpcasterpro-col.wpcasterpro-s12 {
  width: 100%;
  margin-left: auto;
  left: auto;
  right: auto;
}
.wpcasterpro-row .wpcasterpro-col.wpcasterpro-s1:nth-child(12n + 1) {
  clear: left;
}
.wpcasterpro-row .wpcasterpro-col.wpcasterpro-s2:nth-child(6n + 1) {
  clear: left;
}
.wpcasterpro-row .wpcasterpro-col.wpcasterpro-s3:nth-child(4n + 1) {
  clear: left;
}
.wpcasterpro-row .wpcasterpro-col.wpcasterpro-s4:nth-child(3n + 1) {
  clear: left;
}
.wpcasterpro-row .wpcasterpro-col.wpcasterpro-s5:nth-child(2n + 1) {
  clear: left;
}
.wpcasterpro-row .wpcasterpro-col.wpcasterpro-s6:nth-child(2n + 1) {
  clear: left;
}
.wpcasterpro-row .wpcasterpro-col.wpcasterpro-s7:nth-child(1n + 1) {
  clear: left;
}
.wpcasterpro-row .wpcasterpro-col.wpcasterpro-s8:nth-child(1n + 1) {
  clear: left;
}
.wpcasterpro-row .wpcasterpro-col.wpcasterpro-s9:nth-child(1n + 1) {
  clear: left;
}
.wpcasterpro-row .wpcasterpro-col.wpcasterpro-s10:nth-child(1n + 1) {
  clear: left;
}
.wpcasterpro-row .wpcasterpro-col.wpcasterpro-s11:nth-child(1n + 1) {
  clear: left;
}
.wpcasterpro-row .wpcasterpro-col.wpcasterpro-s12:nth-child(1n + 1) {
  clear: left;
}
.wpcasterpro-row__tile {
  margin: 0;
}
.wpcasterpro-row__tile .wpcasterpro-col {
  padding: 0;
}
.wpcasterpro-row__nogap {
  margin: 0;
}
.wpcasterpro-row__nogap .wpcasterpro-col {
  padding: 0;
}
.wpcasterpro-wp-pagination {
  display: block;
  text-align: center;
  width: 100%;
  text-align: center;
  display: inline-block;
  width: 100%;
  margin: 16px auto;
}
.wpcasterpro-wp-pagination::before {
  display: block;
  content: " ";
  width: 100%;
  clear: both;
}
.wpcasterpro-wp-pagination a {
  color: var(--wpcasterpro-btn-text-color--ghost);
}
.wpcasterpro-wp-pagination .wpcasterpro-col {
  padding: 0;
}
.wpcasterpro-wp-pagination .wpcasterpro-clearfix {
  overflow: visible;
}
.wpcasterpro-wp-pagination .page-numbers {
  width: 50%;
  padding: 0 4px;
  display: inline-block;
  float: left;
}
.wpcasterpro-wp-pagination .page-numbers > span.wpcasterpro-btn,
.wpcasterpro-wp-pagination
  .wpcasterpro-playcircle
  .page-numbers
  > span.qtmplayer-play-btn,
.wpcasterpro-playcircle
  .wpcasterpro-wp-pagination
  .page-numbers
  > span.qtmplayer-play-btn,
.wpcasterpro-wp-pagination
  .wpcasterpro-pagecontent
  .qtmplayer-playlist
  .qtmplayer-trackitem
  .page-numbers
  > span.qtmplayer-play-btn,
.wpcasterpro-pagecontent
  .qtmplayer-playlist
  .qtmplayer-trackitem
  .wpcasterpro-wp-pagination
  .page-numbers
  > span.qtmplayer-play-btn {
  width: 100%;
}
.wpcasterpro-wp-pagination .page-numbers.prev {
  padding-left: 0;
}
.wpcasterpro-wp-pagination .page-numbers.next {
  padding-right: 0;
}
.wpcasterpro-wp-pagination .wpcasterpro-num,
.wpcasterpro-wp-pagination .dots {
  display: none;
}
.wpcasterpro-wp-pagination:empty {
  display: none;
  margin: 0;
  padding: 0;
}
.wpcasterpro-loadmore-container a {
  display: inline-flex;
}
.wpcasterpro-loadmore-container a i {
  display: none;
  animation: rotation 2s infinite linear;
  -webkit-animation: rotation 2s infinite linear;
}
@media only screen and (max-width: 992px) {
  .wpcasterpro-loadmore-container a {
    display: inline-flex;
  }
}
@-webkit-keyframes rotation {
  from {
    -webkit-transform: rotate(359deg);
  }
  to {
    -webkit-transform: rotate(0deg);
  }
}
#wpcasterpro-body .wpcasterpro-master .wpcasterpro-searchform {
  position: relative;
  margin: 0;
  margin: 40px 0;
}
#wpcasterpro-body
  .wpcasterpro-master
  .wpcasterpro-searchform
  input[type="search"] {
  padding-left: 14px;
  margin: 0;
  display: flex;
  flex-grow: 1;
}
#wpcasterpro-body
  .wpcasterpro-master
  .wpcasterpro-searchform
  input[type="search"]:focus {
  box-shadow: 0 0 14px rgba(0, 0, 0, 0.2);
}
#wpcasterpro-body .wpcasterpro-master .wpcasterpro-searchform .wpcasterpro-btn,
#wpcasterpro-body
  .wpcasterpro-master
  .wpcasterpro-searchform
  .wpcasterpro-playcircle
  span.qtmplayer-play-btn,
.wpcasterpro-playcircle
  #wpcasterpro-body
  .wpcasterpro-master
  .wpcasterpro-searchform
  span.qtmplayer-play-btn,
#wpcasterpro-body
  .wpcasterpro-master
  .wpcasterpro-searchform
  .wpcasterpro-pagecontent
  .qtmplayer-playlist
  .qtmplayer-trackitem
  span.qtmplayer-play-btn,
.wpcasterpro-pagecontent
  .qtmplayer-playlist
  .qtmplayer-trackitem
  #wpcasterpro-body
  .wpcasterpro-master
  .wpcasterpro-searchform
  span.qtmplayer-play-btn {
  position: absolute;
  top: 0;
  right: 0;
  background: transparent;
  color: #818181;
  height: auto;
  line-height: inherit;
  padding: 0.73em 1em;
  box-shadow: none;
}
#wpcasterpro-body
  .wpcasterpro-master
  .wpcasterpro-searchform
  .wpcasterpro-btn::before,
#wpcasterpro-body
  .wpcasterpro-master
  .wpcasterpro-searchform
  .wpcasterpro-playcircle
  span.qtmplayer-play-btn::before,
.wpcasterpro-playcircle
  #wpcasterpro-body
  .wpcasterpro-master
  .wpcasterpro-searchform
  span.qtmplayer-play-btn::before,
#wpcasterpro-body
  .wpcasterpro-master
  .wpcasterpro-searchform
  .wpcasterpro-pagecontent
  .qtmplayer-playlist
  .qtmplayer-trackitem
  span.qtmplayer-play-btn::before,
.wpcasterpro-pagecontent
  .qtmplayer-playlist
  .qtmplayer-trackitem
  #wpcasterpro-body
  .wpcasterpro-master
  .wpcasterpro-searchform
  span.qtmplayer-play-btn::before,
#wpcasterpro-body
  .wpcasterpro-master
  .wpcasterpro-searchform
  .wpcasterpro-btn::after,
#wpcasterpro-body
  .wpcasterpro-master
  .wpcasterpro-searchform
  .wpcasterpro-playcircle
  span.qtmplayer-play-btn::after,
.wpcasterpro-playcircle
  #wpcasterpro-body
  .wpcasterpro-master
  .wpcasterpro-searchform
  span.qtmplayer-play-btn::after,
#wpcasterpro-body
  .wpcasterpro-master
  .wpcasterpro-searchform
  .wpcasterpro-pagecontent
  .qtmplayer-playlist
  .qtmplayer-trackitem
  span.qtmplayer-play-btn::after,
.wpcasterpro-pagecontent
  .qtmplayer-playlist
  .qtmplayer-trackitem
  #wpcasterpro-body
  .wpcasterpro-master
  .wpcasterpro-searchform
  span.qtmplayer-play-btn::after {
  display: none;
  opacity: 0;
}
#wpcasterpro-body
  .wpcasterpro-master
  .wpcasterpro-searchform
  .wpcasterpro-btn
  i,
#wpcasterpro-body
  .wpcasterpro-master
  .wpcasterpro-searchform
  .wpcasterpro-playcircle
  span.qtmplayer-play-btn
  i,
.wpcasterpro-playcircle
  #wpcasterpro-body
  .wpcasterpro-master
  .wpcasterpro-searchform
  span.qtmplayer-play-btn
  i,
#wpcasterpro-body
  .wpcasterpro-master
  .wpcasterpro-searchform
  .wpcasterpro-pagecontent
  .qtmplayer-playlist
  .qtmplayer-trackitem
  span.qtmplayer-play-btn
  i,
.wpcasterpro-pagecontent
  .qtmplayer-playlist
  .qtmplayer-trackitem
  #wpcasterpro-body
  .wpcasterpro-master
  .wpcasterpro-searchform
  span.qtmplayer-play-btn
  i {
  display: inline;
  font-size: 22px;
}
#wpcasterpro-body
  .wpcasterpro-master
  .wpcasterpro-searchform
  .wpcasterpro-btn:hover,
#wpcasterpro-body
  .wpcasterpro-master
  .wpcasterpro-searchform
  .wpcasterpro-playcircle
  span.qtmplayer-play-btn:hover,
.wpcasterpro-playcircle
  #wpcasterpro-body
  .wpcasterpro-master
  .wpcasterpro-searchform
  span.qtmplayer-play-btn:hover,
#wpcasterpro-body
  .wpcasterpro-master
  .wpcasterpro-searchform
  .wpcasterpro-pagecontent
  .qtmplayer-playlist
  .qtmplayer-trackitem
  span.qtmplayer-play-btn:hover,
.wpcasterpro-pagecontent
  .qtmplayer-playlist
  .qtmplayer-trackitem
  #wpcasterpro-body
  .wpcasterpro-master
  .wpcasterpro-searchform
  span.qtmplayer-play-btn:hover {
  color: inherit;
  opacity: 0.6;
}
#wpcasterpro-body .wpcasterpro-master .widget_search .wpcasterpro-searchform,
#wpcasterpro-body
  .wpcasterpro-master
  .elementor-widget-container
  .wpcasterpro-searchform {
  margin: 25px 0 0 0;
}
#wpcasterpro-body
  .wpcasterpro-master
  .wpcasterpro-search-center
  .wpcasterpro-searchform {
  margin-left: auto;
  margin-right: auto;
}
.wpcasterpro-entrycontent {
  padding-bottom: 70px;
}
.wpcasterpro-entrycontent .wpcasterpro-the_content a:focus {
  text-decoration: none;
}
.wpcasterpro-entrycontent .has-regular-font-size {
  font-size: 1rem;
}
.wpcasterpro-entrycontent .has-small-font-size {
  font-size: 16px;
  line-height: 1.5em;
}
.wpcasterpro-entrycontent p.has-drop-cap:first-letter {
  float: left;
  font-size: 40px;
  line-height: 40px;
  padding-top: 0;
  padding-left: 0;
  font-weight: bold;
}
.wpcasterpro-entrycontent blockquote + p {
  margin-top: 3rem;
}
.wpcasterpro-entrycontent blockquote,
.wpcasterpro-entrycontent .wp-block-quote,
.wpcasterpro-entrycontent .wp-block-quote.is-style-large:not(.is-style-plain),
.wpcasterpro-entrycontent .wp-block-quote.is-large:not(.is-style-plain) {
  border: 1px solid;
  border-left: none !important;
  border-right: none;
  margin: 50px auto 30px auto;
  padding: 35px 0 35px 0;
}
.wpcasterpro-entrycontent blockquote,
.wpcasterpro-entrycontent blockquote p,
.wpcasterpro-entrycontent .wp-block-pullquote p {
  font-size: 1.266rem;
  line-height: 1.4em;
}
.wpcasterpro-entrycontent blockquote p {
  margin-top: 0;
  font-style: initial;
}
.wpcasterpro-entrycontent > ul,
.wpcasterpro-entrycontent > ol {
  margin-top: 1em;
}
.wpcasterpro-entrycontent > ul li,
.wpcasterpro-entrycontent > ol li {
  margin-left: 1.2em;
}
.wpcasterpro-entrycontent > .wp-block-separator {
  max-width: 400px;
}
.wpcasterpro-entrycontent > .wp-block-gallery.alignnone {
  padding-left: 0;
  padding-right: 0;
}
.wpcasterpro-entrycontent .wp-block-table {
  border-collapse: collapse;
  border-spacing: 0;
}
.wpcasterpro-entrycontent .wp-block-table * {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  border-left: 0;
  border-right: 0;
}
.wpcasterpro-entrycontent .wp-block-table td,
.wpcasterpro-entrycontent .wp-block-table th {
  padding: 1.5em 0.5em;
  border-collapse: initial;
  border-radius: 0;
  border-color: inherit;
}
.wpcasterpro-entrycontent .wp-block-table th,
.wpcasterpro-entrycontent .wp-block-table td {
  border-top: 0;
  border-bottom: 1px solid rgba(150, 150, 150, 0.4);
}
.wpcasterpro-entrycontent .wp-block-gallery .blocks-gallery-image figure,
.wpcasterpro-entrycontent .wp-block-gallery .blocks-gallery-item figure {
  position: relative;
  overflow: hidden;
}
.wpcasterpro-entrycontent .wp-block-gallery {
  margin: 0;
  margin-bottom: 2.8rem;
}
.wpcasterpro-entrycontent .wp-block-gallery .blocks-gallery-item {
  padding: 5px;
  margin: 0;
}
.wpcasterpro-entrycontent .wp-block-gallery .blocks-gallery-item a img {
  -webkit-filter: brightness(100%);
  filter: brightness(100%);
  transition: -webkit-filter 0.3s;
  transition: filter 0.3s;
  transition: filter 0.3s, -webkit-filter 0.3s;
}
.wpcasterpro-entrycontent .wp-block-gallery .blocks-gallery-item a:hover img {
  -webkit-filter: brightness(107%);
  filter: brightness(107%);
}
.wpcasterpro-entrycontent .wp-block-gallery.alignnone {
  margin-left: -5px;
  margin-right: -5px;
}
.wpcasterpro-entrycontent .wp-block-latest-posts li {
  margin-left: 18px;
}
.wpcasterpro-entrycontent .wp-block-latest-posts.columns-2 li {
  width: calc(50% - 51px);
  padding-left: 0;
}
.wpcasterpro-entrycontent .wp-block-latest-posts.columns-3 li {
  width: calc(33.333333% - 51px);
  padding-left: 0;
}
.wpcasterpro-entrycontent .wp-block-latest-posts.columns-4 li {
  width: calc(25% - 51px);
  padding-left: 0;
}
.wpcasterpro-entrycontent .wp-block-latest-posts.columns-5 li {
  width: calc(20% - 51px);
  padding-left: 0;
}
.wpcasterpro-entrycontent .wp-block-latest-posts.columns-6 li {
  width: calc(16.666667% - 51px);
  padding-left: 0;
}
.wpcasterpro-entrycontent .wp-block-latest-posts.is-grid {
  margin-left: 0;
}
.wpcasterpro-entrycontent .wp-block-latest-posts.is-grid li {
  list-style: none;
}
.wpcasterpro-entrycontent .wp-block-separator {
  max-width: 400px;
  margin: 0 auto 3.4em auto;
  padding-top: 3.2em;
  opacity: 1;
}
.wpcasterpro-entrycontent .wp-block-separator.is-style-dots {
  max-width: 400px;
}
.wpcasterpro-entrycontent .wp-block-separator.is-style-dots:before {
  content: "\00b7 \00b7 \00b7 \00b7";
}
.wpcasterpro-entrycontent .wp-block-quote {
  border: 1px solid;
  border-left: none;
  border-right: none;
  margin: 50px auto 30px auto;
  padding: 40px 0 24px 0;
}
.wpcasterpro-entrycontent .wp-block-quote.is-large p {
  font-size: 1.303rem;
  font-style: initial;
}
.wpcasterpro-entrycontent .wp-block-quote cite,
.wpcasterpro-entrycontent .wp-block-quote footer,
.wpcasterpro-entrycontent .wp-block-quote .wp-block-pullquote__citation {
  color: inherit;
}
.wpcasterpro-entrycontent .wp-block-quote::before,
.wpcasterpro-entrycontent .wp-block blockquote::before {
  border-color: rgba(var(--wpcasterpro-colors-ink), 0.2);
}
.wpcasterpro-entrycontent .wp-block-verse {
  font-family: inherit;
  font-size: inherit;
}
.wpcasterpro-entrycontent .wp-block-pullquote {
  border-top: none;
  border-bottom: none;
  padding: 0.2rem 0 0.1rem 0;
  color: inherit;
}
.wpcasterpro-entrycontent .wp-block-pullquote.alignnone {
  margin-top: 2.4rem;
  margin-bottom: 2.4rem;
}
.wpcasterpro-entrycontent .wp-block-pullquote.alignright {
  padding: 3rem 0 3rem 1.8rem;
  max-width: 50%;
}
.wpcasterpro-entrycontent .wp-block-pullquote.alignleft {
  padding: 3rem 1.4rem 1.8rem 0;
  max-width: 50%;
}
.wpcasterpro-entrycontent .wp-block-pullquote blockquote {
  margin-top: 0;
  padding: 3.5rem 0 3rem 0;
}
.wpcasterpro-entrycontent .wp-block-pullquote blockquote p {
  margin-bottom: 0.6rem;
}
.wpcasterpro-entrycontent .wp-block-pullquote cite,
.wpcasterpro-entrycontent .wp-block-pullquote footer,
.wpcasterpro-entrycontent .wp-block-pullquote .wp-block-pullquote__citation {
  color: inherit;
}
.wpcasterpro-entrycontent .wp-block-button {
  margin-bottom: 0.4em;
}
.wpcasterpro-entrycontent .wp-block-button .wp-block-button__link,
.wpcasterpro-entrycontent .wp-block-button .wp-block-file__button {
  cursor: pointer;
  display: inline-block;
  text-transform: uppercase;
  padding: 0 0.9rem;
  line-height: 1.6rem;
  min-height: 1.15rem;
  height: auto;
  font-size: 13px;
  text-rendering: optimizeLegibility;
  position: relative;
  box-sizing: border-box;
  letter-spacing: 0.08em;
  border: none;
  text-align: center;
  margin-top: 0;
  border: none;
  border-radius: 0 !important;
}
.wpcasterpro-entrycontent .wp-block-button .wp-block-button__link i,
.wpcasterpro-entrycontent .wp-block-button .wp-block-file__button i {
  display: inline-flex;
  display: -webkit-inline-flex;
  vertical-align: text-top;
  margin: 0;
  font-size: 1.7em;
  position: relative;
  margin: -0.1em 0.2em 0 0;
}
.wpcasterpro-entrycontent .wp-block-code {
  padding-top: 2rem;
  padding-bottom: 1.4rem;
}
.wpcasterpro-entrycontent .wp-block-file__button {
  border-radius: 0 !important;
}
.wpcasterpro-entrycontent .wp-block-button.alignright,
.wpcasterpro-entrycontent .wp-block-button.alignleft,
.wpcasterpro-entrycontent .wp-block-button.aligncenter {
  padding-top: 0;
}
.wpcasterpro-entrycontent .wp-block-button.aligncenter {
  margin-bottom: 1.1em;
  margin-top: 1.4em;
}
.wpcasterpro-entrycontent .wp-block-categories-list li {
  text-align: initial;
}
.wpcasterpro-entrycontent .wp-block-image,
.wpcasterpro-entrycontent .wp-block-cover-image {
  margin-top: 1.4rem;
}
.wpcasterpro-entrycontent .wp-block-image.alignleft,
.wpcasterpro-entrycontent .wp-block-image.alignright,
.wpcasterpro-entrycontent .wp-block-image.alignwide,
.wpcasterpro-entrycontent .wp-block-image.aligncenter,
.wpcasterpro-entrycontent .wp-block-image .aligncenter,
.wpcasterpro-entrycontent .wp-block-cover-image.alignleft,
.wpcasterpro-entrycontent .wp-block-cover-image.alignright,
.wpcasterpro-entrycontent .wp-block-cover-image.alignwide,
.wpcasterpro-entrycontent .wp-block-cover-image.aligncenter,
.wpcasterpro-entrycontent .wp-block-cover-image .aligncenter {
  margin-top: 1.4rem;
}
.wpcasterpro-entrycontent .wp-block-image.alignfull,
.wpcasterpro-entrycontent .wp-block-cover-image.alignfull {
  margin-top: 2.8rem;
}
.wpcasterpro-entrycontent .wp-block-image figure.alignleft,
.wpcasterpro-entrycontent .wp-block-image figure.alignright,
.wpcasterpro-entrycontent .wp-block-cover-image figure.alignleft,
.wpcasterpro-entrycontent .wp-block-cover-image figure.alignright {
  max-width: 50%;
}
.wpcasterpro-entrycontent .wp-block-image figcaption,
.wpcasterpro-entrycontent .wp-block-cover-image figcaption {
  color: inherit;
}
.wpcasterpro-entrycontent .wp-block-image {
  margin-top: 0;
}
.wpcasterpro-entrycontent .wp-block-image figure.aligncenter {
  margin-top: 0;
}
.wpcasterpro-entrycontent .wp-block-media-text {
  margin-bottom: 30px;
}
.wpcasterpro-entrycontent .wp-block-embed__wrapper {
  margin-top: 1.4rem;
}
.wpcasterpro-entrycontent .wp-block-embed__wrapper iframe {
  width: 100% !important;
}
.wpcasterpro-entrycontent .wp-block-embed__wrapper > * {
  margin-left: auto;
  margin-right: auto;
}
.wpcasterpro-entrycontent
  .wp-block-embed__wrapper
  > blockquote.instagram-media {
  margin-left: auto !important;
  margin-right: auto !important;
  margin-top: 50px !important;
}
.wpcasterpro-entrycontent .wp-block-audio {
  padding-top: 1.4rem;
}
.wpcasterpro-entrycontent
  .wp-block-cover-image
  .wpcasterpro-entrycontent
  .wp-block-cover-image-text,
.wpcasterpro-entrycontent .wp-block-cover-image h2 {
  font-size: 1rem;
}
.wpcasterpro-entrycontent .wp-block-cover.alignleft,
.wpcasterpro-entrycontent .wp-block-cover.alignright {
  margin-top: 0;
}
.wpcasterpro-entrycontent .wp-block-cover-image.alignleft,
.wpcasterpro-entrycontent .wp-block-cover-image.alignright,
.wpcasterpro-entrycontent .wp-block-embed.alignleft,
.wpcasterpro-entrycontent .wp-block-embed.alignright,
.wpcasterpro-entrycontent [data-align="left"] .wp-block-cover-image,
.wpcasterpro-entrycontent [data-align="right"] .wp-block-cover-image {
  max-width: 150px !important;
}
.wpcasterpro-entrycontent .wp-block-cover-image.alignleft {
  margin-right: 1.4rem !important;
}
.wpcasterpro-entrycontent .wp-block-cover-image.alignright {
  margin-left: 1.4rem !important;
}
.wpcasterpro-entrycontent .alignfull > img,
.wpcasterpro-entrycontent .alignwide > img {
  max-width: none;
  width: 100%;
}
.wpcasterpro-entrycontent .has-large-font-size {
  line-height: initial;
}
.wpcasterpro-entrycontent .wp-block-columns {
  margin: -0.5rem;
}
.wpcasterpro-entrycontent .wp-block-column {
  box-sizing: border-box;
  padding: 0.5rem;
}
.wpcasterpro-single__nosidebar .wpcasterpro-entrycontent .alignfull {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  width: auto;
  max-width: 1000%;
}
.wpcasterpro-single__nosidebar
  .wpcasterpro-entrycontent
  .alignfull
  blockquote
  p {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}
.wpcasterpro-single__nosidebar
  .wpcasterpro-entrycontent
  .alignfull.aligncenter {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}
.wpcasterpro-single__nosidebar .wpcasterpro-entrycontent .alignfull.alignleft {
  max-width: 100%;
  margin: 0 1rem 0 0;
}
.wpcasterpro-single__nosidebar .wpcasterpro-entrycontent .alignfull.alignright {
  max-width: 100%;
  margin: 0 0 0 1rem;
}
.wpcasterpro-single__nosidebar .wpcasterpro-entrycontent .alignwide {
  margin-left: -24px;
  margin-right: -24px;
  width: auto;
  max-width: 1000%;
  margin-left: -180px;
  margin-right: -180px;
  width: auto !important;
  max-width: initial !important;
}
.wpcasterpro-single__nosidebar
  .wpcasterpro-entrycontent
  .alignwide
  .wp-block-embed__wrapper {
  position: relative;
  width: 100%;
}
.alignwide.wp-block-embed.wp-embed-aspect-1-1 .wp-block-embed__wrapper,
.alignwide.wp-block-embed.wp-embed-aspect-1-2 .wp-block-embed__wrapper,
.alignwide.wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper,
.alignwide.wp-block-embed.wp-embed-aspect-9-16 .wp-block-embed__wrapper,
.alignwide.wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper,
.alignwide.wp-block-embed.wp-embed-aspect-18-9 .wp-block-embed__wrapper,
.alignwide.wp-block-embed.wp-embed-aspect-21-9 .wp-block-embed__wrapper {
  position: relative;
}
.alignwide.wp-block-embed.wp-embed-aspect-1-1 .wp-block-embed__wrapper:before,
.alignwide.wp-block-embed.wp-embed-aspect-1-2 .wp-block-embed__wrapper:before,
.alignwide.wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper:before,
.alignwide.wp-block-embed.wp-embed-aspect-9-16 .wp-block-embed__wrapper:before,
.alignwide.wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper:before,
.alignwide.wp-block-embed.wp-embed-aspect-18-9 .wp-block-embed__wrapper:before,
.alignwide.wp-block-embed.wp-embed-aspect-21-9 .wp-block-embed__wrapper:before {
  content: " ";
  display: block;
  padding-top: 50%;
}
.alignwide.wp-block-embed.wp-embed-aspect-1-1 .wp-block-embed__wrapper iframe,
.alignwide.wp-block-embed.wp-embed-aspect-1-2 .wp-block-embed__wrapper iframe,
.alignwide.wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper iframe,
.alignwide.wp-block-embed.wp-embed-aspect-9-16 .wp-block-embed__wrapper iframe,
.alignwide.wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper iframe,
.alignwide.wp-block-embed.wp-embed-aspect-18-9 .wp-block-embed__wrapper iframe,
.alignwide.wp-block-embed.wp-embed-aspect-21-9 .wp-block-embed__wrapper iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
.alignwide.wp-block-embed.wp-embed-aspect-9-16 .wp-block-embed__wrapper:before {
  padding-top: 56.2%;
}
.alignwide.wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper:before {
  padding-top: 75%;
}
.wpcasterpro-customcontent-firstpage {
  overflow: hidden;
}
.wpcasterpro-the_content {
  clear: both;
  padding-bottom: 70px;
}
.wpcasterpro-the_content ul,
.wpcasterpro-the_content ol {
  margin-bottom: 1rem;
  margin-left: 2rem;
}
.wpcasterpro-the_content ul ul,
.wpcasterpro-the_content ul ol,
.wpcasterpro-the_content ol ul,
.wpcasterpro-the_content ol ol {
  margin-bottom: 0;
}
.wpcasterpro-the_content::after {
  display: table;
  width: 100%;
  clear: both;
  content: " ";
}
.wpcasterpro-entrycontent .wpcasterpro-tags.wpcasterpro-itemmetas {
  padding-bottom: 35px;
}
.wpcasterpro-maincontent__featured {
  width: 100%;
  height: auto;
  border-radius: var(--wpcasterpro-card-border-radius);
  box-shadow: var(--wpcasterpro-card-shadow);
  display: block;
  overflow: hidden;
  margin-bottom: 50px;
}
.wpcasterpro-maincontent__featured.wpcasterpro-portrait {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}
.wpcasterpro-pagelinks {
  padding-top: 30px;
  position: relative;
}
.wpcasterpro-pagelinks i {
  display: inline-flex;
  vertical-align: top;
  font-size: 1.2em;
}
.wpcasterpro-pagelinks a:nth-child(2n) {
  float: right;
}
.wpcasterpro-pagelinks a:nth-child(2n) i {
  margin-left: 5px;
}
.wpcasterpro-comment-ajax-error {
  color: #f00;
}
.wpcasterpro-comment-ajax-success {
  color: #00a240;
}
.wpcasterpro-comments-section {
  margin-top: var(--wpcasterpro-section-padding);
}
.wpcasterpro-comments-section .comment-respond {
  margin-top: 50px;
}
.wpcasterpro-comments-section h3,
.wpcasterpro-comments-section h4 {
  margin-top: 0;
}
.wpcasterpro-comments-section h6 {
  margin-top: 0.3em;
}
.wpcasterpro-comments-section__subtitle {
  margin-bottom: 0px;
}
.reply {
  margin-top: 20px;
}
.reply a {
  color: inherit;
}
.wpcasterpro-commentform-caption {
  margin-bottom: 10px;
  font-size: 1.2em;
}
.wpcasterpro-comment-before {
  margin-bottom: 40px;
}
.wpcasterpro-commentform {
  margin-top: 24px;
}
.wpcasterpro-commentform .form-submit {
  margin-top: 0;
}
.wpcasterpro-commentform .comment-form-cookies-consent {
  margin-bottom: 30px;
}
.wpcasterpro-commentform__cancelreply {
  display: inline-block;
  float: right;
  margin-top: -0.2em;
}
.wpcasterpro-commentform__cancelreply a {
  margin: 0 0 0 24px;
}
.wpcasterpro-commentform__cancelreply i {
  font-size: 1.3em;
}
.wpcasterpro-commentform.wpcasterpro-form-wrapper {
  margin-top: 0;
}
.wpcasterpro-comment-list {
  margin: 0;
  padding: 0;
  margin-top: 30px;
}
.wpcasterpro-commentscount {
  padding: 0;
}
.wpcasterpro-comment {
  background-color: var(--wpcasterpro-colors-paper);
  border-radius: var(--wpcasterpro-card-border-radius);
  padding: var(--wpcasterpro-card-padding-ver)
    var(--wpcasterpro-card-padding-hor);
  position: relative;
}
.wpcasterpro-comment__item {
  list-style-type: none;
  padding: 0;
  margin: 0 0 35px 0;
}
.wpcasterpro-comment__item.bypostauthor {
  margin: 0;
}
.wpcasterpro-comment__item:last-child {
  border-bottom: none;
}
.wpcasterpro-comment__item .wpcasterpro-comment__item .comment-body {
  border-left: 1px solid rgba(100, 100, 100, 0.15);
}
.wpcasterpro-comment__item .comment-respond {
  padding-left: 0;
  margin-bottom: 50px;
}
.wpcasterpro-comment__item .children {
  margin-top: 1px;
  padding-left: 0;
}
.wpcasterpro-comment__item
  .children
  li:first-child
  > .wpcasterpro-comment__body
  > .wpcasterpro-comment {
  border-radius: 0 0 var(--wpcasterpro-card-border-radius)
    var(--wpcasterpro-card-border-radius);
}
.wpcasterpro-comment__item + .wpcasterpro-comment__item {
  margin-top: 30px;
}
.wpcasterpro-comment .wpcasterpro-avatar,
.wpcasterpro-comment__icon {
  display: none;
}
.wpcasterpro-comment__auth {
  margin-bottom: 0;
}
.wpcasterpro-comment__auth h5,
.wpcasterpro-comment__auth p {
  margin: 0 0 5px 0;
  text-transform: capitalize;
}
.wpcasterpro-comment__auth p {
  opacity: 0.6;
}
.wpcasterpro-comment__metas {
  display: block;
  margin-top: 1px;
  font-size: 12px;
}
.wpcasterpro-comment__metas a {
  color: inherit;
  opacity: 0.85;
}
.wpcasterpro-comment__pb {
  margin-top: 0.5rem;
  line-height: 1.2em;
}
.wpcasterpro-comment__navigation {
  padding: 0.5rem 0;
  margin-bottom: 0.5rem;
}
.wpcasterpro-comment__navigation__top {
  padding: 0.5rem 0;
  margin-top: 0.5rem;
  margin-bottom: 0;
}
.wpcasterpro-comment__navlinks {
  display: block;
  clear: both;
  overflow: hidden;
  padding: 0 30px;
}
.wpcasterpro-comment__previous,
.wpcasterpro-comment__next {
  width: 50%;
  padding: 0.2rem 0;
  display: inline-block;
  box-sizing: border-box;
  float: left;
}
.wpcasterpro-comment__previous a,
.wpcasterpro-comment__next a {
  color: inherit;
}
.wpcasterpro-comment__next {
  text-align: right;
  float: right;
  clear: right;
}
.akismet_comment_form_privacy_notice {
  padding: 0 16px 16px 16px;
  font-size: 13px;
}
#wpcasterpro-pagecontent.wpcasterpro-notfound404 .wpcasterpro-pageheader {
  min-height: 90vh;
  padding: 30px;
}
#wpcasterpro-pagecontent.wpcasterpro-notfound404
  .wpcasterpro-pageheader__contents {
  background: transparent;
}
#wpcasterpro-pagecontent.wpcasterpro-notfound404
  .wpcasterpro-pageheader
  .wpcasterpro-container.wpcasterpro-container--404 {
  border: 4px solid !important;
  width: auto;
  min-width: 0;
  max-width: 800px;
  display: block;
  padding: 4%;
  background: rgba(0, 0, 0, 0.4);
  text-align: center;
}
#wpcasterpro-pagecontent.wpcasterpro-notfound404
  .wpcasterpro-pageheader
  h1.wpcasterpro-pagecaption {
  font-size: 80px;
  font-size: calc(26px + 5vw);
  margin: 0 auto;
  line-height: 0.8em;
}
#wpcasterpro-pagecontent.wpcasterpro-notfound404 .wpcasterpro-pageheader h6 {
  font-size: calc(16px + 1.1vw);
  margin-bottom: 20px;
  margin-top: 20px;
}
#wpcasterpro-pagecontent.wpcasterpro-notfound404
  .wpcasterpro-pageheader
  .wpcasterpro-form-wrapper
  .wpcasterpro-btn,
#wpcasterpro-pagecontent.wpcasterpro-notfound404
  .wpcasterpro-pageheader
  .wpcasterpro-form-wrapper
  .wpcasterpro-playcircle
  span.qtmplayer-play-btn,
.wpcasterpro-playcircle
  #wpcasterpro-pagecontent.wpcasterpro-notfound404
  .wpcasterpro-pageheader
  .wpcasterpro-form-wrapper
  span.qtmplayer-play-btn,
#wpcasterpro-pagecontent.wpcasterpro-notfound404
  .wpcasterpro-pageheader
  .wpcasterpro-form-wrapper
  .wpcasterpro-pagecontent
  .qtmplayer-playlist
  .qtmplayer-trackitem
  span.qtmplayer-play-btn,
.wpcasterpro-pagecontent
  .qtmplayer-playlist
  .qtmplayer-trackitem
  #wpcasterpro-pagecontent.wpcasterpro-notfound404
  .wpcasterpro-pageheader
  .wpcasterpro-form-wrapper
  span.qtmplayer-play-btn {
  box-shadow: none;
}
.wpcasterpro-breadcrumb {
  display: none;
}
.wpcasterpro-sidebar__main {
  margin-top: 70px;
  margin-left: auto;
  margin-right: auto;
  max-width: var(--wpcasterpro-container-size--tablet--horizontal);
}
.wpcasterpro-sidebar__offcanvas {
  padding: 1rem 2rem;
}
.wpcasterpro-sidebar .gallery {
  margin-bottom: 0;
}
.wpcasterpro-safari-mobile .wpcasterpro-sidebar__offcanvas {
  padding-bottom: 90px;
}
ul.wpcasterpro-sidebar-main.wpcasterpro-collapsible {
  margin-bottom: 0;
}
.wpcasterpro-widget,
[class*="elementor-widget-wp-widget-"] .elementor-widget-container {
  list-style: none;
  padding: 0;
  margin: 0 0 35px 0;
  font-size: 15px;
  border-radius: var(--wpcasterpro-card-border-radius);
  padding: var(--wpcasterpro-card-padding-hor);
  margin-bottom: 30px;
  background-color: var(--wpcasterpro-colors-paper);
  box-shadow: var(--wpcasterpro-card-shadow);
}
.wpcasterpro-widget__title,
.wpcasterpro-widget__title.wpcasterpro-caption,
.wpcasterpro-widget .wp-block-heading,
[class*="elementor-widget-wp-widget-"] .elementor-widget-container__title,
[class*="elementor-widget-wp-widget-"]
  .elementor-widget-container__title.wpcasterpro-caption,
[class*="elementor-widget-wp-widget-"]
  .elementor-widget-container
  .wp-block-heading {
  margin-bottom: 1rem;
  margin-top: 0;
  color: inherit;
}
.wpcasterpro-widget .wp-block-heading,
[class*="elementor-widget-wp-widget-"]
  .elementor-widget-container
  .wp-block-heading {
  font-size: 24px;
}
.wpcasterpro-widget.active .collapsible-header i,
[class*="elementor-widget-wp-widget-"]
  .elementor-widget-container.active
  .collapsible-header
  i {
  transform: rotate(180deg);
}
.wpcasterpro-widget .wp-caption.alignnone,
[class*="elementor-widget-wp-widget-"]
  .elementor-widget-container
  .wp-caption.alignnone {
  margin: 0;
  padding: 0;
  max-width: 100%;
}
.wpcasterpro-widget .wp-caption.alignnone a,
[class*="elementor-widget-wp-widget-"]
  .elementor-widget-container
  .wp-caption.alignnone
  a {
  display: block;
  clear: both;
}
.wpcasterpro-widget .wp-caption.alignnone p,
[class*="elementor-widget-wp-widget-"]
  .elementor-widget-container
  .wp-caption.alignnone
  p {
  margin: 0;
}
.wpcasterpro-widget .wp-caption.alignnone p.wp-caption-text,
[class*="elementor-widget-wp-widget-"]
  .elementor-widget-container
  .wp-caption.alignnone
  p.wp-caption-text {
  width: 100%;
}
.wpcasterpro-widget a.btn:hover,
[class*="elementor-widget-wp-widget-"] .elementor-widget-container a.btn:hover {
  text-decoration: none;
}
.wpcasterpro-widget cite,
[class*="elementor-widget-wp-widget-"] .elementor-widget-container cite {
  font-size: 0.9em;
}
.wpcasterpro-widget table caption,
[class*="elementor-widget-wp-widget-"]
  .elementor-widget-container
  table
  caption {
  text-align: left;
}
.wpcasterpro-widget ul,
[class*="elementor-widget-wp-widget-"] .elementor-widget-container ul {
  margin: 8px 0 0 0;
}
.wpcasterpro-widget ul li,
[class*="elementor-widget-wp-widget-"] .elementor-widget-container ul li {
  list-style-type: none;
  padding: 8px 0;
  margin: 0;
}
.wpcasterpro-widget ul li a,
[class*="elementor-widget-wp-widget-"] .elementor-widget-container ul li a {
  color: inherit;
}
.wpcasterpro-widget ul li a:hover,
[class*="elementor-widget-wp-widget-"]
  .elementor-widget-container
  ul
  li
  a:hover {
  color: var(--wpcasterpro-colors-accent--hover);
}
.wpcasterpro-widget ul li.wp-social-link,
[class*="elementor-widget-wp-widget-"]
  .elementor-widget-container
  ul
  li.wp-social-link {
  padding: 0;
}
.wpcasterpro-widget ul li:last-child,
[class*="elementor-widget-wp-widget-"]
  .elementor-widget-container
  ul
  li:last-child {
  border: none;
}
.wpcasterpro-widget > ul,
[class*="elementor-widget-wp-widget-"] .elementor-widget-container > ul {
  margin-bottom: 0;
}
.wpcasterpro-widget > ul > li:last-child,
[class*="elementor-widget-wp-widget-"]
  .elementor-widget-container
  > ul
  > li:last-child {
  border-bottom: none;
}
.wpcasterpro-widget > ul > li,
.wpcasterpro-widget ul.menu > li,
[class*="elementor-widget-wp-widget-"] .elementor-widget-container > ul > li,
[class*="elementor-widget-wp-widget-"]
  .elementor-widget-container
  ul.menu
  > li {
  padding: 10px 0 10px 30px;
}
.wpcasterpro-widget > ul li:not(.wp-social-link),
.wpcasterpro-widget ul.menu li:not(.wp-social-link),
[class*="elementor-widget-wp-widget-"]
  .elementor-widget-container
  > ul
  li:not(.wp-social-link),
[class*="elementor-widget-wp-widget-"]
  .elementor-widget-container
  ul.menu
  li:not(.wp-social-link) {
  position: relative;
  padding: 10px 0 10px 30px;
}
.wpcasterpro-widget > ul li:not(.wp-social-link)::before,
.wpcasterpro-widget ul.menu li:not(.wp-social-link)::before,
[class*="elementor-widget-wp-widget-"]
  .elementor-widget-container
  > ul
  li:not(.wp-social-link)::before,
[class*="elementor-widget-wp-widget-"]
  .elementor-widget-container
  ul.menu
  li:not(.wp-social-link)::before {
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: "liga";
  transform: translateY(2px);
  content: "\e315";
  font-size: 1.3em;
  display: inline-block;
  vertical-align: text-top;
  padding-right: 0;
  border-radius: 50%;
  line-height: 1em;
  border: none;
  background: var(--wpcasterpro-btn-background-color--secondary);
  color: var(--wpcasterpro-btn-text-color--secondary);
  width: 20px;
  height: 20px;
  text-align: center;
  padding: 0;
  margin-right: 10px;
  float: left;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 10px;
}
.wpcasterpro-widget > ul li:not(.wp-social-link) li,
.wpcasterpro-widget ul.menu li:not(.wp-social-link) li,
[class*="elementor-widget-wp-widget-"]
  .elementor-widget-container
  > ul
  li:not(.wp-social-link)
  li,
[class*="elementor-widget-wp-widget-"]
  .elementor-widget-container
  ul.menu
  li:not(.wp-social-link)
  li {
  padding-left: 22px;
}
.wpcasterpro-widget > ul li:not(.wp-social-link) li::before,
.wpcasterpro-widget ul.menu li:not(.wp-social-link) li::before,
[class*="elementor-widget-wp-widget-"]
  .elementor-widget-container
  > ul
  li:not(.wp-social-link)
  li::before,
[class*="elementor-widget-wp-widget-"]
  .elementor-widget-container
  ul.menu
  li:not(.wp-social-link)
  li::before {
  border: 0 transparent;
}
.wpcasterpro-widget .tagcloud a,
.wpcasterpro-widget .wp-block-tag-cloud a,
[class*="elementor-widget-wp-widget-"] .elementor-widget-container .tagcloud a,
[class*="elementor-widget-wp-widget-"]
  .elementor-widget-container
  .wp-block-tag-cloud
  a {
  border-radius: 4px;
  margin: 5px 5px 5px 0;
  padding: 2px 8px;
  background-color: var(--wpcasterpro-btn-background-color--secondary);
  color: var(--wpcasterpro-btn-text-color--secondary);
  font-size: 12px !important;
  white-space: nowrap;
}
.wpcasterpro-widget .tagcloud a:hover,
.wpcasterpro-widget .wp-block-tag-cloud a:hover,
[class*="elementor-widget-wp-widget-"]
  .elementor-widget-container
  .tagcloud
  a:hover,
[class*="elementor-widget-wp-widget-"]
  .elementor-widget-container
  .wp-block-tag-cloud
  a:hover {
  background-color: var(--wpcasterpro-btn-background-color--secondary--hover);
  color: var(--wpcasterpro-btn-text-color--secondary--hover);
}
.wpcasterpro-widget.widget_categories ul li.cat-item,
.wpcasterpro-widget.widget_categories ul li.cat-item li.cat-item,
[class*="elementor-widget-wp-widget-"]
  .elementor-widget-container.widget_categories
  ul
  li.cat-item,
[class*="elementor-widget-wp-widget-"]
  .elementor-widget-container.widget_categories
  ul
  li.cat-item
  li.cat-item {
  text-align: right;
  display: block;
  clear: both;
  overflow: hidden;
}
.wpcasterpro-widget.widget_categories ul li.cat-item li.cat-item,
[class*="elementor-widget-wp-widget-"]
  .elementor-widget-container.widget_categories
  ul
  li.cat-item
  li.cat-item {
  border: none;
}
.wpcasterpro-widget.widget_categories ul li.cat-item:last-child,
[class*="elementor-widget-wp-widget-"]
  .elementor-widget-container.widget_categories
  ul
  li.cat-item:last-child {
  border: none;
}
.wpcasterpro-widget.widget_categories ul li.cat-item a,
[class*="elementor-widget-wp-widget-"]
  .elementor-widget-container.widget_categories
  ul
  li.cat-item
  a {
  display: inline-block;
  border-bottom: none;
  float: left;
}
.wpcasterpro-widget.widget_pages ul li.page_item,
.wpcasterpro-widget.widget_pages ul li.page_item li,
[class*="elementor-widget-wp-widget-"]
  .elementor-widget-container.widget_pages
  ul
  li.page_item,
[class*="elementor-widget-wp-widget-"]
  .elementor-widget-container.widget_pages
  ul
  li.page_item
  li {
  margin-left: 15px;
}
.wpcasterpro-widget.widget_pages ul li.page_item li,
.wpcasterpro-widget.widget_pages ul aside li.menu-item li,
[class*="elementor-widget-wp-widget-"]
  .elementor-widget-container.widget_pages
  ul
  li.page_item
  li,
[class*="elementor-widget-wp-widget-"]
  .elementor-widget-container.widget_pages
  ul
  aside
  li.menu-item
  li {
  list-style-type: none;
  margin-left: 8px;
}
.wpcasterpro-widget.widget_pages ul > li.page_item,
[class*="elementor-widget-wp-widget-"]
  .elementor-widget-container.widget_pages
  ul
  > li.page_item {
  margin-left: 0;
}
.wpcasterpro-widget.widget_recent_comments li.recentcomments,
[class*="elementor-widget-wp-widget-"]
  .elementor-widget-container.widget_recent_comments
  li.recentcomments {
  position: relative;
  padding: 10px 0 10px 30px;
}
.wpcasterpro-widget.widget_recent_comments li.recentcomments::before,
[class*="elementor-widget-wp-widget-"]
  .elementor-widget-container.widget_recent_comments
  li.recentcomments::before {
  position: absolute;
  left: 0;
  top: 10px;
}
.wpcasterpro-widget.widget_recent_comments
  li.recentcomments
  .comment-author-link,
[class*="elementor-widget-wp-widget-"]
  .elementor-widget-container.widget_recent_comments
  li.recentcomments
  .comment-author-link {
  font-size: 12px;
  text-transform: uppercase;
  clear: both;
  display: block;
}
.wpcasterpro-widget ul.menu li,
[class*="elementor-widget-wp-widget-"] .elementor-widget-container ul.menu li {
  position: relative;
  padding: 10px 0 10px 30px;
}
.wpcasterpro-widget ul.menu li::before,
[class*="elementor-widget-wp-widget-"]
  .elementor-widget-container
  ul.menu
  li::before {
  position: absolute;
  left: 0;
  top: 10px;
}
.wpcasterpro-widget ul.menu li ul,
[class*="elementor-widget-wp-widget-"]
  .elementor-widget-container
  ul.menu
  li
  ul {
  padding: 0;
}
.wpcasterpro-widget ul.menu > li > a,
[class*="elementor-widget-wp-widget-"]
  .elementor-widget-container
  ul.menu
  > li
  > a {
  font-weight: bold;
}
.wpcasterpro-widget.widget_rss .rss-date,
[class*="elementor-widget-wp-widget-"]
  .elementor-widget-container.widget_rss
  .rss-date {
  font-size: 12px;
  text-transform: uppercase;
}
.wpcasterpro-widget.widget_rss .wpcasterpro-widget__title a.rsswidget,
[class*="elementor-widget-wp-widget-"]
  .elementor-widget-container.widget_rss
  .wpcasterpro-widget__title
  a.rsswidget {
  padding-left: 20px;
}
.wpcasterpro-widget.widget_rss .wpcasterpro-widget__title a.rsswidget img,
[class*="elementor-widget-wp-widget-"]
  .elementor-widget-container.widget_rss
  .wpcasterpro-widget__title
  a.rsswidget
  img {
  display: none;
}
.wpcasterpro-widget.widget_rss
  .wpcasterpro-widget__title
  a.rsswidget:first-child,
[class*="elementor-widget-wp-widget-"]
  .elementor-widget-container.widget_rss
  .wpcasterpro-widget__title
  a.rsswidget:first-child {
  position: relative;
  padding-left: 0;
}
.wpcasterpro-widget.widget_rss
  .wpcasterpro-widget__title
  a.rsswidget:first-child::before,
[class*="elementor-widget-wp-widget-"]
  .elementor-widget-container.widget_rss
  .wpcasterpro-widget__title
  a.rsswidget:first-child::before {
  font-family: "Material Icons";
  content: "\e0e5";
  font-size: 18px;
  opacity: 0.7;
  position: absolute;
  left: 0;
  top: 0;
}
.wpcasterpro-widget.widget_rss li,
[class*="elementor-widget-wp-widget-"]
  .elementor-widget-container.widget_rss
  li {
  position: relative;
  padding: 10px 0 16px 30px;
  margin-bottom: 15px;
  overflow: hidden;
}
.wpcasterpro-widget.widget_rss li:first-child,
[class*="elementor-widget-wp-widget-"]
  .elementor-widget-container.widget_rss
  li:first-child {
  padding-top: 10px;
}
.wpcasterpro-widget.widget_rss li cite,
[class*="elementor-widget-wp-widget-"]
  .elementor-widget-container.widget_rss
  li
  cite {
  float: right;
  font-size: 12px;
}
.wpcasterpro-widget.widget_rss li::before,
[class*="elementor-widget-wp-widget-"]
  .elementor-widget-container.widget_rss
  li::before {
  position: absolute;
  left: 0;
  top: 10px;
}
.wpcasterpro-widget.widget_rss li a.rsswidget,
[class*="elementor-widget-wp-widget-"]
  .elementor-widget-container.widget_rss
  li
  a.rsswidget {
  background: transparent;
  color: inherit;
  display: block;
  font-weight: bold;
  display: block;
  margin-top: 3px;
  padding-bottom: 3px;
  line-height: 1.3em;
}
.wpcasterpro-widget.widget_rss li a.rsswidget:hover,
[class*="elementor-widget-wp-widget-"]
  .elementor-widget-container.widget_rss
  li
  a.rsswidget:hover {
  text-decoration: none;
}
.wpcasterpro-widget.widget_rss li .rssSummary,
[class*="elementor-widget-wp-widget-"]
  .elementor-widget-container.widget_rss
  li
  .rssSummary {
  font-size: 13px;
  line-height: 1.6em;
  padding: 10px 0;
}
.wpcasterpro-widget > ul,
[class*="elementor-widget-wp-widget-"] .elementor-widget-container > ul {
  margin: 0;
  padding: 0;
}
.wpcasterpro-widget select,
[class*="elementor-widget-wp-widget-"] .elementor-widget-container select {
  display: block;
  width: 100%;
  word-break: break-all;
  position: relative;
  box-sizing: border-box;
  color: #444;
}
.wpcasterpro-widget .textwidget .wp-caption,
[class*="elementor-widget-wp-widget-"]
  .elementor-widget-container
  .textwidget
  .wp-caption {
  margin: 1rem 0;
}
.wpcasterpro-widget .readalllink,
[class*="elementor-widget-wp-widget-"]
  .elementor-widget-container
  .readalllink {
  padding-top: 10px;
}
.wpcasterpro-widget .calendar_wrap table,
.wpcasterpro-widget .wp-block-calendar table,
[class*="elementor-widget-wp-widget-"]
  .elementor-widget-container
  .calendar_wrap
  table,
[class*="elementor-widget-wp-widget-"]
  .elementor-widget-container
  .wp-block-calendar
  table {
  margin-bottom: 0;
  border-collapse: separate;
  border-radius: var(--wpcasterpro-card-border-radius);
}
.wpcasterpro-widget .calendar_wrap caption,
.wpcasterpro-widget .wp-block-calendar caption,
[class*="elementor-widget-wp-widget-"]
  .elementor-widget-container
  .calendar_wrap
  caption,
[class*="elementor-widget-wp-widget-"]
  .elementor-widget-container
  .wp-block-calendar
  caption {
  font-size: 1.55555rem;
  padding: 10px 4px 22px 0;
  font-weight: bold;
  color: var(--wpcasterpro-colors-ink);
}
.wpcasterpro-widget .calendar_wrap td,
.wpcasterpro-widget .calendar_wrap th,
.wpcasterpro-widget .wp-block-calendar td,
.wpcasterpro-widget .wp-block-calendar th,
[class*="elementor-widget-wp-widget-"]
  .elementor-widget-container
  .calendar_wrap
  td,
[class*="elementor-widget-wp-widget-"]
  .elementor-widget-container
  .calendar_wrap
  th,
[class*="elementor-widget-wp-widget-"]
  .elementor-widget-container
  .wp-block-calendar
  td,
[class*="elementor-widget-wp-widget-"]
  .elementor-widget-container
  .wp-block-calendar
  th {
  padding: 8px 4px;
  border: none;
  text-align: center;
  background: var(--wpcasterpro-colors-paper);
  color: var(--wpcasterpro-colors-ink);
}
.wpcasterpro-widget .calendar_wrap td,
.wpcasterpro-widget .wp-block-calendar td,
[class*="elementor-widget-wp-widget-"]
  .elementor-widget-container
  .calendar_wrap
  td,
[class*="elementor-widget-wp-widget-"]
  .elementor-widget-container
  .wp-block-calendar
  td {
  background: var(--wpcasterpro-colors-paper);
  color: var(--wpcasterpro-colors-ink);
}
.wpcasterpro-widget .calendar_wrap a,
.wpcasterpro-widget .wp-block-calendar a,
[class*="elementor-widget-wp-widget-"]
  .elementor-widget-container
  .calendar_wrap
  a,
[class*="elementor-widget-wp-widget-"]
  .elementor-widget-container
  .wp-block-calendar
  a {
  text-decoration: none;
}
.wpcasterpro-widget .wpcasterpro-searchform form,
[class*="elementor-widget-wp-widget-"]
  .elementor-widget-container
  .wpcasterpro-searchform
  form {
  margin-top: 0;
}
.wpcasterpro-widget-sponsor {
  text-align: center;
}
.wpcasterpro-widget-sponsor a {
  padding: 20px;
  width: 100%;
  height: auto;
  display: block;
}
.wpcasterpro-widget-sponsor a img {
  width: 100%;
  height: auto;
}
#wpcasterpro-body .wpcasterpro-master .wp-block-search {
  position: relative;
}
#wpcasterpro-body
  .wpcasterpro-master
  .wp-block-search
  .wp-block-search__inside-wrapper {
  position: relative;
}
#wpcasterpro-body
  .wpcasterpro-master
  .wp-block-search
  .wp-block-search__inside-wrapper
  input[type="search"] {
  position: relative;
  margin-bottom: 0;
}
#wpcasterpro-body
  .wpcasterpro-master
  .wp-block-search
  .wp-block-search__inside-wrapper
  input[type="search"]:focus {
  border-color: var(--wpcasterpro-colors-accent);
}
#wpcasterpro-body
  .wpcasterpro-master
  .wp-block-search
  .wp-block-search__inside-wrapper::before {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  color: inherit;
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: "liga";
  content: "search";
  font-size: 28px;
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
}
#wpcasterpro-body
  .wpcasterpro-master
  .wp-block-search
  button.wp-block-search__button {
  position: absolute;
  background: transparent;
  color: transparent;
  border: none;
  height: 70px;
  line-height: 70px;
  top: 0;
  right: 0;
  z-index: 2;
  max-width: 70px;
  overflow: hidden;
  opacity: 0;
}
.wpcasterpro-authorbox {
  text-align: center;
  position: relative;
}
.wpcasterpro-authorbox__img {
  text-align: center;
  width: 100px;
  height: 100px;
  float: none;
  display: inline-block;
  margin: 0 0 30px 0;
  border-radius: 50%;
}
.wpcasterpro-authorbox__img img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.wpcasterpro-authorbox__cn {
  position: relative;
  z-index: 2;
  overflow: hidden;
  height: 100%;
}
.wpcasterpro-authorbox h4 {
  margin: 30px 0;
}
.wpcasterpro-authorbox .wpcasterpro-meta {
  margin: 0;
  line-height: 1em;
}
.wpcasterpro-authorbox__bio {
  font-size: 1rem;
  text-align: initial;
  margin-bottom: 30px;
}
.wpcasterpro-authorbox .wpcasterpro-btn--r,
.wpcasterpro-authorbox .wpcasterpro-playcircle span.qtmplayer-play-btn,
.wpcasterpro-playcircle .wpcasterpro-authorbox span.qtmplayer-play-btn,
.wpcasterpro-authorbox
  .wpcasterpro-pagecontent
  .qtmplayer-playlist
  .qtmplayer-trackitem
  span.qtmplayer-play-btn,
.wpcasterpro-pagecontent
  .qtmplayer-playlist
  .qtmplayer-trackitem
  .wpcasterpro-authorbox
  span.qtmplayer-play-btn {
  padding: 0;
  min-width: 35px;
  min-height: 35px;
}
.wpcasterpro-authorbox__meta span.wpcasterpro-meta {
  width: 100%;
  clear: both;
  margin-bottom: 30px;
  display: block;
}
.wpcasterpro-caption::after {
  display: inline-flex;
  content: " ";
  background: var(--wpcasterpro-colors-accent);
  width: 0.25em;
  height: 0.25em;
  border-radius: 50%;
  vertical-align: baseline;
  margin: 0 0 0 3px;
  transform: translateY(0.05em);
}
.wpcasterpro-cat-card {
  padding: 0;
  margin-bottom: 20px;
}
@media only screen and (min-width: 993px) {
  .wpcasterpro-cat-card {
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 1200px) {
  .wpcasterpro-cat-card {
    margin-bottom: 34px;
  }
}
.wpcasterpro-cat-card > a {
  background: var(--wpcasterpro-colors-paper);
  border-radius: var(--wpcasterpro-card-border-radius);
  box-shadow: var(--wpcasterpro-card-shadow);
  overflow: hidden;
  position: relative;
  display: block;
  padding: 22px;
  display: flex;
  min-height: 70px;
}
.wpcasterpro-cat-card > a::after {
  display: block;
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  background: var(--wpcasterpro-hover-color);
  opacity: 0;
  top: 0;
  left: 0;
  transition: opacity var(--wpcasterpro-hover-trtime);
  z-index: 10;
}
.wpcasterpro-cat-card > a:hover::after {
  opacity: 1;
}
.wpcasterpro-cat-card img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: 0;
}
.wpcasterpro-cat-card__olay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
.wpcasterpro-cat-card h6 {
  position: relative;
  z-index: 2;
  margin: 0;
  margin-top: auto;
  width: 100%;
}
.wpcasterpro-cat-card h6::before {
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  display: none;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: "liga";
  transform: translateY(2px);
  content: "\e315";
  font-size: 1.3em;
  vertical-align: text-top;
  padding-right: 0;
  border-radius: 50%;
  background: var(--wpcasterpro-btn-background-color--default);
  color: var(--wpcasterpro-btn-text-color--primary);
  margin-right: 10px;
}
.wpcasterpro-playercontainer--footer {
  position: relative;
  z-index: 10000;
}
.admin-bar .wpcasterpro-playercontainer {
  z-index: 100000;
}
@media only screen and (min-width: 1200px) {
  .wpcasterpro-player-mobile-placeholder {
    height: 0;
  }
}
.wpcasterpro-safari-mobile .wpcasterpro-global {
  overflow: visible;
}
.qtmplayer-tracklist {
  margin: 0;
}
.qtmplayer-tracklist .qtmplayer-tracklist__content {
  padding: 0;
  background: transparent;
  border: none;
}
.qtmplayer-tracklist .qtmplayer-tracklist__content ul {
  margin: 0;
  padding: 0;
}
.qtmplayer-tracklist .qtmplayer-tracklist__content ul li {
  margin-bottom: 15px;
  border-radius: var(--wpcasterpro-card-border-radius);
  background-color: var(--wpcasterpro-colors-paper);
  box-shadow: var(--wpcasterpro-card-shadow);
  color: var(--wpcasterpro-colors-ink);
  padding: 20px 30px;
  display: flex;
  align-items: center;
  vertical-align: middle;
  transition: background-color 0.3s;
}
.qtmplayer-tracklist .qtmplayer-tracklist__content ul li p {
  color: var(--wpcasterpro-colors-ink);
}
.qtmplayer-tracklist
  .qtmplayer-tracklist__content
  ul
  li
  .qtmplayer-tracklist__texts {
  width: 100%;
  display: flex;
  flex-direction: column-reverse;
}
.qtmplayer-tracklist
  .qtmplayer-tracklist__content
  ul
  li
  .qtmplayer-tracklist__title {
  line-height: 1.2em;
}
.qtmplayer-tracklist
  .qtmplayer-tracklist__content
  ul
  li
  .qtmplayer-tracklist__time {
  font-size: 14px;
  opacity: 0.7;
}
.qtmplayer-tracklist .qtmplayer-tracklist__content ul li a[data-qtplayercue] {
  width: 40px;
  height: 40px;
  text-align: center;
  margin-right: 30px;
  transition: transform 0.3s ease;
  transform: scale(1);
}
.qtmplayer-tracklist
  .qtmplayer-tracklist__content
  ul
  li
  a[data-qtplayercue]
  i.material-icons {
  display: none;
}
.qtmplayer-tracklist
  .qtmplayer-tracklist__content
  ul
  li
  a[data-qtplayercue]::after {
  margin: 0;
  overflow: hidden;
  font-size: 28px;
  font-family: "dripicons-v2" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e018";
  color: var(--wpcasterpro-colors-ink);
  display: inline-flex;
  vertical-align: middle;
  line-height: 40px;
}
.qtmplayer-tracklist .qtmplayer-tracklist__content ul li:hover {
  background-color: var(--wpcasterpro-colors-primary);
  color: var(--wpcasterpro-colors-primary-text);
}
.qtmplayer-tracklist
  .qtmplayer-tracklist__content
  ul
  li:hover
  a[data-qtplayercue] {
  transform: scale(1.25);
}
.qtmplayer-tracklist
  .qtmplayer-tracklist__content
  ul
  li:hover
  a[data-qtplayercue]::after {
  color: var(--wpcasterpro-colors-primary-text);
}
.qtmplayer__playmob {
  line-height: 56px;
}
.wpcasterpro-pagecontent .qttm-spacer-xxs {
  border: none;
}
.wpcasterpro-pagecontent .qtmplayer-playlist {
  background-color: transparent;
  border: none;
}
.wpcasterpro-pagecontent .qtmplayer-playlist .qtmplayer-trackitem {
  background: var(--wpcasterpro-colors-paper);
  border-radius: var(--wpcasterpro-card-border-radius);
  padding: 16px 26px;
  display: flex;
  align-items: center;
  vertical-align: middle;
  overflow: hidden;
  box-shadow: var(--wpcasterpro-card-shadow);
  color: var(--wpcasterpro-colors-ink);
}
.wpcasterpro-pagecontent .qtmplayer-playlist .qtmplayer-trackitem p {
  color: var(--wpcasterpro-colors-ink);
  padding: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  line-height: 1.25em;
  overflow: initial;
  text-shadow: none;
}
.wpcasterpro-pagecontent .qtmplayer-playlist .qtmplayer-trackitem img {
  display: none;
}
.wpcasterpro-pagecontent
  .qtmplayer-playlist
  .qtmplayer-trackitem
  span.qtmplayer-play-btn {
  width: var(--wpcasterpro-btn-size);
  min-width: var(--wpcasterpro-btn-size);
  height: var(--wpcasterpro-btn-size);
  line-height: var(--wpcasterpro-btn-size);
  margin-right: 24px;
  z-index: 10;
}
.wpcasterpro-pagecontent
  .qtmplayer-playlist
  .qtmplayer-trackitem
  span.qtmplayer-play-btn
  i.material-icons {
  display: none;
}
.wpcasterpro-pagecontent
  .qtmplayer-playlist
  .qtmplayer-trackitem
  span.qtmplayer-play-btn::after {
  margin: 0;
  overflow: hidden;
  font-size: 24px;
  font-family: "dripicons-v2" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e01a";
  color: var(--wpcasterpro-btn-text-color--accent);
  display: inline-flex;
  vertical-align: middle;
  line-height: var(--wpcasterpro-btn-size);
}
.wpcasterpro-pagecontent .qtmplayer-playlist .qtmplayer-trackitem canvas {
  z-index: 3;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  pointer-events: none;
}
.wpcasterpro-pagecontent
  .qtmplayer-playlist
  .qtmplayer-trackitem.qtmplayer-played
  span.qtmplayer-play-btn::after {
  content: "\e019";
}
.wpcasterpro-pagecontent .qtmplayer-content-accent,
.wpcasterpro-pagecontent .qtmplayer-btn,
.wpcasterpro-pagecontent .qtmplayer__vfill {
  background-color: var(--wpcasterpro-btn-background-color--default--hover);
}
.wpcasterpro-pageheader .wpcasterpro-playlist-large {
  margin-top: 46px;
}
.wpcasterpro-playcircle {
  width: 50px;
  height: 50px;
  position: relative;
}
.wpcasterpro-playcircle span.qtmplayer-play-btn {
  border-radius: 50% !important;
  width: 50px;
  height: 50px;
  line-height: 50px;
  margin-right: 24px;
  z-index: 10;
}
.wpcasterpro-playcircle span.qtmplayer-play-btn i.material-icons {
  display: none;
}
.wpcasterpro-playcircle span.qtmplayer-play-btn::after {
  margin: 0;
  overflow: hidden;
  font-size: 24px;
  font-family: "dripicons-v2" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e01a";
  color: var(--wpcasterpro-btn-text-color--accent);
  display: inline-flex;
  vertical-align: middle;
  line-height: 50px;
  transition: color 0.3s;
}
.wpcasterpro-playcircle span.qtmplayer-play-btn:hover::after {
  color: var(--wpcasterpro-btn-text-color--accent--hover);
}
.wpcasterpro-playcircle
  .qtmplayer-trackitem.qtmplayer-played
  span.qtmplayer-play-btn::after {
  content: "\e019";
}
.wpcasterpro-playcircle .qtmplayer-donut.active::before {
  transform: scale(1.3);
  opacity: 1;
}
@media only screen and (min-width: 601px) {
  .wpcasterpro-container {
    width: 100%;
    max-width: var(--wpcasterpro-container-size--tablet);
  }
  body,
  html {
    font-size: var(--wpcasterpro-font-size-tablet);
  }
  h1,
  .wpcasterpro-h1 {
    font-size: 2rem;
  }
  h2,
  .wpcasterpro-h2 {
    font-size: 1.7rem;
  }
  h3,
  .wpcasterpro-h3 {
    font-size: 1.3rem;
	  font-weight: 300;
  }
  h4,
  .wpcasterpro-h4 {
    font-size: 1.2rem;
  }
  h5,
  .wpcasterpro-h5 {
    font-size: 1em;
  }
  h6,
  small,
  .wpcasterpro-small,
  .wpcasterpro-meta,
  .wpcasterpro-h6 {
    font-size: 14px;
  }
  pre {
    padding: 40px;
  }
  .wpcasterpro-largetitle,
  .wpcasterpro-pagecaption {
    font-size: 2rem;
    line-height: 1.15em;
  }
  .wpcasterpro-btn,
  .wpcasterpro-pagecontent
    .qtmplayer-playlist
    .qtmplayer-trackitem
    span.qtmplayer-play-btn,
  .wpcasterpro-playcircle span.qtmplayer-play-btn,
  [class^="wpcasterpro-btn"],
  #wpcasterpro-body input[type="submit"],
  input[type="submit"],
  button,
  .woocommerce-button,
  .woocommerce #respond input#submit,
  .woocommerce a.button,
  .woocommerce button.button,
  .woocommerce input.button,
  .woocommerce a.button.alt {
    padding: 14px 25px;
    font-size: 17px;
  }
  .wpcasterpro-btn--secondary:hover,
  .wpcasterpro-btn--secondary:hover span {
    background-color: var(--wpcasterpro-btn-background-color--secondary--hover);
    color: var(--wpcasterpro-btn-text-color--secondary--hover);
  }
  .wpcasterpro-btn--xs,
  #wpcasterpro-body input.wpcasterpro-btn--xs[type="submit"] {
    padding: 5px 22px;
  }
  .wpcasterpro-btn--s,
  #wpcasterpro-body input.wpcasterpro-btn--s[type="submit"] {
    padding: 9px 30px;
  }
  .wpcasterpro-btn--l,
  #wpcasterpro-body input.wpcasterpro-btn--l[type="submit"] {
    padding: 20px 50px;
  }
  .wpcasterpro-btn--r,
  .wpcasterpro-pagecontent
    .qtmplayer-playlist
    .qtmplayer-trackitem
    span.qtmplayer-play-btn,
  .wpcasterpro-playcircle span.qtmplayer-play-btn,
  #wpcasterpro-body input.wpcasterpro-btn--r[type="submit"] {
    padding: 14px;
  }
  .wpcasterpro-btn--r i,
  .wpcasterpro-pagecontent
    .qtmplayer-playlist
    .qtmplayer-trackitem
    span.qtmplayer-play-btn
    i,
  .wpcasterpro-playcircle span.qtmplayer-play-btn i,
  #wpcasterpro-body input.wpcasterpro-btn--r[type="submit"] i {
    margin: 0;
  }
}
@media only screen and (min-width: 601px) and (max-width: 1199px) {
  .wpcasterpro-menubtns .wpcasterpro-btn__cart {
    padding: 10px;
  }
  .wpcasterpro-menubtns .wpcasterpro-btn__cart i {
    margin: 0 5px 0 5px;
  }
}
@media only screen and (min-width: 601px) {
  .wpcasterpro-logo_header_transparent {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
  }
  .wpcasterpro-menu-opaque .wpcasterpro-global__sticky {
    padding-top: 77px;
  }
  .wpcasterpro-menu-opaque .wpcasterpro-global__sticky__sec-h {
    padding-top: 134px;
  }
  .wpcasterpro-menu-stick .wpcasterpro-master {
    margin-top: 77px;
  }
  .elementor-page .wpcasterpro-master {
    margin-top: 0;
  }
  .wpcasterpro-widget {
    margin-right: 15px;
    margin-left: 15px;
  }
  .wpcasterpro-pad {
    padding: var(--wpcasterpro-card-padding-ver)
      var(--wpcasterpro-card-padding-hor);
  }
  [class*="wpcasterpro-section"] {
    padding: var(--wpcasterpro-section-padding--tablet) 0;
  }
  .wpcasterpro-section--archive {
    padding-top: 0;
  }
  .wpcasterpro-vc_section {
    margin-top: 70px;
    margin-bottom: 70px;
  }
  .wpcasterpro-spacer-l {
    margin-top: 90px !important;
  }
  .wpcasterpro-spacer-m {
    margin-top: 50px !important;
  }
  .wpcasterpro-spacer-s {
    margin-top: 30px !important;
  }
  .wpcasterpro-spacer-xs {
    margin-top: 20px !important;
  }
  .wpcasterpro-row {
    margin: 0 -15px;
  }
  .wpcasterpro-row .wpcasterpro-col {
    padding: 0 15px;
  }
  .wpcasterpro-row .wpcasterpro-col.wpcasterpro-m1 {
    width: 8.333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .wpcasterpro-row .wpcasterpro-col.wpcasterpro-s1:nth-child(12n + 1) {
    clear: none;
  }
  .wpcasterpro-row .wpcasterpro-col.wpcasterpro-m2 {
    width: 16.666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .wpcasterpro-row .wpcasterpro-col.wpcasterpro-s2:nth-child(6n + 1) {
    clear: none;
  }
  .wpcasterpro-row .wpcasterpro-col.wpcasterpro-m3 {
    width: 25%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .wpcasterpro-row .wpcasterpro-col.wpcasterpro-s3:nth-child(4n + 1) {
    clear: none;
  }
  .wpcasterpro-row .wpcasterpro-col.wpcasterpro-m4 {
    width: 33.333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .wpcasterpro-row .wpcasterpro-col.wpcasterpro-s4:nth-child(3n + 1) {
    clear: none;
  }
  .wpcasterpro-row .wpcasterpro-col.wpcasterpro-m5 {
    width: 41.666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .wpcasterpro-row .wpcasterpro-col.wpcasterpro-s5:nth-child(2n + 1) {
    clear: none;
  }
  .wpcasterpro-row .wpcasterpro-col.wpcasterpro-m6 {
    width: 50%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .wpcasterpro-row .wpcasterpro-col.wpcasterpro-s6:nth-child(2n + 1) {
    clear: none;
  }
  .wpcasterpro-row .wpcasterpro-col.wpcasterpro-m7 {
    width: 58.333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .wpcasterpro-row .wpcasterpro-col.wpcasterpro-s7:nth-child(1n + 1) {
    clear: none;
  }
  .wpcasterpro-row .wpcasterpro-col.wpcasterpro-m8 {
    width: 66.666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .wpcasterpro-row .wpcasterpro-col.wpcasterpro-s8:nth-child(1n + 1) {
    clear: none;
  }
  .wpcasterpro-row .wpcasterpro-col.wpcasterpro-m9 {
    width: 75%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .wpcasterpro-row .wpcasterpro-col.wpcasterpro-s9:nth-child(1n + 1) {
    clear: none;
  }
  .wpcasterpro-row .wpcasterpro-col.wpcasterpro-m10 {
    width: 83.333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .wpcasterpro-row .wpcasterpro-col.wpcasterpro-s10:nth-child(1n + 1) {
    clear: none;
  }
  .wpcasterpro-row .wpcasterpro-col.wpcasterpro-m11 {
    width: 91.666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .wpcasterpro-row .wpcasterpro-col.wpcasterpro-s11:nth-child(1n + 1) {
    clear: none;
  }
  .wpcasterpro-row .wpcasterpro-col.wpcasterpro-m12 {
    width: 100%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .wpcasterpro-row .wpcasterpro-col.wpcasterpro-s12:nth-child(1n + 1) {
    clear: none;
  }
  .wpcasterpro-row .wpcasterpro-col.wpcasterpro-m1:nth-child(12n + 1) {
    clear: left;
  }
  .wpcasterpro-row .wpcasterpro-col.wpcasterpro-m2:nth-child(6n + 1) {
    clear: left;
  }
  .wpcasterpro-row .wpcasterpro-col.wpcasterpro-m3:nth-child(4n + 1) {
    clear: left;
  }
  .wpcasterpro-row .wpcasterpro-col.wpcasterpro-m4:nth-child(3n + 1) {
    clear: left;
  }
  .wpcasterpro-row .wpcasterpro-col.wpcasterpro-m5:nth-child(2n + 1) {
    clear: left;
  }
  .wpcasterpro-row .wpcasterpro-col.wpcasterpro-m6:nth-child(2n + 1) {
    clear: left;
  }
  .wpcasterpro-row .wpcasterpro-col.wpcasterpro-m7:nth-child(1n + 1) {
    clear: left;
  }
  .wpcasterpro-row .wpcasterpro-col.wpcasterpro-m8:nth-child(1n + 1) {
    clear: left;
  }
  .wpcasterpro-row .wpcasterpro-col.wpcasterpro-m9:nth-child(1n + 1) {
    clear: left;
  }
  .wpcasterpro-row .wpcasterpro-col.wpcasterpro-m10:nth-child(1n + 1) {
    clear: left;
  }
  .wpcasterpro-row .wpcasterpro-col.wpcasterpro-m11:nth-child(1n + 1) {
    clear: left;
  }
  .wpcasterpro-row .wpcasterpro-col.wpcasterpro-m12:nth-child(1n + 1) {
    clear: left;
  }
  .wpcasterpro-row .wpcasterpro-col__post {
    margin-bottom: 20px;
  }
  .wpcasterpro-row .wpcasterpro-col__post .wpcasterpro-post__ver {
    margin-bottom: 0;
  }
  .wpcasterpro-post .wpcasterpro-metadata__cats {
    margin-bottom: 16px;
  }
  .wpcasterpro-post .wpcasterpro-post__excerpt {
    margin-bottom: 24px;
  }
  .wpcasterpro-post--horiz .wpcasterpro-post__content {
    padding: calc(var(--wpcasterpro-card-padding-ver--mob))
      calc(var(--wpcasterpro-card-padding-hor--mob));
  }
  .wpcasterpro-post--horiz .wpcasterpro-metaitem__author {
    display: inline;
  }
  .wpcasterpro-post--horiz .wpcasterpro-post__title {
    font-size: 1.2em;
    margin: 20px 0;
  }
  .wpcasterpro-post--verti {
    margin-bottom: 0;
  }
  .wpcasterpro-post--verti .wpcasterpro-metadata__cats {
    margin-bottom: 16px;
  }
  .wpcasterpro-post--verti .wpcasterpro-post__title {
    margin: 15px 0 20px 0;
  }
  .wpcasterpro-post--verti .wpcasterpro-post__title {
    min-height: 3.6em;
    font-size: 18px;
  }
  .wpcasterpro-post--verti .wpcasterpro-post__title a {
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    max-height: 3.75em;
    -webkit-box-orient: vertical;
  }
  .wpcasterpro-post--podcast {
    margin-bottom: 0;
    padding: var(--wpcasterpro-card-padding-ver--mob) 0;
  }
  .wpcasterpro-post--podcast .wpcasterpro-post__content {
    width: calc(100% - 220px);
    padding: 0 calc(var(--wpcasterpro-card-padding-ver--mob) / 2);
  }
  .wpcasterpro-post--podcast .wpcasterpro-post__content--full {
    width: calc(100% - 100px);
    padding: 0;
  }
  .wpcasterpro-post--podcast .wpcasterpro-post__title {
    font-size: 24px;
    margin-bottom: 1rem;
  }
  .wpcasterpro-post--podcast .wpcasterpro-metaitem__date,
  .wpcasterpro-post--podcast .wpcasterpro-metaitem__likes {
    display: inline-block;
  }
  .wpcasterpro-post--podcast .wpcasterpro-post__header {
    width: 100px;
    height: 100px;
  }
  .wpcasterpro-post--podcast .wpcasterpro-metadata {
    display: block;
  }
  .wpcasterpro-post--podcast--small {
    border: none;
    padding: 0;
    margin-bottom: 20px;
  }
  .wpcasterpro-post--podcast--small:last-of-type {
    border: none;
  }
  .wpcasterpro-post--podcast--small .wpcasterpro-post__header {
    width: 64px;
    height: 64px;
  }
  .wpcasterpro-post--podcast--small .wpcasterpro-post__content {
    width: calc(100% - 64px);
    padding: 0 0 0 16px;
  }
  .wpcasterpro-post--podcast--small .wpcasterpro-post__title {
    font-size: 15px;
    margin-bottom: 8px;
  }
  .wpcasterpro-post--podcast--small .wpcasterpro-metadata {
    margin-top: 4px;
    padding: 0;
  }
  .wpcasterpro-post--podcast--vertical {
    padding: 0;
    margin-bottom: 20px;
  }
  .wpcasterpro-post--podcast--vertical .wpcasterpro-post__header {
    width: 100%;
    height: auto;
  }
  .wpcasterpro-post--podcast--vertical
    .wpcasterpro-post__header
    .wpcasterpro-post__thumb {
    height: auto;
    padding-top: 100%;
    position: relative;
  }
  .wpcasterpro-post--podcast--vertical
    .wpcasterpro-post__header
    .wpcasterpro-post__thumb
    img {
    position: absolute;
    top: 0;
    left: 0;
  }
  .wpcasterpro-post--podcast--vertical .wpcasterpro-post__title {
    font-size: 16px;
    margin-bottom: 14px;
  }
  .wpcasterpro-post--podcast--vertical .wpcasterpro-post__content {
    padding: 24px 0 0 0;
    width: 100%;
  }
  .wpcasterpro-post--podcast--vertical span[class^="wpcasterpro-metaitem"] {
    font-size: 12px;
  }
  .wpcasterpro-cat,
  .wpcasterpro-tags a {
    font-size: 12px;
  }
  #wpcasterpro-body .wpcasterpro-master .wpcasterpro-fieldset--row {
    flex-direction: row;
    align-items: center;
  }
  .wpcasterpro-comment {
    padding: var(--wpcasterpro-card-padding-ver)
      var(--wpcasterpro-card-padding-hor) var(--wpcasterpro-card-padding-ver)
      calc(var(--wpcasterpro-card-padding-ver) + 80px);
  }
  .wpcasterpro-comment__item .children {
    padding-left: 40px;
  }
  .wpcasterpro-comment__item .comment-respond {
    padding-left: 80px;
  }
  .wpcasterpro-comment .wpcasterpro-avatar,
  .wpcasterpro-comment__icon {
    display: block;
    text-align: center;
    width: 50px;
    height: 50px;
    float: left;
    margin: 0;
    padding: 0;
    position: absolute;
    border-radius: 50%;
    overflow: hidden;
    left: var(--wpcasterpro-card-padding-hor);
    top: var(--wpcasterpro-card-padding-ver);
  }
  .wpcasterpro-comment .wpcasterpro-avatar img,
  .wpcasterpro-comment__icon img {
    width: 100%;
    height: 100%;
  }
  .wpcasterpro-comment__icon {
    background: var(--wpcasterpro-btn-background-color--secondary);
  }
  .wpcasterpro-comment__icon i {
    font-size: 20px;
    line-height: 50px;
    vertical-align: middle;
    display: inline-block;
    opacity: 0.65;
  }
  .wpcasterpro-authorbox {
    text-align: initial;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
  }
  .wpcasterpro-authorbox__imgcol,
  .wpcasterpro-authorbox__cn {
    display: flex;
    flex-direction: column;
    flex-basis: 100%;
    flex: 1;
  }
  .wpcasterpro-authorbox__imgcol {
    flex-grow: 0;
    padding-right: var(--wpcasterpro-card-padding-hor);
  }
  .wpcasterpro-authorbox h4 {
    margin: 5px 0 30px 0;
  }
  .wpcasterpro-authorbox__meta {
    text-align: right;
    margin-bottom: 5px;
  }
  .wpcasterpro-authorbox__meta span.wpcasterpro-meta {
    float: left;
    width: auto;
    clear: none;
    margin-bottom: 0;
    display: inline;
    line-height: 35px;
  }
  .wpcasterpro-menubar__secondary {
    display: inline-block;
  }
  .wpcasterpro-btn.wpcasterpro-btn__cart,
  .wpcasterpro-pagecontent
    .qtmplayer-playlist
    .qtmplayer-trackitem
    span.wpcasterpro-btn__cart.qtmplayer-play-btn,
  .wpcasterpro-playcircle span.wpcasterpro-btn__cart.qtmplayer-play-btn {
    width: auto;
  }
  .wpcasterpro-btn.wpcasterpro-btn__cart span.amount,
  .wpcasterpro-pagecontent
    .qtmplayer-playlist
    .qtmplayer-trackitem
    span.wpcasterpro-btn__cart.qtmplayer-play-btn
    span.amount,
  .wpcasterpro-playcircle
    span.wpcasterpro-btn__cart.qtmplayer-play-btn
    span.amount {
    display: inline-block;
    padding: 0 3px;
  }
  .wpcasterpro-menu {
    min-height: calc(
      var(--wpcasterpro-menu-size--tablet) +
        var(--wpcasterpro-menu-padding--tablet)
    );
    line-height: var(--wpcasterpro-menu-size--tablet);
    position: relative;
    padding: 0;
    width: 100%;
  }
  .wpcasterpro-menu__cont {
    margin: 0 auto;
    padding: calc(var(--wpcasterpro-menu-padding--tablet) / 2) 16px;
    text-align: right;
    display: flex;
  }
  .wpcasterpro-menu__logo {
    line-height: var(--wpcasterpro-menu-size--tablet);
    height: var(--wpcasterpro-menu-size--tablet);
    padding: 0 10px;
  }
  .wpcasterpro-menu__logo img {
    max-height: var(--wpcasterpro-menu-size--tablet);
  }
  .wpcasterpro-menubtns [class*="wpcasterpro-btn"] {
    min-height: 50px;
  }
  .wpcasterpro-secondaryhead {
    display: none;
  }
  .wpcasterpro-pageheader__meta {
    display: flex;
    flex-grow: 1;
    align-items: first baseline;
  }
  .wpcasterpro-pageheader__meta p.wpcasterpro-meta {
    flex-grow: 1;
  }
  .wpcasterpro-pageheader__meta .wpcasterpro-categories-dropdown ul {
    left: auto;
    right: 0;
  }
  .wpcasterpro-pageheader .wpcasterpro-metadata__cats {
    display: inline;
  }
  .wpcasterpro-pageheader--search .wpcasterpro-pageheader__meta {
    display: block;
  }
  .wpcasterpro-pageheader--search
    .wpcasterpro-pageheader__meta
    .wpcasterpro-meta {
    margin-bottom: 80px;
  }
  .wpcasterpro-pageheader--podcastarchive
    .wpcasterpro-pageheader--podcastarchive__featured {
    width: 100px;
    height: 100px;
    margin-right: 35px;
  }
  .wpcasterpro-pageheader--podcastarchive--feat
    .wpcasterpro-pageheader__contents__podcastheading {
    width: calc(100% - 185px);
  }
  .wpcasterpro-pageheader--podcastarchive--feat .wpcasterpro-pagecaption {
    font-size: 2rem;
  }
  .wpcasterpro-pageheader__actions > a {
    margin-right: 10px;
  }
  .wpcasterpro-pageheader__actions > a:last-of-type {
    margin-left: 10px;
  }
  .wpcasterpro-pageheader--podcastarchive--banner
    .wpcasterpro-pageheader--podcastarchive__featured {
    margin-left: 20px;
  }
  .wpcasterpro-pageheader--podcastarchive--banner
    .wpcasterpro-pageheader--banner {
    margin-bottom: -55px;
    height: 250px;
  }
  .wpcasterpro-pageheader__contents__podcastheading .wpcasterpro-metadata {
    margin-top: 30px;
  }
  .wpcasterpro-pageheader__contents__podcastheading .wpcasterpro-pagecaption {
    font-size: 2rem;
  }
  #wpcasterpro-body .wpcasterpro-searchbar {
    position: absolute;
    height: 78px;
    transform: translateX(100%);
    flex-flow: row;
    flex-align: center;
    align-items: center;
    justify-content: center;
  }
  #wpcasterpro-body .wpcasterpro-searchbar__cont {
    padding: 0;
  }
  #wpcasterpro-body .wpcasterpro-searchbar form {
    height: 78px;
    float: left;
    vertical-align: middle;
    float: left;
    display: flex;
    flex-grow: 1;
  }
  #wpcasterpro-body .wpcasterpro-searchbar form input {
    padding-right: 16px;
    padding-left: 16px;
    width: calc(100% - 200px);
    vertical-align: middle;
    float: left;
    vertical-align: middle;
    float: left;
    display: flex;
    margin-right: 10px;
    flex-grow: 1;
  }
  #wpcasterpro-body .wpcasterpro-searchbar button.wpcasterpro-btn {
    display: inline-flex;
  }
  #wpcasterpro-body .wpcasterpro-searchbar.open {
    top: 0;
    position: absolute;
    transform: translateX(0%);
    max-width: 100%;
    padding: 0 20px;
  }
  #wpcasterpro-body .wpcasterpro-searchbar .wpcasterpro-closesearch,
  #wpcasterpro-body .wpcasterpro-searchbar .wpcasterpro-searchsubmit {
    top: 15px;
  }
  #wpcasterpro-body .wpcasterpro-searchbar .wpcasterpro-closesearch,
  #wpcasterpro-body .wpcasterpro-searchbar .wpcasterpro-searchsubmit {
    margin-left: 2px;
  }
  .wpcasterpro-entrycontent {
    padding-bottom: 90px;
  }
  .wpcasterpro-entrycontent p.has-drop-cap:first-letter {
    font-size: 100px;
    float: left;
    line-height: 65px;
    padding: 4px 0px 0 0;
    text-align: center;
    margin-left: -0.08em;
  }
  .wpcasterpro-entrycontent p.has-drop-cap.has-medium-font-size {
    font-size: 1rem;
  }
  .wpcasterpro-entrycontent blockquote,
  .wpcasterpro-entrycontent .wp-block-quote {
    margin: 70px auto;
    padding: 40px 30px 40px 0;
  }
  .wpcasterpro-entrycontent blockquote::before,
  .wpcasterpro-entrycontent .wp-block-quote::before {
    width: 50px;
    height: 50px;
    font-size: 40px;
    line-height: 50px;
    margin: -25px 0 0 -25px;
  }
  .wpcasterpro-entrycontent .wp-block-pullquote {
    margin-top: 30px;
    margin-bottom: 1rem;
  }
  .wpcasterpro-entrycontent .wp-block-pullquote blockquote {
    margin: 20px auto 10px auto;
  }
  .wpcasterpro-entrycontent .wp-block-pullquote blockquote p {
    margin-bottom: 0.2em;
  }
  .wpcasterpro-entrycontent .wp-block-pullquote.alignright {
    padding: 0 0 0 1.8rem;
    max-width: 50%;
    max-width: calc(50% - 30px);
    margin-left: 2rem;
  }
  .wpcasterpro-entrycontent .wp-block-pullquote.alignright blockquote {
    text-align: center;
  }
  .wpcasterpro-entrycontent .wp-block-pullquote.alignleft {
    padding: 0 1.4rem 0 0;
    max-width: 50%;
    max-width: calc(50% - 30px);
    margin-right: 2rem;
  }
  .wpcasterpro-entrycontent .wp-block-pullquote.alignleft blockquote {
    text-align: center;
  }
  .wpcasterpro-entrycontent > .wp-block-separator {
    max-width: 400px;
  }
  .wpcasterpro-entrycontent
    > .wp-block-gallery:not(.alignwide):not(.alignfull):not(.alignnone) {
    margin-left: -5px;
    margin-right: -5px;
  }
  .wpcasterpro-entrycontent .wp-block-cover-image.alignleft,
  .wpcasterpro-entrycontent .wp-block-cover-image.alignright,
  .wpcasterpro-entrycontent .wp-block-cover.alignleft,
  .wpcasterpro-entrycontent .wp-block-cover.alignright,
  .wpcasterpro-entrycontent .wp-block-cover-image.alignleft,
  .wpcasterpro-entrycontent .wp-block-cover-image.alignright,
  .wpcasterpro-entrycontent .wp-block-cover.alignleft,
  .wpcasterpro-entrycontent .wp-block-cover.alignright {
    max-width: 305px !important;
    width: 100%;
  }
  .wpcasterpro-entrycontent
    .editor-block-list__block[data-type="core/embed"][data-align="left"]
    .editor-block-list__block-edit,
  .wpcasterpro-entrycontent
    .editor-block-list__block[data-type="core/embed"][data-align="right"]
    .editor-block-list__block-edit,
  .wpcasterpro-entrycontent .wp-block-cover-image.alignleft,
  .wpcasterpro-entrycontent .wp-block-cover-image.alignright,
  .wpcasterpro-entrycontent .wp-block-embed.alignleft,
  .wpcasterpro-entrycontent .wp-block-embed.alignright,
  .wpcasterpro-entrycontent [data-align="left"] .wp-block-cover-image,
  .wpcasterpro-entrycontent [data-align="right"] .wp-block-cover-image {
    max-width: 305px !important;
    width: 100%;
    font-size: 1rem;
  }
  .wpcasterpro-single__nosidebar .wpcasterpro-featuredcontent,
  .wpcasterpro-single__nosidebar .wpcasterpro-entrycontent {
    margin-left: auto;
    margin-right: auto;
    max-width: var(--wpcasterpro-container-size--tablet);
  }
  .wpcasterpro-single__nosidebar .wpcasterpro-entrycontent .alignfull {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    width: auto;
    max-width: 1000%;
  }
  .wpcasterpro-single__nosidebar
    .wpcasterpro-entrycontent
    .alignfull.wp-block-pullquote
    blockquote {
    padding: 8% 0 6% 0;
    margin: 50px auto 30px auto;
  }
  .wpcasterpro-overlay {
    width: 420px;
    left: auto;
    right: 0;
    box-shadow: -2px 0 18px 3px rgba(0, 0, 0, 0.2);
  }
  .wpcasterpro-serie-archive-description {
    padding: var(--wpcasterpro-card-padding-ver) 0;
  }
  .wpcasterpro-serie-archive-caption {
    padding: var(--wpcasterpro-card-padding-ver) 0;
  }
  .wpcasterpro-podcast-slider .owl-carousel.wpcasterpro-owl-theme .owl-dots {
    margin-top: 30px;
  }
  .wpcasterpro-post-podcast-slider {
    flex-direction: row;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    align-items: center;
    justify-content: center;
  }
  .wpcasterpro-post-podcast-slider .wpcasterpro-post-podcast-slider__content {
    display: flex;
    flex-direction: column;
    flex-basis: 100%;
    flex: 1;
    text-align: left;
    padding: 0 0 0 40px;
  }
  .wpcasterpro-post-podcast-slider .wpcasterpro-post__title {
    margin: 0;
  }
  .wpcasterpro-post-podcast-slider .wpcasterpro-post-podcast-slider__thumb {
    position: relative;
    width: 30%;
    height: auto;
    padding-top: 30%;
    margin-bottom: 0;
  }
  .wpcasterpro-podcast-slider--featured
    .owl-carousel.wpcasterpro-owl-theme
    .owl-dots {
    left: 0;
  }
  .wpcasterpro-podcast-slider--featured
    .owl-carousel.wpcasterpro-owl-theme
    .owl-nav {
    top: 50%;
    transform: rotate(90deg) translateX(0%) translateY(-20px);
  }
  .wpcasterpro-post-podcast-slider--featured__content {
    padding: 0 60px;
    max-width: 860px;
  }
  .wpcasterpro-post-podcast-slider--featured__content h2 {
    font-size: 2rem;
    margin: 26px 0;
  }
  .wpcasterpro-post-podcast-slider--featured .wpcasterpro-caption {
    margin: 0 0 26px 0;
  }
  .wpcasterpro-post-podcast-slider--featured .wpcasterpro-metadata {
    margin: 26px 0;
  }
}
@media only screen and (min-width: 993px) {
  .wpcasterpro-container {
    width: 100%;
    max-width: var(--wpcasterpro-container-size--tablet--horizontal);
  }
}
@media only screen and (min-width: 1200px) {
  html,
  body {
    font-size: var(--wpcasterpro-font-size-desktop);
  }
  h1,
  .wpcasterpro-h1 {
    font-size: 55px;
  }
  h2,
  .wpcasterpro-h2 {
    font-size: 45px;
  }
  h3,
  .wpcasterpro-h3 {
    font-size: 35px;
  }
  h4,
  .wpcasterpro-text-l,
  .wpcasterpro-h4 {
    font-size: 28px;
  }
  h5,
  .wpcasterpro-h5 {
    font-size: 22px;
  }
  h6,
  small,
  .wpcasterpro-small,
  .wpcasterpro-h6,
  .wpcasterpro-meta {
    font-size: 15px;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    line-height: 1.26em;
  }
  .wpcasterpro-bigtitle,
  .wpcasterpro-largetitle,
  .wpcasterpro-pagecaption {
    font-size: 3.7778rem;
    line-height: 1.1em;
  }
  .wpcasterpro-btn,
  .wpcasterpro-pagecontent
    .qtmplayer-playlist
    .qtmplayer-trackitem
    span.qtmplayer-play-btn,
  .wpcasterpro-playcircle span.qtmplayer-play-btn,
  [class^="wpcasterpro-btn"],
  #wpcasterpro-body input[type="submit"],
  input[type="submit"],
  button,
  .woocommerce-button,
  .woocommerce #respond input#submit,
  .woocommerce a.button,
  .woocommerce button.button,
  .woocommerce input.button,
  .woocommerce a.button.alt {
    background-position: 0% 0%;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    transition: background 0.2s ease-out, color 0.5s, border-color 0.5s;
    padding: 14px 25px;
    font-size: 17px;
    line-height: 1em;
  }
  .wpcasterpro-btn:hover,
  .wpcasterpro-pagecontent
    .qtmplayer-playlist
    .qtmplayer-trackitem
    span.qtmplayer-play-btn:hover,
  .wpcasterpro-playcircle span.qtmplayer-play-btn:hover,
  [class^="wpcasterpro-btn"]:hover,
  #wpcasterpro-body input[type="submit"]:hover,
  input[type="submit"]:hover,
  button:hover,
  .woocommerce-button:hover,
  .woocommerce #respond input#submit:hover,
  .woocommerce a.button:hover,
  .woocommerce button.button:hover,
  .woocommerce input.button:hover,
  .woocommerce a.button.alt:hover {
    background-color: var(--wpcasterpro-btn-background-color--default--hover);
    color: var(--wpcasterpro-btn-text-color--default--hover);
  }
  .wpcasterpro-btn-primary:hover,
  .wpcasterpro-btn--primary:hover,
  .wpcasterpro-playcircle span.qtmplayer-play-btn:hover,
  .wpcasterpro-pagecontent
    .qtmplayer-playlist
    .qtmplayer-trackitem
    span.qtmplayer-play-btn:hover,
  a.wpcasterpro-btn--primary:hover,
  input#submit:hover,
  a.button:hover,
  button.button:hover,
  input.button:hover,
  #wpcasterpro-body .wpcasterpro-master .woocommerce-button:hover {
    background-color: var(--wpcasterpro-btn-bg-one-h);
    color: var(--wpcasterpro-btn-text-color--accent--hover);
  }
  .wpcasterpro-btn-primary:hover::after,
  .wpcasterpro-btn--primary:hover::after,
  .wpcasterpro-playcircle span.qtmplayer-play-btn:hover::after,
  .wpcasterpro-pagecontent
    .qtmplayer-playlist
    .qtmplayer-trackitem
    span.qtmplayer-play-btn:hover::after,
  a.wpcasterpro-btn--primary:hover::after,
  input#submit:hover::after,
  a.button:hover::after,
  button.button:hover::after,
  input.button:hover::after,
  #wpcasterpro-body .wpcasterpro-master .woocommerce-button:hover::after {
    color: var(--wpcasterpro-btn-text-color--accent--hover);
  }
  .wpcasterpro-btn--secondary:hover,
  .wpcasterpro-btn--secondary:hover span {
    background-color: var(--wpcasterpro-btn-background-color--secondary--hover);
    color: var(--wpcasterpro-btn-text-color--secondary--hover);
  }
  .wpcasterpro-btn--ghost:hover {
    background: none transparent;
    border-color: var(--wpcasterpro-btn-border-color--ghost--hover);
    color: var(--wpcasterpro-btn-text-color--ghost--hover);
    background-color: var(--wpcasterpro-btn-background-color--ghost--hover);
  }
  .wpcasterpro-btn--xs,
  #wpcasterpro-body input.wpcasterpro-btn--xs[type="submit"] {
    padding: 5px 22px;
  }
  .wpcasterpro-btn--s,
  #wpcasterpro-body input.wpcasterpro-btn--s[type="submit"] {
    padding: 9px 30px;
  }
  .wpcasterpro-btn--l,
  #wpcasterpro-body input.wpcasterpro-btn--l[type="submit"] {
    padding: 20px 50px;
  }
  .wpcasterpro-btn--r,
  .wpcasterpro-pagecontent
    .qtmplayer-playlist
    .qtmplayer-trackitem
    span.qtmplayer-play-btn,
  .wpcasterpro-playcircle span.qtmplayer-play-btn,
  #wpcasterpro-body input.wpcasterpro-btn--r[type="submit"] {
    padding: 10px;
  }
  .wpcasterpro-btn--r i,
  .wpcasterpro-pagecontent
    .qtmplayer-playlist
    .qtmplayer-trackitem
    span.qtmplayer-play-btn
    i,
  .wpcasterpro-playcircle span.qtmplayer-play-btn i,
  #wpcasterpro-body input.wpcasterpro-btn--r[type="submit"] i {
    margin: 0;
  }
  .wpcasterpro-logolink {
    height: var(--wpcasterpro-menu-size--tablet);
    display: block;
    line-height: 65px;
    position: relative;
  }
  .wpcasterpro-logo_header {
    display: inline-block;
    vertical-align: middle;
    display: inline;
  }
  .wpcasterpro-logo_header.wpcasterpro-sitename {
    line-height: 1em;
    text-align: left;
    white-space: nowrap;
    display: inline-block;
    line-height: 70px;
    word-break: keep-all;
    pointer-events: none;
  }
  .wpcasterpro-logo_header_transparent {
    display: inline;
  }
  .wpcasterpro-sitename {
    word-break: keep-all;
  }
  .wpcasterpro-logo_header_mob {
    display: none;
  }
  @-webkit-keyframes wpcasterpro-flip {
    50% {
      opacity: 0;
      transform: translate3d(0, -100%, 0);
    }
    51% {
      opacity: 0;
      transform: translate3d(0, 100%, 0);
    }
    100% {
      opacity: 1;
      transform: translate3d(0, 0, 0);
    }
  }
  @keyframes wpcasterpro-flip {
    50% {
      opacity: 0;
      transform: translate3d(0, -100%, 0);
    }
    51% {
      opacity: 0;
      transform: translate3d(0, 100%, 0);
    }
    100% {
      opacity: 1;
      transform: translate3d(0, 0, 0);
    }
  }
  .wpcasterpro-headerbar__sticky {
    transition: height 0.15s;
    will-change: height;
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 9994;
    transform: translateZ(0);
    transition: transform 0.9s cubic-bezier(0.2, 0.8, 0.2, 0.8);
  }
  .wpcasterpro-headerbar__sticky:hover {
    z-index: 1100000;
  }
  .wpcasterpro-headerbar__sticky.wpcasterpro-headerbar__sticky__s {
    transform: matrix(1, 0, 0, 1, 0, -200);
    transition: transform 0.9s cubic-bezier(0.2, 0.8, 0.2, 0.8);
  }
  .wpcasterpro-headerbar__sticky .wpcasterpro-headerbar__content {
    position: fixed;
    width: 100%;
    display: block;
  }
  #wpcasterpro-body.admin-bar .wpcasterpro-headerbar__sticky {
    top: 32px;
  }
  .wpcasterpro-menu {
    display: table;
    width: 100%;
    min-height: var(--wpcasterpro-menu-size--desktop);
    min-height: 0;
    line-height: var(--wpcasterpro-menu-lineheight--desktop);
    table-layout: fixed;
    overflow: visible;
    padding: 0;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    position: relative;
    z-index: 10;
  }
  .wpcasterpro-menu #wpcasterproIndx {
    content: " ";
    display: block;
    position: absolute;
    top: 0;
    width: 90px;
    height: 0px;
    list-style: none;
    float: none;
    opacity: 1;
    margin: 0;
    padding: 0;
    border: 0;
    transform: translateX(0);
    transition: transform 0.8s ease, width 0.6s ease, height 0.5s;
    will-change: transform;
    transition-timing-function: cubic-bezier(0.58, 0.025, 0, 0.995);
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
  }
  .wpcasterpro-menu #wpcasterproIndx.wpcasterpro-inz {
    height: 5px;
  }
  .wpcasterpro-menu__cont {
    max-width: var(--wpcasterpro-max-container-size);
    margin: 0 auto;
    padding: var(--wpcasterpro-menu-padding--desktop);
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .wpcasterpro-menu__logo {
    display: table-cell;
    line-height: var(--wpcasterpro-menu-size--desktop);
    height: var(--wpcasterpro-menu-size--desktop);
    max-width: 450px;
  }
  .wpcasterpro-menu__logo img {
    max-height: var(--wpcasterpro-menu-size--desktop);
    max-width: 450px;
  }
  .wpcasterpro-logolink {
    height: var(--wpcasterpro-menu-size--desktop);
    line-height: calc(var(--wpcasterpro-menu-size--desktop) - 6px);
    max-width: 450px;
  }
  .wpcasterpro-logo_header.wpcasterpro-sitename {
    line-height: 100px;
  }
  .wpcasterpro-menubtns {
    padding-left: 10px;
    padding-right: 18px;
  }
  .wpcasterpro-menubtns [class*="wpcasterpro-btn"] {
    margin-left: 6px;
    max-height: 40px;
    word-break: normal;
  }
  .wpcasterpro-menubtns [class*="wpcasterpro-btn"]:first-child {
    margin-left: 3px;
  }
  .wpcasterpro-menubtns__c [data-wpcasterpro-switch="wpcasterpro-overlayopen"] {
    display: none;
  }
  .wpcasterpro-menu-horizontal {
    display: flex;
    flex-grow: 1;
    text-align: left;
    justify-content: flex-end;
    min-height: var(--wpcasterpro-menu-lineheight--desktop);
    line-height: var(--wpcasterpro-menu-lineheight--desktop);
    position: relative;
    transform: translateZ(0);
    vertical-align: middle;
  }
  .wpcasterpro-menu-horizontal_c {
    display: table;
    vertical-align: middle;
    height: 100%;
  }
  .wpcasterpro-menu-horizontal .wpcasterpro-menubar {
    position: relative;
    margin-left: 0;
    max-width: 100%;
    word-break: keep-all;
    white-space: nowrap;
    vertical-align: middle;
    display: table-cell;
    height: auto;
  }
  .wpcasterpro-menu-horizontal
    .wpcasterpro-menubar
    .menu-item-has-children
    > a {
    padding-right: 15px;
  }
  .wpcasterpro-menu-horizontal
    .wpcasterpro-menubar
    .menu-item-has-children::after {
    content: "+";
    display: inline-block;
    width: 14px;
    height: 14px;
    font-size: 16px;
    font-family: "Arial", sans-serif;
    font-weight: bold;
    position: absolute;
    right: 0px;
    top: 50%;
    margin-top: -7px;
    line-height: 14px;
    text-align: center;
    opacity: 0.5;
    transition: transform 0.2s ease, opacity 0.2s linear, color 0.2s;
    transform-origin: 50% 50%;
    vertical-align: middle;
  }
  .wpcasterpro-menu-horizontal
    .wpcasterpro-menubar
    .menu-item-has-children:hover::after {
    transform: rotate(-45deg);
    opacity: 1;
  }
  .wpcasterpro-menu-horizontal .wpcasterpro-menubar li {
    padding-left: 14px;
  }
  .wpcasterpro-menu-horizontal .wpcasterpro-menubar li > a {
    line-height: inherit;
    transition: all 0.2s;
  }
  .wpcasterpro-menu-horizontal .wpcasterpro-menubar li::before {
    margin-right: 8px;
    margin-top: -3px;
    width: 6px;
    height: 6px;
    position: absolute;
    top: 50%;
    transition: all 0.15s;
    left: 0;
  }
  .wpcasterpro-menu-horizontal .wpcasterpro-menubar > li {
    line-height: inherit;
    height: auto;
    position: relative;
    padding: 0;
    z-index: 10;
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    margin: 0 0.2em;
  }
  .wpcasterpro-menu-horizontal .wpcasterpro-menubar > li > a {
    position: relative;
    overflow: hidden;
    width: auto;
    overflow: hidden;
  }
  .wpcasterpro-menu-horizontal .wpcasterpro-menubar > li > a > span {
    display: block;
    pointer-events: none;
    padding: 0.7em 0.5em;
    transition: color 0.1s;
    transition-delay: 0.1s;
  }
  .wpcasterpro-menu-horizontal .wpcasterpro-menubar > li > a::before,
  .wpcasterpro-menu-horizontal .wpcasterpro-menubar > li > a::after {
    content: "";
    display: block;
    width: 100%;
    height: 3px;
    border-top: 3px solid;
    opacity: 1;
    bottom: 0;
    left: 0;
    position: absolute;
    transform: scaleX(0);
    transition: transform 0.2s ease;
    transform-origin: 0 0;
    transition-duration: 0.5s;
    transition-timing-function: cubic-bezier(0, 1, 0, 1);
  }
  .wpcasterpro-menu-horizontal .wpcasterpro-menubar > li > a::after {
    border-color: var(--wpcasterpro-colors-accent);
    z-index: 2;
    transition-duration: 0.9s;
    transition-delay: 0.5s;
  }
  .wpcasterpro-menu-horizontal .wpcasterpro-menubar > li:hover > a::before,
  .wpcasterpro-menu-horizontal .wpcasterpro-menubar > li:hover > a::after {
    transform: scaleX(1);
  }
  .wpcasterpro-menu-horizontal .wpcasterpro-menubar > li:hover > a > span {
    -webkit-animation: wpcasterpro-flip 0.6s forwards;
    animation: wpcasterpro-flip 0.6s forwards;
    color: var(--wpcasterpro-colors-accent);
    transition: color 0.1s;
    transition-delay: 0.1s;
  }
  .wpcasterpro-menu-horizontal .wpcasterpro-menubar > li > a {
    line-height: inherit;
    height: auto;
    position: relative;
    max-width: 240px;
    text-overflow: ellipsis;
    display: inline-block;
    float: right;
  }
  .wpcasterpro-menu-horizontal
    .wpcasterpro-menubar
    > li.menu-item-has-children
    a {
    padding-right: 8px;
  }
  .wpcasterpro-menu-horizontal .wpcasterpro-menubar > li ul {
    display: none;
    position: fixed;
    top: -2000px;
    display: block;
    width: var(--wpcasterpro-submenu-width);
    left: 0;
    opacity: 0;
    margin: 0;
    transition: opacity 0.3s, transform 0.25s, margin 0.3s;
    text-align: left;
    transform: translateY(30px);
    will-change: opacity, top, position, transform;
    padding: 29px 0 0 0;
  }
  .wpcasterpro-menu-horizontal .wpcasterpro-menubar > li ul li {
    display: block;
    width: 100%;
    position: relative;
    height: auto;
    padding: 0;
    border-radius: 0;
    transform: translateX(22px);
    background: var(--wpcasterpro-submenu-background);
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3);
  }
  .wpcasterpro-menu-horizontal .wpcasterpro-menubar > li ul li:before {
    display: none;
  }
  .wpcasterpro-menu-horizontal
    .wpcasterpro-menubar
    > li
    ul
    li.menu-item-has-children
    a {
    border-radius: 0;
  }
  .wpcasterpro-menu-horizontal
    .wpcasterpro-menubar
    > li
    ul
    li.menu-item-has-children::after {
    right: 12px;
  }
  .wpcasterpro-menu-horizontal
    .wpcasterpro-menubar
    > li
    ul
    li.menu-item-has-children:hover::after {
    color: #fff;
  }
  .wpcasterpro-menu-horizontal .wpcasterpro-menubar > li ul li a {
    font-size: 13px;
    transition: opacity 0.2s;
    line-height: 1.2em;
    height: auto;
    border-bottom: 1px solid rgba(20, 20, 20, 0.1);
    padding: 14px 16px;
    width: 100%;
    display: block;
    background-size: 0% 104%;
    background-repeat: no-repeat;
    background-position: -2px 101%;
    transition: background-size 0.3s, color 0.35s;
    background-image: linear-gradient(
      to right,
      var(--wpcasterpro-submenu-background--hover) 100%,
      var(--wpcasterpro-submenu-background) 100%
    );
    will-change: background-size, color;
    color: var(--wpcasterpro-submenu-color);
  }
  .wpcasterpro-menu-horizontal .wpcasterpro-menubar > li ul li a:after {
    transition: color 0.35s;
    transition-delay: 0.3s;
  }
  .wpcasterpro-menu-horizontal .wpcasterpro-menubar > li ul li:last-child > a {
    overflow: hidden;
    border-bottom: none;
  }
  .wpcasterpro-menu-horizontal .wpcasterpro-menubar > li ul li > ul {
    left: calc(var(--wpcasterpro-submenu-width) - 1px);
    transition-delay: 0.5s;
  }
  .wpcasterpro-menu-horizontal
    .wpcasterpro-menubar
    > li
    ul
    li
    > ul
    li.menu-item-has-children::after {
    display: none;
  }
  .wpcasterpro-menu-horizontal .wpcasterpro-menubar > li ul li:hover > a {
    background-size: 110% 104%;
    color: var(--wpcasterpro-submenu-color--hover);
  }
  .wpcasterpro-menu-horizontal .wpcasterpro-menubar > li ul li:hover > a:after {
    color: #fff;
  }
  .wpcasterpro-menu-horizontal .wpcasterpro-menubar > li ul li:hover > ul {
    position: absolute;
    top: calc(1px - var(--wpcasterpro-submenu-padding));
    margin: 0;
    opacity: 1;
  }
  .wpcasterpro-menu-horizontal
    .wpcasterpro-menubar
    > li.wpcasterpro-iright
    > ul {
    left: auto;
    right: 0;
  }
  .wpcasterpro-menu-horizontal
    .wpcasterpro-menubar
    > li.wpcasterpro-iright
    > ul
    li
    > ul {
    left: calc(1px - var(--wpcasterpro-submenu-width));
  }
  .wpcasterpro-menu-horizontal
    .wpcasterpro-menubar
    > li.wpcasterpro-iright
    > ul
    li::before {
    left: auto;
    right: 1rem;
  }
  .wpcasterpro-menu-horizontal .wpcasterpro-menubar li:hover {
    z-index: 11;
  }
  .wpcasterpro-menu-horizontal .wpcasterpro-menubar li:hover::after {
    opacity: 1;
  }
  .wpcasterpro-menu-horizontal .wpcasterpro-menubar li:hover::before {
    width: 102%;
    height: 20px;
    margin-top: -10px;
  }
  .wpcasterpro-menu-horizontal .wpcasterpro-menubar li:hover > ul {
    position: absolute;
    display: block;
    opacity: 1;
    margin-top: 0px;
    top: 100%;
    transform: translateY(0px);
  }
  .wpcasterpro-menu-horizontal .wpcasterpro-menubar li:hover > ul > li {
    opacity: 1;
    transform: translateX(0px);
  }
  .wpcasterpro-menu-horizontal .wpcasterpro-menubar .current-menu-item > a {
    cursor: unset;
    opacity: 0.7;
  }
  .wpcasterpro-menu-horizontal--double {
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    text-align: center;
    padding: 0 20px;
    justify-content: center;
  }
  .wpcasterpro-menu-horizontal--double .wpcasterpro-menubar > li ul {
    padding-top: 0;
  }
  .vc_wp_custommenu ul li {
    transform: translateX(0px);
    transition: transform 0.25s ease;
  }
  .vc_wp_custommenu ul li:hover {
    transform: translateX(5px);
  }
  .wpcasterpro-menubtns {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    flex-grow: 0;
  }
  .wpcasterpro-menubar__secondary {
    margin: 0;
    padding: 0;
    display: inline-flex;
    float: right;
    line-height: 34px;
  }
  .wpcasterpro-menubar__secondary li {
    padding: 0;
    margin: 0 3px;
    line-height: inherit;
  }
  .wpcasterpro-menubar__secondary li a {
    padding: 0 3px;
    margin: 0;
    line-height: inherit;
  }
  .wpcasterpro-menubar__secondary li a span {
    transition: color 0.5s;
  }
  .wpcasterpro-menubar__secondary li a::before,
  .wpcasterpro-menubar__secondary li a::after {
    opacity: 1;
  }
  .wpcasterpro-menubar__secondary li a:hover {
    opacity: 1;
  }
  .wpcasterpro-menubar__secondary li::before {
    display: none;
  }
  .wpcasterpro-menubar__secondary li.current-menu-item a {
    opacity: 1;
  }
  .wpcasterpro-adsslot {
    display: table-cell;
    float: none;
    flex: 1;
    text-align: initial;
  }
}
@media only screen and (min-width: 1200px) and (min-width: 1200px) {
  .wpcasterpro-breadcrumb {
    display: block;
    margin-top: 0;
    clear: both;
    width: 100%;
    padding: 0;
    margin: 0 0 42px 0;
    overflow: hidden;
    max-height: 100px;
    opacity: 1;
    transition: max-height 0.1s ease, padding 0.1s ease, opacity 0.1s;
  }
  .wpcasterpro-breadcrumb ul {
    margin: 0 auto;
    padding: 0;
    position: relative;
    line-height: 1em;
    display: block;
    clear: both;
  }
  .wpcasterpro-breadcrumb ul li {
    line-height: 1em;
    display: inline;
    vertical-align: middle;
    margin: 0;
    padding: 0;
  }
  .wpcasterpro-breadcrumb ul li a,
  .wpcasterpro-breadcrumb ul li span {
    color: inherit;
  }
  .wpcasterpro-breadcrumb ul li i.material-icons {
    font-size: inherit;
    vertical-align: top;
    display: inline-flex;
    line-height: inherit;
    margin: 0 8px;
  }
  .wpcasterpro-breadcrumb ul li:first-child i {
    margin-left: 0;
  }
  .wpcasterpro-menu-stick
    .wpcasterpro-headerbar__sticky__s
    .wpcasterpro-breadcrumb {
    max-height: 0px;
    padding: 0px;
    opacity: 0;
  }
}
@media only screen and (min-width: 1200px) {
  .wpcasterpro-metadata {
    font-size: 15px;
  }
  span[class^="wpcasterpro-metaitem"] {
    font-size: 15px;
  }
  span.wpcasterpro-metaitem__likes[class^="wpcasterpro-metaitem"] {
    padding: 0;
  }
  span.wpcasterpro-metaitem__likes[class^="wpcasterpro-metaitem"] a {
    font-size: 15px;
    margin: 0 10px 5px 0;
    padding: 5px 11px 3px 28px;
    line-height: 0.8em;
    box-sizing: content-box;
  }
  span.wpcasterpro-metaitem__likes[class^="wpcasterpro-metaitem"] a i {
    position: absolute;
    left: 8px;
    top: 3px;
    font-size: 1em;
    line-height: 1em;
  }
  .wpcasterpro-secondaryhead {
    display: block;
  }
  .wpcasterpro-secondaryhead__cont {
    max-width: var(--wpcasterpro-max-container-size);
    margin: 0 auto;
    padding: 10px 16px;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
  }
  .wpcasterpro-secondaryhead__cont .qtmplayer__title,
  .wpcasterpro-secondaryhead__cont .qtmplayer__artist {
    display: inline-flex;
    width: auto;
  }
  .wpcasterpro-secondaryhead .wpcasterpro-social {
    margin-left: 10px;
  }
  .wpcasterpro-secondaryhead .wpcasterpro-social a {
    color: inherit;
    font-size: 13px;
    padding: 0 2px;
    line-height: 1em;
    vertical-align: middle;
    display: inline-flex;
  }
  .wpcasterpro-secondaryhead .wpcasterpro-menubar li {
    display: inline-flex;
  }
  .wpcasterpro-secondaryhead .wpcasterpro-menubar li:not(.wpcasterpro-social) {
    float: left;
    margin-right: 12px;
    margin-top: 2px;
  }
  .wpcasterpro-secondaryhead .wpcasterpro-menubar__secondary {
    margin: 0;
    width: 100%;
    text-align: right;
  }
  .wpcasterpro-secondaryhead .wpcasterpro-sos {
    margin: 0;
    width: 100%;
    line-height: 1.1em;
    display: none;
    font-size: 16px;
    color: inherit;
  }
  .wpcasterpro-secondaryhead .wpcasterpro-sos .wpcasterpro-countdown-shortcode {
    width: auto;
  }
  .wpcasterpro-secondaryhead .wpcasterpro-sos__t2 {
    opacity: 0.65;
    margin-right: 12px;
    margin-left: 7px;
  }
  .wpcasterpro-secondaryhead .wpcasterpro-sos i {
    line-height: inherit;
    display: inline;
    float: left;
    margin-right: 5px;
    font-size: 18px;
    margin-top: -1px;
  }
  .wpcasterpro-secondaryhead .qtmplayer__title,
  .wpcasterpro-secondaryhead .qtmplayer__artist {
    max-height: 1.5em;
    margin-right: 5px;
  }
  .wpcasterpro-secondaryhead__cont {
    padding: 6px 27px;
    height: auto;
    justify-content: flex-end;
  }
  .wpcasterpro-secondaryhead .wpcasterpro-social a {
    transition: color 0.5s;
  }
  .wpcasterpro-secondaryhead .wpcasterpro-social a i {
    display: inline-flex;
    vertical-align: middle;
  }
  .wpcasterpro-secondaryhead .wpcasterpro-sos {
    display: block;
    line-height: 36px;
    display: inline-flex;
    flex-grow: 1;
  }
  .wpcasterpro-secondaryhead .wpcasterpro-menubar__secondary {
    text-align: right;
    width: auto;
  }
  .wpcasterpro-secondaryhead .wpcasterpro-menubar {
    text-align: right;
    display: flex;
    align-items: center;
  }
  .wpcasterpro-secondaryhead .wpcasterpro-menubar li {
    display: inline-flex;
    vertical-align: middle;
  }
  .wpcasterpro-secondaryhead .wpcasterpro-menubar li:not(.wpcasterpro-social) {
    float: none;
    margin-top: 0;
  }
  .wpcasterpro-secondaryhead .wpcasterpro-menubar li a {
    line-height: 34px;
  }
  .wpcasterpro-menu-stick
    .wpcasterpro-headerbar__sticky
    .wpcasterpro-secondaryhead {
    transform: translate3d(-0.000001px);
    max-height: 48px;
    transition: max-height 0.3s cubic-bezier(0.3, 0.8, 0.2, 0.8);
    will-change: max-height;
    overflow: hidden;
    margin-left: 0;
  }
  .wpcasterpro-menu-stick
    .wpcasterpro-headerbar__sticky__s
    .wpcasterpro-secondaryhead {
    max-height: 0px;
  }
  #wpcasterpro-body .wpcasterpro-searchbar {
    height: 100px;
    line-height: 100px;
    padding: 0 20px;
  }
  #wpcasterpro-body .wpcasterpro-searchbar__cont {
    max-width: calc($themevariable-max-container-size - 54px);
    padding: 0 16px;
    margin: 0 auto;
  }
  #wpcasterpro-body .wpcasterpro-searchbar form {
    height: 100px;
    float: left;
  }
  #wpcasterpro-body .wpcasterpro-searchbar form input {
    width: calc(100% - 200px);
    vertical-align: middle;
    float: left;
    display: flex;
    flex-grow: 1;
  }
  #wpcasterpro-body .wpcasterpro-searchbar form button.wpcasterpro-btn {
    display: inline-flex;
  }
  #wpcasterpro-body .wpcasterpro-searchbar .wpcasterpro-btn--r,
  #wpcasterpro-body
    .wpcasterpro-searchbar
    .wpcasterpro-pagecontent
    .qtmplayer-playlist
    .qtmplayer-trackitem
    span.qtmplayer-play-btn,
  .wpcasterpro-pagecontent
    .qtmplayer-playlist
    .qtmplayer-trackitem
    #wpcasterpro-body
    .wpcasterpro-searchbar
    span.qtmplayer-play-btn,
  #wpcasterpro-body
    .wpcasterpro-searchbar
    .wpcasterpro-playcircle
    span.qtmplayer-play-btn,
  .wpcasterpro-playcircle
    #wpcasterpro-body
    .wpcasterpro-searchbar
    span.qtmplayer-play-btn {
    display: inline-flex;
  }
  #wpcasterpro-body .wpcasterpro-searchbar.open {
    top: 0;
    position: absolute;
    transform: translateX(0%);
    max-width: 100%;
    padding: 0 20px;
  }
  #wpcasterpro-body .wpcasterpro-searchbar .wpcasterpro-closesearch,
  #wpcasterpro-body .wpcasterpro-searchbar .wpcasterpro-searchsubmit {
    top: 25px;
  }
  #wpcasterpro-body .wpcasterpro-searchbar .wpcasterpro-closesearch,
  #wpcasterpro-body .wpcasterpro-searchbar .wpcasterpro-searchsubmit {
    margin-left: 4px;
  }
  .wpcasterpro-overlay {
    width: 420px;
    left: auto;
    right: 0;
    box-shadow: -2px 0 18px 3px rgba(0, 0, 0, 0.2);
    max-width: 100%;
  }
  .wpcasterpro-menu-opaque .wpcasterpro-global__sticky {
    padding-top: 100px;
  }
  .wpcasterpro-menu-opaque .wpcasterpro-global__sticky__sec-h {
    padding-top: 148px;
  }
  .wpcasterpro-menu-transp .wpcasterpro-global__sticky__sec-h {
    padding-top: 40;
  }
  .wpcasterpro-menu-transp.wpcasterpro-menu-stick
    .wpcasterpro-menu.wpcasterpro-paper {
    box-shadow: 0 20px 20px rgba(0, 0, 0, 0.06);
  }
  .wpcasterpro-menu-transp .wpcasterpro-logo_header_transparent {
    opacity: 0;
    will-change: opacity;
    transform: translateZ(0.000001px);
  }
  .wpcasterpro-menu-transp .wpcasterpro-logo_header {
    opacity: 1;
    will-change: opacity;
    transform: translateZ(0.000001px);
  }
  .wpcasterpro-menu-transp .wpcasterpro-master {
    margin-top: 0;
  }
  .wpcasterpro-menu-transp.wpcasterpro-unscrolled.wpcasterpro-menu-stick
    .wpcasterpro-menu.wpcasterpro-paper {
    box-shadow: 0 0px 0px rgba(0, 0, 0, 0);
  }
  .wpcasterpro-menu-transp.wpcasterpro-unscrolled
    .wpcasterpro-menu.wpcasterpro-paper,
  .wpcasterpro-menu-transp.wpcasterpro-unscrolled
    .wpcasterpro-headerbar__content.wpcasterpro-paper {
    background-color: transparent;
    color: #fff;
  }
  .wpcasterpro-menu-transp.wpcasterpro-unscrolled
    .wpcasterpro-menu.wpcasterpro-paper
    .wpcasterpro-logolink,
  .wpcasterpro-menu-transp.wpcasterpro-unscrolled
    .wpcasterpro-menu.wpcasterpro-paper
    .wpcasterpro-btn,
  .wpcasterpro-menu-transp.wpcasterpro-unscrolled
    .wpcasterpro-menu.wpcasterpro-paper
    .wpcasterpro-pagecontent
    .qtmplayer-playlist
    .qtmplayer-trackitem
    span.qtmplayer-play-btn,
  .wpcasterpro-pagecontent
    .qtmplayer-playlist
    .qtmplayer-trackitem
    .wpcasterpro-menu-transp.wpcasterpro-unscrolled
    .wpcasterpro-menu.wpcasterpro-paper
    span.qtmplayer-play-btn,
  .wpcasterpro-menu-transp.wpcasterpro-unscrolled
    .wpcasterpro-menu.wpcasterpro-paper
    .wpcasterpro-playcircle
    span.qtmplayer-play-btn,
  .wpcasterpro-playcircle
    .wpcasterpro-menu-transp.wpcasterpro-unscrolled
    .wpcasterpro-menu.wpcasterpro-paper
    span.qtmplayer-play-btn,
  .wpcasterpro-menu-transp.wpcasterpro-unscrolled
    .wpcasterpro-headerbar__content.wpcasterpro-paper
    .wpcasterpro-logolink,
  .wpcasterpro-menu-transp.wpcasterpro-unscrolled
    .wpcasterpro-headerbar__content.wpcasterpro-paper
    .wpcasterpro-btn,
  .wpcasterpro-menu-transp.wpcasterpro-unscrolled
    .wpcasterpro-headerbar__content.wpcasterpro-paper
    .wpcasterpro-pagecontent
    .qtmplayer-playlist
    .qtmplayer-trackitem
    span.qtmplayer-play-btn,
  .wpcasterpro-pagecontent
    .qtmplayer-playlist
    .qtmplayer-trackitem
    .wpcasterpro-menu-transp.wpcasterpro-unscrolled
    .wpcasterpro-headerbar__content.wpcasterpro-paper
    span.qtmplayer-play-btn,
  .wpcasterpro-menu-transp.wpcasterpro-unscrolled
    .wpcasterpro-headerbar__content.wpcasterpro-paper
    .wpcasterpro-playcircle
    span.qtmplayer-play-btn,
  .wpcasterpro-playcircle
    .wpcasterpro-menu-transp.wpcasterpro-unscrolled
    .wpcasterpro-headerbar__content.wpcasterpro-paper
    span.qtmplayer-play-btn {
    color: #fff;
  }
  .wpcasterpro-menu-transp.wpcasterpro-unscrolled
    .wpcasterpro-global__sticky
    .wpcasterpro-logo_header_transparent {
    opacity: 1;
  }
  .wpcasterpro-menu-transp.wpcasterpro-unscrolled
    .wpcasterpro-global__sticky
    .wpcasterpro-logo_header {
    opacity: 0;
  }
  .wpcasterpro-menu-transp
    .wpcasterpro-pageheader__contents
    .wpcasterpro-container {
    margin: 90px auto 10px auto;
  }
  .wpcasterpro-menu-transp.wpcasterpro-menu-scroll
    .wpcasterpro-menu.wpcasterpro-paper,
  .wpcasterpro-menu-transp.wpcasterpro-menu-scroll
    .wpcasterpro-headerbar__content.wpcasterpro-paper {
    background-color: transparent;
    color: #fff;
  }
  .wpcasterpro-menu-transp.wpcasterpro-menu-scroll .wpcasterpro-master {
    margin-top: -122px;
  }
  .wpcasterpro-menu-transp.wpcasterpro-unscrolled.wpcasterpro-menu-stick
    .wpcasterpro-logolink {
    transition: all 0.01s linear 0.1s;
  }
  .wpcasterpro-menu-transp.wpcasterpro-scrolled.wpcasterpro-menu-stick
    .wpcasterpro-logolink {
    line-height: 0;
    transition: all 0.01s linear 0.1s;
  }
  [class*="wpcasterpro-section"] {
    padding: var(--wpcasterpro-section-padding--desktop) 0;
  }
  .wpcasterpro-section--archive {
    padding-top: 0;
  }
  .wpcasterpro-spacer-l {
    margin-top: 120px !important;
    margin-bottom: 0;
  }
  .wpcasterpro-spacer-m {
    margin-top: 70px !important;
    margin-bottom: 0;
  }
  .wpcasterpro-spacer-s {
    margin-top: 30px !important;
    margin-bottom: 0;
  }
  .wpcasterpro-spacer-xs {
    margin-top: 16px !important;
    margin-bottom: 0;
  }
  .wpcasterpro-spacer-xxs {
    margin-top: 8px !important;
    margin-bottom: 0;
  }
  .wpcasterpro-bgimg__parallax {
    position: absolute;
    top: 0;
  }
  .wpcasterpro-bgimg__parallax img {
    position: absolute;
    height: auto;
    min-height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    transform: translate3d(-0.000001px);
  }
  .vc_row .wpcasterpro-bgimg__parallax img {
    position: absolute;
  }
  .wpcasterpro-container {
    max-width: var(--wpcasterpro-container-size);
    padding: 0;
  }
  .wpcasterpro-container__l {
    max-width: calc(100% - 54px);
    max-width: 1630px;
    margin-right: auto;
    margin-left: auto;
  }
  .wpcasterpro-row {
    margin: 0 -15px;
  }
  .wpcasterpro-row .wpcasterpro-col {
    padding: 0 15px;
  }
  .wpcasterpro-row .wpcasterpro-col.wpcasterpro-l1 {
    width: 8.333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .wpcasterpro-row .wpcasterpro-col.wpcasterpro-m1:nth-child(12n + 1),
  .wpcasterpro-row .wpcasterpro-col.wpcasterpro-s1:nth-child(12n + 1) {
    clear: none;
  }
  .wpcasterpro-row .wpcasterpro-col.wpcasterpro-l2 {
    width: 16.666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .wpcasterpro-row .wpcasterpro-col.wpcasterpro-m2:nth-child(6n + 1),
  .wpcasterpro-row .wpcasterpro-col.wpcasterpro-s2:nth-child(6n + 1) {
    clear: none;
  }
  .wpcasterpro-row .wpcasterpro-col.wpcasterpro-l3 {
    width: 25%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .wpcasterpro-row .wpcasterpro-col.wpcasterpro-m3:nth-child(4n + 1),
  .wpcasterpro-row .wpcasterpro-col.wpcasterpro-s3:nth-child(4n + 1) {
    clear: none;
  }
  .wpcasterpro-row .wpcasterpro-col.wpcasterpro-l4 {
    width: 33.333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .wpcasterpro-row .wpcasterpro-col.wpcasterpro-m4:nth-child(3n + 1),
  .wpcasterpro-row .wpcasterpro-col.wpcasterpro-s4:nth-child(3n + 1) {
    clear: none;
  }
  .wpcasterpro-row .wpcasterpro-col.wpcasterpro-l5 {
    width: 41.666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .wpcasterpro-row .wpcasterpro-col.wpcasterpro-m5:nth-child(2n + 1),
  .wpcasterpro-row .wpcasterpro-col.wpcasterpro-s5:nth-child(2n + 1) {
    clear: none;
  }
  .wpcasterpro-row .wpcasterpro-col.wpcasterpro-l6 {
    width: 50%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .wpcasterpro-row .wpcasterpro-col.wpcasterpro-m6:nth-child(2n + 1),
  .wpcasterpro-row .wpcasterpro-col.wpcasterpro-s6:nth-child(2n + 1) {
    clear: none;
  }
  .wpcasterpro-row .wpcasterpro-col.wpcasterpro-l7 {
    width: 58.333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .wpcasterpro-row .wpcasterpro-col.wpcasterpro-m7:nth-child(1n + 1),
  .wpcasterpro-row .wpcasterpro-col.wpcasterpro-s7:nth-child(1n + 1) {
    clear: none;
  }
  .wpcasterpro-row .wpcasterpro-col.wpcasterpro-l8 {
    width: 66.666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .wpcasterpro-row .wpcasterpro-col.wpcasterpro-m8:nth-child(1n + 1),
  .wpcasterpro-row .wpcasterpro-col.wpcasterpro-s8:nth-child(1n + 1) {
    clear: none;
  }
  .wpcasterpro-row .wpcasterpro-col.wpcasterpro-l9 {
    width: 75%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .wpcasterpro-row .wpcasterpro-col.wpcasterpro-m9:nth-child(1n + 1),
  .wpcasterpro-row .wpcasterpro-col.wpcasterpro-s9:nth-child(1n + 1) {
    clear: none;
  }
  .wpcasterpro-row .wpcasterpro-col.wpcasterpro-l10 {
    width: 83.333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .wpcasterpro-row .wpcasterpro-col.wpcasterpro-m10:nth-child(1n + 1),
  .wpcasterpro-row .wpcasterpro-col.wpcasterpro-s10:nth-child(1n + 1) {
    clear: none;
  }
  .wpcasterpro-row .wpcasterpro-col.wpcasterpro-l11 {
    width: 91.666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .wpcasterpro-row .wpcasterpro-col.wpcasterpro-m11:nth-child(1n + 1),
  .wpcasterpro-row .wpcasterpro-col.wpcasterpro-s11:nth-child(1n + 1) {
    clear: none;
  }
  .wpcasterpro-row .wpcasterpro-col.wpcasterpro-l12 {
    width: 100%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .wpcasterpro-row .wpcasterpro-col.wpcasterpro-m12:nth-child(1n + 1),
  .wpcasterpro-row .wpcasterpro-col.wpcasterpro-s12:nth-child(1n + 1) {
    clear: none;
  }
  .wpcasterpro-row .wpcasterpro-col.wpcasterpro-l1:nth-child(12n + 1) {
    clear: left;
  }
  .wpcasterpro-row .wpcasterpro-col.wpcasterpro-l2:nth-child(6n + 1) {
    clear: left;
  }
  .wpcasterpro-row .wpcasterpro-col.wpcasterpro-l3:nth-child(4n + 1) {
    clear: left;
  }
  .wpcasterpro-row .wpcasterpro-col.wpcasterpro-l4:nth-child(3n + 1) {
    clear: left;
  }
  .wpcasterpro-row .wpcasterpro-col.wpcasterpro-l5:nth-child(2n + 1) {
    clear: left;
  }
  .wpcasterpro-row .wpcasterpro-col.wpcasterpro-l6:nth-child(2n + 1) {
    clear: left;
  }
  .wpcasterpro-row .wpcasterpro-col.wpcasterpro-l7:nth-child(1n + 1) {
    clear: left;
  }
  .wpcasterpro-row .wpcasterpro-col.wpcasterpro-l8:nth-child(1n + 1) {
    clear: left;
  }
  .wpcasterpro-row .wpcasterpro-col.wpcasterpro-l9:nth-child(1n + 1) {
    clear: left;
  }
  .wpcasterpro-row .wpcasterpro-col.wpcasterpro-l10:nth-child(1n + 1) {
    clear: left;
  }
  .wpcasterpro-row .wpcasterpro-col.wpcasterpro-l11:nth-child(1n + 1) {
    clear: left;
  }
  .wpcasterpro-row .wpcasterpro-col.wpcasterpro-l12:nth-child(1n + 1) {
    clear: left;
  }
  .wpcasterpro-row .wpcasterpro-col.wpcasterpro-offset-l1 {
    margin-left: 8.333333%;
  }
  .wpcasterpro-row .wpcasterpro-col.wpcasterpro-pull-l1 {
    right: 8.333333%;
  }
  .wpcasterpro-row .wpcasterpro-col.wpcasterpro-push-l1 {
    left: 8.333333%;
  }
  .wpcasterpro-row .wpcasterpro-col.wpcasterpro-offset-l2 {
    margin-left: 16.666667%;
  }
  .wpcasterpro-row .wpcasterpro-col.wpcasterpro-pull-l2 {
    right: 16.666667%;
  }
  .wpcasterpro-row .wpcasterpro-col.wpcasterpro-push-l2 {
    left: 16.666667%;
  }
  .wpcasterpro-row .wpcasterpro-col.wpcasterpro-offset-l3 {
    margin-left: 25%;
  }
  .wpcasterpro-row .wpcasterpro-col.wpcasterpro-pull-l3 {
    right: 25%;
  }
  .wpcasterpro-row .wpcasterpro-col.wpcasterpro-push-l3 {
    left: 25%;
  }
  .wpcasterpro-row .wpcasterpro-col.wpcasterpro-offset-l4 {
    margin-left: 33.333333%;
  }
  .wpcasterpro-row .wpcasterpro-col.wpcasterpro-pull-l4 {
    right: 33.333333%;
  }
  .wpcasterpro-row .wpcasterpro-col.wpcasterpro-push-l4 {
    left: 33.333333%;
  }
  .wpcasterpro-row .wpcasterpro-col.wpcasterpro-offset-l5 {
    margin-left: 41.666667%;
  }
  .wpcasterpro-row .wpcasterpro-col.wpcasterpro-pull-l5 {
    right: 41.666667%;
  }
  .wpcasterpro-row .wpcasterpro-col.wpcasterpro-push-l5 {
    left: 41.666667%;
  }
  .wpcasterpro-row .wpcasterpro-col.wpcasterpro-offset-l6 {
    margin-left: 50%;
  }
  .wpcasterpro-row .wpcasterpro-col.wpcasterpro-pull-l6 {
    right: 50%;
  }
  .wpcasterpro-row .wpcasterpro-col.wpcasterpro-push-l6 {
    left: 50%;
  }
  .wpcasterpro-row .wpcasterpro-col.wpcasterpro-offset-l7 {
    margin-left: 58.333333%;
  }
  .wpcasterpro-row .wpcasterpro-col.wpcasterpro-pull-l7 {
    right: 58.333333%;
  }
  .wpcasterpro-row .wpcasterpro-col.wpcasterpro-push-l7 {
    left: 58.333333%;
  }
  .wpcasterpro-row .wpcasterpro-col.wpcasterpro-offset-l8 {
    margin-left: 66.666667%;
  }
  .wpcasterpro-row .wpcasterpro-col.wpcasterpro-pull-l8 {
    right: 66.666667%;
  }
  .wpcasterpro-row .wpcasterpro-col.wpcasterpro-push-l8 {
    left: 66.666667%;
  }
  .wpcasterpro-row .wpcasterpro-col.wpcasterpro-offset-l9 {
    margin-left: 75%;
  }
  .wpcasterpro-row .wpcasterpro-col.wpcasterpro-pull-l9 {
    right: 75%;
  }
  .wpcasterpro-row .wpcasterpro-col.wpcasterpro-push-l9 {
    left: 75%;
  }
  .wpcasterpro-row .wpcasterpro-col.wpcasterpro-offset-l10 {
    margin-left: 83.333333%;
  }
  .wpcasterpro-row .wpcasterpro-col.wpcasterpro-pull-l10 {
    right: 83.333333%;
  }
  .wpcasterpro-row .wpcasterpro-col.wpcasterpro-push-l10 {
    left: 83.333333%;
  }
  .wpcasterpro-row .wpcasterpro-col.wpcasterpro-offset-l11 {
    margin-left: 91.666667%;
  }
  .wpcasterpro-row .wpcasterpro-col.wpcasterpro-pull-l11 {
    right: 91.666667%;
  }
  .wpcasterpro-row .wpcasterpro-col.wpcasterpro-push-l11 {
    left: 91.666667%;
  }
  .wpcasterpro-row .wpcasterpro-col.wpcasterpro-offset-l12 {
    margin-left: 100%;
  }
  .wpcasterpro-row .wpcasterpro-col.wpcasterpro-pull-l12 {
    right: 100%;
  }
  .wpcasterpro-row .wpcasterpro-col.wpcasterpro-push-l12 {
    left: 100%;
  }
  .wpcasterpro-row .wpcasterpro-col__post {
    margin-bottom: 30px;
  }
  .wpcasterpro-row__nogap {
    margin: 0;
  }
  .wpcasterpro-row__nogap .wpcasterpro-col {
    padding: 0;
  }
  .wpcasterpro-maincontent .wpcasterpro-tabs__switch {
    display: none;
  }
  .wpcasterpro-maincontent .wpcasterpro-tabs__menu {
    flex-direction: row;
    border: 2px solid var(--wpcasterpro-colors-borders);
    border-right: 0;
    border-left: 0;
    display: flex;
    padding: 0;
    position: relative;
    z-index: 1;
    width: auto;
    height: auto;
    top: 0;
    left: 0;
    overflow: hidden;
    margin: 0 0 70px 0;
  }
  .wpcasterpro-maincontent .wpcasterpro-tabs__menu.open {
    display: flex;
  }
  .wpcasterpro-maincontent .wpcasterpro-tabs__menu li {
    margin: 0;
    display: grid;
    padding: 0 0px 0 0;
    margin-left: -2px;
    text-align: center;
  }
  .wpcasterpro-maincontent .wpcasterpro-tabs__menu li:first-child {
    margin-left: 0;
  }
  .wpcasterpro-maincontent .wpcasterpro-tabs__menu li:last-child {
    padding: 0;
  }
  .wpcasterpro-maincontent .wpcasterpro-tabs__menu li a {
    font-size: 0.85em;
    word-break: normal;
    white-space: pre;
    border-radius: 0;
    color: inherit;
    text-align: center;
    display: inline-flex;
    height: 100px;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    position: relative;
  }
  .wpcasterpro-maincontent .wpcasterpro-tabs__menu li a:hover,
  .wpcasterpro-maincontent .wpcasterpro-tabs__menu li a.wpcasterpro-active {
    color: var(--wpcasterpro-colors-accent--hover);
  }
  .wpcasterpro-maincontent .wpcasterpro-tabs__menu li a:hover,
  .wpcasterpro-maincontent .wpcasterpro-tabs__menu li a:active,
  .wpcasterpro-maincontent .wpcasterpro-tabs__menu li a:visited,
  .wpcasterpro-maincontent .wpcasterpro-tabs__menu li a:focus {
    text-decoration: none;
  }
  .wpcasterpro-maincontent .wpcasterpro-tabs__menu li a::after {
    display: block;
    content: " ";
    height: 5px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: linear-gradient(
        90deg,
        transparent 0%,
        var(--wpcasterpro-btn-bg-two) 100%
      )
      var(--wpcasterpro-btn-bg-one);
    border-radius: 5px 5px 0 0;
    transform: translateY(100%);
    transition: transform 0.3s ease;
  }
  .wpcasterpro-maincontent
    .wpcasterpro-tabs__menu
    li
    a.wpcasterpro-active::after {
    transform: translateY(0%);
  }
  .wpcasterpro-footer__copy {
    padding: 24px;
    overflow: hidden;
    vertical-align: middle;
  }
  .wpcasterpro-footer__copy .wpcasterpro-container {
    display: flex;
  }
  .wpcasterpro-footer__copy p {
    margin: 0;
    text-rendering: geometricPrecision;
    text-align: left;
    display: inline-block;
    float: left;
    vertical-align: middle;
    line-height: 1.4em;
    padding: 10px 0;
    display: flex;
    align-items: center;
    flex: 0 0 100%;
    flex: 3;
  }
  .wpcasterpro-footer__copy .wpcasterpro-menubar {
    font-size: var(--wpcasterpro-footer-fontsize);
    text-rendering: geometricPrecision;
    margin: 0;
    padding: 10px 0;
    text-align: left;
    float: right;
    display: flex;
    align-items: center;
  }
  .wpcasterpro-footer__copy .wpcasterpro-menubar li {
    margin: 0 5px;
    display: inline-flex;
  }
  .wpcasterpro-player-footer-placeholder {
    position: relative;
    z-index: 1;
    height: 70px;
    overflow: hidden;
  }
  .wpcasterpro-post {
    margin-bottom: 50px;
  }
  .wpcasterpro-post:hover .wpcasterpro-post__action {
    background: rgba(0, 0, 0, 0.2);
    box-shadow: inset 0px 4px 5px rgba(0, 0, 0, 0.7);
    transition-delay: 0.15s;
  }
  .wpcasterpro-post:hover .wpcasterpro-post__action a,
  .wpcasterpro-post:hover .wpcasterpro-post__action span {
    transform: translateY(0px);
    transition-delay: 0.2s;
  }
  .wpcasterpro-post__cats {
    margin-bottom: var(--wpcasterpro-card-internalspacing--desktop);
  }
  .wpcasterpro-post__title {
    margin: calc(var(--wpcasterpro-card-internalspacing--desktop) - 7px) 0;
  }
  .wpcasterpro-post__excerpt {
    margin-bottom: var(--wpcasterpro-card-internalspacing--desktop);
  }
  .wpcasterpro-post__content {
    padding: var(--wpcasterpro-card-padding-ver)
      var(--wpcasterpro-card-padding-hor);
  }
  .wpcasterpro-post--horiz {
    margin-bottom: 36px;
  }
  .wpcasterpro-post--horiz .wpcasterpro-post__thumb {
    width: 288px;
  }
  .wpcasterpro-post--verti {
    margin-bottom: 0;
  }
  .wpcasterpro-post--verti .wpcasterpro-post__thumb {
    height: 250px;
  }
  .wpcasterpro-post--verti .wpcasterpro-post__thumb img {
    border-radius: var(--wpcasterpro-card-border-radius)
      var(--wpcasterpro-card-border-radius) 0 0;
  }
  .wpcasterpro-post--verti .wpcasterpro-metaitem__author {
    display: inline;
  }
  .wpcasterpro-post--verti .wpcasterpro-post__title {
    font-size: 22px;
  }
  .wpcasterpro-post--podcast {
    margin-bottom: 0;
    padding: var(--wpcasterpro-card-padding-ver) 0;
  }
  .wpcasterpro-post--podcast .wpcasterpro-post__content {
    width: calc(100% - 220px);
    padding: 0 var(--wpcasterpro-card-padding-ver);
  }
  .wpcasterpro-post--podcast .wpcasterpro-post__content--full {
    width: calc(100% - 100px);
    padding: 0;
  }
  .wpcasterpro-post--podcast .wpcasterpro-post__title {
    margin-bottom: 1rem;
  }
  .wpcasterpro-post--podcast .wpcasterpro-post__header {
    width: 110px;
    height: 110px;
  }
  .wpcasterpro-post--podcast--small {
    border: none;
    padding: 0;
    margin-bottom: 24px;
  }
  .wpcasterpro-post--podcast--small:last-of-type {
    border: none;
  }
  .wpcasterpro-post--podcast--small .wpcasterpro-post__header {
    width: 105px;
    height: 105px;
  }
  .wpcasterpro-post--podcast--small .wpcasterpro-post__content {
    width: calc(100% - 105px);
    padding: 0 0 0 16px;
  }
  .wpcasterpro-post--podcast--small .wpcasterpro-post__title {
    font-size: 18px;
    margin-bottom: 8px;
  }
  .wpcasterpro-post--podcast--small .wpcasterpro-metaitem__date {
    margin: 0;
    font-size: 12px;
  }
  .wpcasterpro-post--podcast--small
    span.wpcasterpro-metaitem__likes[class^="wpcasterpro-metaitem"]
    a {
    margin-bottom: 0;
  }
  .wpcasterpro-post--podcast--small .wpcasterpro-metadata {
    margin-top: 4px;
    padding: 0;
  }
  .wpcasterpro-post--podcast--vertical {
    margin-bottom: 20px;
    padding: 0;
  }
  .wpcasterpro-post--podcast--vertical .wpcasterpro-post__header {
    width: 100%;
    height: auto;
  }
  .wpcasterpro-post--podcast--vertical
    .wpcasterpro-post__header
    .wpcasterpro-post__thumb {
    height: auto;
    padding-top: 100%;
    position: relative;
  }
  .wpcasterpro-post--podcast--vertical
    .wpcasterpro-post__header
    .wpcasterpro-post__thumb
    img {
    position: absolute;
    top: 0;
    left: 0;
  }
  .wpcasterpro-post--podcast--vertical .wpcasterpro-post__title {
    font-size: 16px;
    margin-bottom: 14px;
  }
  .wpcasterpro-post--podcast--vertical .wpcasterpro-post__content {
    padding: 24px 0 0 0;
    width: 100%;
  }
  .wpcasterpro-post--podcast--vertical span[class^="wpcasterpro-metaitem"] {
    font-size: 12px;
  }
  .wpcasterpro-post--serie__episode {
    transform: translateY(100%);
    transition: transform 0.4s;
    transition-timing-function: 0.1, 0.8, 0.1, 0.95;
  }
  .wpcasterpro-post--serie:hover .wpcasterpro-post--serie__episode {
    transform: translateY(0%);
  }
  .wpcasterpro-post {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  .wpcasterpro-post .wpcasterpro-post__header .wpcasterpro-post__thumb {
    position: relative;
  }
  .wpcasterpro-post .wpcasterpro-post__header .wpcasterpro-post__thumb img {
    transition: opacity var(--wpcasterpro-hover-trtime),
      transform var(--wpcasterpro-hover-trtime),
      -webkit-filter var(--wpcasterpro-hover-trtime);
    transition: opacity var(--wpcasterpro-hover-trtime),
      transform var(--wpcasterpro-hover-trtime),
      filter var(--wpcasterpro-hover-trtime);
    transition: opacity var(--wpcasterpro-hover-trtime),
      transform var(--wpcasterpro-hover-trtime),
      filter var(--wpcasterpro-hover-trtime),
      -webkit-filter var(--wpcasterpro-hover-trtime);
    -webkit-filter: var(--wpcasterpro-hover-img-blur)
      var(--wpcasterpro-hover-img-grayscale)
      var(--wpcasterpro-hover-img-brightness);
    filter: var(--wpcasterpro-hover-img-blur)
      var(--wpcasterpro-hover-img-grayscale)
      var(--wpcasterpro-hover-img-brightness);
    transform: scale3d(
      var(--wpcasterpro-hover-img-scale),
      var(--wpcasterpro-hover-img-scale),
      1
    );
  }
  .wpcasterpro-post .wpcasterpro-post__header .wpcasterpro-post__thumb::after {
    display: block;
    content: " ";
    position: absolute;
    width: 100%;
    height: 100%;
    background: var(--wpcasterpro-hover-color);
    opacity: 0;
    top: 0;
    left: 0;
    transition: opacity var(--wpcasterpro-hover-trtime);
  }
  .wpcasterpro-post:hover
    .wpcasterpro-post__header
    .wpcasterpro-post__thumb
    img {
    -webkit-filter: var(--wpcasterpro-hover-img-blur-hov)
      var(--wpcasterpro-hover-img-grayscale-hov)
      var(--wpcasterpro-hover-img-brightness-hov);
    filter: var(--wpcasterpro-hover-img-blur-hov)
      var(--wpcasterpro-hover-img-grayscale-hov)
      var(--wpcasterpro-hover-img-brightness-hov);
    transform: scale3d(
      var(--wpcasterpro-hover-img-scale-hov),
      var(--wpcasterpro-hover-img-scale-hov),
      1
    );
  }
  .wpcasterpro-post:hover
    .wpcasterpro-post__header
    .wpcasterpro-post__thumb::after {
    opacity: 1;
  }
  .wpcasterpro-pagination {
    max-width: 100%;
    padding: 0;
    margin-top: 70px;
    display: flex;
    justify-content: center;
  }
  .wpcasterpro-pagination::before {
    display: none;
  }
  .wpcasterpro-pagination.qt-ms-item {
    max-width: 100%;
  }
  .wpcasterpro-pagination .dots {
    line-height: 2.5em;
  }
  .wpcasterpro-pagination .wpcasterpro-col {
    padding: 0 !important;
  }
  .wpcasterpro-pagination .page-numbers {
    width: auto;
    display: inline-flex;
  }
  .wpcasterpro-pagination .page-numbers:first-child {
    padding-left: 0;
  }
  .wpcasterpro-pagination .page-numbers.current span {
    background: var(--wpcasterpro-btn-background-color--default);
  }
  .wpcasterpro-pagination .wpcasterpro-num,
  .wpcasterpro-pagination .dots {
    display: inline-flex;
  }
  .wpcasterpro-pageheader__contents {
    padding: 150px 0 70px 0;
  }
  .wpcasterpro-pageheader__contents .wpcasterpro-container {
    margin: 0 auto;
    border: 0px solid;
    max-width: var(--wpcasterpro-container-size);
  }
  .wpcasterpro-pageheader .wpcasterpro-countdown-shortcode {
    margin-top: 10px;
  }
  .wpcasterpro-pageheader .wpcasterpro-post__social a {
    margin: 0 3px;
    height: 30px;
    width: 30px;
    line-height: 29px;
    font-size: 14px;
  }
  .wpcasterpro-pageheader .wpcasterpro-post__social a:hover {
    transition: background 0.3s, color 0.3s;
  }
  .wpcasterpro-pageheader .wpcasterpro-metadata__cats {
    margin-bottom: 0;
    margin-right: 20px;
  }
  .wpcasterpro-pageheader .wpcasterpro-bgimg {
    border-radius: initial;
  }
  .wpcasterpro-pageheader .wpcasterpro-pagecaption {
    margin: 42px auto;
  }
  .wpcasterpro-pageheader h3,
  .wpcasterpro-pageheader h4 {
    margin-top: 0;
  }
  .wpcasterpro-pageheader .wpcasterpro-p-author {
    position: relative;
    padding-right: 22px;
  }
  .wpcasterpro-pageheader .wpcasterpro-p-author::after {
    content: " ";
    display: inline-block;
    width: 10px;
    height: 1px;
    border-top: 1px solid;
    margin-left: 10px;
    position: absolute;
    right: 0;
    top: 50%;
    line-height: inherit;
  }
  .wpcasterpro-pageheader .wpcasterpro-actions {
    height: 110px;
  }
  .wpcasterpro-pageheader .wpcasterpro-actions__cont {
    background: transparent;
    width: 100%;
    height: auto;
    transition: none;
    position: relative;
  }
  .wpcasterpro-pageheader .wpcasterpro-actions__cont:hover {
    position: relative;
  }
  .wpcasterpro-pageheader .wpcasterpro-actions .wpcasterpro-a0 {
    width: 110px;
    height: 110px;
    line-height: 102px;
    border-width: 5px;
  }
  .wpcasterpro-pageheader .wpcasterpro-actions .wpcasterpro-a0 i {
    font-size: 64px;
  }
  .wpcasterpro-pageheader .wpcasterpro-actions .wpcasterpro-a1,
  .wpcasterpro-pageheader .wpcasterpro-actions .wpcasterpro-a2 {
    top: 50%;
    margin-top: -14px;
  }
  .wpcasterpro-pageheader .wpcasterpro-actions .wpcasterpro-a1 {
    margin-left: -120px;
  }
  .wpcasterpro-pageheader .wpcasterpro-actions .wpcasterpro-a2 {
    margin-left: 95px;
  }
  .wpcasterpro-pageheader__breadcrumb {
    top: 0;
    padding: 27px 0;
    width: 100%;
    height: 80px;
  }
  .wpcasterpro-pageheader__breadcrumb .wpcasterpro-breadcrumb {
    padding: 0 27px;
    text-align: right;
    max-width: 1760px;
    margin: 0 auto;
  }
  .wpcasterpro-pageheader__nav-post a:hover .wpcasterpro-tit {
    max-width: 450px;
  }
  .wpcasterpro-pageheader .wpcasterpro-countdown__container {
    margin-top: 0;
  }
  .wpcasterpro-pageheader__qtvideo .wpcasterpro-p-catz {
    margin-left: 0;
  }
  .wpcasterpro-pageheader__qtvideo .wpcasterpro-p-catz a {
    margin-left: 0;
    margin-right: 8px;
  }
  .wpcasterpro-pageheader__qtvideo__related .wpcasterpro-container {
    margin-top: 0 !important;
  }
  .wpcasterpro-pageheader--search .wpcasterpro-pageheader__meta {
    display: flex;
  }
  .wpcasterpro-pageheader--search .wpcasterpro-pageheader__searchform {
    width: calc(33% - 30px);
  }
  #wpcasterpro-body
    .wpcasterpro-master
    .wpcasterpro-pageheader--search
    .wpcasterpro-searchform {
    margin: 0;
  }
  .wpcasterpro-pageheader--podcastarchive
    .wpcasterpro-pageheader__contents__podcastheading
    .wpcasterpro-pagecaption {
    display: block;
    margin-top: 0;
  }
  .wpcasterpro-pageheader--podcastarchive
    .wpcasterpro-pageheader--podcastarchive__featured {
    width: 200px;
    height: 200px;
    margin-right: 70px;
  }
  .wpcasterpro-pageheader--podcastarchive--feat
    .wpcasterpro-pageheader__contents__podcastheading {
    width: calc(100% - 300px);
  }
  .wpcasterpro-pageheader--podcastarchive--feat .wpcasterpro-pagecaption {
    font-size: 3.7778rem;
  }
  .wpcasterpro-pageheader__actions {
    margin: 32px 0 40px 0;
  }
  .wpcasterpro-pageheader--podcastarchive.wpcasterpro-pageheader--podcastarchive--banner
    .wpcasterpro-pageheader__actions {
    display: inline;
    float: left;
    width: auto;
    clear: none;
  }
  .wpcasterpro-pageheader--podcastarchive.wpcasterpro-pageheader--podcastarchive--banner
    .wpcasterpro-metadata {
    display: inline;
    position: absolute;
    bottom: 55px;
    right: 0;
  }
  .wpcasterpro-pageheader--podcastarchive.wpcasterpro-pageheader--podcastarchive--banner
    .wpcasterpro-pageheader--podcastarchive__featured {
    margin-left: 36px;
  }
  .wpcasterpro-pageheader--podcastarchive.wpcasterpro-pageheader--podcastarchive--banner
    .wpcasterpro-pageheader__contents__podcastheading {
    position: relative;
    width: calc(100% - 310px);
  }
  .wpcasterpro-pageheader--podcastarchive.wpcasterpro-pageheader--podcastarchive--banner
    .wpcasterpro-pageheader__contents__podcastheading
    .wpcasterpro-pagecaption {
    display: block;
    margin: 25px 0 10px 0;
    text-shadow: 0 4px 0 rgba(0, 0, 0, 0.5);
  }
  .wpcasterpro-pageheader--podcastarchive.wpcasterpro-pageheader--podcastarchive--banner
    .wpcasterpro-pageheader--banner {
    margin-bottom: -100px;
    height: 320px;
  }
  .wpcasterpro-pageheader__contents__podcastheading .wpcasterpro-pagecaption {
    font-size: 3.7778rem;
  }
  .wpcasterpro-cat,
  .wpcasterpro-tags a {
    font-size: 0.833333rem;
  }
  .wpcasterpro-entrycontent {
    padding-bottom: 120px;
  }
  .wpcasterpro-entrycontent blockquote,
  .wpcasterpro-entrycontent .wp-block-quote {
    margin: 70px auto 60px auto;
    padding: 80px 50px 60px 50px;
  }
  .wpcasterpro-entrycontent > pre {
    padding: 40px;
  }
  .wpcasterpro-entrycontent .wp-block-pullquote.aligncenter blockquote,
  .wpcasterpro-entrycontent .wp-block-pullquote.alignwide blockquote,
  .wpcasterpro-entrycontent .wp-block-pullquote.alignfull blockquote {
    margin-top: 50px;
    margin-bottom: 24px;
  }
  .wpcasterpro-entrycontent .wp-block-pullquote p {
    font-size: 1.46rem;
  }
  .wpcasterpro-entrycontent .wp-block-pullquote.alignleft,
  .wpcasterpro-entrycontent .wp-block-pullquote.alignright,
  .wpcasterpro-entrycontent .wp-block-pullquote.alignleft blockquote,
  .wpcasterpro-entrycontent .wp-block-pullquote.alignright blockquote {
    padding-right: 0;
    padding-left: 0;
  }
  .wpcasterpro-entrycontent img.aligncenter {
    margin-left: auto;
    margin-right: auto;
  }
  .wpcasterpro-entrycontent .alignfull.wp-block-pullquote blockquote {
    margin-top: 80px;
  }
  .wpcasterpro-entrycontent .wp-block-gallery.alignfull {
    margin-top: 65px;
  }
  .wpcasterpro-single__nosidebar
    .wpcasterpro-entrycontent
    .alignfull.wp-block-pullquote
    blockquote {
    margin-top: 90px;
    margin-bottom: 60px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .wpcasterpro-single__nosidebar .wpcasterpro-featuredcontent,
  .wpcasterpro-single__nosidebar .wpcasterpro-entrycontent {
    max-width: var(--wpcasterpro-max-content-width);
  }
  .wpcasterpro-single__nosidebar .wpcasterpro-entrycontent .alignwide {
    margin-left: -70px;
    margin-right: -70px;
    max-width: 910px;
    padding-left: 0;
    padding-right: 0;
  }
  .wpcasterpro-the_content {
    padding-bottom: 70px;
  }
  .wpcasterpro-maincontent__featured.wpcasterpro-portrait {
    max-width: var(--wpcasterpro-max-content-width);
  }
  .wpcasterpro-sidebar__main {
    margin-top: 0;
  }
  .wpcasterpro-sidebar__offcanvas {
    padding: 30px;
  }
  .wpcasterpro-podcast-slider .owl-carousel.wpcasterpro-owl-theme .owl-dots {
    margin-top: 34px;
  }
  .wpcasterpro-podcast-slider .owl-carousel.wpcasterpro-owl-theme .owl-nav {
    width: 1240px;
    left: 50%;
    margin-left: -620px;
  }
  .wpcasterpro-podcast-slider
    .owl-carousel.wpcasterpro-owl-theme
    .owl-nav
    .owl-prev,
  .wpcasterpro-podcast-slider
    .owl-carousel.wpcasterpro-owl-theme
    .owl-nav
    .owl-next {
    transform: none;
  }
  .wpcasterpro-podcast-slider {
    transform: translateZ(0.000001px);
  }
  .wpcasterpro-podcast-slider .owl-carousel .owl-stage-outer {
    overflow: visible;
  }
  .wpcasterpro-podcast-slider .wpcasterpro-post-podcast-slider {
    padding: 0 106px;
    transform: scale(0.7) translateZ(0.000001px);
    -webkit-filter: brightness(0.4);
    filter: brightness(0.4);
    transition: transform 0.6s ease, -webkit-filter 0.4s ease;
    transition: transform 0.6s ease, filter 0.4s ease;
    transition: transform 0.6s ease, filter 0.4s ease, -webkit-filter 0.4s ease;
  }
  .wpcasterpro-podcast-slider
    .wpcasterpro-post-podcast-slider
    .wpcasterpro-post-podcast-slider__thumb {
    width: 390px;
    padding-top: 390px;
  }
  .wpcasterpro-podcast-slider .wpcasterpro-post__title {
    font-size: 3.7778rem;
  }
  .wpcasterpro-podcast-slider .active .wpcasterpro-post-podcast-slider {
    -webkit-filter: brightness(1);
    filter: brightness(1);
    transform: scale(1) translateZ(0.000001px);
  }
  .wpcasterpro-podcast-slider--featured
    .owl-carousel.wpcasterpro-owl-theme
    .owl-dots {
    left: 0;
    margin: 0;
    left: 50%;
    transform: translateX(-750px) rotate(90deg);
  }
  .wpcasterpro-podcast-slider--featured
    .owl-carousel.wpcasterpro-owl-theme
    .owl-nav {
    top: 50%;
    transform: rotate(90deg) translateX(0%) translateY(0px);
    right: 50%;
    margin-right: -720px;
    width: auto;
    left: auto;
    margin-left: auto;
  }
  .wpcasterpro-post-podcast-slider--featured__content {
    padding: 0 60px;
    max-width: 1240px;
    padding: 20px 424px 20px 0;
  }
  .wpcasterpro-post-podcast-slider--featured__content h2 {
    font-size: 3.5rem;
    margin: 30px 0;
    max-width: 620px;
    line-height: 1.15em;
  }
  .wpcasterpro-post-podcast-slider--featured .wpcasterpro-caption {
    margin: 0 0 22px 0;
  }
  .wpcasterpro-post-podcast-slider--featured .wpcasterpro-metadata {
    margin: 30px 0;
  }
  .wpcasterpro-post-podcast-slider--featured ul.qtmplayer-playlist {
    margin-top: 50px;
  }
  .wpcasterpro-podcast-slider--default
    ul.qtmplayer-playlist
    li.qtmplayer-trackitem {
    padding: 12px 4px;
    border: 2px solid rgba(150, 150, 150, 0);
    transition: padding 0.7s, border 0.7s;
  }
  .wpcasterpro-podcast-slider--default
    ul.qtmplayer-playlist
    li.qtmplayer-trackitem.qtmplayer-played {
    padding: 12px 24px;
    border: 2px solid rgba(150, 150, 150, 0.15);
  }
  .wpcasterpro-podcast-slider--center
    .wpcasterpro-post-podcast-slider--featured__content {
    padding: 20px 5%;
  }
  .wpcasterpro-podcast-slider--center
    .wpcasterpro-post-podcast-slider--featured__content
    h2 {
    margin: 0 auto;
    max-width: 1000px;
  }
}
body {
  background-color: var(--wpcasterpro-colors-background);
  color: var(--wpcasterpro-colors-ink);
}
.wpcasterpro-global {
  background-color: var(--wpcasterpro-colors-background);
}
.wpcasterpro-caption::before {
  border-color: var(--wpcasterpro-colors-captions);
}
h1,
h2,
h3,
h4,
h5,
h6,
.wpcasterpro-color-h,
.wpcasterpro-paper > h1,
.wpcasterpro-paper > h2,
.wpcasterpro-paper > h3,
.wpcasterpro-paper > h4,
.wpcasterpro-paper > h5,
.wpcasterpro-paper > h6,
.wpcasterpro-caption span::after {
  color: var(--wpcasterpro-colors-captions);
}
.wpcasterpro-caption--neg::before {
  border-color: var(--wpcasterpro-colors-paper);
}
.wpcasterpro-caption--neg span {
  color: var(--wpcasterpro-colors-captions);
}
.wpcasterpro-caption--neg span::after {
  background-color: var(--wpcasterpro-colors-paper);
}
.wpcasterpro-paper,
.wpcasterpro-waves-layer > div::before,
.wpcasterpro-paper .wpcasterpro-waves-layer > div::after,
.woocommerce-Tabs-panel,
.woocommerce-customer-details address {
  border-color: var(--wpcasterpro-colors-paper);
}
a,
.wpcasterpro-menubar > li:hover > a > span,
.wpcasterpro-menu-tree li ul li.wpcasterpro-open > a:not(.wpcasterpro-openthis),
.wpcasterpro-widget ul li .comment-author-link a,
.wpcasterpro-widget ul li::before {
  color: var(--wpcasterpro-colors-accent);
}
a:hover {
  color: var(--wpcasterpro-colors-accent--hover);
}
.wpcasterpro-entrycontent p.has-drop-cap,
.wpcasterpro-entrycontent blockquote,
.wpcasterpro-entrycontent .wp-block-quote,
blockquote,
blockquote::before,
.wpcasterpro-single .wpcasterpro-entrycontent .wp-block-quote {
  border-color: rgba(var(--wpcasterpro-colors-ink), 0.2);
}
#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment,
.wpcasterpro-paper,
.wpcasterpro-menubar ul li li,
.wpcasterpro-menu-horizontal .wpcasterpro-menubar > li ul li,
blockquote::before {
  background-color: var(--wpcasterpro-colors-paper);
  color: var(--wpcasterpro-colors-ink);
}
/*# sourceMappingURL=main.css.map */
