/*
Theme Name: Fractal
Theme URI: https://pair.com
Author: Pair
Author URI: https://pair.com
Description: A lightweight and skeletal WordPress boilerplate theme for HTML5 and beyond
Version: 1.3
License: MIT
License URI: https://mit-license.org/
Text Domain: fractal
*/

@import url('https://fonts.googleapis.com/css2?family=Bodoni+Moda:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600;1,700;1,800;1,900&family=Lora:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Source+Sans+Pro:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700;1,900&display=swap');
body {
    font-family: 'Lora', serif;
    color: #343434;
    min-height: 100vh;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Poppins', sans-serif;
}

.fractal-upper-background {
    height: 850px;
}

.fractal-lower-background {
    height: 750px;
}

.fractal-background-overlay {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.08;
    background-size: cover !important;
    background-position: center !important;
}

.fractal-homepage-wrapper-inner {
    position: relative;
}

.single-episode-header-inner .subscribe-section a {
    font-size: 60px;
    line-height: 1;
    transition: all 200ms ease;
    color: #343434;
    fill: #343434;
}

.subscribe-section i, .subscribe-section svg {
    padding-bottom: 10px;
}

.fractal-homepage-upper {
    position: absolute;
    height: 450px;
    top: 0;
    left: 0;
    height: 850px;
    width: 100%;
    display: flex;
    align-items: center;
}

.fractal-homepage-lower {
    position: absolute;
    left: 0;
    top: 850px;
    height: 750px;
    width: 100%;
}

body {
    margin: 0px;
    padding: 0px;
}

.homepage-header-single-inner {
    display: flex;
    align-items: flex-start;
    width: 1400px;
    margin: 0 auto;
    color: #fff;
}

.homepage-header-single-inner hr {
    width: 80px;
    height: 2px;
    text-align: left;
    margin: 0;
    background: #fff;
    border: 0px solid #fff;
    display: block;
}

.homepage-header-single-inner .slide-right {
    width: 500px;
    text-align: center;
}

.slide-right img.episode-image {
    max-width: 100%;
    max-height: 500px;
    display: inline-block;
}

.homepage-header-single-inner h3 {
    font-size: 16px;
    line-height: 1;
}

.homepage-header-single-inner .slide-left {
    flex: 1;
    padding-right: 40px;
}

.homepage-header-single-inner h2 {
    font-size: 48px;
    line-height: 1;
    margin-top: 16px;
}

.fractal-homepage-upper-inner {
    position: relative;
    width: 100%;
    display: block;
    margin-top:30px;
}

button.slick-arrow {
    background: none;
    border: none;
    font-size: 15px;
    top: 50%;
    position: absolute;
    margin-top: -60px;
    z-index: 9999;
}

button.slick-arrow i {
    font-size: 60px;
    color: #fff;
    opacity: 0.6;
}

button.slide-arrow.prev-arrow.slick-arrow {
    left: 50px;
}

button.slide-arrow.next-arrow.slick-arrow {
    right: 50px;
}

button.slick-arrow {
    background: none;
    border: none;
    font-size: 15px;
    top: 50%;
    position: absolute;
    margin-top: -60px;
    z-index: 9999;
}

button.slick-arrow i {
    font-size: 60px;
    color: #fff;
    opacity: 0.6;
}

button.slide-arrow.prev-arrow.slick-arrow {
    left: 50px;
}

button.slide-arrow.next-arrow.slick-arrow {
    right: 50px;
}

ul.slick-dots button {
    /* display: none; */
    font-size: 0;
    width: 18px;
    height: 18px;
    display: block;
    border-radius: 50%;
    border: 0px;
    opacity: 0.6;
}

ul.slick-dots {
    list-style-type: none;
    text-align: center;
}

ul.slick-dots li:before {
    background-color: transparent;
    border: 4px solid #fff;
    border-radius: 50%;
    display: inline-block;
    height: 20px;
    width: 20px;
}

ul.slick-dots li {
    display: inline-block;
    margin: 0 5px;
}

li.slick-active button {
    background: #000;
    background: none;
    border: 3px solid #fff;
    width: 16px;
    height: 18px;
}

.body-posts-inner {
    max-width: 1200px;
    margin: 0 auto;
}

.body-posts-top-inner>div {
    display: inline-block;
    width: 50%;
}

