html,body{
	padding: 0;
	margin: 0;
    font-family: 'Lato', sans-serif;
}
html {
    font-size: 16px;
    height: 100vh
}
h1, h2, h3, h4, h5, h6, blockquote {
    font-weight: 400;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1.5;
    -epub-hyphens: auto;
    -ms-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
    overflow-wrap: break-word;
    word-wrap: break-word;
}
body {
    font-family: 'Karla', sans-serif;
    color: #262626;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #12172e;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}
.featured-content {
    color: #fff;
    width: 100%;
}
.featured-content {
    /*background-color: #313131;*/
}
.side-image{
    text-align: center;
}
.side-image img{
    max-width: 200px;
    display: inline-block;
}
@font-face {
	font-family: 'material-design-iconic-font';
	src: url('./../fonts/material-design-iconic-font.woff2') format('woff2');
	font-weight: normal;
	font-style: normal;
}


@media (min-width: 992px){
		#featured.padding-top-bottom, .single-episode #featured.padding-top-bottom, .single-post #featured.padding-top-bottom, .error404 #featured.padding-top-bottom {
    padding-top: 6rem;
    padding-bottom: 6rem;
}
}
	#featured.padding-top-bottom, .single-episode #featured.padding-top-bottom, .single-post #featured.padding-top-bottom, .error404 #featured.padding-top-bottom {
    padding-top: 5rem;
    padding-bottom: 5rem;
}
@media (min-width: 1200px){
    #featured.padding-top-bottom, .single-episode #featured.padding-top-bottom, .single-post #featured.padding-top-bottom, .error404 #featured.padding-top-bottom {
        padding-top: 3rem;
        padding-bottom: 3rem;
    }
}
.featured-content .categories, .featured-content .podcast-episode p.big {
    margin-bottom: 1rem;
    margin-top: 0
}
.opacity-50 {
    opacity: .5;
}
.text-uppercase {
    text-transform: uppercase;
}
.featured-content .entry-title {
    margin-top: 50px;
    color: #d8c6b0;
    margin-bottom: 40px;
}
.button-color.button-filled{
	border-color: #d8c6b0;
    background-color: #d8c6b0;
    color: #fff;
    text-decoration: none;
}
.button, button, input[type="button"], input[type="reset"], input[type="submit"], .pagination .page-numbers {
    display: inline-block;
    background: none;
    background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
    background-color: #000;
    background-color: transparent;
    color: #262626;
    font-size: 1rem;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: .1em;
    line-height: 1.3;
    margin: 0 .4em .6em 0;
    padding: .8835em 0.5em;
    cursor: pointer;
    border: 2px solid #262626;
    border-radius: 3px;
    outline: 0;
    opacity: 1;
    -webkit-transition: color .1s, background-color .1s, border-color .1s;
    -o-transition: color .1s, background-color .1s, border-color .1s;
    transition: color .1s, background-color .1s, border-color .1s;
}
.button-white {
    border-color: #d8c6b0;
    color: #d8c6b0;
}
.button.btn-sm{
    padding: .8835em .7em;
}
.logo{
    text-align: center;
}
.logo img {
    max-width: 200px;
    margin-left: -15px;
    display: inline-block;
}
@media (min-width: 768px){
    .middle-image-mb{
        display: none;
    }
}
@media (max-width: 768px){
    body{
        height: auto;
    }
    .side-image{
        display: none
    }
    .middle-image-mb{
        display: block;
        text-align: center;
    }
    .middle-image-mb img {
        max-width: 150px;
    display: inline-block;
    margin-bottom: 20px;
    margin-top: 20px;
    }
    .featured-content .entry-title{
        text-align: center;
    }
    .button-color.button-filled {
        display: block;
        max-width: 280px;
        margin: 0 auto;
    }
    .button.btn-sm {
        margin-top: 15px;
        margin: 15px 13px;
    }
    .btm-links{
        margin: 0 auto;
        text-align: center;
    }
    #featured.padding-top-bottom, .single-episode #featured.padding-top-bottom, .single-post #featured.padding-top-bottom, .error404 #featured.padding-top-bottom {
        margin-top: 1rem;
        margin-bottom: 1rem;
        padding: 0;
    }
    .mobile-hide{
        display: none;
    }
}
@media (min-width: 1200px){
    .wrapper.wave, .latest-episode{
        min-height: 420px;
    }
    .wrapper.wave {
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        align-items: center;
    }
}
.center-control {
    display: flex;
    justify-content: space-around;
    vertical-align: middle;
    align-items: center;
}

