@import url("https://fonts.googleapis.com/css?family=Montserrat:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i");

* {
    outline: none !important;
    text-decoration: none !important;
}

body {
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    line-height: 24px;
    color: #000000;
    letter-spacing: 0.025em;
    font-weight: 500;
}

a {
    color: #f6305a;
}

button,
a,
a:hover {
    transition: .4s all;
    cursor: pointer;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    margin: 0;
    font-weight: 800;
    line-height: 1.3;
}

h2,
.h2 {
    font-size: 32px;
    line-height: 48px;
    margin-bottom: 5px;
}

h4,
.h4 {
    font-size: 18px;
    margin-bottom: 5px;
}

ul,
li {
    list-style: none;
    margin: 0;
    padding: 0;
}

.container {
    width: 100%;
    max-width: 1170px;
    margin: 0 auto;
}

.wrapper {
    overflow: hidden;
    width: 100%;
    position: relative;
}

.btn {
    font-size: 21px;
    line-height: 30px;
    border-radius: 4px;
    font-weight: 500;
    border: none;
}

.btn__green {
    color: #fff;
    background: #58b61f;
    box-shadow: inset 0 -3px 3px 0 rgba(0, 0, 0, 0.21);
    padding: 21px 44px;
}

.btn__green:hover {
    color: #fff;
    box-shadow: inset 0 -3px 3px 0 rgba(0, 0, 0, 0);
}

.btn__blue {
    color: #fff;
    background: #0e77e3;
    border-radius: 5px;
    box-shadow: inset 0 -3px 3px 0 rgba(0, 0, 0, 0.21);
    font-size: 13px;
    text-transform: uppercase;
    padding: 20px 30px;
    white-space: normal;
    line-height: 1.4;
}

.btn__blue:hover {
    color: #fff;
    box-shadow: inset 0 -3px 3px 0 rgba(0, 0, 0, 0);
}

.btn__pink {
    color: #fff;
    border-radius: 5px;
    background-color: #f6305a;
    box-shadow: inset 0 -3px 3px 0 rgba(0, 0, 0, 0.21);
    padding: 17px 44px;
}

.btn__pink:hover {
    color: #fff;
    box-shadow: inset 0 -3px 3px 0 rgba(0, 0, 0, 0);
}

.btn__white {
    color: #f6305a;
    border-radius: 5px;
    background-color: #fff;
    box-shadow: inset 0 -3px 3px 0 rgba(0, 0, 0, 0.21);
    padding: 17px 44px;
}

.btn__white:hover {
    color: #f6305a;
    box-shadow: inset 0 -3px 3px 0 rgba(0, 0, 0, 0);
}

.btn__plain {
    font-size: 16px;
    color: #2b9ce2;
    font-weight: 400;
    padding: 0 27px;
}

.btn__plain:hover {
    color: #fff;
}

.btn__white-grey {
    color: #f52f59;
    padding: 18px 59px;
    border-radius: 4px;
    border: solid 2px #eaeaea;
    background-color: #ffffff;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
}

.btn-sm {
    padding: 10px 23px;
    font-size: 16px;
}

.sep {
    background: url(../img/sep.png) no-repeat center;
    padding: 86px 0;
}

p.medium {
    font-size: 17px;
}

p.big {
    font-size: 19px;
    line-height: 30px;
}

.color__pink {
    color: #f63051;
}

.color__white {
    color: #fff;
}

.color__green {
    color: #43ac22;
}

.color__blue {
    color: #0e92e3;
}

.page__content {
    padding: 150px 0 80px;
}

.page__content h1 {
    margin-bottom: 30px;
}

table {
    margin-bottom: 30px;
}

table tr,
table th,
table td {
    border: 1px solid #ddd;
    padding: 6px 20px;
}

pre {
    background: #f5f5f5;
    border-left: 4px solid #2377e3;
    margin: 20px 0;
}

.page___content ul,
.page__content ul {
    margin-bottom: 30px;
}

.page___content ol,
.page__content ol {
    margin-bottom: 30px;
}

.page___content ol li,
.page__content ol li {
    margin-left: 15px;
    list-style: disc;
    margin-bottom: 10px;
}

.page___content ul li,
.page__content ul li {
    margin-left: 15px;
    list-style: disc;
    margin-bottom: 10px;
}

.page___content ol li,
.page__content ol li {
    list-style: decimal;
}

.page___content ol ol,
.page__content ol ol {
    margin: 10px 0 0 15px;
}

.page___content ul ul,
.page__content ul ul {
    margin: 10px 0 0 15px;
}

.page___content h1,
.page___content h2,
.page___content h3,
.page___content h4,
.page___content h5,
.page___content h6,
.page__content h1,
.page__content h2,
.page__content h3,
.page__content h4,
.page__content h5,
.page__content h6 {
    line-height: 1.2 !important;
    margin-bottom: 20px;
}

.page___content .thin,
.page__content .thin {
    font-weight: 200;
}

.page___content .caps,
.page__content .caps {
    text-transform: uppercase;
}

.page___content .fancy,
.page__content .fancy {
    font-weight: 700;
    font-style: italic;
}

.page___content form,
.page__content form {
    margin-bottom: 40px;
    border-radius: 4px;
    box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.09);
    padding: 30px;
}

.page___content form div label,
.page__content form div label {
    font-size: 12px;
    line-height: 26px;
    text-transform: uppercase;
    color: #000;
    font-weight: 700;
    margin: 20px 0 10px;
    display: block;
}

.page___content form div textarea,
.page___content form div select,
.page___content form div input:not([type="checkbox"]):not([type="radio"]):not([type="button"]),
.page__content form div textarea,
.page__content form div select,
.page__content form div input:not([type="checkbox"]):not([type="radio"]):not([type="button"]) {
    width: 100%;
    background-color: #f5f5f5;
    border: none;
    font-size: 15px;
    font-weight: 500;
    color: #000;
    height: 50px;
    padding: 0 20px;
}

.page___content form div textarea,
.page__content form div textarea {
    height: 120px;
    padding: 15px 20px;
}

.page___content form input[type="submit"],
.page___content form button,
.page__content form input[type="submit"],
.page__content form button {
    color: #fff;
    background: #0e77e3;
    border-radius: 5px;
    box-shadow: inset 0 -3px 3px 0 rgba(0, 0, 0, 0.21);
    font-size: 13px;
    text-transform: uppercase;
    padding: 15px 30px;
    white-space: normal;
    line-height: 1.4;
    font-weight: 700;
    border: none;
}

.page___content form input[type="button"],
.page__content form input[type="button"] {
    color: #fff;
    background: #0e77e3;
    border-radius: 5px;
    box-shadow: inset 0 -3px 3px 0 rgba(0, 0, 0, 0.21);
    font-size: 13px;
    text-transform: uppercase;
    padding: 15px 30px;
    white-space: normal;
    line-height: 1.4;
    font-weight: 700;
    border: none;
}

.page___content form input[type="submit"]:hover,
.page__content form input[type="submit"]:hover {
    color: #fff;
    box-shadow: inset 0 -3px 3px 0 rgba(0, 0, 0, 0);
}

.page___content form button:hover,
.page___content form input[type="button"]:hover,
.page__content form button:hover,
.page__content form input[type="button"]:hover {
    color: #fff;
    box-shadow: inset 0 -3px 3px 0 rgba(0, 0, 0, 0);
}

.page___content form a.button,
.page__content form a.button {
    color: #fff;
    border-radius: 5px;
    background-color: #f6305a;
    box-shadow: inset 0 -3px 3px 0 rgba(0, 0, 0, 0.21);
    padding: 15px 30px;
}

.page___content form a.button:hover,
.page__content form a.button:hover {
    color: #fff;
    box-shadow: 0 12px 38px 0 rgba(246, 48, 141, 0), inset 0 -3px 3px 0 rgba(0, 0, 0, 0);
}

.page___content form a.button.negative,
.page__content form a.button.negative {
    color: #f6305a;
    border-radius: 5px;
    background-color: #fff;
    box-shadow: inset 0 -3px 3px 0 rgba(0, 0, 0, 0.21);
    padding: 17px 44px;
}

.page___content form a.button.negative:hover,
.page__content form a.button.negative:hover {
    color: #f6305a;
    box-shadow: inset 0 -3px 3px 0 rgba(0, 0, 0, 0);
}

.bg-black {
    background: #000000 !important;
}

.header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    padding: 32px 35px;
    z-index: 999999999;
}

.header__logo {
    float: left;
    margin-right: 60px;
    position: relative;
}

.header__search {
    line-height: 51px;
    cursor: pointer;
}

.header__search svg {
    width: 20px;
}

.header__search svg path {
    fill: #9dd417;
}

.header .nav {
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    margin-top: 4px;
}

.header .nav > li {
    display: inline-block;
    padding: 0 18px;
    position: relative;
}

.header .nav > li > a {
    color: #fff;
    line-height: 43px;
    display: inline-block;
    position: relative;
}

.header .nav > li > a span {
    color: #58b61f;
    font-size: 12px;
    margin-left: 5px;
}

.header .nav > li > a:after {
    content: "";
    background: url(../img/wave.png);
    background-repeat: repeat-x;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 10px;
    opacity: 0;
    transition: 0.3s all;
}

.header .nav > li > a:hover:after {
    opacity: 1;
    transition: 0.3s all;
}

.header .nav > li.has-dropdown a:after {
    display: none;
}

.header .nav > li:hover > a:after {
    opacity: 1;
    transition: 0.3s all;
}

.header .nav > li:hover ul {
    opacity: 1;
    visibility: visible;
    transition: 0.3s all;
}

.header .nav > li ul {
    background-color: #fff;
    box-shadow: 0 12px 29px 0 rgba(0, 0, 0, 0.05);
    padding: 0;
    border-radius: 5px;
    position: absolute;
    left: 20px;
    top: 100%;
    min-width: 170px;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s all;
}

.header .nav > li ul li a {
    color: #000;
    line-height: 30px;
    display: table;
    width: 100%;
    text-align: left;
    padding: 2px 15px;
    font-size: 13px;
}

.header .nav > li ul li a:hover {
    color: #f6305a;
}

.header__reg {
    margin-top: 4px;
}

.header__reg a {
    padding: 0 28px;
    line-height: 43px;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    display: inline-block;
    border: 2px solid transparent;
    border-radius: 4px;
}

.header__reg a i {
    font-weight: 400;
    margin-right: 6px;
}

.header__reg a:hover {
    border: 2px solid #0e77e3;
}

.header__reg--register {
    background: #0e77e3;
    box-shadow: 0 12px 38px 0 rgba(14, 146, 227, 0.18);
}

.header__reg--register:hover {
    background: transparent;
    border: 2px solid #0e77e3;
    color: #fff;
}

.header {
    transition: 0.3s all;
}

.header__logo img {
    opacity: 1;
    transition: 0.3s all;
}

.header__logo img:not(.default) {
    position: absolute;
    top: 0;
    opacity: 0;
    left: 0;
}

.header__search {
    transition: 0.3s all;
}

.header .nav {
    transition: 0.3s all;
}

.header .nav li a {
    transition: 0.3s all;
}

.header__reg {
    transition: 0.3s all;
}

body.home .header__logo {
    width: 151px;
    transition: 0.4s;
}

body.home .header-scroll .header__logo {
    width: 120px;
    transition: 0.4s;
}

body.search-enabled #search {
    opacity: 1;
    visibility: visible;
}

body .header-scroll {
    padding: 25px 35px 15px;
    background-color: #fff;
    box-shadow: 0 12px 29px 0 rgba(0, 0, 0, 0.05);
    transition: 0.3s all;
}

body .header-scroll .header__logo img {
    max-width: 120px;
    opacity: 0;
    transition: 0.3s all;
}

body .header-scroll .header__logo img:not(.default) {
    position: absolute;
    top: 0;
    opacity: 1;
}

body .header-scroll .header__search {
    line-height: 34px;
    transition: 0.3s all;
    margin-top: 0 !important;
}

body .header-scroll .header__search svg path {
    fill: #bbbbbb;
}

body .header-scroll .nav {
    margin-top: 0;
    transition: 0.3s all;
}

body .header-scroll .nav li a {
    line-height: 34px;
    color: #000;
    transition: 0.3s all;
}

body .header-scroll .nav li a:after {
    bottom: -4px;
}

body .header-scroll .header__reg {
    margin-top: -5px;
    transition: 0.3s all;
}

body .header-scroll .header__reg--login {
    color: #000;
}

body .header-scroll .header__reg--register:hover {
    color: #000;
}

body:not(.home) .header {
    padding: 25px 35px 15px;
    background-color: #fff;
    box-shadow: 0 12px 29px 0 rgba(0, 0, 0, 0.05);
    transition: 0.3s all;
}

body:not(.home) .header__logo img {
    max-width: 120px;
    opacity: 0;
    transition: 0.3s all;
}

body:not(.home) .header__logo img:not(.default) {
    position: absolute;
    top: 0;
    opacity: 1;
}

body:not(.home) .header__search {
    /*line-height: 34px;
    transition: 0.3s all;*/
    margin-top: -9px;
}

body:not(.home) .header__search svg path {
    fill: #bbbbbb;
}

body:not(.home) .header .nav {
    margin-top: 0;
    transition: 0.3s all;
    margin-left: 6%;
}

body:not(.home) .header .nav li a {
    line-height: 34px;
    color: #000;
    transition: 0.3s all;
}

body:not(.home) .header .nav li a:after {
    bottom: -4px;
}

body:not(.home) .header__reg {
    margin-top: -5px;
    transition: 0.3s all;
}

body:not(.home) .header__reg--login {
    color: #000;
}

body:not(.home) .header__reg--register:hover {
    color: #000;
}

#search {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999999999;
    background: rgba(255, 255, 255, 0.93);
    padding: 20px;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s ease-out;
}

#search form {
    width: 90%;
    max-width: 700px;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 85px;
    background: #fff;
    box-shadow: 0 12px 18px 0 rgba(190, 190, 190, 0.32);
    border-radius: 6px;
    padding-right: 85px;
}

#search form input {
    font-size: 35px;
    padding: 0 0 0 30px;
    background: transparent;
    height: 85px;
    color: #000;
    border: none;
    width: 100%;
}

#search form button {
    color: #0e77e3;
    position: absolute;
    right: 0;
    top: 0;
    width: 85px;
    height: 100%;
    border: none;
    background: transparent;
    font-size: 30px;
}

#search .search-close {
    color: #000;
    font-size: 30px;
    position: absolute;
    top: 0;
    right: 0;
    padding: 20px;
}

#search .search-close svg {
    width: 25px;
    opacity: 0.2;
    transition: 0.3s all;
}

#search .search-close svg path {
    fill: #000000;
}

#search .search-close:hover svg {
    opacity: 1;
    transition: 0.3s all;
}

.hero {
    padding-top: 138px;
    background: #fff url(../img/hero-bg.png) no-repeat top center;
}

.hero__features {
    padding: 170px 0 150px;
    background: #1a008a url(../img/hero-features-bg.png) no-repeat bottom center !important;
}

.hero_podcast_with_us {
    background: #fff url(../img/hero-bg.png) no-repeat bottom center;
    padding: 150px 50px 170px;
}

.hero__features .hero__caption {
    margin-bottom: 90px;
}

.hero__features .hero__caption h1 {
    font-size: 36px;
    line-height: 48px;
    margin: 0;
}

.hero__features .hero__caption p {
    opacity: 1;
    margin: 15px 0 30px;
    font-size: 21px;
    font-weight: 400;
}