.body-posts-top-inner {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.body-post-link {
    text-align: right;
}

.body-post-title h2 {
    font-size: 48px;
}

.body-post-link a {
    text-decoration: none;
    font-weight: 700;
    font-size: 24px;
    font-family: 'Poppins', sans-serif;
    background: #752697;
    padding: 30px;
    border-radius: 500px;
    color: #fff !important;
    font-kerning: auto;
    transition: all 250ms ease;
}

.ebs-image img {
    max-width: 100%;
}

.ebs-image {
    width: 260px;
}

.episode-body-single-inner {
    display: flex;
    align-items: flex-start;
    margin-bottom: 50px;
}

.ebs-content {
    flex: 1;
    padding-left: 30px;
}

.ebs-title-bar {
    display: flex;
    border-bottom: 2px solid #51feb3;
    margin-bottom: 15px;
}

.ebs-title-bar .title {
    flex: 1;
}

.ebs-title-bar h4 {
    flex: 1;
}

.ebs-title-bar .date {
    width: 220px;
    text-align: right;
}

.ebs-title-bar h3 {
    margin-bottom: 0px;
    padding-bottom: 10px;
    /* border-bottom: 2px solid #79b7b1; */
    margin-top: 0px;
    font-size: 22px;
}

.ebs-excerpt {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 20px;
}

.ebs-bottom-bar a {
    font-size: 18px;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
    color: #752395;
    font-family: 'Poppins', sans-serif;
    border: 4px solid #722092;
    padding: 10px 15px;
    border-radius: 100px;
    margin-top: 25px;
    transition: all 250ms ease;
}

.ebs-bottom-bar i {
    font-size: 25px;
    vertical-align: top;
    line-height: 27px;
    padding-left: 5px;
}

.ebs-bottom-bar {
    padding-top: 20px;
}

.homepage-header-content-inner {
    max-width: 1400px;
    margin: 0 auto;
    background: #fff;
    border-radius: 20px;
    display: flex;
    position: relative;
    min-height: 550px;
    border-radius: 20px;
    overflow: hidden;
    align-items: center;
}

.img-section {
    width: 550px;
    height: 550px;
    background-position: center;
    background-size: cover;
}

.hc-section {
    flex: 1;
    padding: 40px 80px;
}

.hc-section-inner h4 {
    margin-top: 0px;
    margin-bottom: 5px;
    text-align: left;
    font: normal normal 800 16px/38px Poppins;
    letter-spacing: 0.96px;
    text-transform: uppercase;
}

hr {
    border: 1px solid #4bf7ad;
    width: 80px;
    margin-left: 0px;
}

.hc-section-inner h1 {
    text-align: left;
    font: normal normal bold 48px/72px Poppins;
    letter-spacing: 0px;
    color: #343434;
    opacity: 1;
    line-height: 1;
    margin-top: 25px;
    margin-bottom: 30px;
}

.hc-section-inner p {
    margin-top: 0px;
}

.fractal-homepage-lower {
    display: flex;
    justify-content: center;
    align-items: center;
}

.subscribe-section-inner{
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    row-gap: 10px;
}

.play-icon, .pause-icon {
    color: black!important;
}

a.content-link {
    background: #701f91;
    color: #fff;
    padding: 25px;
    display: inline-block;
    border-radius: 50px;
    font: normal normal 800 20px/30px Poppins;
    letter-spacing: 0.6px;
    color: #FFFFFF;
    text-transform: uppercase;
    opacity: 1;
    text-decoration: none;
    margin-top: 20px;
    transition: all 250ms ease;
    color: #fff !important;
}

.body-posts {
    padding: 120px 40px;
}

.stay-connected-bar-inner {
    max-width: 1780px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    padding: 0 40px;
}

.stay-connected-bar {
    background: #56889d;
    color: #fff;
}

.stay-connected-bar a {
    color: #fff;
    font-size: 50px;
}

.stay-connected-bar-inner .sub-title {
    max-width: 540px;
    width: 100%;
}

.stay-connected-bar-inner .social-icons {
    flex: 1;
    text-align: right;
}

.stay-connected-images-inner {
    display: flex;
    align-content: flex-start;
    align-items: center;
    justify-content: space-around;
    max-width: 1780px;
    margin: 0 auto;
    padding: 0 40px;
}

.stay-connected-images-inner img {
    max-width: 400px;
    max-width: 23%;
}

.stay-connected-images-img {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 400px;
    width: 400px;
}

.stay-connected-images {
    position: absolute;
    width: 100%;
    top: 132px;
}

.stay-connected-images {}

.stay-connected-bar {
    /* position: relative; */
    height: 250px;
    margin-bottom: 400px;
}

.stay-connected-section-inner {
    position: relative;
}

body .stay-connected-bar-inner .sub-title h3 {
    text-align: left;
    font: normal normal bold 48px/72px Poppins;
    letter-spacing: 0px;
    color: #FFFFFF;
    opacity: 1;
    margin: 30px 0px;
}

.social-icons {}

.social-icons a {
    margin: 0px 10px;
    transition: all 250ms ease;
}

.social-icons a:last-child {
    margin-right: 0px;
}

.sub-cta-inner {
    width: 100%;
    max-width: 1780px;
    margin: 0 auto;
    display: flex;
    align-items: center;
}

.sub-cta-inner {}

.sub-cta-inner .text-content {
    flex: 1;
}

body .sub-cta h3 {
    text-align: left;
    font: normal normal bold 70px/106px Poppins;
    letter-spacing: 0px;
    color: #FFFFFF;
    opacity: 1;
}

body .sub-cta h4 {
    text-align: left;
    font: normal normal 800 16px/38px Poppins;
    letter-spacing: 0.96px;
    color: #FFFFFF;
    text-transform: uppercase;
    opacity: 1;
    margin: 0;
    margin-bottom: 5px;
}

.subscribe-buttons {
    min-width: 340px;
}

.single-host-inner {
    display: flex;
    width: 1420px;
    max-width: 90%;
    margin: 0 auto;
    background: #9ba3bb;
    color: #fff;
    border-radius: 20px;
    overflow: hidden;
    height: 550px;
}

.single-host-inner .image-section {
    width: 570px;
    background-position: center !important;
    background-size: cover !important;
}

.single-host-inner .content-section {
    flex: 1;
    padding: 40px;
    height: 500;
    position: relative;
}

a.hosts-link {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 1px 5px 4px #00000040;
    border: 3px solid #0C66A1;
    border-radius: 33px;
    opacity: 1;
    padding: 15px;
    text-align: center;
    font: normal normal 800 20px/30px Poppins;
    letter-spacing: 0.6px;
    color: #0C66A1;
    text-transform: uppercase;
    opacity: 1;
    text-decoration: none;
    display: inline-block;
    transition: all 250ms ease;
    position: absolute;
    bottom: 40px;
    left: 40px;
}

.host-content {
    text-align: left;
    font: normal normal normal 20px/28px Lora;
    letter-spacing: 0px;
    color: #FFFFFF;
    opacity: 1;
}

.single-host-inner h2 {
    text-align: left;
    font: normal normal bold 48px/72px Poppins;
    letter-spacing: 0px;
    color: #FFFFFF;
    opacity: 1;
    font-size: 48px;
    margin: 0;
    margin-bottom: 15px;
}

.host-content p {
    margin-top: 0px;
}

.content-section h5 {
    font-size: 16px;
    margin: 0;
    margin-bottom: 15px;
}

.content-section hr {
    border-color: #fff !important;
}

.hosts-section {
    margin-bottom: 120px;
}

.subscribe-links>div {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.subscribe-links>div a {
    margin: 0px 10px;
}

.single-host-inner.no-image .image-section {
    display: none;
}


/* Single Episode */

.single-episode-header-inner {
    max-width: 1500px;
    padding: 0 40px;
    margin-top: 171px;
    margin-bottom: 100px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
}

.single-episode-header-inner h2 {
    text-align: left;
    font: normal normal 800 16px/38px Poppins;
    letter-spacing: 0.96px;
    color: #343434;
    text-transform: uppercase;
}

.single-episode-header-inner h1 {
    text-align: left;
    font: normal normal bold 48px/72px Poppins;
    letter-spacing: 0px;
    color: #343434;
    margin-top: 20px;
    margin-bottom: 15px;
}

.single-episode-header-inner p {
    text-align: left;
    font: normal normal normal 20px/28px Lora;
    letter-spacing: 0px;
    color: #343434;
}

.single-episode-header-inner .subscribe-section h3 {
    font: normal normal 800 16px/38px Poppins;
    letter-spacing: 0.96px;
    color: #343434;
    text-transform: uppercase;
}

.single-episode-header-inner {}

.subscribe-section a {
    margin: 0 10px;
}

.subscribe-section a:first-of-type {
    margin-left: 0px;
}

.subscribe-section a:last-of-type {
    margin-right: 0px;
}

.single-episode-header-inner .subscribe-section {
    margin-bottom: 40px;
}

.single-episode-header-inner .header-content {
    flex: 1;
    padding-right: 80px;
}

.single-episode-header-inner .header-image {
    width: 550px;
    height: 550px;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}

.se-content-inner,
.se-content-inner li {
    text-align: left;
    font: normal normal normal 20px/28px Lora;
    letter-spacing: 0px;
    color: #343434;
}

.se-content-inner {
    flex: 1;
    margin-right: 80px;
}

.se-content-inner h1 {
    font: normal normal bold 48px/72px Poppins;
}

.single-episode-content-area-inner {
    max-width: 1500px;
    margin: 0 auto;
    padding: 0 50px;
    padding-bottom: 50px;
    border-bottom: 1px solid #ababab;
}

.se-content {
    display: flex;
}

.se-content-sidebar {
    width: 550px;
}

.single-episode-content-area {
    background: #f5f5f5;
    padding-top: 75px;
}

.recent-episodes-section-inner {
    max-width: 1800px;
    padding: 0px 50px;
    margin: 0 auto;
}

.recent-episodes-roll {
    display: flex;
    align-content: space-between;
    justify-content: space-between;
    align-items: flex-start;
}

.single-recent .image-cont {
    width: 550px;
    height: 550px;
    background: #000;
    position: relative;
    background-size: cover !important;
    background-position: center !important;
}

.single-recent {
    background: #f5f5f5;
    border-radius: 20px;
    overflow: hidden;
    width: 550px;
}

.single-recent .title-cont h3 {
    /* padding: 0 30px; */
    display: block;
    text-align: left;
    text-align: left;
    font: normal normal bold 24px/35px Poppins;
    letter-spacing: 0px;
    color: #343434;
}

.single-recent .image-cont a {
    position: absolute;
    left: 30px;
    bottom: 30px;
    font: normal normal 800 18px/27px Poppins;
    letter-spacing: 0.49px;
    color: #FFFFFF;
    text-transform: uppercase;
    text-decoration: none;
    background: blue;
    padding: 12px 25px;
    border-radius: 100px;
    transition: all 250ms ease;
}

.single-recent .title-cont {
    padding: 10px 20px;
    min-height: 200px;
}

.single-recent .title-cont h4 {
    font: normal normal bold 18px/27px Poppins;
    letter-spacing: 0px;
    color: #343434;
    text-transform: uppercase;
    text-align: left;
}

.recent-episodes-section-inner {
    text-align: center;
}

.recent-episodes-section-inner h2 {
    font-size: 48px;
    color: #fff;
    margin-bottom: 40px;
}

.recent-episodes-section {
    background-image: linear-gradient(#628ba9, #3d2e83);
    position: relative;
    height: 1000px;
}

.recent-episodes-section-overlay {
    background: url('https://pairprojectdemo.pairsite.com/wp-content/themes/fractal/assets/images/elegant-background.jpg');
    width: 100%;
    height: 100%;
    z-index: 1;
    position: absolute;
    opacity: .08;
}

.recent-roll-abs-cont {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 10;
}

.image-cont a i {
    font-size: 17px;
    text-align: center;
    margin-left: 10px;
}


/* Taxonomy Page */

.podcast-category-top-inner {
    padding-top: 30px;
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
}

.sort-search {
    display: flex;
    align-items: center;
}

.podcast-category-top-inner h1 {
    text-align: center;
    text-transform: capitalize;
    font-size: 48px;
    letter-spacing: 0px;
    color: #343434;
    font-weight: bold;
    margin-bottom: 60px;
}

.search-function {
    flex: 1;
}

.sort-function {
    width: 400px;
}

.sort-function h3 {
    margin: 0px;
    font-size: 28px;
    margin-bottom: 15px;
}

select#sort-episodes {
    width: 100%;
    padding: 15px 20px;
    color: #343434;
    letter-spacing: 0px;
    color: #343434;
    font-size: 28px;
    font-weight: 200;
    border-radius: 50px;
}

.cat-list {
    max-width: 1200px;
    margin: 0 auto;
    margin-top: 75px;
    width: 100%;
}

.podcast-category-cont {
    padding: 0px 50px;
}

.cat-list article {
    display: flex;
    align-items: flex-start;
    margin-bottom: 50px;
}

.single-episode-image-cont {
    width: 300px;
}

.single-episode-content-cont {
    flex: 1;
    padding-left: 30px;
}

.cat-list .single-image {
    width: 300px;
    height: 300px;
    background-position: center !important;
    background-size: cover !important;
}

.single-episode-title {
    display: flex;
    padding-bottom: 20px;
    border-bottom: 2px solid;
    align-items: flex-start;
    margin-bottom: 25px;
}

.cat-list .single-episode-title h4 {
    width: 250px;
    padding-left: 20px;
}

.cat-list .single-episode-title h3 {
    flex: 1;
}

.single-episode-title h3,
.single-episode-title h4 {
    font-size: 24px;
    margin: 0px;
}

.single-episode-content p {
    font-size: 20px;
    line-height: 1.5;
    margin: 0px;
    margin-bottom: 30px;
}

.single-episode-content a.single-episode-link {
    font-size: 18px;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
    color: #752395;
    border: 4px solid #722092;
    padding: 10px 15px;
    border-radius: 100px;
    transition: all 250ms ease;
    display: inline-block;
}

.cat-pagination-cont-inner {
    width: 100%;
    max-width: 1500px;
    padding: 0px 50px;
    margin: 0 auto;
    text-align: center;
    position: relative;
    margin-top: 120px;
    margin-bottom: 45px;
    border-top: 2px solid #e5e5e5;
    padding-top: 40px;
}

a.pagination-square.numbered-page {
    font-size: 19px;
    text-decoration: none;
    width: 33px;
    height: 33px;
    display: inline-block;
    font-weight: bold;
    text-align: center;
}

a.pagination-square.numbered-page.active {
    background: #000;
    border-radius: 100px;
    color: #fff;
    line-height: 33px;
}

a.pagination-square.arrowed-nav.next {
    position: absolute;
    right: 0;
    top: 43px;
    bottom: auto;
    text-decoration: none;
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
}

a.pagination-square.arrowed-nav.next i {
    margin-left: 5px;
}

a.pagination-square.arrowed-nav.previous {
    position: absolute;
    left: 0;
    top: 7px;
    bottom: auto;
    text-decoration: none;
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
}

a.pagination-square.arrowed-nav.previous i {
    margin-right: 5px;
}

.top-header.homepage-header {
    position: absolute;
    top: 0;
    height: 130px;
    width: 100%;
    z-index: 999;
    color: #fff;
}

.top-header-inner {
    width: 100%;
    max-width: 1700px;
    margin: auto;
    /* padding: 0px 50px; */
    display: flex;
    align-content: space-between;
    justify-content: center;
    align-items: center;
    height: 100%;
}

ul.menu li {
    list-style-type: none;
    display: inline-block;
    text-decoration: none;
    color: #fff;
}

ul.sub-menu {
    display: none;
}

ul.menu>li:hover>.sub-menu {
    display: block;
    position: absolute;
    padding-top: 5px;
    /* background: #fff; */
    padding-bottom: 10px;
    padding-left: 5px;
    color: #fff;
}

ul.menu li a {
    color: #fff;
    text-decoration: none;
    font: normal normal bold 24px/35px Poppins;
    letter-spacing: 0px;
    color: #FFFFFF;
    padding: 0px 10px;
    font-size: 15px;
    line-height: 18px;
}

.header-social-container-inner a {
    color: #fff;
    font-size: 30px;
    padding: 0px 7px;
}

.mobile-social-container {
    width: 100%;
    padding-top: 50px;
    text-align: center;
}

.header-social-container {
    max-width: 430px;
    text-align: right;
    padding-right: 50px;
}

.top-header-inner .menu-container {
    flex: 1;
    padding: 0 30px;
}

.top-header-inner .logo-container {
    width: 210px;
    padding-left: 50px;
}

.footer-inner {
    display: flex;
    width: 100%;
    max-width: 2000px;
    align-items: flex-start;
    align-content: stretch;
    justify-content: flex-start;
    margin: auto;
}

.footer-inner>div {
    width: 33%;
    padding: 0px 50px;
}

footer.footer {
    background: #1d1d1d;
    color: #fff;
    padding: 75px 0px;
    position: sticky;
    top: 100vh;
    width: 100%;
}

.footer-inner h2,
.footer-inner h3 {
    text-align: left;
    font: normal normal bold 38px/57px Poppins;
    letter-spacing: 0px;
    color: #FFFFFF;
    margin-bottom: 15px;
}

.footer-inner p {
    text-align: left;
    font: normal normal normal 18px/28px Lora;
    letter-spacing: 0px;
    color: #FFFFFF;
    margin: 0px;
}

p.footer__copyright {
    margin-top: 25px;
}

.footer-inner h2 {}

.latest-episodes-footer li {
    list-style: none;
    padding: 0px;
    margin-bottom: 10px;
}

.latest-episodes-footer ul {
    margin: 0px;
    padding: 0px;
}

.latest-episodes-footer li a {
    color: #fff;
    text-decoration: none;
    text-align: left;
    font: normal normal 600 20px/30px Poppins;
    letter-spacing: 0px;
    color: #FFFFFF;
    transition: all 250ms ease;
}

.logo-container-inner img {
    max-width: 100%;
    max-height: 130px;
}

.inner-page-header .menu ul li a {
    color: #343434;
    transition: all 250ms ease;
}

.top-header.inner-page-header {
    top: 0;
    left: 0;
    right: 0;
    -webkit-box-shadow: 0px 2px 19px 5px #00000030;
    box-shadow: 0px 2px 19px 5px #00000033;
    margin-bottom: 75px;
}

.top-header.inner-page-header .header-social-container a {
    color: #343434;
    transition: all 250ms ease;
}

.top-header.inner-page-header .header-social-container a:hover {
    color: #707070;
}

.se-content-sidebar a {
    font-size: 40px;
    padding: 0px 9px;
    color: #343434;
    transition: all 250ms ease;
}

.se-content-sidebar a:hover {
    color: #707070;
}

.se-content-sidebar a:first-child {
    padding-left: 0px;
}

.se-content-inner a {
    color: #343434;
}

.se-content-inner a:hover {
    color: #707070;
}

.inner-page-header .menu ul li a:hover {
    color: #707070;
}

main.single-page.main {
    margin-top: 160px;
    max-width: 1500px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 100px;
    padding: 0px 50px;
}

h1.post__title {
    font-size: 72px;
    letter-spacing: 0px;
    margin-top: 0px;
    margin-bottom: 25px;
    line-height: 1;
}

body.page-template-page-about-the-pod .container article {
    width: 100%;
    max-width: 1500px;
    margin: auto;
    margin-bottom: 75px;
}

.page-single-host .host-content-section {
    color: #fff;
    flex: 1;
}

.host-page-section-inner {
    max-width: 1500px;
    padding: 75px 50px;
    margin: 0 auto;
}

.page-single-host-inner {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    align-content: stretch;
}

.page-single-host-inner .host-image-section {
    width: 400px;
    max-width: 100%;
}

body.single article {
    max-width: 1500px;
    padding: 0 50px;
    margin: auto;
    margin-bottom: 150px;
}

.sub-cta-inner .text-content {
    padding-left: 50px;
}

.sub-cta-inner .subscribe-buttons {
    padding-right: 50px;
}

article.fourofour {
    text-align: center;
    margin-bottom: 150px;
}

.menu-container.inner-header-menu ul.menu li a {
    color: #343434;
}

.top-header.mobile-header {
    display: none;
}

.mobile-menu {
    display: none;
}

@media screen and (max-width: 1700px) {
    .cat-pagination-cont-inner {
        padding-left: 0px;
        padding-right: 0px;
    }
    .se-content {
        display: flex;
        flex-direction: column-reverse;
    }
    .se-content-inner {
        margin-right: auto;
    }
    .single-recent .image-cont {
        width: 300px;
        height: 300px;
    }
    .single-recent-inner {}
    .single-recent {
        width: 300px;
    }
    .recent-episodes-roll {
        display: flex;
        align-content: space-between;
        justify-content: space-between;
        align-items: flex-start;
        max-width: 1000px;
        margin: 0 auto;
    }

    .stay-connected-images-img {
        height: 350px;
        width: 350px;
    }
}

@media screen and (max-width: 1600px) {
    button.slide-arrow.slick-arrow {
        display: none !important;
    }
}

@media screen and (max-width: 1500px) {
    .stay-connected-bar {
        margin-bottom: 350px;
    }
    .homepage-header-single-inner {
        width: 1100px;
    }
    button.slide-arrow.slick-arrow {
        display: none !important;
    }
    .fractal-homepage-lower-inner {
        padding: 0 50px;
    }
    .cat-pagination-cont-inner {
        padding-left: 0px;
        padding-right: 0px;
    }

    .stay-connected-images-img {
        height: 300px;
        width: 300px;
    }
}
@media screen and (max-width: 1300px) {
    .fractal-homepage-upper-inner {
        margin-top: 110px;
    }
}

@media screen and (max-width: 1300px) {
    .stay-connected-bar {
        margin-bottom: 180px;
    }
    .hosts-section-inner .slick-arrow {
        display: none;
    }
    .homepage-header-single-inner {
        width: 1000px;
    }
    .homepage-header-content-inner {
        display: flex;
        flex-direction: column;
        width: 550px;
    }
    .fractal-homepage-lower {
        height: 1150px;
    }
    .fractal-lower-background {
        height: 1150px;
    }
    .social-icons a {
        display: inline-block;
        text-align: center;
    }
    .stay-connected-bar-inner .social-icons {
        text-align: center;
    }
    .single-host-inner .image-section {
        display: none;
    }
    .stay-connected-images-img {
        height: 250px;
        width: 250px;
    }
}

@media screen and (max-width: 1100px) {
    .stay-connected-bar a {
        font-size: 40px;
    }
    button.slide-arrow.slick-arrow {
        display: none;
    }
    .homepage-header-single-inner {
        max-width: 100%;
        margin-top: 100px;
    }
    .slide-right {
        display: none;
    }
    .homepage-header-single-inner .slide-left {
        padding: 0 50px;
        height: 600px;
    }
    .single-episode-header-inner {
        display: flex;
        flex-direction: column-reverse;
        width: 100%;
        max-width: 550px;
    }
    .se-content-sidebar {
        width: auto;
    }
    .recent-episodes-section {
        display: none;
    }
    .stay-connected-images-img {
        height: 200px;
        width: 200px;
    }
    .fractal-homepage-upper-inner {
        margin-top: 40px;
    }
}

@media screen and (max-width: 900px) {
    .sort-search {
        display: flex;
        align-items: center;
        flex-direction: column;
        justify-content: center;
    }
    .mobile-menu-container{
        align-items: center;
        display: flex;
        justify-content: center;
    }
    .stay-connected-bar a {
        font-size: 52px;
    }
    .sub-cta-inner .subscribe-buttons {
        padding: 0px;
    }
    .sub-cta-inner .subscribe-buttons a {
        text-align: center;
    }
    .subscribe-links>div {
        display: flex;
        justify-content: space-between;
        align-content: flex-start;
    }
    .stay-connected-images {
        display: none;
    }
    body .sub-cta h4 {
        text-align: center;
        margin-top: 45px;
        font-size: 48px;
        margin-bottom: 30px;
    }
    .page-single-host .host-content-section {
        width: 100%;
        padding: 0px;
    }
    .page-single-host-inner {
        display: flex;
        flex-direction: column;
    }
    .page-single-host-inner .host-image-section {
        margin: 0 auto;
    }
    .single-episode-image-cont {
        width: 100%;
        text-align: center;
    }
    .cat-list article {
        display: block;
    }
    .single-episode-image-cont .single-image {
        width: 400px;
        height: 400px;
        margin: 0 auto;
        margin-bottom: 65px;
    }
    .single-episode-content-cont {
        padding: 0px;
        width: 100%;
        margin: 0 auto;
        max-width: 400px;
    }
    .cat-list .single-episode-title h4 {
        padding-left: 0px;
        margin-top: 15px;
        font-size: 20px;
    }
    .single-episode-title {
        display: block;
        padding-bottom: 10px;
    }
    .footer-inner {
        display: flex;
        flex-wrap: wrap;
    }
    .footer-inner>div {
        width: 100%;
    }
    .sub-cta-inner {
        padding: 0px;
    }
    .stay-connected-bar {
        height: auto;
    }
    .stay-connected-bar-inner .social-icons {
        padding-bottom: 30px;
    }
    .episode-body-single-inner {
        display: flex;
        flex-wrap: wrap;
    }
    .episode-body-single-inner>div {
        width: 100%;
    }
    .episode-body-single-inner>div.ebs-content {
        padding-left: 0px;
        margin-top: 35px;
        margin-bottom: 50px;
    }
    .episode-body-single-inner>div.ebs-content:last-child {
        margin-bottom: 0px;
    }
    .stay-connected-images-inner {
        display: none;
    }
    .stay-connected-bar-inner {
        display: flex;
        flex-wrap: wrap;
    }
    .stay-connected-bar-inner {
        height: auto;
    }
    .stay-connected-bar-inner>div {
        width: 100% !important;
        max-width: 100% !important;
    }
    .stay-connected-bar-inner .social-icons {
        text-align: center;
    }
    body .stay-connected-bar-inner .sub-title h3 {
        text-align: center;
    }
    .fractal-homepage-lower {
        display: none;
    }
    .fractal-lower-background {
        display: none;
    }
    .ebs-bottom-bar a {
        font-size: 25px;
    }
    .ebs-bottom-bar i {
        font-size: 30px;
        line-height: 37px;
    }
    .episode-roll-inner {
        max-width: 500px;
        margin: auto;
    }
    .stay-connected-bar {
        margin-bottom: 0px;
    }
    button.host.slide-arrow {
        display: none !important;
    }
    .top-header.homepage-header {
        display: none;
    }
    .top-header.mobile-header {
        display: block;
    }
    .mobile-menu {
        display: none;
    }
    .top-header.mobile-header {
        position: absolute;
        top: 0;
        height: 130px;
        width: 100%;
        z-index: 999;
        color: #fff;
    }
    .top-header.mobile-header .top-header-inner {
        width: 100%;
        display: flex;
        justify-content: space-between;
    }
    .mobile-menu-toggle {
        padding-right: 30px;
        font-size: 30px;
        color: #000;
    }
    body.home .mobile-menu-toggle {
        color: #fff;
    }
    .body-posts-top-inner {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        margin-bottom: 55px;
    }
    .body-posts-top-inner>div {
        width: 100%;
        text-align: center;
        height: 100px;
    }
    .body-posts-top-inner>div a {
        display: inline-block;
        margin-bottom: 25px;
    }
    .body-post-title h2 {
        display: inline-block;
        margin-bottom: 25px;
        margin-top: 0px;
    }
    .single-host-inner {
        height: 700px;
    }
    .sub-cta-inner .text-content {
        width: 100%;
        padding: 0px;
        flex: auto;
        text-align: center;
    }
    .sub-cta-inner {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        padding: 0px;
    }
    .sub-cta-inner .text-content h3 {
        text-align: center;
        margin-bottom: 15px;
        display: none;
    }
    .sub-cta-inner .subscribe-links {
        margin-bottom: 70px;
    }
    .single-episode-header-inner .header-image {
        display: none;
    }
    .single-episode-header-inner .header-content {
        padding: 0px 30px;
    }
    .single-episode-header-inner {
        width: 100%;
        max-width: 100%;
        padding: 0px;
    }
    .se-content {
        display: flex;
        flex-direction: column-reverse;
    }
    .se-content-inner {
        margin-right: auto;
    }
    .mobile-menu.show {
        display: block;
        z-index: 9999;
        width: 100%;
        background: #3cd28ce6;
        top: 0;
        bottom: 0;
        position: fixed;
        overflow-y: scroll;
        overflow-x: hidden;
    }
    .mobile-log {
        width: 210px;
        padding-left: 50px;
    }
    .mobile-log img {
        width: 100%;
    }
    .mobile-menu-top-bar {
        display: flex;
        align-content: center;
        justify-content: space-between;
        align-items: center;
        height: 130px;
    }
    body.locked {
        overflow: hidden;
    }
    .mobile-menu-container .menu {
        width: 250px;
        text-align: center;
        margin: 0 auto;
        padding-left: 0px;
        margin-top: 160px;
        overflow-y: scroll !important;
        display: inline-flex;
        flex-direction:column;
        align-items: center;
        justify-content: center;
    }
    .mobile-menu-container .menu>li {
        display: inline-block;
        width: auto;
        color: #000;
        margin-bottom: 25px;
        padding-bottom: 3px;
    }
    .mobile-menu-container .menu li a {
        color: #000;
        padding: 5px 0px;
        display: block;
        font-size: 25px;
        line-height: 1;
    }
    .mobile-menu-container .menu li:last-child {
        border: none;
    }
    .mobile-menu-container .menu li ul.sub-menu {
        display: block;
        padding: 0px;
        position: relative;
    }
    .mobile-menu-container .menu li ul.sub-menu>li {
        margin-top: 5px;
    }
    .mobile-close-menu {
        padding-right: 30px;
        font-size: 30px;
        color: #fff;
    }
    .top-header.inner-page-header {
        display: none;
    }
    .mobile-menu-container .menu>li.current_page_item {
        border-bottom: 2px solid #000;
    }
}

@media screen and (max-width: 500px) {
    .single-episode-image-cont .single-image {
        width: 300px;
        height: 300px;
    }
    .player-container.sleek-player {
        max-width: 350px;
    }
}

.subscribe-links-container {
    display: flex;
    align-content: center;
    align-items: center;
    width: 380px;
    justify-content: flex-start;
    flex-wrap: wrap;
}

@media screen and (max-width: 450px) {
    .podcast-category-top-inner {
        padding-top: 100px;
        max-width: 1200px;
        margin: 0 auto;
        width: 100%;
    }
    .logo-container-inner img {
        max-height: 100px;
    }
    a.pagination-square.numbered-page {
        display: none;
    }
    .mobile-menu-container {
        overflow: scroll;
    }
    .mobile-menu-inner {
        overflow: scroll;
    }
    .body-posts-top-inner {
        display: block;
    }
    .body-posts-top-inner h2 {
        line-height: 1;
    }
    .body-posts-top-inner>div {
        height: 150px;
    }
    .body-posts-top-inner>div {
        height: auto;
    }
    .body-posts-top-inner>div a {
        margin: 0px;
    }
    .ebs-title-bar {
        display: flex;
        flex-direction: column-reverse;
        align-content: flex-start;
        align-items: flex-start;
    }
    .ebs-title-bar .date {
        text-align: left;
        font-size: 18px;
    }
    .stay-connected-bar a {
        font-size: 30px;
    }
    .sub-cta-inner .subscribe-buttons a {
        font-size: 30px !important;
        margin-bottom: 10px;
    }
    .sub-cta-inner .subscribe-buttons a svg.stitcher {
        height: 28px;
        fill: #fff;
    }
    .sub-cta-inner .subscribe-buttons {
        padding: 0 15px;
    }
    body .sub-cta h4 {
        line-height: 1.2;
    }
    body .stay-connected-bar-inner .sub-title h3 {
        line-height: 1.2;
    }
    .subscribe-links-container {
        max-width: 100%;
    }
    .homepage-header-single-inner .slide-left {
        padding: 0px;
        width: 100vw;
    }
    .homepage-header-single-inner {
        /* padding: 0px 20px; */
    }
    .fractal-homepage-upper-inner {
        /* padding: 0px 20px; */
    }
    .fractal-homepage-upper {}
    .homepage-header-single-inner h3 {
        margin: 0px 20px;
    }
    hr.slide-hr {
        margin-left: 20px;
    }
    .homepage-header-single-inner h2 {
        padding-left: 20px;
        padding-right: 20px;
        font-size: 35px;
    }
    .homepage-header-single-inner p {
        padding: 0px 20px;
    }
    .homepage-header-single-inner h4 {
        padding: 0px 20px;
    }
    .subscribe-links-container {
        /* padding: 0px 20px; */
        width: 100%;
        display: flex;
        justify-content: center;
        align-content: space-around;
    }
    .subscribe-links-container a {
        padding-right: 0px;
        padding: 10px;
        font-size: 43px;
    }
    .homepage-header-player {
        padding-left: 20px;
    }
    .fractal-homepage-upper ul.slick-dots {
        padding: 0px;
    }
    .subscribe-links-container {
        display: flex;
        align-content: center;
        align-items: center;
        width: 380px;
        justify-content: center;
        flex-wrap: wrap;
    }
    .single-episode-header-inner .subscribe-section {
        text-align: center;
        margin-bottom: 20px;
    }
    .single-episode-header-inner .subscribe-section a {
        display: inline-block;
        margin-bottom: 20px;
    }
    .player-container.sleek-player {
        max-width: 300px;
    }
}

.blog-post .single-image {
    background-size: cover !important;
    background-position: center !important;
}

.no-image .single-episode-content-cont {
    padding-left: 0px;
}

main.about-the-pod.main {
    margin-top: 160px;
}

.homepage-header-player>a {
    font-size: 27px;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
    color: #752395;
    font-family: 'Poppins', sans-serif;
    border: 6px solid #722092;
    padding: 10px 25px;
    border-radius: 100px;
    margin-top: 25px;
    transition: all 250ms ease;
}

.homepage-header-player>a>i {
    font-size: 40px;
    vertical-align: top;
    line-height: 38px;
    padding-left: 13px;
}

.homepage-header-player {
    margin-top: 35px;
    margin-bottom: 30px;
}

.subscribe-links-container a {
    display: inline-block;
}

.homepage-header-player>a {
    color: #fff;
}

.subscribe-links-container a {
    color: #fff;
    font-size: 50px;
    padding-right: 20px;
    transition: opacity 250ms ease;
}

.subscribe-links-container a:hover {
    opacity: 0.6;
}

.fractal-homepage-upper ul.slick-dots {
    margin-top: 45px;
}

.single-episode-header-inner h1 {
    line-height: 1;
}

.host-content-section h4 {
    margin-bottom: 5px;
}

.host-content-section h2 {
    margin-top: 5px;
}

.host-image-section img {
    width: 100%;
}

.host-content-section {
    padding-left: 25px;
}

.page-template-page-about-the-pod footer.post__footer {
    display: none;
}

.page-single-host.no-host-image .host-image-section {
    display: none;
}

.page-single-host.no-host-image .host-content-section {
    padding-left: 0px;
}

main.about-the-pod.main .container {
    padding: 0px 50px;
}

.homepage-header-single-inner h2.long {
    font-size: 35px;
}

.sub-cta-inner .subscribe-buttons a {
    color: #fff;
    font-size: 52px;
}

.sub-cta-inner .subscribe-buttons a:hover {
    opacity: 0.75;
}

.subscribe-links-container a svg {
    width: 64px;
    fill: #fff;
}

.sub-cta-inner .subscribe-buttons a svg {
    height: 39px;
    width: auto;
    fill: #fff;
}

.latest-episodes-footer li a:hover {
    opacity: 0.8;
}

.subscribe-links-container a svg.pandora {
    width: 36px;
}

.subscribe-links-container a svg.deezer {
    width: 62px;
    height: auto;
}

.single-episode-header-inner .subscribe-section a svg.stitcher {
    height: 52px;
}

.single-episode-header-inner .subscribe-section a svg.pandora {
    height: 52px;
}

.single-episode-header-inner .subscribe-section a svg.deezer {
    width: auto;
    height: 52px;
}