.loader {
    display: inline-block;
    justify-content: center;
    align-items: center;
    visibility: visible;
}
.loader .spinner {
    width: 60px;
    height: 40px;
}
.loader .spinner div {
    background-color: #FFFFFF;
    height: 100%;
    width: 6px;
    display: inline-block;
    -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
    animation: sk-stretchdelay 1.2s infinite ease-in-out;
}
.loader .spinner .rect2 {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
}
.loader .spinner .rect3 {
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
}
.loader .spinner .rect4 {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}
.loader .spinner .rect5 {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
}
@-webkit-keyframes sk-stretchdelay {
  0%,
  40%,
  100% {
    -webkit-transform: scaleY(0.4);
  }
  20% {
    -webkit-transform: scaleY(1);
  }
}
@keyframes sk-stretchdelay {
  0%,
  40%,
  100% {
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
  }
  20% {
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
  }
}
span#sliderSpan {
    margin-right: 10px;
}
.wrapper.wave {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
}
.update-api {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.text-center{
    text-align: center;
}
.update-api .input-group {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.cdnLink {
    width: 300px;
    height: 30px;
    background: transparent;
    border: 1px solid silver;
    border-radius: 2px;
    text-indent: 10px;
    color: silver;
    margin-bottom: 15px;
}
button.update-btn {
    height: auto;
    padding: 5px 10px;
    font-size: 14px;
    color: silver;
    font-weight: 400;
    border: 1px solid;
    display: block;
    margin: 30px auto 0 auto;
}

.update-api .loader.inner{
    display: none;
}

.svgImg{
    background: #efefef;
    border-radius: 3px;
    margin-bottom: 30px;
    padding: 5px;
}


body #content .castilo-mejs-container .mejs-playpause-button.mejs-pause > button, body .featured-content .castilo-mejs-container .mejs-playpause-button > button {
    background: transparent;
    width: 60px;
    height: 60px;
    border-radius: 50px;
    margin-top: -10px;
    border: 3px solid #d8c6b0;
}
body .castilo-mejs-container .mejs-playpause-button.mejs-play > button:before {
    position: relative;
    left: 1px;
    font-size: 35px;
    color: #d8c6b0;
}
body .castilo-mejs-container .mejs-playpause-button.mejs-pause > button:before {
    content: '\f3a7';
    font-size: 35px;
    color: #d8c6b0;
}
@media (min-width: 480px){
    body .castilo-mejs-container .mejs-playpause-button {
        width: 75px;
    }
}

.castilo-mejs-container .mejs-download-button {
    width: 60px;
    height: auto;
    margin-left: 15px;
}
.castilo-mejs-container .mejs-download-button a {
    display: inline-block;
    width: 100%;
    height: 60px;
    border-radius: 50px;
    border: 3px solid #d8c6b0;
    margin-top: -10px;
    background: #d8c6b0;
}
.featured-content .castilo-mejs-container .mejs-download-button a:before {
    font-size: 35px;
    top: 6px;
    left: 0px;
    color: #12172e;
}

body .castilo-mejs-container .mejs-volume-button{
    display: none;
}
.castilo-mejs-container .mejs-controls .mejs-time-rail {
    height: 4px;
    margin-top: 20px;
    padding: 0;
}
.mejs-time-total {
    height: 4px;
}
.mejs-time-total, .mejs-time-buffering, .mejs-time-loaded, .mejs-time-current, .mejs-time-float, .mejs-time-hovered, .mejs-time-float-current, .mejs-time-float-corner, .mejs-time-marker {
    border-radius: 2px;
    cursor: pointer;
    display: block;
    height: 4px;
    position: absolute;
}
.mejs-time-handle {
    visibility: visible;
    width: 13px;
    height: 13px;
    background: #fff;
    top: -4.5px;
    border-radius: 15px !important;
}
.castilo-mejs-container .mejs-controls .mejs-time-slider .mejs-time-hovered{
    visibility: visible;
}
.castilo-mejs-container .mejs-controls .mejs-time-slider .mejs-time-handle{
    visibility: visible;
}
body .featured-content .castilo-mejs-container .mejs-time-float, body .featured-content .castilo-mejs-container .mejs-time-float .mejs-time-float-corner {
    border-top-color: #fff;
    display: none;
}

.shop-now {
    background: #d8c6b0;
    color: #fff;
    border-radius: 3px;
    display: inline-block;
    padding: 5px 15px;
    border-radius: 30px;
    font-size: 20px;
    min-width: 200px;
    text-align: center;
    margin-bottom: 30px;
    margin-top: 40px;
    text-decoration: none;
}

.btm-links.socials a img {
    width: 35px;
    height: 35px;
}

.btm-links.socials a:not(:last-child) {
    display: inline-block;
    margin-right: 15px;
}

body .featured-content .castilo-mejs-container .mejs-time {
    color: #fff;
    display: none;
}

body .castilo-mejs-container .mejs-playpause-button > button:before {
    content: '\f3aa';
    font-size: 35px;
    color: #d8c6b0;
}

@media (max-width: 768px){
    .logo img {
        max-width: 180px;
    }
    .middle-image-mb img {
        max-width: 120px;
    }
    .featured-content .entry-title {
        margin-top: 30px;
        margin-bottom: 20px;
        font-size: 25px;
    }
    .shop-now-wrapper {
        text-align: center;
    }
    .shop-now {
        background: #d8c6b0;
        min-width: 200px;
        text-align: center;
        margin-bottom: 30px;
        margin-top: 10px;
    }
    .shop-now-wrapper {
        text-align: center;
    }
    .logo {
        text-align: center;
        margin-top: 50px;
    }
}

.castilo-mejs-container .mejs-download-button, body .castilo-mejs-container .mejs-playpause-button{
    position: relative;
}
body .castilo-mejs-container .mejs-playpause-button:after {
    content: 'Play';
    position: absolute;
    bottom: -35px;
    transform: translateX(-50%);
    left: 38%;
    font-size: 14px;
    color: #d8c6b0;
}

.castilo-mejs-container .mejs-download-button:after {
    content: 'Download';
    position: absolute;
    bottom: -35px;
    transform: translateX(-50%);
    left: 50%;
    font-size: 14px;
    color: #d8c6b0;
}
@media (max-width: 600px){
    .middle-image-mb img {
        max-width: 100px;
        margin: 0;
        margin-top: 10px;
    }
    .logo img {
        max-width: 100px;
        margin-left: 0;
    }
    .logo p {
        font-size: 11px;
    }
    .featured-content .entry-title {
        margin-top: 15px;
        margin-bottom: 20px;
        font-size: 20px;
    }
    .shop-now {
        background: #d8c6b0;
        min-width: 160px;
        text-align: center;
        margin-bottom: 30px;
        margin-top: -5px;
        padding: 2px 8px;
        color: #12172e;
        font-size: 15px;
    }
    body #content .castilo-mejs-container .mejs-playpause-button.mejs-pause > button, body .featured-content .castilo-mejs-container .mejs-playpause-button > button {
        background: transparent;
        width: 43px;
        height: 43px;
        border-radius: 50px;
        margin-top: 0;
        border: 3px solid #d8c6b0;
    }
    .castilo-mejs-container .mejs-download-button a {
        display: inline-block;
        width: 100%;
        height: 43px;
        border-radius: 50px;
        border: 3px solid #d8c6b0;
        margin-top: 0px;
        background: #d8c6b0;
    }
    .castilo-mejs-container .mejs-download-button {
        width: 43px;
        height: auto;
        margin-left: 15px;
        margin-right: 15px;
    }
    .castilo-mejs-container .mejs-download-button:after {
        content: 'Download';
        bottom: -25px;
    }
    body .castilo-mejs-container .mejs-playpause-button {
        margin-right: 15px;
        margin-left: 15px;
    }
    body .castilo-mejs-container .mejs-playpause-button {
        margin-right: 15px;
    }
    body .castilo-mejs-container .mejs-playpause-button.mejs-play > button:before {
        font-size: 25px;
    }
    .featured-content .castilo-mejs-container .mejs-download-button a:before {
        font-size: 25px;
        top: 0px;
        left: 0px;
    }
    body .castilo-mejs-container .mejs-playpause-button:after {
        content: 'Play';
        bottom: -24px;
    }
}