.hero__features .hero__caption .btn__green {
    font-size: 17px;
    padding: 25px 25px;
    line-height: 0;
}

.hero__features .ba-slider {
    position: relative;
    overflow: hidden;
}

.hero__features .ba-slider img {
    width: 100%;
    display: block;
}

.hero__features .resize {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 50%;
    overflow: hidden;
    background: url(../img/before-after-bg.jpg) no-repeat -600px bottom;
}

.hero__features .handle {
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    width: 9px;
    margin-left: -2px;
    border-radius: 4px;
    background-color: #eb394d;
    box-shadow: 0 0 18px 0 rgba(235, 57, 77, 0.43);
}

.hero__features .handle:after {
    position: absolute;
    top: 50%;
    width: 76px;
    height: 72px;
    margin: -36px 0 0 -36px !important;
    content: '';
    line-height: 72px;
    background: url(../img/slide-handle.png) no-repeat center;
}

.hero__features .draggable:after {
    width: 76px;
    height: 72px;
    margin: -36px 0 0 -36px !important;
    line-height: 72px;
}

.hero__hosting {
    padding: 100px 0;
    background: #1a008a !important;
}

.hero__hosting .hero__caption h1 {
    font-size: 64px;
    line-height: 72px;
    margin: 32px 0 0;
}

.content.content__hosting {
    padding-top: 70px;
}

.content.content__hosting .content__hosting-title-container {
    margin-bottom: 50px;
}

.content.content__hosting .content__hosting-title {
    font-size: 36px;
    width: 500px;
    margin: 0 auto 10px auto;
}

.hosting-feed-container {
    background-image: linear-gradient(to bottom, #3f04b8, #160085);
    color: #fff;
    padding: 50px 0;
}

.hero__advertising {
    padding: 170px 0 540px;
    background: #1a008a url(../img/hero-advertising-bg.png) no-repeat bottom center;
}

.hero__advertising .hero__caption h1 {
    font-size: 33px;
    line-height: 48px;
    margin: 0;
    font-weight: bold;
}

.hero__advertising .hero__caption p {
    opacity: 1;
    margin: 15px 0 30px;
    font-size: 16px;
    font-weight: 400;
}

.hero__advertising .hero__caption .btn__green {
    font-size: 17px;
    padding: 25px 25px;
    line-height: 0;
}

.hero__caption h1 {
    font-size: 30px;
    line-height: 48px;
    color: #fff;
    margin: 191px 0 32px;
}

.hero__caption p {
    font-size: 17px;
    line-height: 28px;
    color: #fff;
    opacity: 0.52;
    margin-bottom: 63px;
    font-weight: 400;
}

.hero_podcast_with_us h1 {
    margin: 50px 0 30px;
    font-size: 50px;
}

.hero__img {
    position: relative;
    left: -130px;
}

.hero__about-us {
    background: #1a008a !important;
    padding: 100px 0 200px;
}

/*.hero__about-us .hero__caption p {opacity: 1;}*/
.intro-banner-container .hero-image {
    margin-top: -130px;
    margin-bottom: -130px;
    /*    background-image: url(/front/img/sound-wave.png); background-repeat: no-repeat;    
    background-position-y: top;
    background-size: 81%;*/
}

.who-we-are-container {
    background: #fafafa;
    padding: 200px 20px 100px;
}

.who-we-are-container h1 {
    font-size: 70px;
    line-height: 80px;
    margin-bottom: 20px;
}

.who-we-are-container p {
    font-size: 22px;
    line-height: 36px;
}

.over-the-year-container {
    padding: 80px 20px 0;
}

.over-the-year-container h1 {
    font-size: 48px;
}

.over-the-year-container p {
    font-size: 18px;
    width: 80%;
    margin: auto;
}

.over-the-year-container .over-the-year-content {
    margin-bottom: 70px;
}

.over-the-year-container .over-year-boxes {
    margin-bottom: 20px;
}

.over-the-year-container .over-year-boxes p strong {
    font-size: 36px;
    line-height: 48px;
    color: #000;
}

.over-the-year-container .over-year-boxes p {
    font-size: 15px;
    line-height: 20px;
    color: #727272;
    width: 100%;
}

.over-the-year-container .over-year-boxes .pull-left {
    margin: 0 0 0 10px;
}

.team-container {
    padding: 0px 20px 80px;
}

.team-container h1 {
    font-size: 48px;
}

.team-container .team-content p {
    font-size: 18px;
    width: 80%;
    margin: auto;
}

.team-container .team-content {
    margin-bottom: 70px;
}

.team-container .member-card {
    padding: 20px 10px;
    margin-bottom: 30px;
    border-radius: 4px;
    box-shadow: 0 20px 35px 0 rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
}

.team-container .member-card img {
    border-radius: 50%;
}

.team-container .member-card .member-box {
    padding: 20px;
}

.team-container .member-card .member-box h3 {
    font-size: 16px;
    line-height: 22px;
}

.team-container .member-card .member-box .profession-title {
    color: #727272 !important;
    font-size: 14px !important;
    line-height: 18px !important;
}

.team-container .member-card .member-box .description {
    color: #3a3a3a !important;
    font-size: 14px !important;
    line-height: 18px !important;
}

.marketing-container {
    margin-bottom: 100px;
}

.podcast-media-container {
    padding: 30px 30px 60px;
    border-radius: 12px;
    box-shadow: 0 12px 38px 0 rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
}

.podcast-media-container .podcast-media-container__item {
    margin-bottom: 20px;
}

.podcast-media-container .podcast-media-container__item p {
    font-size: 14px;
    line-height: 18px;
}

.podcast-media-container .podcast-media-container__item .podcast-media-box {
    background: #fafafa;
    min-height: 180px;
    margin-bottom: 20px;
}

.podcast-media-container .podcast-media-container__item .podcast-media-box .podcast-media-thumb {
    /*padding: 25px 0;*/
    text-align: center;
}

.podcast-media-container .podcast-media-container__item.brand-colors-box .podcast-media-box .podcast-media-thumb {
    padding: 45px 0;
}

.podcast-media-container .podcast-media-container__btn-item {
    padding: 30px;
}

.podcast-contact-container {
    max-width: 540px;
    margin: 0 auto 80px;
}

.podcast-contact-container .podcast-contact-form .btn {
    padding-top: 10px;
    padding-bottom: 10px;
    width: 100%;
    border-radius: 4px;
    box-shadow: 0 12px 38px 0 rgba(14, 146, 227, 0.18);
}

.related-content-container {
    margin-bottom: 80px;
}

.related-content-container h3 span.make-me-blue {
    color: #0e77e3 !important;
}

.related-content-container .related-content-title {
    margin-bottom: 24px;
}

.related-content-container .related-content-title h3 {
    font-size: 24px;
    line-height: 32px;
}

.related-content-container .related-content-box {
    padding: 0 0 16px;
    box-shadow: 0 12px 38px 0 rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
}

.related-content-container .related-content-box img {
    width: 100%;
}

.related-content-container .related-content-box .related-content-card {
    padding: 16px 16px 60px 16px;
    position: relative;
}

.related-content-container .related-content-box .related-content-card h4 {
    font-size: 16px;
}

.related-content-container .related-content-box .related-content-card .content-date {
    position: absolute;
    bottom: -24px;
}

.features {
    padding: 76px 0;
    background: #fff;
}

.features-hosting {
    padding-top: 0 !important;
}

.features__advertising h3 {
    font-size: 30px;
}

.features__advertising .features__item {
    border-radius: 10px;
}

.features__advertising .features__item h3,
.features__advertising .features__item p {
    color: #000;
}

.features__advertising .features__item:hover {
    cursor: pointer;
    box-shadow: 0 0 25px rgba(23, 11, 133, 0.2) !important;
    transition: 0.4s ease-out;
}

.features__advertising .features__item.active {
    background-color: #58b61f;
    background-image: none;
    box-shadow: 0 12px 38px 0 rgba(0, 0, 0, 0.1);
}

.features__advertising .features__item.active h3,
.features__advertising .features__item.active p {
    color: #fff;
}

.features__item {
    padding: 40px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    background: #fff;
    box-shadow: 0 12px 18px 0 rgba(190, 190, 190, 0.32);
    transition: 0.4s ease-out;
}

.features__item:hover {
    cursor: pointer;
    box-shadow: 0 0 25px rgba(23, 11, 133, 0.2);
    transition: 0.4s ease-out;
}

.features__item h3,
.features__item p {
    color: #000;
    transition: 0.3s ease-out;
}

.features__item p {
    font-weight: 500;
    font-size: 16px;
    margin: 0;
}

.features__item--1,
.features__item--2,
.features__item--3 {
    background: #fff;
    transition: 0.4s ease-out;
}

.features__item--1 > div:first-child,
.features__item--2 > div:first-child,
.features__item--3 > div:first-child {
    position: relative;
}

.features__item--1 > div:first-child .features__icon,
.features__item--2 > div:first-child .features__icon,
.features__item--3 > div:first-child .features__icon {
    opacity: 1;
    transition: 0.3s ease-out;
}

.features__item--1 > div:first-child .features__icon--hr,
.features__item--2 > div:first-child .features__icon--hr,
.features__item--3 > div:first-child .features__icon--hr {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: 0.3s ease-out;
}

.features__item--1:hover,
.features__item--2:hover,
.features__item--3:hover {
    transition: 0.4s ease-out;
}

.features__item--1:hover h3,
.features__item--1:hover p,
.features__item--2:hover h3,
.features__item--2:hover p,
.features__item--3:hover h3,
.features__item--3:hover p {
    color: #fff;
    transition: 0.3s ease-out;
}

.features__item--1:hover .features__icon,
.features__item--2:hover .features__icon,
.features__item--3:hover .features__icon {
    opacity: 0 !important;
}

.features__item--1:hover .features__icon--hr,
.features__item--2:hover .features__icon--hr,
.features__item--3:hover .features__icon--hr {
    opacity: 1 !important;
}

.features__item--1:hover {
    background-image: -moz-linear-gradient(-112deg, #0e77e3 0%, #4ca1f9 100%);
    background-image: -webkit-linear-gradient(-112deg, #0e77e3 0%, #4ca1f9 100%);
    background-image: -ms-linear-gradient(-112deg, #0e77e3 0%, #4ca1f9 100%);
    box-shadow: 0 12px 18px 0 rgba(76, 161, 249, 0.32);
}

.features__item--2:hover {
    background-image: -moz-linear-gradient(-112deg, #58b61f 0%, #85e44c 100%);
    background-image: -webkit-linear-gradient(-112deg, #58b61f 0%, #85e44c 100%);
    background-image: -ms-linear-gradient(-112deg, #58b61f 0%, #85e44c 100%);
    box-shadow: 0 12px 18px 0 rgba(133, 228, 76, 0.32);
}

.features__item--3:hover {
    background-image: -moz-linear-gradient(-112deg, #e34044 0%, #f6305a 100%);
    background-image: -webkit-linear-gradient(-112deg, #e34044 0%, #f6305a 100%);
    background-image: -ms-linear-gradient(-112deg, #e34044 0%, #f6305a 100%);
    box-shadow: 0 12px 18px 0 rgba(246, 48, 90, 0.32);
}

.features__item.active {
    background-image: -moz-linear-gradient(-112deg, #e34044 0%, #f6305a 100%);
    background-image: -webkit-linear-gradient(-112deg, #e34044 0%, #f6305a 100%);
    background-image: -ms-linear-gradient(-112deg, #e34044 0%, #f6305a 100%);
    box-shadow: 0 12px 18px 0 rgba(246, 48, 90, 0.32);
}

.features__item.active h3,
.features__item.active p {
    color: #fff;
}

.features__item.active:hover {
    box-shadow: 0 0 25px rgba(246, 48, 90, 0.62);
}

.features__icon {
    margin-right: 17px;
}

.more-features {
    padding: 25px 0 50px;
}

.more-features ul {
    margin: 50px -15px 30px;
    display: table;
}

.more-features ul li {
    width: 33.333333%;
    float: left;
    margin-bottom: 30px;
    padding: 0 15px;
}

.more-features ul li div {
    border-radius: 13px;
    background-color: #fff;
    box-shadow: 0 12px 38px 0 rgba(0, 0, 0, 0.1);
    font-size: 16px;
    font-weight: 600;
    padding: 30px 15px;
    transition: 0.4s ease-out;
}

.more-features ul li div img {
    margin-right: 8px;
}

.more-features ul li div:hover {
    cursor: pointer;
    box-shadow: 0 0 25px rgba(23, 11, 133, 0.1);
    transition: 0.4s ease-out;
}

.speech-to-text {
    padding: 25px 0 125px;
}

.speech-to-text div {
    border: 2px solid #e43f46;
    border-radius: 4px;
    padding: 30px;
    position: relative;
}

.speech-to-text div span {
    color: #e83c4a;
    font-size: 21px;
    line-height: 24px;
    font-weight: 800;
    display: table;
    margin: -43px auto 20px;
    padding: 0 20px;
    background: #fff;
}

.content {
    padding: 31px 0;
}

.content .row {
    padding-top: 30px;
    padding-bottom: 13px;
}

.content .row h3 {
    font-size: 19px;
    margin-bottom: 10px;
}

.head p {
    color: #727272;
    font-size: 18px;
}

.round-bg {
    background: url(../img/round-bg.png) no-repeat center;
}

.round-bg-2 {
    background: url(../img/round-bg2.png) no-repeat center;
}

.round-bg-3 {
    background: url(../img/round-bg3.png) no-repeat center;
    background-position: 50% 25px;
}

.round-bg-3 h3 {
    color: #fff;
}

.round-bg-3 p {
    color: #fff;
}

.stats {
    background: #210282 url(../img/stats-bg.png) no-repeat center;
    background-size: cover;
    padding: 60px 0;
}

.stats .big {
    color: #fff;
    max-width: 260px;
    font-weight: 700;
}

.stats__item h3 {
    font-size: 38px;
    margin-bottom: 5px;
}

.stats__item p {
    color: #c1affd;
    margin-bottom: 0;
}

.benefits {
    padding: 50px 0 100px;
}

.benefits__item {
    border-radius: 13px;
    background-color: #fff;
    box-shadow: 0 12px 38px 0 rgba(0, 0, 0, 0.1);
    max-width: 315px;
    margin-bottom: 30px;
    position: relative;
}

.benefits__item > div {
    padding: 35px 30px 20px;
    overflow: hidden;
}

.benefits__item strong {
    font-size: 18px;
    margin-bottom: 3px;
    position: relative;
    z-index: 11;
}

.benefits__item strong:before {
    content: attr(data-title) "";
    position: absolute;
    z-index: -1;
    width: 1000px;
    color: #b0b0b0;
    font-size: 72px;
    text-transform: uppercase;
    left: -20px;
    top: -11px;
    opacity: 0.1;
    letter-spacing: 0.04em;
}

.benefits__item--1 img.arrow {
    position: absolute;
    bottom: -22px;
    right: -58px;
}

.benefits__item--2 {
    margin: -25px auto 0;
}

.benefits__item--2 img.arrow {
    position: absolute;
    bottom: -49px;
    right: 44px;
}

.benefits__item--2 strong:before {
    left: -40px;
}

.benefits__item--3 {
    float: right;
}

.benefits__item--3 img.arrow {
    position: absolute;
    bottom: -21px;
    left: -86px;
}

.benefits__item--3 strong:before {
    left: -45px;
}

.benefits__item--4 img.arrow {
    position: absolute;
    top: -21px;
    right: -45px;
}

.benefits__item--4 strong:before {
    left: -43px;
}

.benefits__item--5 {
    margin: 50px auto 0;
}

.benefits__item--5 img.arrow {
    position: absolute;
    top: -39px;
    right: 100px;
}

.benefits__item--5 strong:before {
    left: -40px;
}

.benefits__item--6 {
    float: right;
    min-height: 185px;
}

.benefits__item--6 img.arrow {
    position: absolute;
    top: -15px;
    left: -60px;
}

.benefits__item--6 strong:before {
    left: -45px;
}

.benefits__head {
    text-align: center;
    padding: 30px 0 50px;
}

.benefits__head .h1 {
    margin-bottom: 25px;
    font-size: 48px;
    font-weight: 900;
}

.podcast {
    padding: 80px 0;
}

.podcast .head {
    margin-bottom: 60px;
}

.podcast__item {
    position: relative;
    margin-bottom: 85px;
}

.podcast__item img {
    border-radius: 13px;
    box-shadow: 0 12px 18px 0 rgba(0, 0, 0, 0.11);
    margin-bottom: 25px;
}

.podcast__item--overlay {
    border-radius: 13px;
    background-color: #fff;
    box-shadow: 0 12px 18px 0 rgba(0, 0, 0, 0.05);
    position: absolute;
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
    width: calc(100% - 30px);
    left: 30px;
    bottom: 0;
    top: auto;
    padding: 20px 20px 5px;
    color: #000;
    overlay: hidden;
    transition: 0.3s all;
}

.podcast__item--overlay h4 {
    font-size: 18px;
    margin-bottom: 15px;
    font-weight: bold;
}

.podcast__item--overlay p {
    font-size: 15px;
    font-weight: 300;
    font-style: italic;
    margin: 0;
    line-height: 24px;
    display: none;
}

@media only screen and (min-width: 1201px) {
    .podcast__item:hover .podcast__item--overlay {
        background-image: -moz-linear-gradient(-112deg, #e34044 0%, #f6305a 100%);
        background-image: -webkit-linear-gradient(-112deg, #e34044 0%, #f6305a 100%);
        background-image: -ms-linear-gradient(-112deg, #e34044 0%, #f6305a 100%);
        box-shadow: 0 12px 18px 0 rgba(244, 49, 88, 0.24);
        width: 338px;
        height: 214px;
        top: 30px;
        bottom: 0;
        padding: 20px 40px;
        z-index: 44;
    }

    .podcast__item:hover .podcast__item--overlay div {
        position: relative;
        top: 50%;
        transform: translateY(-50%);
    }

    .podcast__item:hover .podcast__item--overlay h4 {
        color: #fff;
        width: 258px;
    }

    .podcast__item:hover .podcast__item--overlay p {
        width: 258px;
        color: #fff;
        display: block;
    }
}

#claim {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background-color: rgba(255, 255, 255, 0.9);
    opacity: 0;
    visibility: hidden;
    transition: 0.4s ease-out;
}

#claim.act {
    opacity: 1;
    visibility: visible;
}

#claim .claim {
    border-radius: 4px;
    background-color: #fff;
    box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.15);
    position: absolute;
    width: 90%;
    max-width: 945px;
    padding: 75px;
    max-height: 90vh;
    top: 5vh;
    overflow: auto;
    overflow-x: hidden;
    left: 0;
    right: 0;
    margin: 0 auto;
}

#claim .claim h3 {
    font-size: 21px;
    font-weight: 700;
    line-height: 30px;
    margin-bottom: 20px;
}

#claim .claim form div:not(.rbox):not(.cbox) {
    border-radius: 4px;
    box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.09);
    padding: 20px;
    margin-bottom: 19px;
}

#claim .claim form div:not(.rbox):not(.cbox) label {
    font-size: 12px;
    line-height: 26px;
    text-transform: uppercase;
    color: #b5b5b5;
    font-weight: bold;
    margin: 0;
}

#claim .claim form div:not(.rbox):not(.cbox) input {
    width: 100%;
    background-color: transparent;
    border: none;
    font-size: 15px;
    font-weight: 500;
    color: #000;
}

#claim .claim form div:not(.rbox):not(.cbox) input::-webkit-input-placeholder {
    color: #000;
}

#claim .claim form div:not(.rbox):not(.cbox) input::-moz-placeholder {
    color: #000;
}

#claim .claim form div:not(.rbox):not(.cbox) input:-ms-input-placeholder {
    color: #000;
}

#claim .claim form div:not(.rbox):not(.cbox) input:-moz-placeholder {
    color: #000;
}

#claim .claim form div:not(.rbox):not(.cbox) textarea {
    width: 100%;
    background-color: transparent;
    border: none;
    font-size: 15px;
    font-weight: 500;
    color: #000;
    height: 65px;
}

#claim .claim form div:not(.rbox):not(.cbox) textarea::-webkit-input-placeholder {
    color: #000;
}

#claim .claim form div:not(.rbox):not(.cbox) textarea::-moz-placeholder {
    color: #000;
}

