@charset "utf-8";

/* CSS Document */


/******************************

[Table of Contents]

1. Fonts
2. Body and some general stuff
3. Header
4. Menu
5. Home
6. Shows
7. Weekly
8. Shows 2
9. Footer
10. tag
11. player
12. sidebar
13. episode



******************************/


/***********
1. Fonts
***********/

@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800|Poppins:100,300,400,500,600,700,800,900");

/*********************************
2. Body and some general stuff
*********************************/

* {
    margin: 0;
    padding: 0;
    -webkit-font-smoothing: antialiased;
    -webkit-text-shadow: rgba(0, 0, 0, 0.01) 0 0 1px;
    text-shadow: rgba(0, 0, 0, 0.01) 0 0 1px;
}

body {
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-weight: 400;
    background: #ffffff;
    color: #a5a5a5;
}

div {
    display: block;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

ul {
    list-style: none;
    margin-bottom: 0px;
}

p {
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    line-height: 1.875;
    font-weight: 300;
    color: #929191;
    -webkit-font-smoothing: antialiased;
    -webkit-text-shadow: rgba(0, 0, 0, 0.01) 0 0 1px;
    text-shadow: rgba(0, 0, 0, 0.01) 0 0 1px;
}

p a {
    display: inline;
    position: relative;
    color: inherit;
    border-bottom: solid 1px #ffa07f;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

p:last-of-type {
    margin-bottom: 0;
}

a {
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

a,
a:hover,
a:visited,
a:active,
a:link {
    text-decoration: none;
    -webkit-font-smoothing: antialiased;
    -webkit-text-shadow: rgba(0, 0, 0, 0.01) 0 0 1px;
    text-shadow: rgba(0, 0, 0, 0.01) 0 0 1px;
}

p a:active {
    position: relative;
    color: #ff6347;
}

p a:hover {
    color: #ffffff;
    background: #ffa07f;
}

p a:hover::after {
    opacity: 0.2;
}

::selection {
    background: #ff3500;
    color: #ffffff;
}

p::selection {}

h1 {
    font-size: 48px;
}

h2 {
    font-size: 36px;
}

h3 {
    font-size: 24px;
}

h4 {
    font-size: 18px;
}

h5 {
    font-size: 14px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Poppins", sans-serif;
    -webkit-font-smoothing: antialiased;
    -webkit-text-shadow: rgba(0, 0, 0, 0.01) 0 0 1px;
    text-shadow: rgba(0, 0, 0, 0.01) 0 0 1px;
    line-height: 1.2;
}

h1::selection,
h2::selection,
h3::selection,
h4::selection,
h5::selection,
h6::selection {}

img {
    max-width: 100%;
}

button:active {
    outline: none;
}

.form-control {
    color: #db5246;
}

section {
    display: block;
    position: relative;
    box-sizing: border-box;
}

.clear {
    clear: both;
}

.clearfix::before,
.clearfix::after {
    content: "";
    display: table;
}

.clearfix::after {
    clear: both;
}

.clearfix {
    zoom: 1;
}

.float_left {
    float: left;
}

.float_right {
    float: right;
}

.trans_200 {
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

.trans_300 {
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.trans_400 {
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}

.trans_500 {
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.fill_height {
    height: 100%;
}

.super_container {
    width: 100%;
    overflow: hidden;
}

.prlx_parent {
    overflow: hidden;
}

.prlx {
    height: 130% !important;
}

.parallax-window {
    min-height: 400px;
    background: transparent;
}

.parallax_background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.background_image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.nopadding {
    padding: 0px !important;
}

.owl-carousel,
.owl-carousel .owl-stage-outer,
.owl-carousel .owl-stage,
.owl-carousel .owl-item {
    height: 100%;
}

.slide {
    height: 100%;
}

.button_border {
    display: inline-block;
    height: 42px;
    border: solid 1px #ffffff;
    border-radius: 21px;
    background: transparent;
}

.button_border a {
    display: block;
    position: relative;
    height: 100%;
    padding-left: 28px;
    padding-right: 31px;
    font-size: 14px;
    font-weight: 500;
    color: #ffffff;
    line-height: 40px;
    border-radius: 21px;
}

.button_border:hover {
    background: #ffffff;
}

.button_border:hover a {
    color: #ff3500;
}

.button_fill {
    display: inline-block;
    height: 42px;
    background: #ff3500;
    border-radius: 21px;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

.button_fill:hover {
    background: #2e3038;
    box-shadow: 0px 10px 55px rgba(0, 0, 0, 0.55);
}

.button_fill a {
    display: block;
    width: 100%;
    height: 100%;
    padding-left: 25px;
    padding-right: 25px;
    line-height: 42px;
    font-size: 14px;
    font-weight: 500;
    color: #ffffff;
    text-transform: uppercase;
}

.section_title h1 {
    font-size: 36px;
    color: #1f2128;
    font-weight: 500;
}

.section_title h1 span {
    font-weight: 600;
}

.section_title.light h1 {
    color: #ffffff;
}


/*********************************
3. Header
*********************************/

.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: transparent;
    z-index: 100;
}

.header.scrolled {
    background: rgba(0, 0, 0, 0.63);
}

.header_content {
    width: 100%;
    height: 86px;
}

.header.scrolled .header_content {
    height: 70px;
}

.logo {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 33px;
    height: 51px;
    z-index: 1;
}

.logo a {
    display: block;
    width: 100%;
    height: 100%;
    font-size: 30px;
    font-weight: 500;
    color: #ffffff;
}

.logo a span {
    font-weight: 100;
    margin-right: 5px;
}

.logo a img {
    vertical-align: top;
    margin-left: 5px;
}

.main_nav ul li:not(:last-of-type) {
    margin-right: 40px;
}

.main_nav ul li a {
    font-size: 16px;
    font-weight: 500;
    color: #ffffff;
}

.main_nav ul li a:hover {
    color: #ff3000;
}

.header_right {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 27px;
}

.social ul li:not(:first-child) {
    margin-left: 4px;
}

.social ul li {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: solid 1px #ffffff;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

.social ul li:hover {
    border-color: #ff3000;
}

.social ul li a {
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
}

.social ul li a i {
    font-size: 14px;
    color: #ffffff;
    line-height: 30px;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

.social ul li:hover a i {
    color: #ff3000;
}

.submit {
    height: 32px;
    border: solid 1px #ffffff;
    border-radius: 16px;
    margin-right: 19px;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

.submit a {
    display: block;
    height: 100%;
    line-height: 30px;
    font-size: 14px;
    font-weight: 500;
    color: #ffffff;
    padding-left: 20px;
    padding-right: 20px;
}

.submit:hover {
    border-color: #ff3000;
}

.submit:hover a {
    color: #ff3000;
}

.hamburger {
    display: none;
    margin-left: 20px;
    cursor: pointer;
}

.hamburger i {
    font-size: 28px;
    color: #ffffff;
}


/*********************************
4. Menu
*********************************/

.menu {
    position: fixed;
    left: 0;
    top: -100vh;
    width: 100vw;
    height: 100vh;
    padding-right: 70px;
    padding-top: 80px;
    background: #1f2128;
    z-index: 99;
    -webkit-transition: all 800ms cubic-bezier(0.88, 0.31, 0.65, 0.91);
    -moz-transition: all 800ms cubic-bezier(0.88, 0.31, 0.65, 0.91);
    -ms-transition: all 800ms cubic-bezier(0.88, 0.31, 0.65, 0.91);
    -o-transition: all 800ms cubic-bezier(0.88, 0.31, 0.65, 0.91);
    transition: all 800ms cubic-bezier(0.88, 0.31, 0.65, 0.91);
}

.menu.active {
    top: 0;
}

.menu_content {
    width: 100%;
    height: 100%;
}

.menu_nav_list li {
    -webkit-transform: translateY(-50px);
    -moz-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    -o-transform: translateY(-50px);
    transform: translateY(-50px);
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 800ms ease;
    -moz-transition: all 800ms ease;
    -ms-transition: all 800ms ease;
    -o-transition: all 800ms ease;
    transition: all 800ms ease;
}

.menu_nav_list li:first-child {
    transition-delay: 400ms;
}

.menu_nav_list li:nth-child(2) {
    transition-delay: 500ms;
}

.menu_nav_list li:nth-child(3) {
    transition-delay: 600ms;
}

.menu_nav_list li:nth-child(4) {
    transition-delay: 700ms;
}

.menu_nav_list li:nth-child(5) {
    transition-delay: 800ms;
}

.menu_nav_list li:nth-child(6) {
    transition-delay: 900ms;
}

.menu_nav_list li:nth-child(7) {
    transition-delay: 1000ms;
}

.menu_nav_list li:nth-child(8) {
    transition-delay: 1100ms;
}

.menu_nav_list li:nth-child(9) {
    transition-delay: 1200ms;
}

.menu.active .menu_nav_list li {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
    visibility: visible;
    opacity: 1;
}

.menu_nav_list li a {
    position: relative;
    font-size: 40px;
    color: #ffffff;
    font-weight: 400;
    line-height: 1.3;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}

.menu_nav_list li ul li a {
    font-size: 22px;
}

.menu_nav_list li a:hover {
    color: #ff3500;
}

.menu_extra {
    position: absolute;
    left: 0;
    bottom: 15px;
    width: 100%;
}

.menu_submit {
    display: none;
    margin-bottom: 20px;
}

.menu_submit a {
    white-space: nowrap;
    line-height: 1.1;
    font-size: 12px;
    font-weight: 400;
    color: #ffffff;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

.menu_submit a:hover {
    color: #ff3500;
}

.menu .social {
    display: none;
}

.menu .social ul li:not(:first-child) {
    margin-left: 8px;
}


/*********************************
5. Home
*********************************/

.home_accueil {
    height: 750px;
}

.home_accueil_container {
    position: absolute;
    top: 34.5%;
    left: 0;
    width: 100%;
}

.home {
    height: 346px;
}

.home_container {
    width: 100%;
    height: 100%;
}

.home_title {}

.home_title h1 {
    font-size: 60px;
    color: #ffffff;
    font-weight: 700;
    text-transform: uppercase;
}

.home_single {
    height: 490px;
}

.home_container_single {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding-top: 171px;
}

.home_title_single h1 {
    font-size: 36px;
    color: #ffffff;
    font-weight: 700;
}

.home_play_icon {
    cursor: pointer;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-left: -50px;
    width: 100px;
    height: 100px;
    background: #ffffff;
    -webkit-animation: pulse 2s infinite;
    animation: pulse 2s infinite;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    transition: all 0.6s ease;
}

.tags_accueil ul li {
    display: inline-block;
    height: 20px;
    background: #ff3500;
    border-radius: 3px;
    margin-bottom: 5px;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

.tags_accueil ul li:hover {
    background: #2e3038;
}

.tags_accueil ul li:not(:last-of-type) {
    margin-right: 10px;
}

.tags_accueil ul li a {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    font-size: 12.73px;
    line-height: 20px;
    color: #ffffff;
    font-weight: 500;
    padding-left: 6px;
    padding-right: 7px;
}

.home_title {
    margin-top: 12px;
}

.home_title h1 {
    font-size: 36px;
    color: #ffffff;
    font-weight: 500;
}

.home_subtitle {
    font-size: 18px;
    font-weight: 300;
    color: #ffffff;
    line-height: 1.5;
    margin-top: 14px;
    margin-bottom: 14px;
}

.home_section {
    padding: 8% 13% 8% 8%;
    width: 50%;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    display: inline;
}

.home_btn_center {
    width: 200px;
    margin: 0 auto;
    vertical-align: middle;
}

.row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.track {
    max-height: 166px;
}

.track_home {
    margin-top: 28px;
}

.home_button {
    margin-top: 30px;
}

.track_info {
    margin-top: 19px;
}

.track_info ul li a,
.track_info ul li {
    font-size: 12px;
    color: #ffffff;
    font-weight: 300;
    line-height: 1.1;
}

.track_info ul li a:hover {
    color: #ff3500;
}

.track_info ul li:not(:last-of-type)::after {
    display: inline-block;
    content: "|";
    margin-left: 12px;
    margin-right: 12px;
}


/*********************************
6. Shows
*********************************/

.shows {
    background: #ffffff;
    padding-top: 93px;
    padding-bottom: 99px;
}

.shows_row>div[class^="col"] {
    margin-bottom: 50px;
}

.show_single {
    border-radius: 3px;
    overflow: hidden;
    background: #f6f6f6;
}

.show_image a {
    display: block;
    width: 100%;
    height: 100%;
}

.show_content {
    padding-top: 20px;
    padding-left: 31px;
    padding-bottom: 22px;
    padding-right: 30px;
}

.show_tags {
    position: absolute;
    top: 24px;
    left: 24px;
}

.show_date a {
    font-size: 14px;
    font-weight: 300;
    color: #2e3038;
}

.show_title {
    margin-top: 11px;
}

.show_title a {
    font-size: 18px;
    font-weight: 500;
    color: #2e3038;
    line-height: 1.5;
}

.show_title a:hover,
.show_date a:hover {
    color: #ff3500;
}

.show_info {
    margin-top: 23px;
}

.show_fav {
    margin-left: -3px;
}

.show_fav_icon {
    width: 26px;
    height: 26px;
    cursor: pointer;
}

.show_comments {
    margin-left: 17px;
}

.show_comments a {
    display: block;
}

.show_comments_icon {
    width: 26px;
    height: 26px;
    cursor: pointer;
}

.show_info_icon img {
    max-height: 100%;
}

.show_info_icon svg {
    max-width: 100%;
    max-height: 100%;
}

.svg path,
.svg rect,
.svg polygon {
    fill: #7b7b7b;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

.show_fav_icon.active .svg path,
.show_fav_icon:hover .svg path,
.show_comments:hover .svg path {
    fill: #ff3500;
}

.show_fav_count,
.show_comments_count {
    font-size: 14px;
    font-weight: 500;
    color: #2e3038;
    margin-left: 7px;
    margin-bottom: 2px;
}

.show_comments:hover .show_comments_count {
    color: #ff3500;
}

.show_play_icon {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) scale(0.85);
    -moz-transform: translate(-50%, -50%) scale(0.85);
    -ms-transform: translate(-50%, -50%) scale(0.85);
    -o-transform: translate(-50%, -50%) scale(0.85);
    transform: translate(-50%, -50%) scale(0.85);
    width: 50px;
    height: 50px;
    pointer-events: none;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}

.show_image:hover .show_play_icon {
    -webkit-transform: translate(-50%, -50%) scale(1);
    -moz-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    -o-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
}


/*********************************
7. Weekly
*********************************/

.weekly {
    padding-top: 106px;
    padding-bottom: 107px;
}

.weekly_content {
    width: 100%;
    height: 100%;
}

.weekly_image {
    border-radius: 3px;
    overflow: hidden;
}

.weekly_title {
    max-width: 290px;
}

.weekly_title h1 {
    font-size: 48px;
    font-weight: 500;
    color: #ffffff;
}

.weekly_text {
    margin-top: 20px;
}

.weekly_text p {
    font-size: 16px;
    font-weight: 300;
    color: #ffffff;
    line-height: 1.875;
}

.shops {
    margin-top: 40px;
}

.shops>div:not(:last-child) {
    margin-right: 10px;
    margin-bottom: 8px;
}

.weekly_image .logo {
    height: 75px;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.weekly_image .logo a {
    font-size: 44.6px;
    line-height: 75px;
}

.weekly_image .logo a>div {
    width: 24px;
    height: 24px;
}


/*********************************
8. Shows 2
*********************************/

.shows_2 {
    background: #2e3038;
    padding-top: 101px;
    padding-bottom: 89px;
}

.shows_2_title {
    font-size: 24px;
    color: #ffffff;
    font-weight: 500;
}

.shows_2_row {
    margin-top: 38px;
}

.shows_2_row>div[class^="col"] {
    margin-bottom: 30px;
}

.show_title_2 {
    position: absolute;
    left: 0;
    bottom: 0;
    padding-left: 26px;
    padding-bottom: 20px;
    padding-right: 20px;
    font-size: 18px;
    font-weight: 500;
    color: #ffffff;
    line-height: 1.333333;
}

.shows_2_button {
    margin-top: 20px;
}

.shows_2_button:hover {
    background: #ffffff;
}

.shows_2_button:hover a {
    color: #ff3500;
}


/*********************************
9. Footer
*********************************/

.footer {
    display: block;
    background: #1f2128;
    padding-top: 48px;
    padding-bottom: 48px;
}

.footer .logo {
    position: relative;
    top: auto;
    left: auto;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
}

.footer .logo a {
    color: rgba(255, 255, 255, 0.3);
}

.footer_content_row {
    margin-top: 34px;
}

.footer_title {
    font-size: 24px;
    color: rgba(255, 255, 255, 0.3);
    font-weight: 500;
    line-height: 1.2;
}

.footer_list {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    margin-top: 63px;
}

.footer_list>div>div {
    display: inline-block;
    height: 20px;
    background: #ff3500;
    border-radius: 3px;
    margin-bottom: 5px;
    margin-bottom: 10px;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

.footer_list>div>div:hover {
    background: #2e3038;
}

.footer_list>div>div a {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    font-size: 12.73px;
    line-height: 20px;
    color: #ffffff;
    font-weight: 500;
    padding-left: 6px;
    padding-right: 7px;
}

.latest_container {
    margin-top: 63px;
    margin-left: 20px;
}

.latest:not(:last-child) {
    margin-bottom: 36px;
}

.latest_play {
    width: 16px;
    height: 16px;
    opacity: 0.5;
    margin-top: 2px;
}

.latest_play svg {
    max-width: 100%;
    max-height: 100%;
    vertical-align: top;
}

.latest_play svg path {
    fill: rgba(255, 255, 255, 0.5);
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

.latest_title_container:hover .latest_play svg path {
    fill: #ff3500;
}

.latest_title_content {
    padding-left: 11px;
}

.latest_title {
    font-size: 16px;
    font-weight: 500;
    color: #ffffff;
    line-height: 1.2;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

.latest_title_container:hover .latest_title {
    color: #ff3500;
}

.latest_episode_info {
    margin-top: 6px;
    padding-left: 27px;
}

.latest_episode_info ul li:not(:last-of-type)::after {
    display: inline-block;
    content: "|";
    font-size: 12px;
    color: #ffffff;
    margin-left: 10px;
    margin-right: 10px;
}

.latest_episode_info ul li a {
    font-size: 12px;
    font-weight: 300;
    color: #ffffff;
}

.latest_episode_info ul li a:hover {
    color: #ff3500;
}

.gallery {
    width: calc(100% + 30px);
    margin-top: 62px;
}

.gallery_item {
    width: calc((100% - 90px) / 3);
    max-width: 98px;
    border-radius: 3px;
    overflow: hidden;
    margin-bottom: 30px;
    margin-right: 30px;
}

.gallery_item::after {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    visibility: hidden;
    opacity: 0;
    content: "";
    pointer-events: none;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

.gallery_item:hover::after {
    visibility: visible;
    opacity: 1;
}

.gallery_item a {
    display: block;
    width: 100%;
    height: 100%;
}

.footer_social_row {
    margin-top: 50px;
}

.footer_social ul li {
    width: 45px;
    height: 45px;
    border: solid 1px #ffffff;
    box-shadow: 0 0 1px 0px #ffffff inset, 0 0 1px 0px #ffffff;
    border-radius: 50%;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

.footer_social ul li:not(:last-of-type) {
    margin-right: 7px;
}

.footer_social ul li a {
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
}

.footer_social ul li a i {
    font-size: 18px;
    color: #ffffff;
    line-height: 43px;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

.footer_social ul li:hover {
    border-color: #ff3500;
    box-shadow: 0 0 1px 0px #ff3500 inset, 0 0 1px 0px #ff3500;
}

.footer_social ul li:hover a i {
    color: #ff3500;
}


/*********************************
10. Tags
*********************************/

.section_title {
    font-size: 24px;
    color: #2e3038;
    font-weight: 500;
}

.tags {
    position: absolute;
    top: 13px;
    left: 11px;
}

.tags ul li {
    display: inline-block;
    height: 20px;
    background: #ff3500;
    border-radius: 3px;
    margin-bottom: 5px;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

.tags ul li:not(:last-of-type) {
    margin-right: 10px;
}

.tags ul li:hover {
    background: #2e3038;
}

.tags ul li a {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    font-size: 12.73px;
    line-height: 20px;
    color: #ffffff;
    font-weight: 500;
    padding-left: 6px;
    padding-right: 7px;
}


/*********************************
11. player
*********************************/

.home_player_container {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding-bottom: 27px;
}

.player {
    width: 100%;
    border-radius: 3px;
    overflow: hidden;
}

.player_content {
    width: 100%;
    padding-left: 12px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.single_player_container {
    margin-top: 32px;
}

.single_player {
    width: 100%;
    height: 40px;
}

.jp-audio {
    width: 100%;
}

.time_controls {
    width: calc(100% - 112px);
}

.time_controls>div:first-child {
    width: 40px;
}

.time_controls>div:last-child {
    width: calc(100% - 40px);
}

.play_button {
    width: 100%;
}

.jp-play {
    position: relative;
    width: 26px;
    height: 26px;
    background: transparent;
    border: none;
    outline: none !important;
    cursor: pointer;
    margin-top: 5px;
}

.jp-play::after {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: left;
    content: url(../img/icons/play-2.png);
}

.white-play::after  {
    content: url(../img/icons/play-2-white.png);
}
.jp-state-playing .jp-play::after {
    content: url(../img/icons/pause.png);
}

.jp-state-playing .white-play::after  {
    content: url(../img/icons/pause-white.png);
}

.jp-progress {
    width: 100%;
    height: 13px;
    background: #e9e9e9;
    cursor: pointer;
    border-radius: 7px;
    overflow: hidden;
}

.jp-seek-bar {
    height: 100%;
}

.jp-play-bar {
    height: 100%;
    background: #2e3038;
}

.jp-volume-controls {
    width: 97px;
}

.jp-volume-controls>div:first-child {}

.jp-mute {
    position: relative;
    width: 26px;
    height: 26px;
    background: transparent;
    border: none;
    outline: none !important;
    cursor: pointer;
}

.jp-mute::after {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: url(../img/icons/vol.png);
}

.white-mute::after {
    content: url(../img/icons/vol-white.png);
}

.jp-state-muted .jp-mute::after {
    content: url(../img/icons/mute.png);
}
.jp-state-muted .white-mute::after {
    content: url(../img/icons/mute-white.png);
}

.jp-volume-bar {
    width: 58px;
    height: 13px;
    background: #e9e9e9;
    border-radius: 7px;
    overflow: hidden;
    cursor: pointer;
}

.jp-volume-bar-value {
    height: 100%;
    background: #2e3038;
}


/*********************************
12. sidebar
*********************************/

.sidebar {
    width: 100%;
    margin-top: 30px;
    z-index: 1;
}

.sidebar .single {
    margin-top: 40px;
}

.sidebar_title {
    font-size: 24px;
    font-weight: 500;
    color: #2e3038;
    line-height: 1.2;
}

.sidebar_list {
    margin-top: 36px;
}

.sidebar_list ul {
    margin-top: 19px;
}

.sidebar_list ul li:not(:last-of-type) {
    margin-bottom: 3px;
}

.sidebar_list ul li a {
    font-size: 16px;
    font-weight: 500;
    color: #5e5f62;
}

.sidebar_list ul li a:hover {
    color: #ff3500;
}

.sidebar_tags {
    margin-top: 38px;
}

.sidebar .tags {
    position: relative;
    top: auto;
    left: auto;
    margin-top: 24px;
}

.sidebar_archive {
    margin-top: 30px;
}

.dropdown {
    width: 100%;
    background: #f7f7f7;
    border-radius: 3px;
    margin-top: 24px;
}

.dropdown_selected {
    position: relative;
    width: 100%;
    height: 32px;
    cursor: pointer;
    padding-left: 10px;
    padding-right: 15px;
    font-size: 14px;
    font-weight: 400;
    color: #2e3038;
}

.dropdown_selected i {
    font-size: 12px;
    color: #2e3038;
}

.dropdown>ul>li>ul {
    position: absolute;
    right: 0;
    top: 100%;
    width: 100%;
    padding-top: 15px;
    background: #ffffff;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

.dropdown>ul>li>ul li {
    padding-left: 10px;
    padding-right: 15px;
    padding-bottom: 7px;
}

.dropdown>ul>li>ul li:not(:last-of-type) {
    margin-bottom: 8px;
    border-bottom: solid 1px rgba(0, 0, 0, 0.05);
}

.dropdown>ul>li>ul li a {
    display: block;
    font-size: 14px;
    font-weight: 400;
    color: #2e3038;
}

.dropdown>ul>li>ul li a:hover {
    color: #ff3500;
}

.dropdown_selected:hover>ul {
    visibility: visible;
    opacity: 1;
}

.search_form {
    display: block;
    position: relative;
    width: 100%;
    margin-top: 22px;
}

.search_input {
    width: 100%;
    height: 32px;
    padding-left: 18px;
    background: #f7f7f7;
    border: none;
    outline: none;
    border-radius: 16px;
}

.search_input::-webkit-input-placeholder {
    font-size: 13px !important;
    font-weight: 300 !important;
    font-style: italic;
    color: #2e3038 !important;
}

.search_input:-moz-placeholder {
    font-size: 13px !important;
    font-weight: 300 !important;
    font-style: italic;
    color: #2e3038 !important;
}

.search_input::-moz-placeholder {
    font-size: 13px !important;
    font-weight: 300 !important;
    font-style: italic;
    color: #2e3038 !important;
}

.search_input:-ms-input-placeholder {
    font-size: 13px !important;
    font-weight: 300 !important;
    font-style: italic;
    color: #2e3038 !important;
}

.search_input::input-placeholder {
    font-size: 13px !important;
    font-weight: 300 !important;
    font-style: italic;
    color: #2e3038 !important;
}

.search_button {
    position: absolute;
    top: 0;
    right: 5px;
    width: 32px;
    height: 32px;
    background: transparent;
    border: none;
    outline: none;
    cursor: pointer;
}


/*********************************
7. Episodes
*********************************/

.episodes {
    background: #ffffff;
    padding-top: 79px;
    padding-bottom: 99px;
}

.season_links ul li:not(:last-of-type) {
    margin-right: 25px;
}

.season_links ul li {
    font-size: 16px;
    font-weight: 400;
    color: #494949;
    cursor: pointer;
}

.season_links ul li:hover {
    color: #ff3500;
}

.episodes_row {
    margin-top: 79px;
}

.episodes_container {
    overflow: hidden;
}

.episode {
    width: 100%;
    border-radius: 3px;
    overflow: hidden;
    background: #f7f7f7;
}

.episode:not(:last-child) {
    margin-bottom: 30px;
}

.episode_image {
    width: 200px;
    height: 100%;
}

.episode_image_container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.episode_image_single {
    width: 100%;
    max-width: 300px;
    border-radius: 3px;
    overflow: hidden;
    margin-top: -146px;
}

.tags {
    position: absolute;
    top: 13px;
    left: 11px;
}

.tags ul li {
    display: inline-block;
    height: 20px;
    background: #ff3500;
    border-radius: 3px;
    margin-bottom: 5px;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

.tags ul li:not(:last-of-type) {
    margin-right: 10px;
}

.tags ul li:hover {
    background: #2e3038;
}

.tags ul li a {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    font-size: 12.73px;
    line-height: 20px;
    color: #ffffff;
    font-weight: 500;
    padding-left: 6px;
    padding-right: 7px;
}

.episode_content {
    width: 100%;
    padding-left: 32px;
    padding-top: 18px;
    padding-right: 30px;
    padding-bottom: 10px;
}

.episode_name a {
    font-size: 18px;
    font-weight: 500;
    color: #2e3038;
    line-height: 1.2;
}

.episode_date {
    margin-top: 7px;
}

.episode_date a {
    font-size: 14px;
    font-weight: 300;
    color: #2e3038;
}

.episode_name a:hover,
.episode_date a:hover {
    color: #ff3500;
}


/*********************************
13. Page navigation
*********************************/

.page_nav_row {
    margin-top: 100px;
}

.page_nav ul li {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: solid 2px #96979b;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

.page_nav ul li:not(:last-of-type) {
    margin-right: 8px;
}

.page_nav ul li a {
    display: block;
    width: 100%;
    height: 100%;
    line-height: 28px;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    color: #96979b;
}

.page_nav ul li:hover,
.page_nav ul li.active {
    background: #ff3500;
    border-color: #ff3500;
}

.page_nav ul li.active a,
.page_nav ul li:hover a {
    color: #ffffff;
}

.page_nav ul li:last-child a i {
    font-size: 20px;
    line-height: 27px;
    -webkit-transform: translateX(2px);
    -moz-transform: translateX(2px);
    -ms-transform: translateX(2px);
    -o-transform: translateX(2px);
    transform: translateX(2px);
}


/*********************************
13. Episode
*********************************/

.episode_container {
    background: #ffffff;
    padding-top: 89px;
    padding-bottom: 99px;
}

.intro_title {
    font-size: 24px;
    font-weight: 500;
    color: #2e3038;
}

.intro_text {
    margin-top: 28px;
}

.playlist {
    margin-top: 33px;
}

.guests {
    margin-top: 53px;
}

.guests_container {
    margin-top: 40px;
}

.guest_container {
    width: calc(100% / 3);
}

.guest {
    max-width: 166px;
    border-radius: 3px;
    overflow: hidden;
    margin-bottom: 40px;
}

.guest_content {
    padding-top: 29px;
}

.guest_name a {
    font-size: 18px;
    font-weight: 500;
    color: #ff3500;
    line-height: 1.2;
}

.guest_name a:hover {
    color: rgba(0, 0, 0, 1);
}

.guest_title {
    font-size: 14px;
    font-weight: 500;
    color: #b1b2b4;
    margin-top: 2px;
}

.comments {
    margin-top: 19px;
}

.comments_container {
    margin-top: 40px;
}

.comments_container>ul>li:not(:last-child) {
    margin-bottom: 43px;
}

.comment_image {
    width: 80px;
    height: 80px;
}

.comment_content {
    width: 100%;
    padding-left: 30px;
}

.user_name {
    margin-top: -3px;
}

.user_name a {
    font-size: 16px;
    font-weight: 500;
    color: #383941;
    line-height: 1.2;
}

.user_name a:hover {
    color: #ff3500;
}

.comment_text {
    margin-top: 2px;
}

.comment_form_container {
    margin-top: 57px;
    margin-bottom: 40px;
}

.comment_form {
    margin-top: 40px;
}

.comment_form>div:not(:last-of-type) {
    margin-bottom: 34px;
}

.comment_input {
    width: 100%;
    height: 44px;
    background: #f7f7f7;
    border: none;
    border-bottom: solid 3px #9c9d9e;
    outline: none;
    padding-left: 17px;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

.comment_input:hover,
.comment_input:focus {
    border-bottom: solid 3px #ff3500;
}

.comment_textarea {
    height: 149px;
    padding-top: 17px;
}

.comment_input::-webkit-input-placeholder {
    font-size: 12px !important;
    font-weight: 400 !important;
    font-style: italic;
    color: #9e9e9e !important;
}

.comment_input:-moz-placeholder {
    font-size: 12px !important;
    font-weight: 400 !important;
    font-style: italic;
    color: #9e9e9e !important;
}

.comment_input::-moz-placeholder {
    font-size: 12px !important;
    font-weight: 400 !important;
    font-style: italic;
    color: #9e9e9e !important;
}

.comment_input:-ms-input-placeholder {
    font-size: 12px !important;
    font-weight: 400 !important;
    font-style: italic;
    color: #9e9e9e !important;
}

.comment_input::input-placeholder {
    font-size: 12px !important;
    font-weight: 400 !important;
    font-style: italic;
    color: #9e9e9e !important;
}

.comment_button {
    width: 161px;
    border: none;
    outline: none;
    font-size: 14px;
    font-weight: 500;
    color: #ffffff;
    text-transform: uppercase;
    cursor: pointer;
    margin-top: 28px;
}


/*********************************
13. Page
*********************************/

.page {
    background: #ffffff;
    padding-top: 97px;
    padding-bottom: 102px;
}

.intro {
    margin-bottom: 30px;
}

.intro_text {
    margin-top: 14px;
}

.intro_button {
    display: block;
    width: 161px;
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
}


/*********************************
14. Blog
*********************************/

.blog {
    background: #ffffff;
    padding-top: 109px;
    padding-bottom: 106px;
}

.blog_post:not(:last-child) {
    margin-bottom: 77px;
}

.blog_post_image {
    width: 42.5%;
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
}

.blog_post_content {
    width: 57.5%;
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-left: 30px;
}

.blog_post_date {
    position: absolute;
    left: -6px;
    top: -9px;
    width: 161px;
    height: 42px;
    border-radius: 21px;
    background: #ff3500;
}

.blog_post_date a {
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 42px;
    font-size: 14px;
    font-weight: 500;
    color: #ffffff;
}

.blog_post_title {
    margin-top: -4px;
}

.blog_post_title a {
    font-size: 24px;
    font-weight: 500;
    color: #2e3038;
    line-height: 1.2;
}

.blog_post_author {
    margin-top: 5px;
}

.blog_post_author,
.blog_post_author a {
    font-size: 14px;
    font-weight: 300;
    color: #2e3038;
}

.blog_post_title a:hover,
.blog_post_author a:hover {
    color: #ff3500;
}

.blog_post_text {
    margin-top: 38px;
}

.blog_post_link {
    margin-top: 33px;
}

.blog_post_link a {
    position: relative;
    font-size: 14px;
    font-weight: 500;
    color: #ff3500;
}

.blog_post_link a::after {
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: #ff3500;
    content: "";
}


/*********************************
15. Form
*********************************/

.contact_form_container {
    margin-top: 100px;
}

.contact_form_title {
    font-size: 24px;
    font-weight: 500;
    color: #2e3038;
}

.contact_form {
    margin-top: 40px;
}

.contact_form>div:not(:last-of-type) {
    margin-bottom: 34px;
}

.contact_input {
    width: 100%;
    height: 44px;
    background: #f7f7f7;
    border: none;
    border-bottom: solid 3px #9c9d9e;
    outline: none;
    padding-left: 17px;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

.contact_input:hover,
.contact_input:focus {
    border-bottom: solid 3px #ff3500;
}

.contact_textarea {
    height: 149px;
    padding-top: 17px;
}

.contact_input::-webkit-input-placeholder {
    font-size: 12px !important;
    font-weight: 400 !important;
    font-style: italic;
    color: #9e9e9e !important;
}

.contact_input:-moz-placeholder {
    font-size: 12px !important;
    font-weight: 400 !important;
    font-style: italic;
    color: #9e9e9e !important;
}

.contact_input::-moz-placeholder {
    font-size: 12px !important;
    font-weight: 400 !important;
    font-style: italic;
    color: #9e9e9e !important;
}

.contact_input:-ms-input-placeholder {
    font-size: 12px !important;
    font-weight: 400 !important;
    font-style: italic;
    color: #9e9e9e !important;
}

.contact_input::input-placeholder {
    font-size: 12px !important;
    font-weight: 400 !important;
    font-style: italic;
    color: #9e9e9e !important;
}

.contact_button {
    display: block;
    width: 161px;
    border: none;
    outline: none;
    font-size: 14px;
    font-weight: 500;
    color: #ffffff;
    text-transform: uppercase;
    cursor: pointer;
    margin-top: 28px;
}

.dropdown-menu,
#dropdownEpisodes,
#dropdownPages {
    background-color: transparent;
}

.bootstrap-autocomplete,
dropdown-menu {
    background-color: #ffffff;
}

.bg-light {
    background: #ccc;
    background-color: rgb(204, 204, 204);
}

.site-section {
    padding: 2.5em 0;
}

.podcast-entry .text {
    width: 100%;
    padding: 40px;
    color: #4d4d4d;
}

.site-section-heading {
    font-size: 30px;
    color: #ccc;
    position: relative;
    content: "";
    left: 0%;
    top: 0;
    position: absolute;
    width: 40px;
    height: 2px;
}

.site-section-heading>.text-center {
    content: "";
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    position: absolute;
    width: 40px;
    height: 2px;
}

.site-section .image {
    height: 300px;
    background-size: cover;
}