#claim .claim form div:not(.rbox):not(.cbox) textarea:-ms-input-placeholder {
    color: #000;
}

#claim .claim form div:not(.rbox):not(.cbox) textarea:-moz-placeholder {
    color: #000;
}

#claim .claim form small {
    font-size: 11px;
    color: #919191;
    line-height: 26px;
    margin: -15px 0 15px;
    display: block;
    padding: 0 20px;
}

#claim .claim form p {
    font-size: 12px;
    font-weight: bold;
    line-height: 18px;
    border-top: 1px solid #ebebeb;
    padding: 25px 0 10px;
    margin-top: 30px;
}

#claim .claim__close {
    position: absolute;
    top: 11px;
    right: calc(50% - 540px);
    padding: 20px;
}

#claim .claim__close svg {
    width: 30px;
    transition: 0.3s all;
}

#claim .claim__close svg path {
    fill: #000000;
}

#claim .claim__close:hover svg path {
    fill: #f6305a;
}

#remove {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background-color: rgba(255, 255, 255, 0.9);
    opacity: 0;
    visibility: hidden;
    transition: 0.4s ease-out;
}

#remove.act {
    opacity: 1;
    visibility: visible;
}

#remove .remove {
    border-radius: 4px;
    background-color: #fff;
    box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.15);
    position: absolute;
    width: 90%;
    max-width: 945px;
    padding: 75px;
    max-height: 90vh;
    top: 5vh;
    overflow: auto;
    overflow-x: hidden;
    left: 0;
    right: 0;
    margin: 0 auto;
}

#remove .remove h3 {
    font-size: 21px;
    font-weight: 700;
    line-height: 30px;
    margin-bottom: 20px;
}

#remove .remove form div:not(.rbox):not(.cbox) {
    border-radius: 4px;
    box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.09);
    padding: 20px;
    margin-bottom: 19px;
}

#remove .remove form div:not(.rbox):not(.cbox) label {
    font-size: 12px;
    line-height: 26px;
    text-transform: uppercase;
    color: #b5b5b5;
    font-weight: bold;
    margin: 0;
}

#remove .remove form div:not(.rbox):not(.cbox) input {
    width: 100%;
    background-color: transparent;
    border: none;
    font-size: 15px;
    font-weight: 500;
    color: #000;
}

#remove .remove form div:not(.rbox):not(.cbox) input::-webkit-input-placeholder {
    color: #000;
}

#remove .remove form div:not(.rbox):not(.cbox) input::-moz-placeholder {
    color: #000;
}

#remove .remove form div:not(.rbox):not(.cbox) input:-ms-input-placeholder {
    color: #000;
}

#remove .remove form div:not(.rbox):not(.cbox) input:-moz-placeholder {
    color: #000;
}

#remove .remove form div:not(.rbox):not(.cbox) textarea {
    width: 100%;
    background-color: transparent;
    border: none;
    font-size: 15px;
    font-weight: 500;
    color: #000;
    height: 65px;
}

#remove .remove form div:not(.rbox):not(.cbox) textarea::-webkit-input-placeholder {
    color: #000;
}

#remove .remove form div:not(.rbox):not(.cbox) textarea::-moz-placeholder {
    color: #000;
}

#remove .remove form div:not(.rbox):not(.cbox) textarea:-ms-input-placeholder {
    color: #000;
}

#remove .remove form div:not(.rbox):not(.cbox) textarea:-moz-placeholder {
    color: #000;
}

#remove .remove form small {
    font-size: 11px;
    color: #919191;
    line-height: 26px;
    margin: -15px 0 15px;
    display: block;
    padding: 0 20px;
}

#remove .remove form p {
    font-size: 12px;
    font-weight: bold;
    line-height: 18px;
    border-top: 1px solid #ebebeb;
    padding: 25px 0 10px;
    margin-top: 15px;
}

#remove .remove form .rbox {
    padding: 10px 20px;
    position: relative;
}

#remove .remove form .rbox h4 {
    font-size: 12px;
    text-transform: uppercase;
}

#remove .remove form .rbox span {
    font-size: 12px;
    color: #545454;
    display: block;
    margin-bottom: 10px;
}

#remove .remove form .rbox input {
    position: absolute;
    visibility: hidden;
}

#remove .remove form .rbox input:checked + label:after {
    opacity: 1;
    transition: 0.3s all;
}

#remove .remove form .rbox label {
    position: relative;
    padding-left: 30px;
    font-size: 15px;
    line-height: 26px;
}

#remove .remove form .rbox label:before {
    content: "";
    border-radius: 50%;
    background-color: #fff;
    box-shadow: 0 0 13px 0 rgba(0, 0, 0, 0.26);
    width: 16px;
    height: 16px;
    position: absolute;
    left: 0;
    top: 5px;
}

#remove .remove form .rbox label:after {
    content: "";
    border-radius: 50%;
    background-color: #61c91c;
    box-shadow: 0 0 13px 0 rgba(0, 0, 0, 0.26);
    width: 10px;
    height: 10px;
    position: absolute;
    top: 8px;
    left: 3px;
    opacity: 0;
    transition: 0.3s all;
}

#remove .remove form .cbox {
    padding: 10px 20px;
    position: relative;
}

#remove .remove form .cbox input {
    position: absolute;
    visibility: hidden;
}

#remove .remove form .cbox input:checked + label:after {
    opacity: 1;
    transition: 0.3s all;
}

#remove .remove form .cbox label {
    position: relative;
    padding-left: 30px;
    font-size: 12px;
    line-height: 18px;
}

#remove .remove form .cbox label:before {
    content: "";
    border-radius: 4px;
    background-color: #fff;
    box-shadow: 0 0 13px 0 rgba(0, 0, 0, 0.26);
    width: 16px;
    height: 16px;
    position: absolute;
    left: 0;
    top: 0;
}

#remove .remove form .cbox label:after {
    content: "\f00c";
    font-family: "FontAwesome";
    width: 16px;
    height: 16px;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 1;
    line-height: 16px;
    text-align: center;
    color: #61c91c;
    opacity: 0;
    transition: 0.3s all;
}

#remove .remove__close {
    position: absolute;
    top: 11px;
    right: calc(50% - 540px);
    padding: 20px;
}

#remove .remove__close svg {
    width: 30px;
    transition: 0.3s all;
}

#remove .remove__close svg path {
    fill: #000000;
}

#remove .remove__close:hover svg path {
    fill: #f6305a;
}

.podcast__carousel {
    margin: 0 -15px;
}

.podcast__carousel .slick-slide {
    padding: 0 15px;
}

.podcast__carousel .listing__item {
    margin-bottom: 10px;
}

.episodes__list .episodes__item .thumb {
    padding-left: 120px;
    padding-top: 15px;
    min-height: 90px;
    display: flex;
    align-items: center;
}

.episodes__list .episodes__item .thumb img {
    width: 80px;
    height: 80px;
    position: absolute;
    left: 15px;
    top: 15px;
    border-radius: 12px;
}

.episodes__list .meta {
    border-top: 1px solid #ddd;
    margin: 0px -20px;
    padding: 20px 20px 0;
    position: relative;
    color: #949494;
}

.episodes__list .episodes__item--play {
    position: relative !important;
    float: left;
    margin: -11px 15px 0 0;
    bottom: 0;
    left: 0;
}

.episodes__list [data-network="email"],
.episodes__list .st-label {
    display: none !important;
}

.episodes__list .sharethis-inline-share-buttons .st-btn {
    min-width: auto !important;
    width: 40px !important;
}

.episodes__list .sharethis-inline-share-buttons {
    text-align: left !important;
    margin-right: 39px;
    /*margin-top: -26px;*/
}

.episodes__list .episodes__item--download {
    top: 18px;
}

.listing {
    padding: 0 0 120px;
    border-bottom: 1px solid #ececec;
}

.listing h1 {
    font-size: 30px;
    margin-bottom: 15px;
    /*text-shadow: 2px 2px 10px #000;*/
}

.listing .h1 {
    font-size: 22px;
    margin: 100px 0 70px;
}

.listing__search {
    padding: 125px 0 60px;
}

.meta-cat {
    /*text-shadow: 2px 2px 10px #000;*/
    color: #ccc;
}

.listing__search form {
    background: #f4f4f4;
    height: 54px;
    border-radius: 13px;
    position: relative;
    padding-right: 60px;
}

.listing__search form input {
    font-size: 15px;
    padding: 0 25px;
    width: 100%;
    height: 54px;
    background: transparent;
    border: none;
}

.listing__search form button {
    width: 60px;
    height: 54px;
    border: none;
    background: transparent;
    position: absolute;
    top: 0;
    right: 0;
}

.listing__item {
    margin-bottom: 60px;
}

.directory .thumb {
    border-radius: 23px;
    background-color: #fff;
    box-shadow: 0 8px 27px 0 rgba(0, 0, 0, 0.13);
    position: relative;
    /*min-height: 160px !important;*/
    height: auto;
}

.directory .thumb > img {
    width: 100%;
    border-radius: 23px;
    height: auto;
    /*max-height: 160px;*/
}

.listing__item .thumb {
    border-radius: 23px;
    background-color: #fff;
    box-shadow: 0 8px 27px 0 rgba(0, 0, 0, 0.13);
    position: relative;
    text-align: center;
    /*min-height: 262px !important;*/
}

.listing__item .thumb img {
    width: 100%;
    /*height: 262px;*/
    border-radius: 23px;
    /*max-height: 262px;*/
    /*min-height:472px;*/
}

.listing__item {
    margin-bottom: 60px;
}

.directory_image {
    height: 200px;
}

.listing__item--category {
    background-color: #fff;
    box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.11);
    line-height: 20px;
    padding: 5px 15px;
    border-radius: 30px;
    position: absolute;
    top: 15px;
    left: 15px;
    color: #0e77e3;
    font-weight: 800;
    font-size: 12px;
    cursor: pointer;
    transition: 0.4s all;
}

.listing__item--category:hover {
    background-color: #0e77e3;
    color: #fff;
    transition: 0.4s all;
}

.listing__item--views {
    background-color: #f6305a;
    box-shadow: 0 3px 8px 0 rgba(246, 48, 90, 0.24);
    line-height: 29px;
    padding: 0 15px;
    border-radius: 30px;
    position: absolute;
    bottom: 15px;
    right: 15px;
    color: #fff;
    font-weight: 800;
    font-size: 12px;
}

.listing__item--views i {
    margin-right: 6px;
}

.listing__item--play {
    background: #fff url(../img/icons/icon-play3.png) no-repeat center;
    box-shadow: 0 7px 12px 0 rgba(0, 0, 0, 0.1);
    width: 29px;
    height: 29px;
    border-radius: 50%;
    position: absolute;
    bottom: 15px;
    left: 15px;
    background-size: 11px;
    background-repeat: no-repeat;
    background-position: 9px 9px;
    cursor: pointer;
    transition: 0.4s all;
}

.listing__item--play:hover {
    background: #54b01c url(../img/icons/icon-play3-hr.png) no-repeat;
    background-size: 11px;
    background-repeat: no-repeat;
    background-position: 9px 9px;
    transition: 0.4s all;
}

.listing__item h4 {
    font-size: 16px;
    margin: 23px 0 10px;
}

.listing__item h4 a {
    color: #000;
}

.listing__item h4 a:hover {
    color: #f6305a;
}

.listing__item p {
    font-size: 13px;
    line-height: 21px;
    margin-bottom: 5px;
    overflow: hidden;
}

.listing__rating {
    font-size: 10px;
    font-weight: bold;
    color: #000;
}

.listing__rating i {
    color: #a6a6a6;
    font-size: 13px;
    /*margin-right: -5px;*/
}

.listing__rating i.fas {
    color: #58b61f;
}

.listing__rating span {
    margin-left: 7px;
}

.listing .page__nav,
.listing__nav {
    text-align: center;
}

.listing .page__nav li,
.listing__nav li {
    margin: 0 5px;
    display: inline-block;
    text-align: center;
}

.listing .page__nav li a,
.listing__nav li a {
    color: #000000;
    font-weight: bold;
    font-size: 16px;
    width: 33px;
    display: table;
    line-height: 33px;
}

.listing .page__nav li a:hover,
.listing__nav li a:hover {
    color: #0e77e3;
}

.listing .page__nav li span,
.listing__nav li span {
    border-radius: 4px;
    box-shadow: 0 2px 13px 0 rgba(14, 119, 227, 0.32);
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    width: 43px;
    display: table;
    line-height: 43px;
    background: #0e77e3;
    position: relative;
    top: 5px;
}

.listing .page__nav li:first-child a,
.listing .page__nav li:last-child a,
.listing__nav li:first-child a,
.listing__nav li:last-child a {
    background: #e2e2e2;
    color: #fff;
    width: 33px;
    display: table;
    line-height: 29px;
    font-weight: 400;
    font-size: 31px;
    height: 33px;
    border-radius: 3px;
}

.listing .page__nav li:first-child a:hover,
.listing .page__nav li:last-child a:hover,
.listing__nav li:first-child a:hover,
.listing__nav li:last-child a:hover {
    background: #0e77e3;
    color: #fff;
}

.listing__category {
    border-radius: 13px;
    background-color: #fff;
    box-shadow: 0 8px 27px 0 rgba(0, 0, 0, 0.13);
    position: absolute;
    bottom: -20px;
    color: #000;
    font-weight: bold;
    padding: 16px 20px;
    width: calc(100% - 60px);
    left: 30px;
    text-transform: uppercase;
    text-align: center;
    transition: 0.3s ease-out;
}

.listing__head {
    margin-bottom: 35px;
    display: table;
    width: 100%;
}

.listing__head h4 {
    float: left;
    font-size: 24px;
}

.listing__head h4 small {
    font-size: 16px;
    font-weight: 800;
}

.listing__head .btn__pink {
    float: right;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
    padding: 0 10px;
    border-radius: 6px;
}

.listing__single {
    padding: 0 0 60px;
}

.listing__single .episode-content .episode-content-title {
    font-size: 22px;
    line-height: 28px;
}

.listing__single .episode-content .episode-image {
    border-radius: 12px;
    max-height: 80px;
    object-fit: cover;
}

.listing__single--hero {
    margin-top: 80px;
    position: relative;
}

.listing__single--info {
    display: flex;
    position: absolute;
    bottom: -30px;
    max-width: 1170px;
}

.listing__single--info h1 {
    color: #fff;
    margin: 18px 0 10px;
}

.listing__single--info > img {
    width: 228px;
    border-radius: 23px;
    background-color: #fff;
    box-shadow: 0 8px 27px 0 rgba(0, 0, 0, 0.19);
    margin-right: 40px;
}

.listing__single--info .meta {
    margin-top: 25px;
}

.listing__single--info .meta .episode {
    border-radius: 4px;
    background-image: -moz-linear-gradient(-112deg, #e34044 0%, #f6305a 100%);
    background-image: -webkit-linear-gradient(-112deg, #e34044 0%, #f6305a 100%);
    background-image: -ms-linear-gradient(-112deg, #e34044 0%, #f6305a 100%);
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    padding: 0 15px;
    display: inline-block;
    line-height: 32px;
    margin-right: 10px;
}

.listing__single--info .meta .rating {
    border-radius: 4px;
    background: rgba(0, 0, 0, 0.52);
    line-height: 32px;
    padding: 0 15px;
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    position: relative;
    top: -1px;
}

.listing__single--info .meta .rating span {
    margin-left: 12px;
}

.listing__single--info .meta .rating i {
    color: #c2c2c2;
}

.listing__single--info .meta .rating i.fas {
    color: #58b61f;
}

.listing__single--info .cat {
    color: #fff;
    font-size: 21px;
    text-transform: uppercase;
}

.episodes > h3 {
    font-size: 21px;
    margin-bottom: 30px;
}

.episodes > h3 span {
    color: #b3b3b3;
    font-weight: 600;
}

.episodes__alt .episodes__item .thumb {
    height: 45px;
    background: #f5f5f5;
    margin-bottom: 15px;
}

.episodes__alt .episodes__item .episodes__item--download {
    right: 100px;
    top: 33px;
    box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.09);
}

.episodes__alt .episodes__item .episodes__item--play {
    bottom: -21px;
}

.episodes__item {
    border-radius: 4px;
    background-color: #fff;
    box-shadow: 0 12px 38px 0 rgba(0, 0, 0, 0.1);
    overflow: hidden;
    margin-bottom: 38px;
}

.episodes__item .thumb {
    position: relative;
}

.episodes__item .excerpt {
    padding: 25px 20px 20px;
}

.episodes__item .excerpt h4 {
    font-size: 14px;
}

.episodes__item--length {
    font-size: 12px;
    color: #949494;
}

.episodes__item--length span {
    /*color: #0e77e3;*/
}

.episodes__item--download {
    width: 32px;
    height: 32px;
    color: #000;
    line-height: 32px;
    position: absolute;
    top: 15px;
    right: 15px;
    background: #fff;
    text-align: center;
    border-radius: 50%;
}

.episodes__item--download:hover {
    background: #f6305a;
    color: #fff;
    transition: 0.4s all;
}

.episodes__item--episode {
    color: #7e7e7e;
    font-size: 12px;
    font-weight: bold;
    padding: 0 15px;
    border-radius: 30px;
    line-height: 26px;
    background-color: #fff;
    box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.09);
    position: absolute;
    bottom: -13px;
    right: 15px;
    transition: 0.4s all;
}

.episodes__item--play {
    border-radius: 50%;
    background: #fff url(../img/icons/icon-play3.png) no-repeat center;
    box-shadow: 0 7px 12px 0 rgba(0, 0, 0, 0.1);
    width: 46px;
    height: 46px;
    position: absolute;
    bottom: -10px;
    left: 15px;
    transition: 0.4s all;
}

.episodes__item:hover .episodes__item--play {
    background: #54b01c url(../img/icons/icon-play3-hr.png) no-repeat center;
    box-shadow: 0 7px 13px 0 rgba(88, 182, 31, 0.32);
    transition: 0.4s all;
}

.episodes__item:hover .episodes__item--episode {
    color: #54b01c;
    transition: 0.4s all;
}

.episodes__rating {
    padding-top: 30px;
    border-top: 1px solid #eaeaea;
    margin-top: 70px;
}

hr {
    margin: 25px 0;
    border-top: 1px solid #eaeaea;
}

.bcrumbs {
    padding: 15px 0 60px 300px;
}

.bcrumbs li {
    display: inline-block;
    font-size: 12px;
    position: relative;
}

.bcrumbs li:not(:last-child):after {
    content: "/";
    margin: 0 1px 0 6px;
    font-size: 10px;
}

.bcrumbs li a {
    color: #000000;
}

.bcrumbs li a:hover {
    color: #58b61f;
}

.bcrumbs li span {
    color: #58b61f;
}

.chosen-container {
    height: 40px;
    min-width: 160px;
    border-radius: 4px;
    background-color: #fff;
    box-shadow: 0 2px 13px 0 rgba(0, 0, 0, 0.1), inset 0 -2px 3px 0 rgba(0, 0, 0, 0.1);
    margin-left: 15px;
}

.chosen-container .chosen-drop {
    min-width: 150px;
    margin-top: -7px;
    border: none;
}

.chosen-container .chosen-single,
.chosen-container-active.chosen-with-drop .chosen-single {
    border: none;
    background-image: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 15px;
    font-weight: bold;
    line-height: 40px;
    padding: 0 20px;
    height: 40px;
}

.chosen-container .chosen-single div b,
.chosen-container-active.chosen-with-drop .chosen-single div b {
    background-image: none !important;
    position: relative;
}

.chosen-container .chosen-single div b:after,
.chosen-container-active.chosen-with-drop .chosen-single div b:after {
    content: '';
    position: absolute;
    border-style: solid;
    border-width: 5px 4px 0;
    border-color: #58b61f transparent;
    display: block;
    width: 0;
    z-index: 1;
    bottom: 18px;
    left: -5px;
}

.chosen-container-single .chosen-search input[type=text] {
    margin: 1px 5px;
    width: calc(100% - 10px);
    border: 1px solid #e5e5e5;
    border-radius: 2px;
}

.chosen-container .chosen-results li.highlighted {
    background-color: #0e77e3;
    background-image: none;
    color: #fff;
    border-radius: 3px;
}

.chosen-container .chosen-results {
    padding: 5px 5px 5px 10px;
}

.md-30 {
    margin-bottom: 30px;
}

.img-full {
    width: 100%;
    height: 500px;
}

.slick-dots {
    text-align: center;
    margin-top: 30px;
}

.slick-dots li {
    display: inline-block;
    margin: 0 5px;
}

.slick-dots li button {
    background: #ddd;
    border: none;
    padding: 0;
    font-size: 0;
    width: 10px;
    height: 10px;
    border-radius: 50%;
}

.slick-dots li.slick-active button {
    background: #0e92e3;
}

.listing__item:hover .listing__category {
    background-image: -moz-linear-gradient(-112deg, #e34044 0%, #f6305a 100%);
    background-image: -webkit-linear-gradient(-112deg, #e34044 0%, #f6305a 100%);
    background-image: -ms-linear-gradient(-112deg, #e34044 0%, #f6305a 100%);
    box-shadow: 0 12px 18px 0 rgba(246, 48, 90, 0.32);
    color: #fff;
    transition: 0.3s ease-out;
}

.cta {
    padding: 0 0 50px;
}

.cta__inner {
    padding: 85px 50px;
    background: #240f9d url(../img/cta-bg.png) no-repeat center;
    background-size: cover;
    border-radius: 13px;
    box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.05);
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.cta__inner > div {
    padding: 0 50px;
}

.cta__inner > div:last-child img {
    transition: 0.5s;
}

.cta__inner > div:last-child span {
    display: block;
    text-align: center;
    color: #58b61f;
    font-weight: 700;
    margin-top: -30px;
}

.cta__inner:hover > div:last-child img {
    transform: scale(1.2);
    transition: 0.5s;
}

.cta h3 {
    color: #fff;
    margin-bottom: 5px;
}

.cta p {
    font-size: 17px;
    line-height: 28px;
    color: #fff;
    margin: 0;
}

.press {
    padding: 40px 0;
}

.press ul {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.press ul li strong {
    font-size: 21px;
    line-height: 28px;
}

.blog {
    padding: 25px 0 125px;
}

.blog__carousel {
    margin: 0 -15px;
}

.blog h3 {
    font-size: 24px;
    margin-bottom: 30px;
    float: left;
}

.blog .btn__pink {
    float: right;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
    padding: 0 10px;
    border-radius: 6px;
}

.blog__item {
    padding: 0 15px;
    text-align: center;
}

.blog__item a > img {
    border-radius: 13px;
    background-color: #fff;
    box-shadow: 0 10px 24px 0 rgba(0, 0, 0, 0.09);
    width: 100%;
    max-width: auto;
    max-height: 148px !important;
}

.blog__item > img {
    border-radius: 13px;
    background-color: #fff;
    box-shadow: 0 10px 24px 0 rgba(0, 0, 0, 0.09);
    width: 100%;
    max-width: auto;
}

.blog__item h4 {
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
}

.blog__item h4 a {
    color: #000;
}

.blog__item h4 a:hover {
    color: #f6305a;
}

.blog__date {
    color: #b5b5b5;
    font-size: 12px;
}

.blog__category {
    border-radius: 50%;
    background-color: #fff;
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.03);
    width: 54px;
    height: 54px;
    position: relative;
    margin: -27px auto 15px;
}

.blog__category img {
    width: auto;
    max-width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.rating-stars ul {
    list-style-type: none;
    padding: 0;
    -moz-user-select: none;
    -webkit-user-select: none;
}

.rating-stars ul > li.star {
    display: inline-block;
    margin-right: -2px;
}

.rating-stars ul > li.star > i.fas {
    font-size: 18px;
    color: #eee;
}

.rating-stars ul > li.star.hover > i.fas {
    color: #58b61f;
}

.rating-stars ul > li.star.selected > i.fas {
    color: #58b61f;
}

.rating-widget textarea {
    border: 1px solid #ddd;
    width: 100%;
    padding: 15px;
    margin: 20px 0 15px;
    height: 100px;
    width: 100%;
    max-width: 600px;
    display: block;
}

aside {
    padding-right: 45px;
}

aside .widget__about {
    margin-bottom: 40px;
    /*margin-top:-40px !important;*/
    word-break: break-word;
}

aside .widget__about h4 {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 15px;
}

aside .widget__about p {
    font-size: 13px;
    line-height: 21px;
}

aside .widget__about ul li a {
    font-size: 12px;
    font-weight: 800;
    color: #000;
}

aside .widget__about ul li a:hover {
    color: #449a10;
}

aside .widget__about ul li a:hover span {
    border-bottom: 1px solid #449a10;
}

aside .widget__about ul li a:hover i.fa-twitter,
aside .widget__about ul li a:hover i.fa-facebook-f {
    border: 1px solid #449a10;
}

aside .widget__about ul li a i {
    font-size: 14px;
    width: 20px;
}

aside .widget__about ul li a i.fa-twitter,
aside .widget__about ul li a i.fa-facebook-f {
    border: 1px solid #000;
    width: 15px;
    margin-right: 5px;
    font-size: 7px;
    height: 15px;
    line-height: 14px;
    text-align: center;
    border-radius: 50%;
}

aside .widget__about .tags {
    margin-top: 12px;
}

aside .widget__about .tags a {
    font-size: 11px;
    color: #000;
    border: 1px solid #dfdfdf;
    padding: 0 7px;
    font-weight: 500;
    border-radius: 6px;
    margin-right: 4px;
    margin-bottom: 8px;
    display: inline-block;
}

aside .widget__about .tags a:hover {
    color: #449a10;
    border: 1px solid #449a10;
}

aside .widget__subscribe {
    text-align: center;
    margin-bottom: 28px;
}

aside .widget__subscribe a {
    color: #fff;
    font-weight: 500;
    display: table;
    width: 100%;
    border-radius: 4px;
    background-color: #f6305a;
    box-shadow: 0 3px 18px 0 rgba(246, 48, 90, 0.42), inset 0 -3px 3px 0 rgba(0, 0, 0, 0.14);
    font-size: 16px;
    padding: 18px 15px;
    margin-bottom: 10px;
}

aside .widget__subscribe span {
    color: #000000;
    font-size: 14px;
    display: block;
}

aside .widget__rate {
    text-align: center;
    margin-bottom: 28px;
}

aside .widget__rate a {
    color: #fff;
    font-weight: 500;
    display: table;
    width: 100%;
    border-radius: 4px;
    background-color: #58b61f;
    box-shadow: 0 3px 18px 0 rgba(88, 182, 31, 0.42), inset 0 -3px 3px 0 rgba(0, 0, 0, 0.14);
    font-size: 16px;
    padding: 18px 15px;
}

aside .widget__rate img {
    margin-top: 10px;
}

aside .widget__social a {
    border-radius: 4px;
    background-color: #fff;
    box-shadow: 0 2px 13px 0 rgba(0, 0, 0, 0.1), inset 0 -2px 3px 0 rgba(0, 0, 0, 0.1);
    padding: 15px 15px;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 15px;
    display: block;
    text-align: center;
    color: #000;
}

aside .widget__social a i {
    width: 20px;
}

aside .widget__social a i.fa-android {
    color: #aac148;
}

aside .widget__share {
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 28px;
    margin-bottom: 18px;
}

aside .widget__share h4 {
    font-size: 15px;
    margin-bottom: 10px;
}

aside .widget #st-1,
aside .widget .st-inline-share-buttons {
    text-align: left;
}

aside .widget__links a {
    color: #b1b1b1;
    border-bottom: 1px solid #b1b1b1;
    display: table;
    margin-bottom: 6px;
    font-size: 12px;
}

.testimonials {
    padding-bottom: 80px;
}

.testimonials h3 {
    font-size: 30px;
    line-height: 45px;
    margin-bottom: 20px;
}

.testimonials .quote-carousel {
    min-width: 1400px;
}

.testimonials .quote-carousel .slick-prev {
    color: #1e201d;
    padding: 0;
    border: none;
    background: transparent;
    font-size: 30px;
    position: absolute;
    left: -150px;
    bottom: 80px;
    opacity: 0.4;
    transition: 0.3s all;
}

.testimonials .quote-carousel .slick-next {
    color: #1e201d;
    padding: 0;
    border: none;
    background: transparent;
    font-size: 30px;
    position: absolute;
    left: -110px;
    bottom: 80px;
    opacity: 0.4;
    transition: 0.3s all;
}

.testimonials .quote-carousel .slick-next:hover,
.testimonials .quote-carousel .slick-prev:hover {
    opacity: 1;
    transition: 0.3s all;
}

.testimonials .quote-carousel .slick-slide {
    opacity: 0.5;
    transition: 0.3s all;
}

.testimonials .quote-carousel .slick-current {
    opacity: 1;
    transition: 0.3s all;
}

.testimonials .quote__item {
    border-radius: 13px;
    background-color: #fff;
    box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.1);
    margin-top: 25px;
    margin-left: 45px;
    position: relative;
    width: calc(100% - 100px);
    padding: 30px 30px 30px 40px;
    margin-bottom: 40px;
}

.testimonials .quote__item img {
    position: absolute;
    top: -25px;
    left: -45px;
}

.testimonials .quote__item h4 {
    font-size: 16px;
    color: #3a03b2;
    padding: 10px 0 0 16px;
    margin: 0;
}

.testimonials .quote__item span {
    color: #0e77e3;
    font-size: 12px;
    display: block;
    padding-left: 16px;
}

.testimonials .quote__item p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 10px;
    font-style: italic;
    margin-top: 19px;
}

.fap-track-info {
    height: 60px !important;
}

#audio-wrapper {
    width: 100%;
    height: 160px;
    position: relative;
}

body .fap-wrapper > .fap-main {
    border-radius: 23px;
    background-image: -moz-linear-gradient(-100deg, #3f04b8 0%, #160085 100%) !important;
    background-image: -webkit-linear-gradient(-100deg, #3f04b8 0%, #160085 100%) !important;
    background-image: -ms-linear-gradient(-100deg, #3f04b8 0%, #160085 100%) !important;
    box-shadow: 0 8px 18px 0 rgba(30, 1, 143, 0.47) !important;
    border: none !important;
    width: 1138px;
    height: 179px;
    z-index: 586;
    color: #fff;
}

.fap-icon-pause,
.fap-icon-play {
    border-radius: 50%;
    background-image: -moz-linear-gradient(-112deg, #58b61f 0%, #42970f 100%);
    background-image: -webkit-linear-gradient(-112deg, #58b61f 0%, #42970f 100%);
    background-image: -ms-linear-gradient(-112deg, #58b61f 0%, #42970f 100%);
    box-shadow: 0 12px 18px 0 rgba(88, 182, 31, 0.32);
    width: 49px;
    height: 49px;
    z-index: 603;
}

.fap-icon-play:before {
    content: "";
    font-size: 0;
    text-align: center;
    position: absolute;
    background: url(../img/play.png) no-repeat center;
    top: 0;
    left: 0;
    width: 49px;
    height: 49px;
}

.fap-icon-pause:before {
    content: "\e034";
    font-size: 24px;
    position: absolute;
    top: 0;
    left: 0;
    width: 49px;
    height: 49px;
    text-align: center;
    line-height: 49px;
}

.fap-play-controls {
    width: 130px;
    display: table;
    height: 50px;
    left: 30px;
    bottom: -3px;
}

.fap-icon-skip-previous {
    background: url(../img/prev.png) no-repeat center;
    width: 16px;
    height: 16px;
    display: table;
    margin-top: 5px;
}

.fap-icon-skip-next {
    background: url(../img/next.png) no-repeat center;
    width: 16px;
    height: 16px;
    display: table;
    margin-top: 5px;
}

.fap-icon-skip-next:before,
.fap-icon-skip-previous:before {
    display: none;
}

.fap-toolbar > .fap-controls {
    position: relative;
    width: 100%;
    height: auto !important;
}

.fap-loading-bar > div {
    background: transparent !important;
    width: 100%;
    height: 11px;
    position: absolute;
    top: 20px;
    left: 0;
    border-radius: 12px;
}

.fap-timebar > .fap-loading-bar {
    height: 51px;
    border: none !important;
    background: url(../img/bar.png) repeat-x;
}

.fap-loading-bar > div.fap-progress-bar {
    background: #f6305a !important;
}

.fap-controls > .fap-timebar {
    position: absolute;
    left: 190px;
    bottom: -2px;
    width: calc(100% - 390px);
}

.fap-current-time {
    /*display: none;*/
}

.fap-timebar > .fap-total-time {
    color: #9371f9;
    position: absolute;
    top: 19px;
    right: -60px;
    font-size: 12px;
}

.fap-icon-volume {
    background: url(../img/volume.png);
    width: 24px;
    height: 18px;
    display: table;
}

.fap-icon-volume:before {
    display: none;
}

.fap-volume-wrapper {
    position: absolute;
    right: 70px;
    top: 18px;
    line-height: 1;
    vertical-align: bottom;
}

.fap-volume-scrubber > .fap-volume-indicator {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #fff !important;
}

.fap-volume-wrapper > .fap-volume-scrubber {
    width: 30px;
    height: 5px;
    margin-right: 31px;
    cursor: pointer;
    position: relative;
    background: rgba(255, 255, 255, 0.5) !important;
    border-radius: 6px;
    overflow: hidden;
    top: -2px;
}

.fap-wrapper.fap-custom-element {
    border: none !important;
    margin: 0 !important;
}

.fap-actions {
    display: none;
}

.download-podcast {
    border-radius: 50%;
    color: #55b11d;
    background: #fff;
    width: 33px;
    height: 33px;
    line-height: 33px;
    text-align: center;
    position: absolute;
    bottom: 82px;
    right: 37px;
    z-index: 444444;
}

.fap-cover-wrapper,
.fap-sub-title {
    /*display: none !important;*/
    margin-left: 190px;
}

.fap-meta .fap-title {
    font-size: 18px;
    line-height: 26px;
    font-weight: bold;
    text-transform: uppercase;
    margin-left: 190px;
    white-space: break-spaces;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 5px;
    /*position: absolute;
    top: 40px;
    display: none;*/
}

.fap-meta .fap-title span {
    color: #0e77e3;
}

.audio-player {
    margin-bottom: 70px;
    position: relative;
    padding-left: 0px;
}

.episodes__item--play.act {
    background-image: none !important;
    background: #54b01c;
}

.episodes__item--play.act:before {
    content: "\f04c";
    font-family: Fontawesome;
    color: #fff;
    line-height: 46px;
    text-align: center;
    width: 46px;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 10px;
    font-weight: normal;
}

#audio-wrapper {
    z-index: 0;
}

@media only screen and (max-width: 270px) {
    .header__reg {
        display: none !important;
    }
}

@media only screen and (max-width: 320px) and (max-width: 767px) {
    .fap-play-controls {
        width: 130px;
        display: table;
        height: 50px;
        left: -48px !important;
        bottom: -58px;
    }
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
    #audio-wrapper {
        width: 100%;
        position: relative;
    }

    /*.fap-wrapper {
        position: fixed
    }*/

    .fap-meta .fap-title {
        font-size: 15px;
        line-height: 26px;
        font-weight: bold;
        text-transform: uppercase;
        margin-left: 0;
        width: 100%;
        padding: 15px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: break-spaces;
    }

    .fap-custom-element .fap-play-controls {
        margin: 0;
        left: 15px;
        bottom: 2px;
    }

    .fap-controls > .fap-timebar {
        position: absolute;
        left: 15px;
        width: 100%;
        padding-right: 100px;
    }

    .download-podcast {
        bottom: 19px;
    }

    .fap-play-controls {
        width: 130px;
        display: table;
        height: 50px;
        left: -76px;
        bottom: -58px;
    }

    .fap-wrapper .fap-toolbar > .fap-controls {
        width: 100%
    }

    .fap-volume-wrapper {
        right: 70px;
        display: none
    }

    .fap-volume-wrapper {
        position: absolute;
    }

    .fap-timebar > .fap-total-time {
        right: 28px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1138px) {
    #audio-wrapper {
        width: 100%;
        position: relative;
    }

    .fap-meta .fap-title {
        font-size: 21px;
        line-height: initial;
        font-weight: bold;
        text-transform: uppercase;
        /*position: absolute;*/
        /*top: 20px;*/
        margin-left: 160px;
        width: 100%;
        padding: 15px;
        /*height: 40px;*/
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: break-spaces;
    }

    .fap-custom-element .fap-play-controls {
        margin: 0;
        left: 20px;
        bottom: -10px;
    }

    .fap-controls > .fap-timebar {
        position: absolute;
        left: 175px;
        bottom: 0;
        width: calc(100% - 230px);
        padding-right: 100px;
    }

    .download-podcast {
        bottom: 46px;
        right: 24px;
    }

    .fap-volume-wrapper {
        position: absolute;
        top: 0;
    }

    .fap-timebar > .fap-total-time {
        right: 28px;
    }
}

.pricing {
    padding: 160px 0 0;
    background: url(../img/pricing.png) no-repeat center 63%;
}

.pricing .container {
    width: 100%;
    max-width: 1025px;
}

.pricing h1 {
    font-size: 36px;
    margin: 0 0 5px;
}

.pricing h1 + p {
    font-size: 18px;
    line-height: 30px;
    color: #777777;
}

.pricing__toggle {
    background: #f4f4f4;
    border-radius: 6px;
    padding: 12px 15px;
    font-size: 15px;
    color: #000000;
    display: table;
    margin: 15px auto 60px;
}

.pricing__toggle a {
    margin-left: 5px;
    background: #e4e4e4;
    padding: 1px 8px;
    border-radius: 5px;
    color: #686868;
    font-size: 12px;
    font-weight: 600;
    display: inline-block;
}

.pricing__toggle a:hover,
.pricing__toggle a.act {
    background: #75c21a;
    color: #fff;
}

.pricing__toggle a.act {
    pointer-events: none;
}

.pricing__table {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    margin-bottom: 65px;
}

.pricing__table .plan {
    border-radius: 13px;
    background-color: #fff;
    box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.1);
    padding: 35px;
    width: 100%;
    margin: 20px 0;
}

.pricing__table .plan > img {
    margin: -78px 0 0;
}

.pricing__table .plan.popular {
    width: 100%;
    margin: 0 30px;
    background-image: -moz-linear-gradient(-100deg, #3f04b8 0%, #160085 100%);
    background-image: -webkit-linear-gradient(-100deg, #3f04b8 0%, #160085 100%);
    background-image: -ms-linear-gradient(-100deg, #3f04b8 0%, #160085 100%);
    box-shadow: 0 0 18px 0 rgba(52, 3, 170, 0.22);
    padding: 30px 65px;
}

.pricing__table .plan.popular .plan__title {
    color: #fff;
    margin-top: 35px;
}

.pricing__table .plan.popular .plan__price sup {
    color: #8d5fff;
}

.pricing__table .plan.popular .plan__features span {
    background: #26017f;
    color: #fff;
}

.pricing__table .plan.popular .plan__features ul li:before {
    border: 1px solid #6e52cc;
}

.pricing__table .plan.popular .plan__features ul li:not([class*="color__"]) {
    color: #fff;
}

.pricing__table .plan.popular .plan__features ul li:not([class*="color__"]):after {
    background: #fff;
}

.pricing__table .plan__title {
    color: #000000;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    margin: 5px 0 15px;
}

.pricing__table .plan__price {
    margin: 35px 0;
}

.pricing__table .plan__price.hide {
    display: none;
}

.pricing__table .plan__price sup {
    color: #858282;
    font-weight: bold;
    font-size: 12px;
}

.pricing__table .plan__price sup:first-child {
    vertical-align: bottom;
    font-size: 16px;
    top: -1em;
}

.pricing__table .plan__price sup:last-child {
    vertical-align: top;
    top: 0;
}

.pricing__table .plan__price span {
    font-size: 60px;
    font-weight: 700;
    background-image: -moz-linear-gradient(-100deg, #0d92e6 0%, #a0d512 100%);
    background-image: -webkit-linear-gradient(-100deg, #0d92e6 0%, #a0d512 100%);
    background-image: -ms-linear-gradient(-100deg, #0d92e6 0%, #a0d512 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.pricing__table .plan__features span {
    background: #d8d8d8;
    color: #fff;
    font-size: 13px;
    line-height: 35px;
    display: block;
    text-transform: uppercase;
    font-weight: 600;
    border-radius: 4px;
    margin-bottom: 23px;
}

.pricing__table .plan__features ul {
    margin-bottom: 30px;
}

.pricing__table .plan__features ul li {
    position: relative;
    text-align: left;
    padding-left: 23px;
    margin-bottom: 10px;
    font-size: 13px;
    font-weight: 600;
}

.pricing__table .plan__features ul li:before {
    content: "";
    height: 13px;
    width: 13px;
    border: 1px solid #b9b9b9;
    border-radius: 50%;
    position: absolute;
    top: 7px;
    left: 0;
}

.pricing__table .plan__features ul li:after {
    content: "";
    height: 3px;
    width: 3px;
    background: #3e03b6;
    border-radius: 50%;
    position: absolute;
    top: 12px;
    left: 5px;
}

.pricing__table .plan__features ul li.color__pink:after {
    background: #f6305a;
}

.pricing__table .plan__features ul li.color__green:after {
    background: #abee5c;
}

.pricing__table .plan .btn__pink {
    padding: 13px 44px;
    font-size: 16px;
    display: block;
}

.plan.annual-plan .plan__price {
    display: none;
}

.plan.annual-plan .plan__price.hide {
    display: block !important;
}

.reasons {
    padding: 100px 0 0;
}

.reasons h3 {
    font-size: 21px;
    line-height: 30px;
    margin-bottom: 10px;
}

.reasons ul {
    margin: 35px auto;
    position: relative;
    display: table;
    width: 100%;
    max-width: 900px;
    padding-top: 30px;
}

.reasons ul:before {
    content: "";
    background: #ececec;
    width: 2px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
}

.reasons ul li {
    width: 50%;
    display: table;
    margin: 25px 0 50px;
    position: relative;
}

.reasons ul li:last-child {
    margin-bottom: 0;
}

.reasons ul li strong {
    font-size: 18px;
    display: block;
    margin-bottom: 5px;
    font-weight: 800;
}

.reasons ul li:nth-child(odd) {
    padding-right: 70px;
    text-align: right;
}

.reasons ul li:nth-child(odd) strong {
    color: #e34044;
}

.reasons ul li:nth-child(odd):before {
    content: "";
    background: url(../img/ico-2.png);
    width: 56px;
    height: 69px;
    position: absolute;
    top: -25px;
    right: calc(0% - 26px);
}

.reasons ul li:nth-child(even) {
    padding-left: 70px;
    left: 50%;
}

.reasons ul li:nth-child(even) strong {
    color: #55b37e;
}

.reasons ul li:nth-child(even):before {
    content: "";
    background: url(../img/ico-3.png);
    width: 56px;
    height: 69px;
    position: absolute;
    top: -25px;
    left: calc(0% - 26px);
}

.speech-to-text-container {
    padding: 100px 0
}

.speech-to-text-container .speech-to-text-content {
    margin-bottom: 20px;
}

.speech-to-text-container h3 {
    font-size: 21px;
    line-height: 30px;
    margin-bottom: 10px
}

.speech-to-text-container ul {
    position: relative;
    display: table;
    max-width: 900px;
}

.speech-to-text-container ul:before {
    content: "";
    background: #ececec;
    width: 2px;
    height: 100%;
    position: absolute;
    top: 10px;
    left: 50%;
}

.speech-to-text-container ul li {
    width: 100%;
    display: table;
    margin: 25px 0 60px;
    position: relative
}

.speech-to-text-container ul li:last-child {
    margin-bottom: 0;
}

.speech-to-text-container ul li strong {
    font-size: 18px;
    display: block;
    margin-bottom: 5px;
    font-weight: 800
}

.speech-to-text-container ul li {
    padding-left: 70px;
    left: 50%;
}

.speech-to-text-container ul li strong {
    color: #000;
}

.speech-to-text-container ul li:before {
    content: "";
    width: 100px;
    height: 80px;
    position: absolute;
    top: -25px;
    left: calc(0% - 45px);
}

.speech-to-text-container ul li:nth-child(1):before {
    background: url(../img/speech-to-text-icon-001.png);
}

.speech-to-text-container ul li:nth-child(2):before {
    background: url(../img/speech-to-text-icon-002.png);
}

.speech-to-text-container ul li:nth-child(3):before {
    background: url(../img/speech-to-text-icon-003.png);
}

#compare {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background-color: rgba(255, 255, 255, 0.9);
    opacity: 0;
    visibility: hidden;
    transition: 0.4s ease-out;
}

#compare.act {
    opacity: 1;
    visibility: visible;
}

#compare > div {
    border-radius: 4px;
    background-color: #fff;
    box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.15);
    position: absolute;
    width: 90%;
    max-width: 945px;
    padding: 75px;
    max-height: 80vh;
    top: 10vh;
    overflow: auto;
    overflow-x: hidden;
    left: 0;
    right: 0;
    margin: 0 auto;
}

#compare > div .compare:before {
    content: "";
    border-radius: 4px;
    box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.15);
    position: absolute;
    top: 71px;
    left: 386px;
    width: 131px;
    height: 413px;
    border: 1px solid #fff;
}

#compare > div .compare table {
    width: 795px;
    border-collapse: inherit;
}

#compare > div .compare table thead {
    border-radius: 4px;
    background-image: -moz-linear-gradient(-100deg, #3f04b8 0%, #160085 100%);
    background-image: -webkit-linear-gradient(-100deg, #3f04b8 0%, #160085 100%);
    background-image: -ms-linear-gradient(-100deg, #3f04b8 0%, #160085 100%);
    line-height: 66px;
    color: #fff;
    overflow: hidden;
    border: none;
}

#compare > div .compare table thead tr th {
    font-weight: 400;
    padding: 0 25px;
    text-align: center;
    border: none;
}

#compare > div .compare table thead tr th:first-child {
    padding: 0 25px;
    border-radius: 4px 0 0 4px;
    min-width: 295px;
    text-align: left;
}

#compare > div .compare table thead tr th:nth-child(2) {
    background: #fff;
    width: 130px;
    padding: 0 10px;
}

#compare > div .compare table thead tr th:nth-child(2) img {
    max-width: 100%;
}

#compare > div .compare table thead tr th:last-child {
    border-radius: 0 4px 4px 0;
}

#compare > div .compare table tbody tr {
    background: #f5f6f7;
    border: 3px solid #fff;
    border-width: 3px 0;
    border-collapse: inherit;
    margin: 10px 0;
}

#compare > div .compare table tbody tr:nth-child(even) {
    background: #eff2f4;
}

#compare > div .compare table tbody tr td {
    border-top: 1px solid #e3e3e3;
    border-bottom: 1px solid #e3e3e3;
    border-collapse: inherit;
    padding: 7px 25px;
    font-size: 12px;
    color: #000;
    text-align: center;
}

#compare > div .compare table tbody tr td:first-child {
    border-left: 1px solid #e3e3e3;
    border-radius: 4px 0 0 4px;
    text-align: left;
}

#compare > div .compare table tbody tr td:nth-child(2) {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
}

#compare > div .compare table tbody tr td:last-child {
    border-right: 1px solid #e3e3e3;
    border-radius: 0 4px 4px 0;
}

#compare > div .compare table tbody tr td.fa-check {
    color: #79c34b;
    font-size: 16px;
}

#compare > div .compare table tbody tr td.fa-times {
    color: #d80027;
    font-size: 16px;
}

#compare .compare__close {
    position: absolute;
    top: 0;
    right: 0;
    padding: 20px;
}

#compare .compare__close svg {
    width: 30px;
    transition: 0.3s all;
}

#compare .compare__close svg path {
    fill: #000000;
}

#compare .compare__close:hover svg path {
    fill: #f6305a;
}

.footer {
    padding: 60px 0;
}

.footer p {
    font-size: 13px;
    line-height: 24px;
}

.footer a {
    font-size: 13px;
    line-height: 24px;
    color: #000;
}

.footer a:hover {
    color: #f6305a;
}

.footer h4 {
    font-size: 15px;
    line-height: 21px;
    margin-bottom: 15px;
}

.footer .flogo {
    position: relative;
    top: -7px;
    margin-bottom: 10px;
    display: table;
}

.footer form {
    border-radius: 13px;
    background-color: #fff;
    box-shadow: 0 12px 18px 0 rgba(0, 0, 0, 0.05);
    height: 48px;
    padding-right: 60px;
    position: relative;
}

.footer form input {
    padding: 0 20px;
    width: 100%;
    height: 48px;
    border: none;
    background: transparent;
}

.footer form button {
    background: #0e77e3;
    color: #fff;
    width: 42px;
    height: 36px;
    border-radius: 13px;
    border: none;
    position: absolute;
    top: 7px;
    right: 7px;
    padding-bottom: 5px;
}

.footer__bottom {
    border-top: 1px solid #f1f1f1;
    padding: 30px 0;
}

.footer__bottom ul li {
    display: inline-block;
    margin-right: 20px;
}

.footer__bottom ul li a {
    font-size: 12px;
    color: #000000;
    font-weight: bold;
    text-transform: uppercase;
}

.footer__bottom ul li a:hover {
    color: #f6305a;
}

.footer__bottom .social {
    float: right;
}

.footer__bottom .social a {
    font-size: 18px;
    margin-left: 10px;
}

.footer__bottom .social a:hover {
    opacity: 0.7;
}

.footer__bottom .social .fa-youtube {
    color: #f61c0d;
}

.footer__bottom .social .fa-twitter {
    color: #3fa9f5;
}

.footer__bottom .social .fa-facebook-square {
    color: #3a559f;
}

.podcasters {
    background: #f63059 url(../img/cta/podcasters-bg.png) bottom center;
    padding: 95px 0;
}

.podcasters h3 {
    color: #fff;
    font-size: 28px;
    margin-bottom: 15px;
}

.podcasters p {
    color: #fff;
    font-size: 18px;
    line-height: 30px;
}

.podcasters p a {
    color: #fff;
    border-bottom: 1px solid transparent;
}

.podcasters p a b {
    font-weight: 600;
}

.podcasters p a:hover {
    border-bottom: 1px solid #fff;
}

.podcasters .btn {
    float: right;
}

.podcasters ul {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-top: 30px;
}

.podcasters ul li {
    opacity: 0.35;
}


/* RESPONSIVENESS */

.show-mobile {
    display: none !important;
}

@media only screen and (min-width: 250px) and (max-width: 270px) {
    .hero__caption {
        margin-top: 20px !important;
    }
}

@media only screen and (min-width: 992px) {
    body .header__search {
        margin-right: 15px;
        margin-top: -4px;
    }
}

@media only screen and (min-width: 1200px) {
    .listing__single--info > img {
        width: 252px;
        min-height: 228px;
    }
}

@media only screen and (min-width: 1024px) and (max-width: 1200px) {
    .listing__single--info > img {
        width: 228px;
        min-height: 228px;
    }
}

@media only screen and (min-width: 270px) and (max-width: 767px) {
    .hero__caption {
        text-align: center;
    }
}

@media only screen and (min-width: 250px) and (max-width: 767px) {
    .footer .col-lg-4.col-md-5.col-sm-6 .row {
        display: table;
        flex-wrap: initial;
        width: auto;
        margin: 0 auto;
    }

    .footer .col-lg-4.col-md-5.col-sm-6 .row .col-6 {
        -ms-flex: 0 0 auto !important;
        flex: 0 0 auto !important;
        max-width: inherit !important;
        float: left;
        display: table;
        width: auto;
        padding: 0 30px;
    }

    .hero__caption p br {
        display: none;
    }

    .show-desktop {
        display: none !important;
    }

    .show-mobile {
        display: inline !important;
    }

    .hero__features {
        padding: 80px 0 100px;
    }

    .hero__hosting {
        padding: 80px 0 100px;
    }

    #compare .compare__close svg {
        width: 20px;
    }

    .podcasters .btn {
        float: none;
    }

    .header__search {
        position: absolute;
        top: 1px;
        right: 59px;
    }

    .hero__advertising {
        background: #1a008a url(../img/hero-advertising-mob.png) no-repeat bottom center !important;
        background-size: cover;
    }

    #compare > div {
        padding: 40px 20px 20px 20px;
        max-height: 85vh;
        top: 10vh;
        overflow: hidden !important;
    }

    #compare > div .compare:before {
        display: none;
    }

    #compare > div .compare {
        overflow: hidden;
    }

    #compare .compare__close {
        position: absolute;
        top: -14px;
        right: -9px;
        padding: 20px;
        z-index: 22;
    }

    #compare > div .compare table {
        width: auto;
        border-collapse: inherit;
        display: block;
        overflow: auto;
    }

    #compare > div .compare table::-webkit-scrollbar-track {
        width: 6px;
        height: 6px;
        background-color: #F5F5F5;
        border-radius: 6px;
    }

    #compare > div .compare table::-webkit-scrollbar {
        width: 6px;
        height: 6px;
        background-color: #F5F5F5;
        border-radius: 6px;
    }

    #compare > div .compare table::-webkit-scrollbar-thumb {
        background-color: #000000;
        border-radius: 6px;
    }

    #compare > div .compare table thead tr th:nth-child(2) img {
        min-width: 100px;
    }

    #claim .claim__close {
        top: 4vh;
        right: 5%;
        z-index: 22;
    }

    #remove .remove__close {
        top: 4vh;
        right: 5%;
        z-index: 22;
    }

    #claim .claim {
        padding: 30px;
    }

    #remove .remove {
        padding: 30px;
    }

    .header__reg {
        display: none;
    }

    .header {
        padding: 25px 0 15px !important;
    }

    .hamburger {
        right: 15px !important;
    }

    .listing__filter--select {
        display: none;
    }

    .listing h1 {
        font-size: 18px;
        margin-bottom: 15px;
    }

    .hide-mob {
        display: none !important;
    }

    .hero__features .hero__caption {
        margin-bottom: 50px;
    }

    .hero__hosting .hero__caption {
        margin-bottom: 50px;
    }

    .footer__bottom .social {
        margin-top: 20px;
        float: none;
        text-align: center;
    }

    .footer__bottom ul {
        text-align: center;
    }

    .footer__bottom ul li a {
        font-size: 10px;
    }

    .footer p {
        margin: 0 0 30px;
        text-align: center;
    }

    .footer a.flogo {
        text-align: center;
        display: table;
        margin: 0 auto 10px;
    }

    .footer .col-lg-4 {
        margin-bottom: 30px;
    }

    .press ul {
        display: block;
        text-align: center;
    }

    .press ul li {
        padding: 10px 15px;
    }

    .press ul li:not(:first-child) {
        display: inline-block;
    }

    .cta h3 {
        font-size: 26px;
        line-height: 1.2;
        margin-bottom: 15px;
    }

    .cta__inner {
        display: block;
        padding: 40px 30px 10px;
    }

    .cta__inner > div {
        padding: 10px 0;
        text-align: center;
    }

    .cta p br {
        display: none;
    }

    .hero__caption p {
        margin-bottom: 20px;
        font-size: 15px;
        line-height: 26px;
    }

    .btn__plain {
        font-size: 15px;
        font-weight: 500;
        padding: 15px 27px;
    }

    .btn__green {
        padding: 17px 38px;
        font-size: 17px;
    }

    .hero {
        background: #fff url(../img/hero-bg.png) no-repeat bottom center;
        padding-top: 120px;
    }

    .hero.hero-home {
        background-position-y: top !important;
    }

    .hero.hero-home .hero__caption h1 {
        margin-top: 20px;
    }

    .hero__advertising {
        padding: 120px 0 180px;
        background: #1a008a url(../img/hero-advertising-bg.png) no-repeat bottom center;
        background-size: cover;
    }

    .hero__img {
        position: relative;
        left: 0;
        width: 100%;
        max-width: 300px;
        display: block;
        margin: 20px auto 0;
    }

    .features__item {
        padding: 30px;
        max-width: 300px;
        margin: 10px auto 10px;
    }

    .features__item p {
        font-size: 13px;
    }

    .sep {
        padding: 35px 0;
    }

    h2,
    .h2 {
        font-size: 30px;
        line-height: 40px;
    }

    .head p {
        font-size: 16px;
    }

    .content img {
        margin-bottom: 30px;
    }

    .content img.float-right {
        float: none !important;
    }

    .more-features ul li {
        width: 100%;
        margin-bottom: 20px;
    }

    .benefits__item img.arrow {
        display: none;
    }

    .benefits__item {
        width: 100%;
        max-width: 400px;
        margin: 0 auto 20px !important;
        float: none !important;
    }

    .benefits__head .h1 {
        margin-bottom: 20px;
        font-size: 38px;
        line-height: 1.2;
    }

    .benefits__head {
        padding: 15px 0 45px;
    }

    .stats {
        padding: 60px 0 30px;
    }

    .stats .big {
        max-width: 100%;
        text-align: center;
    }

    .stats__item {
        text-align: center;
        margin-bottom: 30px;
    }

    .stats__item p br {
        display: none;
    }

    .stats__item p {
        max-width: 400px;
        margin: 0 auto;
    }

    .podcast {
        padding: 70px 0 40px;
    }

    .podcast__item {
        max-width: 250px;
        margin: 0 auto 30px;
    }

    .blog {
        padding: 25px 0 70px;
    }

    .podcasters ul {
        display: none;
    }

    .features__advertising {
        padding: 0 0 20px;
    }

    .round-bg-3 {
        background-color: #300fa5;
    }

    .pricing__toggle {
        text-align: center;
    }

    .pricing__toggle span {
        display: block;
    }

    .pricing__table {
        display: block;
    }

    .pricing__table .plan {
        width: 100% !important;
        margin: 20px auto 70px !important;
        max-width: 350px;
    }

    .episodes > h3 {
        margin-top: 30px;
    }
}

@media only screen and (min-width: 270px) and (max-width: 767px) {
    .home header .header__search {
        top: -43px !important;
        margin-right: 25px;
    }

    .header__search {
        top: -43px !important;
        margin-right: 25px;
    }

    header:not(.header-scroll) .header__search {
        top: -43px !important;
        margin-right: 25px;
    }

    .home header:not(.header-scroll) .header__search {
        top: -53px !important;
        margin-right: 25px;
    }
}

@media only screen and (min-width: 250px) and (max-width: 600px) {

    .logo-holder {
        text-align: center;
        margin-bottom: 15px;
    }

    .details-holder {
        margin: 0 !important;
        text-align: center;
        padding-right: 3em;
    }

    .hide-xs {
        display: none !important;
    }

    .footer {
        padding: 60px 0 40px;
        max-width: 400px;
        margin: 0 auto;
    }

    #search form input {
        font-size: 24px;
    }

    .reasons ul li:nth-child(odd) {
        padding-right: 0;
        text-align: left;
        padding-left: 50px;
    }

    .reasons ul li:nth-child(even) {
        padding-left: 50px;
        left: 0;
        text-align: left;
    }

    .reasons ul li:nth-child(odd):before,
    .reasons ul li:nth-child(even):before {
        left: 0;
        width: 29px;
        height: 29px;
        position: absolute;
        top: 0;
        right: calc(0% - 26px);
        background-size: 29px;
    }

    .reasons ul li {
        width: 100%;
        display: block;
    }

    .reasons ul {
        display: block;
        width: 100%;
        padding-top: 0;
        max-width: 900px;
    }

    .reasons ul:before {
        left: 15px;
    }

    .btn__green {
        padding: 19px 25px;
        font-size: 16px;
        white-space: normal;
        line-height: 1.4;
    }

    .listing__head .btn__pink {
        float: none;
        margin-top: 15px;
    }

    .blog .btn__pink {
        display: none;
    }

    .blog h3 {
        float: none;
        text-align: center;
    }

    .listing__single--hero > .img-full {
        /*width: 1000px;*/
        /*height: auto;*/
        height: 300px;
        max-width: inherit;
    }

    .listing__single--info > img {
        width: 80px;
        border-radius: 10px;
        margin-right: 20px;
        height: 80px;
    }

    .listing__single--info {
        display: block;
        bottom: 0;
    }

    .listing .listing__single--info h1 {
        text-align: left;
        margin: 5px 0 0;
        font-size: 18px;
    }

    .listing__single--info .cat {
        font-size: 15px;
        margin-bottom: 20px;
    }

    .listing__single--info .meta .episode {
        margin-bottom: 5px;
        margin-right: 0;
    }

    .listing__single--info > img {
        position: relative;
        margin-bottom: -16px;
    }

    .listing__single--info {
        width: 100%;
    }

    .bcrumbs {
        padding: 15px 0 40px 0;
    }

    .header__search {
        position: initial !important;
        top: 41px;
        right: 59px;
        margin-left: 12px;
    }
}

@media only screen and (max-width: 991px) {
    .testimonials .quote-carousel {
        min-width: auto;
    }

    .testimonials .quote__item {
        margin-top: 25px;
        margin-left: 30px;
        width: calc(100% - 40px);
        margin-bottom: 20px;
    }

    .testimonials .quote-carousel .slick-slide {
        opacity: 0;
    }

    .testimonials .quote-carousel .slick-current {
        opacity: 1;
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    #compare > div {
        max-height: 500px;
        margin-bottom: 40px;
    }

    #compare.act {
        overflow: auto;
    }
}

@media screen and (min-width: 566px) and (max-width: 570px) {
    .header__reg a {
        padding: 0 10px;
        line-height: 40px;
        width: 40px !important;
        text-align: center;
    }
}

@media screen and (max-width: 566px) {
    .header__reg a {
        padding: 0 10px;
        line-height: 40px;
        width: 40px !important;
        text-align: center;
    }
}

@media screen and (max-width: 569px) {
    .header__reg a {
        padding: 0 10px;
        line-height: 40px;
        width: 40px !important;
        text-align: center;
    }


}

@media screen and (min-width: 570px) and (max-width: 601px) {
    .header__reg a {
        padding: 12px 28px;
        line-height: 43px;
        width: 87px !important;
        text-align: center;
        display: inline;
    }

    .header__reg {
        right: 53px;
    }
}

@media only screen and (min-width: 570px) and (max-width: 767px) {
    .header .show-desktop {
        display: inline-block !important;
    }

    .header .show-mobile {
        display: none !important;
    }

    .header__reg {
        position: absolute;
        top: -54px;
        right: 15px;
        display: inline;
    }

    body:not(.home) .header__reg,
    .header-scroll .header__reg {
        top: -44px;
    }

    .hamburger {
        right: 285px !important;
    }

    .header__search {
        position: absolute;
        top: 1px;
        right: 328px;
    }

    .footer {
        padding: 60px 0 15px;
    }

    .listing__single--info {
        bottom: 8px;
    }

    .listing__single--hero > .img-full {
        width: 1000px;
        height: auto;
        max-width: inherit;
    }

    .listing .listing__single--info h1 {
        text-align: left;
        margin: 5px 0 0;
    }

    .listing__single--info .cat {
        font-size: 17px;
    }

    .bcrumbs {
        padding: 15px 0 60px 200px;
    }

    .listing__head h4 {
        width: calc(100% - 150px);
    }

    .more-features ul li {
        width: 50%;
        margin-bottom: 20px;
    }

    .more-features ul li div {
        height: 80px;
    }

    .content img {
        max-width: 500px;
        width: 100%;
        margin: 0 auto 20px;
        display: block;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    #compare > div .compare table {
        width: auto;
        border-collapse: inherit;
        display: block;
        overflow: auto;
    }

    #compare > div .compare table thead tr th:first-child {
        min-width: auto;
    }

    .benefits__item--2 img.arrow {
        bottom: -75px;
        right: 96px;
    }

    .benefits__item--5 img.arrow {
        position: absolute;
        top: -60px;
        right: 87px;
    }

    .press ul {
        display: block;
        flex-direction: inherit;
        justify-content: inherit;
        align-items: inherit;
        text-align: center;
    }

    .press ul strong {
        display: block;
        margin-bottom: 5px;
    }

    .press ul li:first-child {
        width: 100%;
    }

    .press ul li {
        display: inline-block;
        padding: 0 15px 20px;
    }

    .press ul li img {
        max-height: 25px;
    }

    #compare > div {
        max-width: 750px;
        padding: 75px 30px;
    }

    #compare .compare:before {
        display: none;
    }

    #compare .compare table {
        width: 100%;
    }

    #compare .compare table thead tr th:first-child {
        min-width: auto;
    }

    #compare .compare__close {
        top: 0;
        right: 5px;
        z-index: 22;
    }

    #claim .claim__close {
        top: 4vh;
        right: 5%;
        z-index: 22;
    }

    #remove .remove__close {
        top: 4vh;
        right: 5%;
        z-index: 22;
    }

    .listing__single aside {
        padding-right: 15px;
    }

    .listing__single--info {
        bottom: -16px;
    }

    .listing__single--info > img {
        width: 160px;
        height: 160px;
    }

    .listing__single--hero > .img-full {
        width: 1000px;
        height: auto;
        max-width: inherit;
    }

    .listing .listing__single--info h1 {
        text-align: left;
        margin: 5px 0 0;
    }

    .listing__single--info .cat {
        font-size: 17px;
    }

    .bcrumbs {
        padding: 15px 0 60px 200px;
    }

    .listing h1 {
        font-size: 22px;
        margin-bottom: 15px;
    }

    .pricing__table {
        display: block;
    }

    .pricing__table .plan {
        width: 100% !important;
        margin: 20px auto 70px !important;
        max-width: 350px;
    }

    .listing__head h4 {
        width: calc(100% - 150px);
    }

    .hero__features .hero__caption {
        margin-bottom: 50px;
    }

    .hero__hosting .hero__caption {
        margin-bottom: 50px;
    }

    .round-bg-3 {
        background-color: #300fa5;
    }

    .podcasters ul li {
        padding: 0 15px;
    }

    .footer__bottom ul li a {
        font-size: 9px;
    }

    .footer__bottom ul li {
        margin-right: 15px;
    }

    .cta__inner > div {
        padding: 0 15px;
    }

    .cta p br {
        display: none;
    }

    .features {
        padding: 76px 0 0;
    }

    .features__item {
        margin: 0 auto 30px;
        width: 100%;
        max-width: 400px;
    }

    .hero__caption {
        text-align: center;
    }

    .hero__caption h1 {
        font-size: 23px;
        line-height: 34px;
        margin: 0 0 20px;
    }

    .hero__caption p {
        margin-bottom: 20px;
        font-size: 15px;
        line-height: 26px;
    }

    .hero {
        background: #fff url(../img/hero-bg.png) no-repeat bottom center;
    }

    .hero__advertising {
        padding: 170px 0 540px;
        background: #1a008a url(../img/hero-advertising-bg.png) no-repeat bottom center;
    }

    .hero__img {
        position: relative;
        left: 0;
        width: 100%;
        max-width: 480px;
        display: block;
        margin: 20px auto 0;
    }

    .podcast {
        padding: 90px 0 0;
    }

    .stats .big {
        color: #fff;
        max-width: 600px;
        margin: 0 auto 30px;
        text-align: center;
    }

    .more-features ul li {
        margin-bottom: 20px;
    }

    .more-features ul li div {
        font-size: 13px;
        padding: 20px 15px;
    }

    .listing__single .episode-content {
        margin-top: 50px !important;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1100px) {
    .benefits__item--2 img.arrow {
        right: 61px;
    }

    .cta__inner > div {
        padding: 0 15px;
    }

    .cta p br {
        display: none;
    }

    .breadcrumbs {
        padding: 0 0 40px 255px;
    }

    .podcast_title_alignment {
        margin-top: -20% !important;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .listing__head h4 {
        width: calc(100% - 150px);
    }

    .hero__caption h1 {
        margin: 125px 0 32px;
    }

    .hero__hosting {
        padding: 100px 50px !important;
    }

    .breadcrumbs {
        padding: 0 0 40px 255px;
    }

    .img-full {
        height: auto;
    }

    .podcast_title_alignment {
        margin-top: -20% !important;
    }

    aside .widget__subscribe a {
        margin-top: 10px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
    body:not(.home) .header__search {
        top: 27px;
    }

    body .header-scroll {
        padding: 25px 10px 15px;
    }

    .podcasters p br {
        display: none;
    }

    body:not(.home) .header {
        padding: 25px 0 15px;
    }

    .img-full {
        height: auto;
    }

    .podcast_title_alignment {
        margin-top: -20%;
    }

    aside .widget__subscribe a {
        margin-top: 10px;
    }
}

.nav__close {
    display: none;
}

@media only screen and (min-width: 250px) and (max-width: 1200px) {
    .nav__close {
        display: inline;
        position: fixed;
        top: 0;
        right: 0;
        z-index: 9999;
        padding: 15px;
        font-size: 25px;
        opacity: 0;
        visibility: hidden;
        transition: 0.3s;
    }

    .nav-act .nav__close {
        opacity: 0.3;
        visibility: visible;
        transition: 0.3s;
        transition-delay: 0.4s;
    }

    .nav-act .nav__close:hover {
        opacity: 1;
        transition: 0.3s;
    }

    .header .nav > li > a {
        color: #000;
    }

    .header .nav {
        display: block;
        position: fixed;
        background: rgba(255, 255, 255, 0.96);
        right: 0;
        left: 0;
        width: 100%;
        top: 100vh;
        z-index: 999;
        padding: 50px;
        height: 100vh;
        margin: 0;
        overflow: auto;
        opacity: 0;
        overflow-x: hidden;
        transition: 0.3s ease-out;
    }

    .nav-act .header .nav {
        top: 0;
        opacity: 1;
        transition: 0.3s ease-out;
    }

    .header .nav > li {
        display: block;
        padding: 0 18px;
        position: relative;
        text-align: left;
    }

    .hamburger {
        position: absolute;
        top: 31px;
        right: 285px;
        font-size: 24px;
        cursor: pointer;
        z-index: 33;
    }

    .header .nav > li {
        padding: 0;
        text-align: left;
        /*border-bottom: 1px solid #e5e5e5;*/
    }

    .header .nav li a {
        padding: 7px 15px;
        width: 100%;
    }

    .header .nav > li ul {
        background-color: transparent;
        box-shadow: none;
        border-radius: 0;
        position: relative;
        left: 0;
        top: 100%;
        min-width: 100%;
        opacity: 1;
        visibility: visible;
        border-top: 1px solid #e5e5e5;
    }

    .header .nav > li > a:after {
        display: none;
    }

    body.home header:not(.header-scroll) .hamburger {
        top: 40px;
        color: #fff;
    }

    body .nav li a {
        color: #000;
    }

    body.nav-act {
        overflow: hidden;
    }
}

@media only screen and (min-width: 1201px) {
    .hamburger {
        display: none;
    }

    .breadcrumbs {
        padding: 20px 0 30px 0px !important
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .header .col-md-6 {
        -ms-flex: 0 0 40%;
        flex: 0 0 40%;
        max-width: 40%;
    }

    .header .col-md-1 {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }

    .header .col-md-5 {
        -ms-flex: 0 0 40%;
        flex: 0 0 40%;
        max-width: 40%;
    }
}

@media only screen and (min-width: 1201px) and (max-width: 1400px) {
    .header .nav > li {
        padding: 0 10px;
    }

    .header__reg a {
        padding: 0 18px;
    }

    body:not(.home) .header {
        padding: 25px 0 15px;
    }

    .header .nav > li > a {
        font-size: 12px;
    }
}

@media only screen and (min-width: 1401px) and (max-width: 1550px) {
    .header .nav > li {
        padding: 0 12px;
    }

    .header__reg a {
        padding: 0 23px;
    }

    body:not(.home) .header {
        padding: 25px 0 15px;
    }

    .header .nav > li > a {
        font-size: 13px;
    }
}

@media only screen and (min-width: 1921px) {
    .round-bg {
        background: url(../img/round-bg.png) no-repeat center;
        background-size: cover;
    }

    .round-bg-2 {
        background: url(../img/round-bg2.png) no-repeat center;
        background-size: cover;
    }

    .round-bg-3 {
        background: url(../img/round-bg3.png) no-repeat center;
        background-size: cover;
    }

    .hero {
        background: #fff url(../img/hero-bg.png) no-repeat bottom center;
        background-size: cover;
    }
}

@media only screen and (max-width: 1200px) and (min-width: 768px) {
    body .header__reg {
        margin-right: 40px;
    }

    .header {
        padding: 32px 10px;
    }

    .header__search {
        right: 326px !important;
        margin: 0 !important;
    }

    .header .nav {
        padding: 80px 14%;
    }

    .hamburger {
        position: absolute;
        top: 32px;
        right: 15px;
        font-size: 24px;
        cursor: pointer;
        z-index: 33;
    }

    body.home header:not(.header-scroll) .hamburger {
        top: 48px;
        color: #fff;
        right: 15px;
    }

    .header__search {
        /*position: fixed;*/
        top: 35px;
        right: 346px;
        left: auto;
        z-index: 22;
        margin-left: 12px !important;;
    }

    .header-scroll .header__search {
        top: 27px;
    }
}

@media only screen and (min-width: 270px) and (max-width: 480px) {
    .header .header__logo {
        width: 120px;
        transition: 0.4s;
    }

    body.home .header__logo {
        width: 120px;
    }

    body.home header:not(.header-scroll) .hamburger {
        top: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 870px) {
    .header__reg a {
        padding: 0 24px;
    }
}

@media screen and (max-width: 767px) {

}

@media only screen and (min-width: 270px) and (max-width: 569px) {
    header:not(.header-scroll) .header__search {
        top: -41px;
        right: 54px;
    }

    .home header.header-scroll .header__reg,
    .header__reg {
        position: absolute;
        top: -40px;
        right: 53px;
    }

    .home .header__reg {
        position: absolute;
        top: -48px;
        right: 53px;
    }

    .header__search {
        position: absolute;
        top: -41px;
        right: 54px;
    }

    .home header:not(.header-scroll) .header__search {
        top: 1px;
    }

    .header__search,
    header:not(.header-scroll) .header__search,
    .home header .header__search {
        margin-right: 0 !important;
    }

    .header .nav > li ul {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
    }

    .listing__single--info .meta .meta-episode {
        margin-bottom: 5px;
        margin-right: 0;
    }
}

@media only screen and (max-width: 767px) and (min-width: 570px) {
    .hamburger {
        right: 15px !important;
    }

    .header__search {
        right: 300px;
    }

    .header__reg {
        right: 53px;
    }

    body:not(.home) .header__search {
        top: -41px;
    }

    .header .nav > li ul {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
    }

    .header__search {
        top: 35px;
        right: 346px;
        left: auto;
        z-index: 22;
    }
}

@media only screen and (max-width: 768px) {
    .header__search {
        top: 35px;
        right: 346px;
        left: auto;
        z-index: 22;
    }

    .speech-to-text-container .speech-to-text-content {
        text-align: center;
    }
}

@media only screen and (max-width: 991px) and (min-width: 768px) {
    .header .nav > li ul {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
    }

    .header__search {
        top: 35px;
        right: 346px;
        left: auto;
        z-index: 22;
    }
}

@media only screen and (min-width: 992px) {
    .header .nav > li ul {
        -webkit-column-count: 4;
        -moz-column-count: 4;
        column-count: 4;
    }
}

.header .nav > li ul {
    width: 100%;
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
    border-radius: 3px;
    padding: 25px;
}

.header .nav > li ul li a {
    padding: 0 15px !important;
    line-height: auto !important;
    display: inline-block;
    font-size: 13px;
    font-weight: 500;
    padding: 8px 0;
    color: #3C3C3C;
    letter-spacing: .3px;
}

.header .nav > li {
    position: static;
}

@media only screen and (min-width: 768px) {
    .similar-podcasts-mr {
        margin-left: 1.5rem !important;
        margin-right: 1.5rem !important;
    }

    .breadcrumbs {
        padding: 35px 0 40px 0px;
    }
}

.similar-podcasts-mr {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
}

@media only screen and (min-width: 270px) and (max-width: 480px) {
    .header .nav > li ul {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
    }
}

@media only screen and (min-width: 481px) and (max-width: 600px) {
    .header .nav > li ul {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
    }
}

@media only screen and (min-width: 601px) and (max-width: 991px) {
    .header .nav > li ul {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
    }
}

.episodes__item h6 {
    color: #8e8e8e;
}

.cover-img {
    object-fit: cover !important;;
}

h1 a {
    color: #FFF;
}

h1 a:hover {
    color: #FFF !important;
}

h6 a {
    color: #FFF;
}

h6 a:hover {
    color: #FFF !important;
}

.search {
    padding: 0 0 120px;
    border-bottom: 1px solid #ececec;
}

.search h1 {
    font-size: 36px;
    margin-bottom: 50px;
}

.search .h1 {
    font-size: 22px;
}

.faq-title .btn {
    font-size: 18px;
    white-space: normal;
}


.box-shadow-light {
    border: 1px solid #f5f5f5;
    padding: 30px 30px 20px;
    border-radius: 5px;
    box-shadow: 0 2px 5px #f5f5f5;
}

.podcast_title_alignment {
    margin-top: -20%;
}

.search-bar-mt {
    margin-top: 12%;
}

.search-input {
    height: 60px;
}

.search-button {
    width: 80px;
}

.search-bar-icon {
    margin-left: 30%;
}

.episodes__item .thumb h4 a {
    text-decoration: underline !important;
}

.search-result-header .chosen-container {
    margin-left: 0px;
}

.view-icons .fa,
.view-icons .fas {
    cursor: pointer;
}

@media only screen and (min-width: 768px) {
    .podcast_title_alignment {
        width: 80%;
    }

    .episode_image {
        /*        height: 100px;
		margin-right: 10px;*/
        width: 100%;
    }

    .episode_title_10 {
        margin-left: -45px;
        margin-top: -10px;
    }

    .episode_title_12 {
        /*margin-left: -45px;*/
        margin-top: 15px;
    }
}

@media only screen and (max-width: 768px) {
    .episode_image {
        width: 100%;
        margin: 8px
    }

    .episode_title_10 {
        font-weight: bold;
        line-height: 25px;
        font-size: 15px;
        margin-left: 45px;
    }

    .episode_title_12 {
        font-weight: bold;
        line-height: 25px;
        font-size: 15px;
        margin-left: 45px;
    }
}

@media only screen and (max-width: 575px) {
    .listing__item {
        padding: 20px;
    }

    .speech-to-text-container ul:before {
        left: 30% !important;
    }

    .speech-to-text-container ul li {
        left: 30% !important;
    }
}

@media only screen and (max-width: 375px) {
    .episode_image {
        width: 100px;
        margin: 8px
    }

    .episode_title_10 {
        font-weight: bold;
        line-height: 25px;
        font-size: 15px;
        margin-top: 5px;
        margin-left: 65px;
    }

    .episode_title_12 {
        font-weight: bold;
        line-height: 25px;
        font-size: 15px;
        margin-left: 65px;
        margin-top: 5px;
    }

    .breadcrumbs {
        padding-top: 0 !important;
        padding-right: 0 !important;
        padding-bottom: 60px !important;
    }

    .podcastCover {
        margin-left: 50px !important;
        margin-top: -60px !important;
    }

    h1 a {
        color: #CCC;
    }

    h1 a:hover {
        color: #484848;
    }

    .listing__item .thumb > img {
        max-height: 100% !important;
    }

    aside .widget__subscribe a {
        margin-bottom: 15px;
    }

    .podcast_title_alignment h1 {
        font-size: 18px;
        margin-bottom: 1px !important;
    }

    .podcast_title_alignment .meta-cat {
        font-size: 15px;
        margin-left: 8%;
    }
}

@media only screen and (min-width: 376px) and (max-width: 415px) {
    .podcastCover {
        margin-left: 70px;
        margin-top: -60px;
    }

    .meta {
        margin-top: 80px;
        /*margin-left: 55px;*/
    }

    h1 a {
        color: #CCC;
    }

    h1 a:hover {
        color: #484848;
    }

    .episode_image {
        width: 100px;
        margin: 8px
    }

    .episode_title_12 {
        font-weight: bold;
        line-height: 25px;
        font-size: 15px;
        margin-left: 55px;
        margin-top: 5px;
    }

    .episode_title_10 {
        font-weight: bold;
        line-height: 25px;
        font-size: 15px;
        margin-left: 55px;
        margin-top: 5px;
    }

    .listing__item .thumb > img {
        max-height: 100% !important;
    }

    .breadcrumbs {
        padding: 0 !important;
    }
}

@media only screen and (min-width: 375px) and (max-width: 667px) {
    .breadcrumbs {
        padding: 0 !important;
        margin-top: 20px;
    }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
    .breadcrumbs {
        padding: 0 !important;
    }
}

@media only screen and (max-width: 360px) {
    .episode_image {
        width: 100px;
        margin: 8px
    }

    .episode_title_10 {
        font-weight: bold;
        line-height: 25px;
        font-size: 15px;
        margin-top: 5px;
        margin-left: 65px;
    }

    .episode_title_12 {
        font-weight: bold;
        line-height: 25px;
        font-size: 15px;
        margin-left: 65px;
        margin-top: 5px;
    }

    .breadcrumbs {
        padding: 0;
    }

    .podcastCover {
        margin-left: 50px !important;
        margin-top: -60px !important;
    }

    .meta-episode {
        font-size: 12px;
    }

    h1 a {
        color: #CCC;
        font-size: 1.5rem !important;
        text-align: center;
    }

    h1 a:hover {
        color: #484848;
        font-size: 1.5rem;
        text-align: center;
    }

    .listing__item .thumb > img {
        max-height: 100% !important;
    }
}

@media only screen and (min-width: 361px) and (max-width: 393px) {
    .meta {
        margin-top: 80px;
        /*margin-left: 29px;*/
    }

    .meta-episode {
        margin-right: 0 !important;
    }

    .podcast-title {
        margin-left: 30px;
    }
}

@media only screen and (min-width: 641px) and (max-width: 992px) {
    #audio-wrapper {
        margin-top: 40px !important;
    }

    .podcast_title_alignment {
        width: 80%;
        margin-left: 34%;
        margin-top: -20%;
    }
}

@media only screen and (min-width: 641px) and (max-width: 768px) {
    .breadcrumbs {
        padding: 20px 0 40px 0px;
    }

    .podcast_title_alignment {
        margin-top: -210px !important;
    }
}

.full-width {
    width: 100% !important;
}

.listing-breadcrumbs {
}

.listing__filter {
    margin-bottom: 100px;
}

.search-result-header {
    margin-bottom: 20px;
}

.search-filters .chosen-container {
    margin-left: 0;
}

.cat-breadcrumb a,
.cat-breadcrumb {
    font-size: 10px !important;
    margin-left: auto;
    margin-right: auto;
}

.directory-large-image {
    height: 385px !important;
    max-height: 385px !important;
    width: 360px !important;
    max-width: 360px !important;
    border-radius: 23px;
}

.directory-large-image .thumb > img {
    width: 100%;
    border-radius: 23px;
}

.directory-large-image .thumb > img {
    width: auto;
    border-radius: 23px;
}

.listing__item {
    margin-bottom: 60px;
}

.directory-large-image .category {
    background-color: #fff;
    box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.11);
    line-height: 20px;
    padding: 5px 15px;
    border-radius: 30px;
    position: absolute;
    top: 15px;
    left: 35px;
    color: #0e77e3;
    font-weight: 800;
    font-size: 12px;
    cursor: pointer;
    transition: 0.4s all;
}

.font12 {
    font-size: 12px !important;
}

@media screen and (min-width: 216px) and (max-width: 320px) {
    .benefits__head .h1 {
        font-size: 25px;
    }
}

@media screen and (max-width: 320px) {
    .btn__pink {
        padding: 0 !important;
        width: 100%;
        line-height: 48px;
        min-width: 204px;
    }

    .btn__white {
        padding: 0 !important;
        width: 100%;
        line-height: 48px;
        min-width: 204px;
    }

    .btn__green {
        padding: 0 !important;
        width: 100%;
        line-height: 48px;
        min-width: 204px;
    }

}


@media screen and (max-width: 444px) {
    .btn__white-grey {
        padding: 0 !important;
        width: 100%;
        line-height: 48px;
        min-width: 204px;
    }

    .podcast-media-container .podcast-media-container__btn-item {
        padding: 0;
    }
}


@media screen and (max-width: 216px) {
    .benefits__head .h1 {
        font-size: 16px;
    }
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
    .discover-share-text {
        margin-bottom: 80px !important;
    }

    .directory-large-image {
        width: 100% !important;
        height: auto !important;
    }
}

@media screen and (max-width: 992px) {
    .discover-share-text {
        margin-bottom: 80px !important;
    }

    .hero__about-us {
        background: #1a008a !important;
        padding: 180px 0 200px;
    }
}

@media screen and (max-width: 530px) {
    .discover-share-text h1 {
        font-size: 40px !important;
    }
}

@media screen and (max-width: 767px) {
    .related-content-box {
        margin-bottom: 25px;
    }
}

.hosting-green-button {
    margin-top: 20px;
}

@media screen and (max-width: 500px) {
    .hosting-main-top-text {
        font-size: 35px !important;
    }
}

@media screen and (min-width: 296px) and (max-width: 424px) {
    .faq-text {
        font-size: 30px !important;
    }
}

@media screen and (max-width: 296px) {
    .faq-text {
        font-size: 20px !important;
    }
}

@media screen and (max-width: 992px) {

    .directory-image-block .directory-image-block-first {
        max-width: 0 !important;
        flex: 0 0 0 !important;
    }

    .directory-large-image {
        display: none !important;
    }
}

@media screen and (min-width: 1137px) {
    .first-directory-post {
        display: none !important;
    }
}

@media screen and (max-width: 810px) {
    .st-btn[data-network='twitter'] {
        display: none !important;
    }

    .st-btn[data-network='facebook'] {
        display: none !important;
    }

    .st-btn[data-network='pinterest'] {
        display: none !important;
    }
}

@media screen and (max-width: 681px) {
    .episodes__list .sharethis-inline-share-buttons {
        text-align: left !important;
        margin-right: 39px;
        margin-top: 20px;
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 667px) {
    aside .widget__about p {
        margin-top: 40px !important;
    }
}

@media screen and (min-width: 570px) and (max-width: 600px) {
    aside .widget__about p {
        margin-top: 40px;
    }
}


@media screen and (min-width: 601px) and (max-width: 767px) {
    .listing__single--info > img {
        width: 160px;
        height: 160px;
    }
}

@media screen and (max-width: 682px) {

    .episodes__list .meta {
        border-top: 1px solid #ddd;
        margin: -20px -20px;
        padding: 20px 20px 0;
        position: relative;
    }
}

@media screen and (max-width: 640px) {
    /*.audio-player {
        margin-top: 30px;
    }*/
}

@media screen and (min-width: 668px) and (max-width: 767px) {
    aside .widget__about p {
        margin-top: 30px !important;
    }
}
