
/* Custom Dynamic CSS */
  
@media (min-width: 576px){
.container {
    max-width: 576px !important;
}
  }
@media (min-width: 768px){
.container {
    max-width: 738px !important;
}
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
}
  }
@media (min-width: 992px){
.container {
    max-width: 962px !important;
}
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
}
  }
@media (min-width: 1200px){
.container {
    max-width: 1170px !important;
}
  .col-xl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
}
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
}
  }
@media (min-width: 1560px){
.container {
    max-width: 1600px !important;
}
  .col-xxl-3 {
    flex: 0 0 25%;
    max-width: 25%;
}
}




/* Dynamic Color Settings */
  
  :root {
    --primary: #0069db;
    --secondary: #6c747d;
    --success: #28a745;
    --danger: #bd1222;
    --warning: #f4ac00;
    --info: #17a0b8;
    --dark: #343a40;
    --light: #ffffff;
    
    --default_body_bg: #ffffff;
    --default_body: #000000;
    --default_link: #df2626;
    --default_link_hover: #00000;
    
    --header_bg: #000000;
    --header: #ffffff;
    --header_link: #ffffff;
    --header_link_hover: #ff9900;
    
    --footer_bg: #222222;
    --footer: #ffffff;
    --footer_link: #ffffff;
    --footer_link_hover: #ff9900;
    
    --default_nav: #ffffff;
    --default_nav_bg: #ffffff;
    --default_nav_link: #ffffff;
    --default_nav_link_bg: ;
    --default_nav_link_hover: #ff9900;
    --default_nav_link_hover_bg: ;
    
    --prehead_bg: #646464;
    --prehead: #ffffff;
    --prehead_link: #c4dcff;
    --prehead_link_hover: #008fff;

    --sub_footer_bg: #ffffff;
    --sub_footer: #444444;
    --sub_footer_link: #000000;
	--sub_footer_link_hover: #0000ff;
	}


body{color: var(--default_body);}
a{color: var(--default_link);}
a:hover{color: var(--default_link_hover);}
header{color: var(--header);background-color: var(--header_bg);}
header a{color: var(--header_link);}
header a:hover{color: var(--header_link_hover);}
footer{color: var(--header);background-color: var(--footer_bg);}
footer a{color: var(--footer_link);}
footer a:hover{color: var(--footer_link_hover) !important;}
.bg-prehead{color: var(--prehead);background-color: var(--prehead_bg);}
.bg-prehead a{color: var(--prehead_link);}
.bg-subfoot{color: var(--sub_footer);background-color: var(--sub_footer_bg);}
.bg-subfoot a{color: var(--sub_footer_link);}
.bg-navbar{color: var(--default_nav);background-color: var(--default_nav_bg);transition: all 0.09s ease;}

.navbar-nav .nav-link{color: var(--default_nav_link);background-color: var(--default_nav_link_bg);}
.navbar-nav .nav-link:hover{color: var(--default_nav_link_hover);background-color: var(--default_nav_link_hover_bg);}
.active a.nav-link {color: var(--default_nav_link_hover);}
.text-black{color:#000000;}
.bg-black{background-color: #000000;}
.btn-black{background-color: #000000;border-color:#000000}
.btn-black:hover{background-color: #333;}

.text-primary{color: var(--primary)!important;}
.bg-primary{background-color: var(--primary)!important;}
.btn-primary{background-color: var(--primary)!important;border-color: var(--primary);}

.text-secondary{color: var(--secondary)!important;}
.bg-secondary{background-color: var(--secondary)!important;}
.btn-secondary{background-color: var(--secondary)!important;border-color: var(--secondary);}

.text-success{color: var(--success);}
.bg-success{background-color: var(--success)!important;}
.btn-success{background-color: var(--success)!important;border-color: var(--success);}

.text-danger{color: var(--danger)!important;}
.bg-danger{background-color: var(--danger)!important;}
.btn-danger{background-color: var(--danger)!important;border-color: var(--danger);}

.text-warning{color: var(--warning);}
.bg-warning{background-color: var(--warning)!important;}
.btn-warning{background-color: var(--warning)!important;border-color: var(--warning);}

.text-info{color: var(--info);}
.bg-info{background-color: var(--info)!important;}
.btn-info{background-color: var(--info)!important;border-color: var(--info);}

.text-dark{color: var(--dark)!important;}
.bg-dark{background-color: var(--dark)!important;}
.btn-dark{background-color: var(--dark)!important;border-color: var(--dark);}

.text-light{color: var(--light)!important;}
.bg-light{background-color: var(--light)!important;}
.btn-light{background-color: var(--light)!important;border-color: var(--light);}

.btn-primary:hover, 
.btn-secondary:hover, 
.btn-success:hover,
.btn-danger:hover,
.btn-warning:hover,
.btn-info:hover,
.btn-dark:hover,
.btn-light:hover{
	background: linear-gradient(rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.25));
}
/* End Dynamic Color Settings */

/* Font Settings */

body{
  font-family: 'Poppins', sans-serif;
  font-size: 16px
}
h1, h2, h3, h4, h5, h6{
  font-family: 'Kanit', sans-serif;
  
}
.text-accent{
  
}
.text-script{
  
}
.navbar-nav .nav-link{
  font-family: 'Kanit', sans-serif;
  
}

/* End Font Settings */


.scale {
  width: 100%;
  height: auto;
}
  section.first.article {
    padding-top: 75px;
}
img {
  max-width: 100% !important;
  height: auto;
}
.scale-embed {
  height: 0;
  margin-bottom: 20px;
  overflow: hidden;
  padding-bottom: 56.25%;
  padding-top: 30px;
  position: relative;
}
.scale-embed iframe, .scale-embed object, .scale-embed embed {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.entry-content img, .entry-content iframe, .entry-content object, .entry-content embed {
  max-width: 100%;
}
.video-embed {
  height: 0;
  margin-bottom: 20px;
  overflow: hidden;
  padding-bottom: 56.25%;
  padding-top: 30px;
  position: relative;
}
.video-embed iframe, .video-embed object, .video-embed embed {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.entry-content img, .entry-content iframe, .entry-content object, .entry-content embed {
  max-width: 100%;
}
.meta ul {
  list-style: none;
  padding: 0;
  margin: 3px 0 10px 0px;
  font-size: 14px;
}
.meta ul li {
  display: inline-block;
  margin: 0 11px 0px 0px;
}
/*PAGINATION*/

.pagination-controller {
  display: block;
  padding: 0 0 70px;
}
.pagination {
  border-radius: 5px;
  display: inline-block;
  margin: 0 auto;
  padding: 0;
  position: relative;
  z-index: 1000;
}
.pagination > li {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  background-color: #333333;
  border-color: #000 !important;
  border-image: none;
  border-style: solid;
  border-width: 1px 1px 1px 0;
  color: #ffffff;
  float: left;
  line-height: 38px;
  max-height: 40px;
  min-height: 40px;
  min-width: 50px;
  text-align: center;
  text-decoration: none;
}
.pagination li:last-child {
}
.pagination li a {
  background-color: #000000;
  border: medium none;
  color: #ffffff !important;
  display: block;
  text-align: center;
  width: 100%;
}
.pagination > li:hover {
}
.pagination li.previous a, .pagination li.next a {
  padding: 0 10px;
}
.pagination li a:hover, .pagination > li:hover a {
  background-color: #013c74 !important;
  color: #ffffff !important;
}
.pagination li.previous, .pagination li:first-child {
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}
.pagination li.next, .pagination li:last-child {
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
}
.clear-all {
  display: block;
  width: 100%;
  clear: both;
  height: 10px;
}
a.dropdown-toggle > b.caret {
  display: none !important;
}
li.dropdown:hover ul.dropdown-menu {
  display: block;
}
.nav b.caret {
  display: none;
}

section.first {
    padding-top: 70px;
}
  .contact-page {
    margin-top: 110px;
}

  footer a.nav-link:hover {
    color: #fff;
}
  .item-information {
    position: absolute;
    bottom: 0;
}

.item.news-article-block {
    position: relative;
}

a.article-title {
    font-weight: 600;
}

.text-shadow {
    text-shadow: 1px 1px 1px #000;
}

.item-information {
    background-color: rgba(0, 0, 0, .5);
    display: block;
    width: 100%;
    padding-top: 3px;
}
  h1.ruled span {
    color: #000000;
}
  .row.follow-us {
    border-bottom: 1px dotted #000000;
}

.card p {
    font-size: 10px;
}
  .card a.network {
    color: #fff;
    background-color: #000;
    border-radius: 50%;
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    margin: 0 0 10px 0;
    font-size: 13px;
}
  .card a.network {
    transition: all .2s ease-in-out;
}
  .utility-newsletter-button {
    background-color: #316531;
}
  .card a.network:hover {
    background-color: #bd1322;
    border-radius: 0;
    transform: scale(1.1);
}
  .sticky-2 {
    position: sticky;
    top: 80px;
}
  a.utility-link {
    color: #316531;
    text-decoration: none;
}

a.utility-link:hover {
    color: #224622;
}
  .bio-font-awesome {
    font-size: 20px;
    color: #ffffff;
}

.bio-font-awesome:hover {
    color: #429042;
}
  .underlay-rev {
    background: #ffffff;
    background: -moz-linear-gradient(left, #ffffff 3%, #ffffff 3%, #3b4a3d 41%, #090909 82%);
    background: -webkit-linear-gradient(left, #ffffff 3%,#ffffff 3%,#3b4a3d 41%,#090909 82%);
    background: linear-gradient(to right, #ffffff 3%,#ffffff 3%,#3b4a3d 41%,#090909 82%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#243b4c',GradientType=1 );
    border-bottom: 1px solid #9a9898;
    border-top: 1px solid #9a9898;
}
  .bio-hero-background {
    background-color: #ff000000 !important;
    color: #ffffff;
}
  section.bio-body {
    background-color: #ffffff;
}
  section.first.bio-hero {
    background-color: #b4b5b8 !important;
    padding: 90px 0 30px 0;
}
  .mask-right {
    -webkit-mask-image: linear-gradient(to right, transparent 0%, black 36%);
    mask-image: linear-gradient(to right, transparent 0%, black 36%);
}
  .bio-hero-background {
    padding-top: 0 !important;
}
.bg-fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
}

.bg-cover {background-size: cover;    background-position: right;}

.live-area {
    position: relative;
}
.bg-10-white {
    background-color: rgba(246, 246, 246, 0.5);
}
  
 .donation-form input[type=radio], .donation-form input[type=checkbox] {
    display: none;
}
  .donation-form input[type=radio] + label, .donation-form input[type=checkbox] + label {
    display: inline-block;
    margin: 0 1px 10px 1px;
    padding: 8px 12px;
    font-size: 16px;
    line-height: 20px;
    color: #ffffff;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    width: 100%;
    border: 1px solid #d1d1d1;
    background-color:#d1d1d1;
    transition: all 0.5s ease;
  }
  .donation-form input[type=radio] + label:hover, .donation-form input[type=checkbox] + label:hover {
  display: inline-block;
    margin: 0 1px 10px 1px;
    padding: 8px 12px;
    font-size: 16px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    width: 100%;
    border: 1px solid #438843;
    background-color: #438843;
    text-shadow: none;
    transition: all 0.3s ease;
  }
  .utility-title {
    font-size: 30px;
}
  .donation-form input[type=radio]:checked + label, .donation-form input[type=checkbox]:checked + label {
    display: inline-block;
    margin: 0 1px 10px 1px;
    padding: 8px 12px;
    font-size: 16px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    width: 100%;
    border: 1px solid #316431;
    background-color: #316431;
    text-shadow: none;
    transition: all 0.5s ease;
}

  .text-small {
    font-size: medium;
}
  .text-accent {
}
  .text-script{
  }
  h4.text-script.text-accent {
}
  .cover {
    background-size: cover;
}
  .content-body li{
  	margin:0 0 5px 0;
  } 
 

.shareaholic-service-parler {
      background-color: #A51300 !important;
}
a.shareaholic-service-parler:before {
    content: "" !important;
    background-image: url(https://mr.cdn.ignitecdn.com/client_assets/templateclone/media/themes/img/parler.png?1621611693);
    display: inline-block;
    width: 25px;
    height: 15px;
    background-repeat: no-repeat;
    background-size: contain;
}
a.pminc {
   
}
a.structure {
   
}
  .parler-icon {
    width: 15px;
    vertical-align: unset;
}

.navbar-brand {
    display: block;
    text-indent: -5000px;
 	
      
        
          background-image: url(https://mr.cdn.ignitecdn.com/client_assets/bongino_com/media/picture/6257/40ba/627f/8c0d/8424/5c3d/original_logo-1.png?1649885370);
        
      
      
     
    background-repeat: no-repeat;
    overflow: hidden;
    width: 110px;
    height: 82px;
    background-size: contain;
}
#content {
    transition: all 0.2s ease;
}
.bg-navbar {
    background-image: url(https://mr.cdn.ignitecdn.com/client_assets/bongino_com/media/themes/img/download-1.png?1649885592);
      border-bottom: 3px solid #df2626;
      background-size: cover;
}
#navbarNav .nav-link {
    font-size: 18px;
    font-weight: 700;
    line-height: 25px;
    text-transform: uppercase;
      margin-left: 32px;
      transition: color .2s ease;
      padding-left: 0 !important;
    padding-right: 0 !important;
}
footer .nav-link {
    font-size: 18px;
    font-weight: 700;
    line-height: 25px;
    text-transform: uppercase;
      transition: color .2s ease;
      padding-left: 0 !important;
    padding-right: 0 !important;
}
.navbar a.network {
    font-size: 23px;
    font-weight: 700;
    line-height: 25px;
    text-transform: uppercase;
    margin-left: 32px;
      transition: color .2s ease;
      padding-left: 0 !important;
    padding-right: 0 !important;
}
.bg-grey {
    background-color: rgba(0,0,0,.05);
}
.section-air {
    position: relative;
    overflow: hidden;
}
.on-the-air {
    margin-top: 117px;
}


.padding-sm-30b {
    padding-bottom: 30px;
}
.padding-sm-30t {
    padding-top: 30px;
}
.section-title {
    opacity: .1;
    color: #000;
    font-family: Kanit,sans-serif;
    font-size: 80px;
    font-weight: 700;
    padding: 0 30px;
    margin: 0 0 -20px;
}
.section-title.title-big {
    font-size: 170px;
    position: absolute;
    bottom: -22px;
    left: 0;
    z-index: -1;
    text-transform: uppercase;
    padding: 0;
    opacity: .03;
    color: #1a1a1a;
}
.btn {
    border-radius: 5px;
    padding: 12px 30px;
    background: #df2626;
    font-family: Kanit,sans-serif;
    font-size: 22px;
    line-height: 23px;
    border: 2px solid #df2626;
    text-transform: uppercase;
    color: #fff;
    margin: 0 15px;
    transition: all .3s ease-in-out;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    font-weight: 700;
    cursor: pointer;
}
.btn-light {
    background: #fff;
    color: #df2626;
    border: 2px solid #fff;
}

.btn-light i:before {
    color:#df2626
}

.btn-light:hover {
    border-color:#df2626
}




div#home-on-the-air svg, 
.on-the-air-sub svg {
    padding-right: 15px;
    font-size: 24px;
    padding-right: 15px;
    transition: all .3s ease-in-out;
}


.parler-banner-con {
    margin-top: 20px;
}
.parler-banner {
    border-bottom: 3px solid #df2626;
    background-color: #343c42;
    background-image: url(https://mr.cdn.ignitecdn.com/client_assets/bongino_com/media/themes/img/header-bg-small.png?1650037337);
    background-size: auto 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    position: relative;
    transition: opacity .2s ease;
    z-index: 0;
    padding: 20px 0 20px 40px;
}
.parler-banner-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.parler-banner__button a img {
    width: 240px;
    display: flex;
}
.parler-banner__button {
    padding: 0 10px;
    margin: -8px 0;
}
.parler-banner__title {
    color: #fff;
    font-family: Kanit,sans-serif;
    z-index: 1;
    font-size: 30px;
    font-weight: 400;
    line-height: 34px;
}
.parler-banner__button a img {
    width: 240px;
    display: flex;
}
.parler-banner__button a {
    margin: 0 10px 0 0;
    padding: 0;
    border: 0;
}
.post.large .post__img {
    box-shadow: 0 2px 34px rgb(0 0 0 / 10%);
    max-width: 100%;
    width: 100%;
    height: auto;
}
.post.large .post__img-link {
    max-height: 441px;
    overflow: hidden;
    display: block;
}
.post.large {
    max-width: 738px;
}
.post {
    position: relative;
}
.post.large .post__description {
    margin: -25px 17px 0;
    box-shadow: 0 2px 34px rgb(0 0 0 / 10%);
    background-color: #fff;
    border-bottom: 3px solid #f90;
    position: relative;
}
.post.large.with-podcast .post__title-link {
    padding-top: 50px;
}

.post.large .post__title-link {
    display: block;
    padding: 30px 30px 23px;
}
.post.large .play-btn {
    background-color: #df2626;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    position: absolute;
    left: 25px;
    top: -50px;
    transition: background .2s ease;
}
.post.large .play-btn:before {
    top: 50%;
    left: 50%;
    transform: translate(-7px,-50%);
    content: "";
    position: absolute;
    display: inline-block;
    width: 0;
    height: 0;
    border-color: transparent transparent transparent #fff;
    border-style: solid;
    border-width: 11.5px 0 11.5px 19px;
}
.post.large .post__title {
    color: #000;
    font-family: Kanit,sans-serif;
    font-size: 32px;
    font-weight: 600;
    line-height: 42px;
    transition: color .2s ease;
}
.post.large .post__excerpt {
    box-shadow: 0 2px 34px rgb(0 0 0 / 10%);
    background-color: #fff;
    color: #000;
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    padding: 20px 30px 30px;
}
.post.full-width {
    display: flex;
    flex-wrap: wrap;
}
.post.full-width .post__img-link {
    display: block;
    overflow: hidden;
    max-height: 120px;
    max-width: 200px;
}
.post.full-width .post__img, .post.medium .post__img, .post.small .post__img {
    max-width: 100%;
    width: 100%;
}
.post.full-width .post__title-link, .post.medium .post__title-link, .post.small .post__title-link {
    padding: 10px 20px;
    display: block;
}
.post.full-width .post__title-link {
    padding: 10px 20px 30px;
}
.post.full-width .post__meta, .post.medium .post__meta, .post.small .post__meta {
    box-shadow: 0 2px 34px rgb(0 0 0 / 10%);
    padding: 4px 20px;
}
.post.full-width .post__meta {
    position: absolute;
    bottom: 0;
    width: 100%;
}

.post.full-width .post__description, .post.medium .post__description, .post.small .post__description {
    margin: -20px 15px 0;
    box-shadow: 0 2px 34px rgb(0 0 0 / 10%);
    background-color: #fff;
    border-bottom: 2px solid #f90;
    position: relative;
}
.post.full-width .post__description {
    width: calc(100% - 200px);
    margin: 0 !important;
}
.post.full-width .post__title, .post.medium .post__title, .post.small .post__title {
    color: #000;
    font-family: Kanit,sans-serif;
    transition: color .2s ease;
    font-weight: 600;
    line-height: 24px;
    font-size: 20px;
}
.post.full-width .post__author-link, .post.medium .post__author-link, .post.small .post__author-link {
    color: #df2626;
    font-family: Poppins,Helvetica Neue,Helvetica,Arial,sans-serif;
    font-size: 13px;
    font-weight: 400;
    display: inline-block;
    transition: color .2s ease;
}
.margin-sm-40t {
    margin-top: 40px;
}


.post.large .post__img {
    box-shadow: 0 2px 34px rgb(0 0 0 / 10%);
    max-width: 100%;
    width: 100%;
    height: auto;
}
.last-episodes .post.large .post__img {
    height: 230px;
    object-fit: cover;
}
.last-episodes .post.large .play-btn {
    width: 60px;
    height: 60px;
    left: auto;
    right: 15px;
    top: -15px;
}
.last-episodes .post.large .post__description {
    /*max-height: 92px;*/
    height: 100%;
    padding: 10px 80px 10px 20px;
}
.last-episodes {
    background-image: url(https://mr.cdn.ignitecdn.com/client_assets/bongino_com/media/themes/img/last-episodes.jpg?1650050520);
    background-size: cover;
    background-position: 50%;
}
.padding-sm-40t {
    padding-top: 40px;
}

.last-episodes .post.large .post__title {
    font-size: 20px;
    line-height: 24px;
}
.last-episodes .post.large .post__title-link {
    padding: 0;
    min-height: 115px;
    max-height: 115px;
    overflow: hidden;
}
.subscribe__services {
    display: flex;
    flex-direction: row;
    margin: 0;
    align-items: center;
}
.padding-sm-40b {
    padding-bottom: 40px;
}
.subscribe__services .section-title {
    margin-bottom: 0;
    padding-right: 150px;
}
.subscribe__service img {
    width: 60px;
    height: 60px;
}
.subscribe__service {
    display: flex;
    flex-direction: column;
    margin-right: 75px;
    filter: grayscale(100%);
    opacity: .6;
    transition: all .8s ease-in-out;
}
.subscribe__service:hover {
    filter: grayscale(0);
    opacity: 1;
}
.margin-sm-30t {
    margin-top: 30px;
}
.margin-sm-5b {
    margin-bottom: 5px;
}
.margin-sm-30b {
    margin-bottom: 30px;
}
.margin-sm-60t {
    margin-top: 60px;
}
.subscribe-form-home {
    position: relative;
}
.subscribe-form-home .subscribe-form {
    position: relative;
    padding: 115px 0 95px;
}
.subscribe-form-home .subscribe-form h2 {
    color: #fff;
      width: 40%;
    font-size: 60px;
}
.page-content h2 {
    font-size: 45px;
    line-height: 55px;
    font-family: Kanit,sans-serif;
    margin-bottom: 20px;
    font-weight: 600;
    color: #1e1f24;
}
.subscribe-form-home:before {
    background-color: #18191d;
    display: block;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 8%;
}
.subscribe-form-home:after {
    background-color: #21262a;
    display: block;
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 92%;
    background-image: url(https://mr.cdn.ignitecdn.com/client_assets/bongino_com/media/themes/img/subscribe-form-bg.png?1650055782);
    background-repeat: no-repeat;
    background-position: 0;
    background-size: contain;
    z-index: 0;
}
.subscribe-form-home .subscribe-form__right-side>div {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    max-width: 1070px;
    margin: 0 auto;
    z-index: 9;
    position: relative;
}
}
.subscribe-form-home .subscribe-form__right-side>div h2 {
    width: 40%;
    font-size: 60px;
}
.subscribe-form-home .subscribe-form__right-side .subscribe-form__input {
    border: none;
    width: calc(100% - 235px);
    padding: 17px 30px;
    color: #000;
    font-family: Poppins,Helvetica Neue,Helvetica,Arial,sans-serif;
    font-size: 16px;
    border-radius: 10px 0 0 10px;
    outline: none;
    box-shadow: none;
}
.subscribe-form-home .subscribe-form__right-side>div form .b-button {
    border-radius: 0 10px 10px 0;
    font-size: 20px;
    margin: 0;
}
.b-button {
    background-color: #df2626;
    padding: 20px 40px;
    font-size: 23px;
    line-height: 23px;
    font-weight: 700;
    font-family: Kanit,sans-serif;
    color: #fff;
    text-transform: uppercase;
    border: 0;
    transition: background .2s ease!important;
    cursor: pointer;
    display: inline-block;
}
.subscribe-form-home .subscribe-form__right-side>div form {
    width: 60%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.home-form-newsletter {
    width: 60%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.subscribe-form-home .subscribe-form p {
    color: #fff;
    margin: 15px 0 0;
}
.subscribe-form-home .subscribe-form__right-side .subscribe-form__chackbox {
    margin-right: 10px;
}
.subscribe-form-home .subscribe-form__right-side>div form small {
    font-family: Poppins;
    font-size: 14px;
    font-weight: 400;
}
.page-content p small {
    font-size: 13px;
    line-height: 22px;
    letter-spacing: 0;
}
.menu-list-footer {
    flex-direction: row;
      justify-content: center;
}
.menu-list-footer .nav-item {
    max-width: 230px;
    padding: 0 10px;
}
footer .networks a {
    color: #fff;
    transition: color .2s ease;
    font-size: 23px;
    margin-left: 16px;
    margin-right: 16px;
}
footer .networks {
    margin: 20px 0;
}
.footer__copyright {
    color: #fff;
    font-size: 14px;
    font-family: Poppins,Helvetica Neue,Helvetica,Arial,sans-serif;
    font-weight: 800;
    padding: 20px 0;
    border-top: 1px solid #21262a;
    text-align: center;
}
.footer-logo {
    max-width: 300px !important;
}
.margin-sm-60b {
    margin-bottom: 60px;
}
.margin-sm-60t {
    margin-top: 60px;
}
.post.large .post__meta {
    box-shadow: 0 2px 34px rgb(0 0 0 / 10%);
    padding: 6px 30px;
}
.abount-mobile-section {
    background-color: #df2626;
    color: white;
    padding: 60px 60px 60px 60px;
}


@media screen and (min-width: 768px){
  .margin-md-80b {
    margin-bottom: 80px;
}
  .margin-md-80t {
    margin-top: 80px;
}
  .margin-md-40t {
    margin-top: 40px;
}
  .margin-md-50b {
    margin-bottom: 50px;
}
  .margin-md-50t {
    margin-top: 50px;
}
  .padding-md-60b {
    padding-bottom: 60px;
}
.padding-sm-60b {
    padding-bottom: 60px;
}
.padding-md-40b {
    padding-bottom: 40px;
}
.padding-md-40t {
    padding-top: 40px;
}
  .margin-md-90b {
    margin-bottom: 90px;
}
  .margin-md-40t {
    margin-top: 40px;
}
  .margin-md-40b {
    margin-bottom: 40px;
}
}

@media screen and (min-width: 1200px){
  .margin-xl-80b {
    margin-bottom: 80px;
}
.padding-xl-100b {
    padding-bottom: 100px;
}
  
  @media only screen and (max-width: 1559px) {
  .subscribe__service {
    margin-right: 35px;
}
}
 
}
@media screen and (max-width: 1200px){
.subscribe__service {
    margin-right: 25px;
}
  .subscribe__services .section-title {
    padding-right: 100px;
}
   .navbar-collapse {
    flex-direction: column;
    align-items: end;
}
 .menu-list-main {
    margin-bottom: 14px;
}
}
@media screen and (max-width: 991px){
#navbarNav .nav-link {
    margin-left: 20px;
}
  div#home-on-the-air svg {
    padding-right: 0px;
}
}




/* nav toggle code start */
.bg-glass {
    background-color: rgb(0 0 0) !important;
}
.off-content {
    margin: 0 auto;
    text-align: center;
}
img.img-fluid.slide-nav-logo {
    width: 240px;
    margin-bottom: 40px;
}
.navbar-toggler {
    z-index: 999;
}
.positioner {
    padding-top: 120px;
}
.positioner .networks {
    margin-top: 25px;
}
.row .three{
  padding: 80px 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #2c3e50;
  color: #ecf0f1;
  text-align: center;
}

.hamburger .line{
  width: 40px;
  height: 4px;
  background-color: #ecf0f1;
  display: block;
  margin: 8px auto;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.hamburger:hover{
  cursor: pointer;
}
button.navbar-toggler {
    margin-top: -20px;
}
#hamburger-6.is-active{
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transition-delay: 0.6s;
  -o-transition-delay: 0.6s;
  transition-delay: 0.6s;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#hamburger-6.is-active .line:nth-child(2){
  width: 0px;
}

#hamburger-6.is-active .line:nth-child(1),
#hamburger-6.is-active .line:nth-child(3){
  -webkit-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

#hamburger-6.is-active .line:nth-child(1){
  -webkit-transform: translateY(11px);
  -ms-transform: translateY(11px);
  -o-transform: translateY(11px);
  transform: translateY(11px);
}

#hamburger-6.is-active .line:nth-child(3){
  -webkit-transform: translateY(-13px) rotate(90deg);
  -ms-transform: translateY(-13px) rotate(90deg);
  -o-transform: translateY(-13px) rotate(90deg);
  transform: translateY(-13px) rotate(90deg);
}





@media (max-width: 10000px) {
.offcanvas-collapse.open {
    visibility: visible;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
}
}
@media (max-width: 10000px){
.offcanvas-collapse {
    position: fixed;
    top: 117px;
    bottom: 0;
    left: 100%;
    width: 100%;
    padding-right: 1rem;
    padding-left: 1rem;
    overflow-y: auto;
    visibility: hidden;
    
    transition: visibility .3s ease-in-out, -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out, visibility .3s ease-in-out;
    transition: transform .3s ease-in-out, visibility .3s ease-in-out, -webkit-transform .3s ease-in-out;
    z-index: 9;
}
}

@media only screen and (max-width: 1559px) {
  .section-title {
    font-size: 60px;
}
}
@media only screen and (max-width: 1199px) {
  .section-title {
    opacity: .1;
    color: #000;
    font-family: Kanit,sans-serif;
    font-size: 40px;
    font-weight: 700;
    padding: 0 30px;
    margin: 0px 0 -10px;
}
}
@media only screen and (max-width: 991px) {
  .subscribe-form-home .subscribe-form {
    position: relative;
    padding: 65px 0px 95px;
}
  .section-title {
    font-size: 60px;
    padding: 0 0px; 
}
  .subscribe__services .section-title {
    width: 100%;
    padding-bottom: 20px;
    padding-right: 0;
}
  .subscribe__services {
    flex-wrap: wrap;
    justify-content: space-around;
}
  .subscribe-form-home .subscribe-form__right-side>div h2 br {
    display: none;
}
  .subscribe-form-home .subscribe-form__right-side>div h2 {
    width: 40%;
    font-size: 60px;
    text-align: center;
    font-size: 30px;
    margin-bottom: 15px;
    width: 100%;
}
  .subscribe-form-home:after {
    background-color: #1b1a1a;
    display: block;
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    background-image: url(#); 
    background-repeat: no-repeat;
    background-position: 0;
    background-size: contain;
    z-index: 1;
}
  .subscribe-form-home .subscribe-form__right-side > div form {
    width: 100%;
}
}

.header {
   position: relative;
    z-index: 1;
    height: 120px;
    background-image: url(https://mr.cdn.ignitecdn.com/client_assets/bongino_com/media/themes/img/header-bg-podcasts.png?1650917174);
    border-bottom: 7px solid #df2626;
    padding: 35px 0;
  background-size: cover;
}
.header.podcasts {
    min-height: 550px;
    background-image: url(https://mr.cdn.ignitecdn.com/client_assets/bongino_com/media/themes/img/header-bg-podcasts.png?1650917174);
    border-bottom-width: 15px;
      background-repeat: no-repeat;
    background-size: cover;
}
.header.podcasts>div {
    height: 107px;
}
.header__content {
    margin-top: 159px;
    position: relative;
}
.header__content h1 {
    color: #fff;
    font-family: Kanit,sans-serif;
    font-size: 32px;
    font-weight: 700;
    line-height: 42px;
    background-color: #df2626;
    display: inline-block;
    padding: 1px 30px;
    position: relative;
    margin-left: 5px;
}
.header__content h2 {
    color: #fff;
    font-family: Zilap Sleep,Poppins,Helvetica Neue,Helvetica,Arial,sans-serif;
    font-size: 100px;
    letter-spacing: -4.51px;
    text-transform: uppercase;
}
.header__podcast-service {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-right: 25px;
    width: 87px;
}
.header__podcast-service img {
    max-width: 40px !important;
    height: auto;
}
.header__podcast-image {
    position: absolute;
    right: 130px;
    width: 455px;
    height: auto;
    bottom: -112px;
}
}
.header__podcast-services {
    display: flex;
    margin-top: 18px;
}
.header__podcast-service span {
    color: #fff;
    font-family: Kanit,sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 20px;
    margin-top: 6px;
    transition: color .2s ease;
    text-align: center;
}
.header__content h1:before {
    display: inline-block;
    position: absolute;
    content: "";
    left: -5px;
    top: 0;
    width: 0;
    height: 0;
    border-color: transparent transparent #df2626;
    border-style: solid;
    border-width: 0 0 44px 5px;
}
.header__content h1:after {
    display: inline-block;
    position: absolute;
    content: "";
    right: -5px;
    top: 0;
    width: 0;
    height: 0;
    border-color: #df2626 transparent transparent;
    border-style: solid;
    border-width: 44px 5px 0 0;
}



.header__podcast-services {
    display: flex;
    margin-top: 18px;
}
.on-the-air-sub .section-title.title-big {
    font-size: 130px;
}
.post.full-width .post__img-link, .post.medium .post__img-link, .post.small .post__img-link {
    display: block;
    overflow: hidden;
    max-height: 234px;
}
.post.full-width .play-btn, .post.medium .play-btn, .post.small .play-btn {
    background-color: #df2626;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    position: absolute;
    right: 29px;
    top: -21px;
    transition: background .2s ease;
}
.post.full-width .play-btn:before, .post.medium .play-btn:before, .post.small .play-btn:before {
    top: 50%;
    left: 50%;
    transform: translate(-4px,-50%);
    content: "";
    position: absolute;
    display: inline-block;
    width: 0;
    height: 0;
    border-color: transparent transparent transparent #fff;
    border-style: solid;
    border-width: 8px 0 8px 13px;
}
.post.small.with-podcast .post__title-link {
    padding-top: 24px;
}
form.search-from__wrapper-form {
    position: relative;
}
.post.full-width .post__excerpt, .post.medium .post__excerpt, .post.small .post__excerpt {
    box-shadow: 0 2px 34px rgb(0 0 0 / 10%);
    background-color: #fff;
    color: #000;
    font-family: Poppins,Helvetica Neue,Helvetica,Arial,sans-serif;
    font-weight: 400;
    padding: 10px 20px 17px;
    font-size: 15px;
    line-height: 22.5px;
}
.search-from {
    float: right;
    position: absolute;
    top: -28px;
    right: 0;
}
.search-from__input {
    border-width: 0 0 2px;
    border-color: #d7d7d7;
    color: #000;
    font-family: Poppins,Helvetica Neue,Helvetica,Arial,sans-serif;
    font-weight: 500;
    font-size: 15px;
    height: 50px;
    width: 270px;
    margin-right: 10px;
    float: left;
    border-radius: 0;
    -webkit-appearance: none;
    outline-color: #df2626;
  padding: 0 20px;
}
.search-from__button {
    color: #fff;
    background-color: #df2626;
    transition: background .2s ease;
    width: 50px;
    height: 50px;
    cursor: pointer;
    font-size: 23px;
    padding: 0;
    border: 0;
    -webkit-appearance: none;
}
.row--revers-mobile .column {
    width: 50%;
    padding: 0 15px;
}
button.b-button {
    min-width: 235px;
    max-height: 60px;
}
.header.large {
    min-height: 450px;
    border-bottom-width: 15px;
}
.header__title h1:before {
    display: block;
    content: "";
    background: url(https://mr.cdn.ignitecdn.com/client_assets/bongino_com/media/themes/img/heading-bg.png?1651251664) no-repeat 0 0;
    position: absolute;
    z-index: -1;
    height: 80px;
    width: 715px;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-38px);
}
.header__title h1 {
    font-family: Kanit,sans-serif;
    font-size: 28px;
    font-weight: 600;
    line-height: 30.8px;
    color: #fff;
    text-align: center;
    position: relative;
    z-index: 2;
    margin-bottom: 30px;
}
.header__title h2 {
    font-size: 85px;
    font-family: Edo SZ,Poppins,Helvetica Neue,Helvetica,Arial,sans-serif;
    color: #fff;
    text-align: center;
}
.header__title {
    display: flex;
    min-height: 120%;
    justify-content: center;
    align-items: center;
}
.page-content .c-red {
    color: #df2626;
}
.newsletter-from__desc h2 {
    max-width: 450px;
}
.newsletter-from__form {
    padding: 20px 40px;
    box-shadow: 5px 5px 10px rgb(0 0 0 / 20%);
    margin-right: 50px;
}
.newsletter-from__form input[type=email], .newsletter-from__form input[type=text] {
    background: #efefef;
    border: none;
    padding: 10px 15px;
    font-size: 16px;
    font-family: Poppins,Helvetica Neue,Helvetica,Arial,sans-serif;
    width: 100%;
}
.page-content p small {
    font-size: 13px;
    line-height: 22px;
    letter-spacing: 0;
}
.page-content p {
    font-size: 15px;
    line-height: 23px;
    font-family: Poppins,Helvetica Neue,Helvetica,Arial,sans-serif;
    margin: 20px 0;
    color: #000;
}
.page-content h4 {
    font-size: 24px;
    line-height: 29px;
    font-family: Kanit,sans-serif;
    margin-bottom: 10px;
    color: #1e1f24;
}
.page-content p {
    font-size: 15px;
    line-height: 23px;
    font-family: Poppins,Helvetica Neue,Helvetica,Arial,sans-serif;
    margin: 20px 0;
    color: #000;
}
.about-bongino__wrapper {
    background-color: #df2626;
    padding: 60px 190px 60px 60px;
    width: 75%;
}
.about-bongino h3 {
    font-family: Edo SZ,Poppins,Helvetica Neue,Helvetica,Arial,sans-serif;
    color: #fff;
}
.about-bongino__wrapper {
    background-color: #df2626;
    padding: 60px 190px 60px 60px;
    width: 75%;
}
.about-bongino {
    position: relative;
    display: flex;
    padding-bottom: 96px;
}
.page-content h3 {
    font-size: 35px;
    line-height: 42px;
    font-family: Kanit,sans-serif;
    margin-bottom: 16px;
    color: #1e1f24;
    font-weight: 600;
    letter-spacing: 0;
}
.last-episodes__section-title h3 {
    font-size: 32px;
    font-weight: 600;
    color: #fff;
    margin: 0;
    padding-left: 30px;
}
.about-bongino__image-wrapper img {
    border: 10px solid #fff;
    border-bottom: 0;
    width: 330px;
    height: auto;
    position: absolute;
    bottom: 0;
    transform: translate(-50%,25%);
}
.about-bongino__image-wrapper {
    position: relative;
  width: 330px;
}
.about-bongino h3 {
    font-family: Edo SZ,Poppins,Helvetica Neue,Helvetica,Arial,sans-serif;
    color: #fff;
}
.about-bongino p {
    color: #fff;
}
.latest-episod__service img {
    width: 40px;
    height: 40px;
}
.latest-episod__service {
    display: flex;
    flex-direction: column;
    margin-right: 25px;
    text-align: center;
    align-items: center;
}
.latest-episod__services {
    display: flex;
    flex-direction: row;
    margin: 40px 0;
}
.latest-episod__title {
    font-family: Kanit,sans-serif;
    font-size: 50px;
    line-height: 55px;
    font-weight: 600;
}
.post.large .post__author-link {
    color: #df2626;
    font-size: 15px;
    font-weight: 500;
    line-height: 22.5px;
    transition: color .2s ease;
}
.latest-episod__service-wide {
    background-color: #fff;
    box-shadow: 0 0 15px rgb(0 0 0 / 20%);
    padding: 20px;
    display: flex;
    align-items: center;
    text-align: left;
}
.margin-sm-20b {
    margin-bottom: 20px;
}
.latest-episod__service-wide>div {
    align-items: center;
    display: flex;
    min-width: 220px;
}
.latest-episod__service-wide p {
    margin: 0;
}
.latest-episod__service span {
    margin-top: 8px;
    color: #df2626;
    transition: color .2s ease;
}
@media only screen and (max-width: 575px) {
  .post.full-width {
    display: block;
}
  a.post__img-link {
    max-width: 100% !important;
    max-height: fit-content !important;
    display: block;
    overflow: hidden;
}
  .post.full-width .post__description {
    width: 100%;
}
}

@media screen and (max-width: 1560px){
.post.full-width .post__img-link, .post.medium .post__img-link, .post.small .post__img-link {
    max-height: 185px;
}
  .post.full-width .post__title, .post.medium .post__title, .post.small .post__title {
    font-size: 16px;
    line-height: 20px;
}
  .header__podcast-image {
    right: 0;
    bottom: -101px;
}
  .header__podcast-service {
    margin-right: 5px;
}
  .post.large .post__meta {
    padding: 6px 20px;
}
}
@media screen and (max-width: 1200px){
.header__podcast-image {
    width: 360px;
    right: 0;
    bottom: -113px;
}
}
  .header__content h2 {
    font-size: 90px;
}
}



*,::before,::after {
box-sizing:border-box;
}

* {
-webkit-tap-highlight-color:rgba(0, 0, 0, 0);
-webkit-tap-highlight-color:transparent;
}

.container { position:relative; max-width:800px; width:100%; }
.column { width:inherit; }




p a,p a:visited { line-height:inherit; }


.add-bottom { margin-bottom:2rem !important; }
.left { float:left; }
.right { float:right; }
.center { text-align:center; }
.hidden { display:none; }

.no-support {
margin:2rem auto;
text-align:center;
width:90%;
}


audio {
display:none;
}

#audiowrap,
#plwrap {
margin:0 auto;
}

#tracks {
font-size:0;
position:relative;
text-align:center;
}

#nowPlay {
display:block;
font-size:0;
}

#nowPlay span {
display:inline-block;
font-size:1.05rem;
vertical-align:top;
}

#nowPlay span#npAction {
padding:21px;
width:30%;
}

.audio-player__subtitle {
    padding: 0px 80px;
    text-align: left;
    color: #f90;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 16px;
    font-weight: 400;
}
 #nowPlay span#npTitle {
padding: 0px 80px;
    text-align: left;
    text-transform: uppercase;
    line-height: 16px;
  
  color: #fff;
    font-family: Kanit,sans-serif;
    font-weight: 600;
    font-size: 16px;
}

#plList li {
    cursor: pointer;
    display: block;
    margin: 0;
    padding: 10px 0;
    border-bottom: 1px solid #404248;
}

#plList li:hover {
background-color:rgba(0, 0, 0, .1);
}

.plItem {
position: relative;
    font-size: 13px;
    top: 0px;
    left: 10px;
}

.plTitle {
left: 60px;
    overflow: hidden;
    position: absolute;
    right: 135px;
    text-overflow: ellipsis;
    top: -10px;
    white-space: nowrap;
    height: 39px;
    padding-top: 10px;
  cursor: pointer !important;
}


.plNum {
padding-left:21px;
width:25px;
}

.plLength {
padding-left:21px;
position:absolute;
right:21px;
top:0;
}

.plSel,
.plSel:hover {
background-color:rgba(0, 0, 0, .1);
color:#fff;
cursor:default !important;
}

#tracks a {
border-radius:3px;
color:#fff;
cursor:pointer;
display:inline-block;
font-size:1.6rem;
height:40px;
line-height:.2;
margin:0 5px 0px;
padding:12px 0;
text-decoration:none;
transition:background .3s ease;
}

#tracks a:hover,
#tracks a:active {
background-color:rgba(0, 0, 0, .1);
color:#fff;
}

#tracks a::-moz-focus-inner {
border:0;
padding:0;
}

.plyr--audio .plyr__controls {
background-color:transparent;
border:none;
color:#fff;
font-family:"Source Sans Pro", arial, sans-serif;
    padding: 30px 0px 0px 0px;
    width: 100%;
}

a.plyr__controls__item.plyr__control:hover,
.plyr--audio .plyr__controls button:hover,
.plyr--audio .plyr__controls button.tab-focus:focus,
.plyr__play-large {
background-color:rgba(0, 0, 0, .1);
}

.plyr__progress--played,
.plyr__volume--display {
color:rgba(0, 0, 0, .1);
}

.plyr--audio .plyr__progress--buffer,
.plyr--audio .plyr__volume--display {
background-color:rgba(0, 0, 0, .1);
}

.plyr--audio .plyr__progress--buffer {
color:rgba(0, 0, 0, .1);
}

.plyr__controls .plyr__controls__item.plyr__time {
font-size:14px;
margin-left:7px;
}

#player-container {
-webkit-font-smoothing:antialiased;
-webkit-text-size-adjust:100%;
background-color:#000000;
color:#fff;
font-size:1rem;
font-family:"Source Sans Pro", arial, sans-serif;
font-weight:400;
letter-spacing:.025rem;
line-height:1.618;
padding:1rem 0;
margin-top: -75px;
position: fixed;
z-index: 9999;
transition: top 0.2s ease;
    background-color: #1e1f24;
    height: 70px;
}

@media only screen and (max-width:600px) {
    #nowPlay span#npAction { display:none; }
    #nowPlay span#npTitle { display:block; text-align:center; width:100%; }
}


    button.plyr__controls__item.plyr__control {
      background-color: #ff0000;
      padding: 15px;
      border-radius: 50%;
      position: absolute;
      left: 15px;
      top: -17px;
}

button.plyr__controls__item.plyr__control:hover {background-color: #fff;color: #ff0000;}

.close-btn {
    right: 20px;
    position: absolute;
  z-index: 99999;
}
.close-btn:hover {
    cursor: pointer;
}

.plyr__volume input[type=range] {
        transform: rotate(270deg);
}



div#open-playlist-dropdown {
    position: absolute;
    right: 100px;
    top: 0px;
    z-index: 9999;
}
div#open-playlist-dropdown::after {
    content: "PLAYLIST";
    font-weight: 700;
    margin-left: 14px;
}

#plwrap{
  position: fixed;
    z-index: 9999;
    color: white;
    background-color: #34353a;
    top: 90px;
    width: 560px;
    right: 0;
    overflow-y: auto;
    max-height: calc(100vh - 350px);
  overflow-x: hidden;
}

ul#plList {
     padding-left: 0;
    margin-left: 0;
}
#audiowrap, #plwrap {
    margin: -20px auto;
}
.plyr__controls__item.plyr__time--current.plyr__time {
    position: absolute;
    top: -10px;
    right: 500px;
    font-weight: 600;
    font-size: 16px;
}
.plyr__controls__item.plyr__time--duration.plyr__time {
    position: absolute;
    top: -10px;
    right: 410px;
    font-weight: 600;
    font-size: 16px;
    width: 90px;
    text-align: left;
    margin-left: 0;
}
#tracks {
    text-align: center;
    position: absolute;
    top: -4px;
    right: 320px;
    font-weight: 600;
    font-size: 0px;
}
.plyr__controls__item.plyr__volume {
    position: absolute;
    top: -15px;
    right: 200px;
    font-weight: 600;
    font-size: 16px;
  height: 40px;
}

.plyr__progress {
    left: 0;
    left: 0;
    margin-right: 0;
    margin-right: 0;
    position: relative;
  color: #000;
}
div#article-on-the-air {
    margin-top: 114px;
}
[data-plyr="seek"] {
  color: var(--danger)!important;
}
[data-plyr="volume"] {
    position: absolute !important;
    top: 73px;
    left: -43px;
}
[data-plyr="mute"] {
    position: absolute;
    top: 0px;
}
.plyr__volume input[type=range]::-webkit-slider-runnable-track  {
      height: 20px;
}
.plyr__volume input[type=range]::-webkit-slider-thumb {
  height: 100%;
  border-radius: 0;
  width: 4px;
  top: 4px;
}
.plyr__volume input[type=range]  {
  color: var(--danger)!important;
}
[data-plyr="volume"] {
     opacity: 0;
}
label.error {
    background-color: #ff0000;
    color: #fff;
    padding: 0 10px;
    position: absolute;
    bottom: -5px;
}
label {
    display: inline-block;
    margin-bottom: 0.5rem;
}
input.error {
    border-color: #ff0000;
    background-color: #fffef2;
    margin-bottom: 30px !important;
}
.subscribe-form__input.error {
    margin-bottom: 0px !important;
}
div#player-container-radio {
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    background-color: #000000;
    color: #fff;
    font-size: 1rem;
    font-family: "Source Sans Pro", arial, sans-serif;
    font-weight: 400;
    letter-spacing: .025rem;
    line-height: 1.618;
    padding: 1rem 0;
    margin-top: -125px;
    position: fixed;
    z-index: 9999;
    transition: top 0.2s ease;
    background-color: #1e1f24;
    height: 70px;
}
.plyr__control-radio {
    background-color: #ff0000;
    padding: 12px 19px;
    border-radius: 50%;
    position: absolute;
    left: 15px;
    top: -9px;
    color: white;
    border: none;
    flex-shrink: 0;
    transition: all .3s ease;
}

.category-list {margin-bottom: 22px;font-size: 22px;}
.content-body p:first-child:first-letter {
  float: left;
  font-size: 5rem;
  line-height: 0.65;
  margin: 0.1em 0.1em 0.2em 0;
  color:#df2626;
}
iframe.iframe-scale {width: 100%;min-height: 700px;}
.offset-top{margin: 117px 0 0 0;}

.audio-player__subtitle-radio {
    padding: 5px 0 0 140px;
    text-align: left;
    color: #f90;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 16px;
    font-weight: 400;
}
input#radio-volume-control {
    display: none;
}
.radio-volume-controls {
    position: absolute;
    left: 94px;
    top: 2px;
    height: 190px;
    width: 20px;
}




.volContainer {
    position: absolute;
    left: 94px;
    top: 2px;
    height: 22px;
    width: 20px;
}
.volSlide {
/*   width: 100%; */
  top: 60px;
  transform: rotate(-90deg);
  margin: 0;
  position: relative;
  right: 57px;
  display: none;
/*   z-index: 1; */
}

/* custom sliders
https://www.w3schools.com/howto/tryit.asp?filename=tryhow_css_rangeslider */
.slider {
  -webkit-appearance: none;
/*   width: 100%; */
  height: 18px;
  background: #d3d3d3;
  outline: none;
/*   opacity: 0.7;
  -webkit-transition: .2s;
  transition: opacity .2s; */
}

/* .slider:volHover {
  opacity: 1;
} */

.slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 18px;
  height: 18px;
  background: #04AA6D;
  cursor: pointer;
}

.slider::-moz-range-thumb {
  width: 18px;
  height: 18px;
  background: #04AA6D;
  cursor: pointer;
}

/* Speed Range */
.spdSlide {
/*   width: 100%; */
  top: 80px;
  transform: rotate(-90deg);
  margin: 0;
  position: relative;
  right: 80px;
  display: none;
/*   z-index: 1; */
}

#rngOutput {
  bottom: 20px;
/*   transform: rotate(-90deg); */
/*   margin: 0; */
  position: relative;
  left: 30px;
}

.fas.fa-volume-up, .fas.fa-tachometer-alt {
  font-size: 24px;
  top: 5px;
}
div#tracks span {
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 1.6rem;
    height: 40px;
    line-height: .2;
    margin: 0 5px 0px;
    padding: 12px 0;
    text-decoration: none;
    transition: background .3s ease;
}


#search_results h3 {text-align: left;}

#search_results span {display: none;}

#search_results .description {text-align: left;font-size: 23px;margin: 19px 0;}


button.close.modal-close {
    position: absolute;
    top: -90px;
    right: 0px;
    color: white;
}

span.audio-time {
    font-weight: 700;
}





@media only screen and (max-width: 1200px) {
     #locations-panel-list .search-input {
    width: 80%;
} 
}
@media only screen and (max-width: 1060px) {
  .plyr__volume {
    max-width: 30px;
    min-width: 60px;
}
  #tracks {
    right: 270px;
}
  .plyr__controls__item.plyr__time--duration.plyr__time {
    right: 340px;
}
  .plyr__controls__item.plyr__time--current.plyr__time {
    right: 430px;
}
  [data-plyr="volume"] {
    top: 49px;
    left: -19px;
}
   
}
@media only screen and (max-width: 991px) {
  .header__podcast-image {
    width: 270px;
    bottom: -46px;
}
  .header__podcast-services {
    display: grid;
    margin-top: 18px;
    grid-template-columns: 100px 100px 100px;
}
  .header__content h2 {
    font-size: 70px;
}
  .header__podcast-service {
    margin-bottom: 12px;
}
  .search-from {
    top: -60px;
}
  .newsletter-from__form { 
    margin-right: 0px;
}
  .newsletter-from__desc h2 {
    max-width: inherit;
    margin-top: 40px;
}
}
@media only screen and (max-width: 950px) {
  
   #nowPlay span#npTitle {
    text-align: left;
    width: 55%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
}
@media only screen and (max-width: 850px) {
  div#tracks {
    display: none;
}
  .plyr__controls__item.plyr__volume {
    display: none;
}
  .plyr__controls__item.plyr__time--duration.plyr__time {
    right: 220px;
}
  .plyr__controls__item.plyr__time--current.plyr__time {
    right: 312px;
}
}
@media only screen and (max-width: 767px) {
  .header__podcast-image {
    right: -40px;
}
  .search-from {
    top: -50px;
}
  .station-finder__inner {
    width: 100% !important;
}
  .station-finder__inner {
    width: 100%;
    box-shadow: 0 2px 34px rgb(0 0 0 / 10%);
    background-color: #fff;
    overflow: hidden;
    position: relative;
    max-height: 700px;
    overflow-y: scroll;
}
  .header__title h1:before {
    width: 605px;
    background-size: contain;
}
}
@media only screen and (max-width: 715px) {
  .plyr__controls__item.plyr__time--duration.plyr__time {
    display: none;
}
  .plyr__controls__item.plyr__time--current.plyr__time {
    display: none;
}
}
@media only screen and (max-width: 650px) {
  button.btn.btn-light {
    font-size: 18px;
}
  a.btn.btn-light {
    font-size: 18px;
}
}
@media only screen and (max-width: 640px) {
 .header__podcast-image {
    width: 230px;
   right: 0px;
    bottom: -46px;
}
}
@media only screen and (max-width: 610px) {
 .header__title h1:before {
    width: 475px;
    top: 90%;
}
  .post-wide.with-podcast {
    display: block !important;
}
  .post-wide.with-podcast {
    display: block !important;
    width: 100% !important;
    position: relative !important;
}

.post-wide__cover-wrapper {
    display: block !important;
    width: 100% !important;
    height: 220px;
}

a.post-wide__cover {
    display: block !important;
    width: 100% !important;
    height: 240px;
}

.post-wide__play-btn {
    top: auto !important;
    bottom: -80px !important;
    left: 50% !important;
    margin-left: -40px !important;
}
}
@media only screen and (max-width: 600px) {
  div#open-playlist-dropdown::after {
    display: none;
}
  #nowPlay span#npTitle {
    text-align: left;
    width: 88%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
  div#open-playlist-dropdown {
    right: 60px;
}
  .audio-player__subtitle {
    width: 91%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
  #plwrap {
    width: 400px;
}
}
@media only screen and (max-width: 576px) {
   .latest-episod__services.margin-sm-20b {
    display: grid;
    margin-top: 18px;
    grid-template-columns: 120px 120px 120px;
    justify-content: center;
}
}
@media only screen and (max-width: 540px) {
   .section-title {
    font-size: 40px;
}
  .last-episodes__section-title h3 {
    padding-left: 0px;
}
  .header__podcast-image {
    width: 230px;
    right: 0px;
    bottom: -196px;
    left: 0;
    left: 50%;
    transform: translate(-50%);
}
  .header.podcasts {
    min-height: 700px;
}
  .header__podcast-services {
    display: grid;
    margin-top: 18px;
    grid-template-columns: auto auto auto;
    justify-content: center;
    grid-gap: 0px 60px;
}
  .subscribe__service img {
    width: 50px;
    height: 50px;
}
}
@media only screen and (max-width: 515px) {
 .header__title h1:before {
    width: 345px; 
    top: 120%;
}
  .latest-episod__service-wide {
    display: grid;
    grid-template-columns: auto;
}
  .page-content h2 {
    margin: 20px 15px;
}
  .page-content p {
    margin: 20px 15px;
}
  .page-content h4 {
    margin-left: 15px;
    margin-right: 15px;
}
}
@media only screen and (max-width: 480px) {
   .subscribe__service img {
      width: 40px;
      height: 40px;
  }
  .subscribe__services {
    flex-wrap: wrap;
    justify-content: center;
}
}
@media only screen and (max-width: 475px) {
   .d-flex.btn-container {
    flex-direction: column;
     width: 100%;
}
  button.btn.btn-light {
    margin-bottom: 13px;
    flex-direction: column;
}
  a.btn.btn-light {
    flex-direction: column;
}
  .parler-banner-wrap {
    flex-direction: column;
}
  .parler-banner {
    padding: 20px 0 20px 20px;
}
  .parler-banner__button {
    margin: 22px 0;
}
  .header__content h2 {
    font-size: 60px;
}
  .header.podcasts {
    min-height: 688px;
}
  .header__content h1 {
    color: #fff;
    font-family: Kanit,sans-serif;
    font-size: 27px;
    font-weight: 700;
    line-height: 42px;
    background-color: #df2626;
    display: inline-block;
    padding: 1px 10px;
    position: relative;
    margin-left: 5px;
}
}
@media only screen and (max-width: 450px) {
  button.b-button {
    min-width: 145px;
    padding-left: 2px !important;
    padding-right: 2px !important;
}
  .b-button {
    padding: 20px 20px;
}
  .subscribe-form-home .subscribe-form__right-side .subscribe-form__input {
    width: calc(100% - 145px);
}
}
@media only screen and (max-width: 420px) {
   .subscribe__service img {
    width: 35px;
    height: 35px;
}
}
@media only screen and (max-width: 415px) {
  .post.large .post__title {
    font-size: 25px;
    line-height: 26px;
}
  .post.full-width .post__title, .post.medium .post__title, .post.small .post__title {
    font-size: 20px;
    line-height: 20px;
}
}
@media only screen and (max-width: 405px) {
 .header__content h2 {
    font-size: 50px;
}
  .header.podcasts {
    min-height: 677px;
}
  .header__podcast-services {
    grid-gap: 0px 30px;
}
  #plwrap {
    width: 320px;
}
}
@media only screen and (max-width: 385px) {
   .search-from__input {
    width: 230px;
}
}
@media only screen and (max-width: 363px) {
  .header__content h1 {
    font-size: 24px;
}
  .header__content h2 {
    font-size: 40px;
}
  .header__podcast-image {
    bottom: -209px;
}
  .header__title h2 {
    font-size: 55px;
}
  .header__title h1:before {
    width: 295px;
}
}
@media only screen and (max-width: 335px) {
  .header__content h1 {
    font-size: 22px;
}
  .header__podcast-services {
    grid-gap: 0px 25px;
}
}
.search-from__wrapper-form {
    position: relative;
    top: -25px;
}


.sponsor-list__item h3 a {
    color: #df2626;
    font-family: Kanit,sans-serif;
    font-size: 26px;
    font-weight: 300;
    text-transform: uppercase;
}
.podcast-sponsors-wrap{
padding-top: 100px;
}
.sponsor-list__item p {
    font-family: Poppins,Helvetica Neue,Helvetica,Arial,sans-serif;
    font-size: 16px;
    line-height: 22.4px;
    margin-bottom: 26px;
    color: #444;
}
.footer__nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    text-align: center;
}
.footer__nav ul li {
    max-width: 230px;
    padding: 0 10px;
}
.footer__nav-item {
    color: #fff;
    font-family: Kanit,sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 25px;
    text-transform: uppercase;
}
#plwrap{
opacity:0;
  z-index:-1;
}
.opacityShow {
opacity:1 !important;
  z-index:2000 !important;
}





.post-wide__cover-wrapper {
    width: 300px;
    position: relative;
    flex-direction: column;
    display: flex;
    flex: 1 0 auto;
}

.post-wide.with-podcast {
    display: flex;
    border-bottom: 3px solid #f90;
    box-shadow: 0 0 25px rgb(0 0 0 / 10%);
}

a.post-wide__cover {
    flex: 1 0 auto;
    background-size: auto 100%;
    background-position: 50%;
}
.post-wide__title {
    font-size: 32px;
    font-weight: 600;
    line-height: 35px;
    font-family: Kanit,sans-serif;
    color: #000;
}
.post-wide__play-btn {
    position: absolute;
    border-radius: 50%;
    background-color: #df2626;
    width: 80px;
    height: 80px;
    border: 0;
    outline: none;
    right: -30px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    transition: background .2s ease;
}
.post-wide__excerpt {
    z-index: 3;
    background-color: #fff;
    padding: 0 20px 20px;
    line-height: 27px;
    font-size: 16px;
}
.post-wide__description {
    padding: 40px 20px;
    overflow: hidden;
    width: 100%;
}
.post-wide__title-wrapper {
    padding: 0 20px 20px;
}
.post-wide__play-btn:before {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-35%,-50%);
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-color: transparent transparent transparent #fff;
    border-style: solid;
    border-width: 12px 0 12px 15px;
}
.post-wide__podcast-word {
    padding: 0 20px 20px;
    font-size: 22px;
    font-weight: 600;
    font-family: Kanit,sans-serif;
    margin-bottom: 20px;
}

.plItem a {
    position: absolute;
    right: 10px;
    color: white;
    height: 39px;
    top: -10px;
    bottom: 60px;
    background-color: #df2726;
    padding-top: 10px;
    padding-left: 5px;
    padding-right: 5px;
  opacity: 0;
  text-decoration:none;
  transition: all 1s ease;
}
.plItem a:hover {
  opacity: 1;
}
.plyr__time+.plyr__time::before {
    content: '\2044';
    margin-right: 0 !important;
    padding-right: 9px;
}
.plyr__controls__item.plyr__time+.plyr__time, .plyr__controls .plyr__controls__item.plyr__time:first-child {
    padding-left: 5px !important;
}
iframe[loading] {
pointer-events: none
}
.pod-cover-overlay {
        height: 201px;
    margin-top: -365px;
    z-index: 999;
    background-color: #2e2e2e00;
    cursor: pointer;
    position: relative;
    margin-bottom: 110px;
}
.pod-cover-overlay.active:before {
    display: block;
    content: "Playing in site player";
    font-family: Kanit,sans-serif;
    font-size: 22px;
    color: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
  
}
.meta.index-ok {
    display: flex;
}
iframe.wp-embedded-content {
    max-width: 100% !important;
}

.featured-image.img-frame.img-preview.content-img.mb-3.Show.Notes, 
.featured-image.img-frame.img-preview.content-img.mb-3.The.Dan.Bongino.Show {
    display: none;
}

a.dropdown-download {
    width: 0px;
    right: 0px;
}
.pod-download {
      width: 25%;
    height: 50px;
    background-color: #fe971e;
    position: relative;
    top: 0px;
    margin: 0 auto;
    cursor: pointer !important;
    margin-top: 5px;
    margin-bottom: 70px;
    text-align: center;
    vertical-align: inherit;
    border: none;
    display: block;
}
span.download-text {
    display: block;
    font-family: Kanit, sans-serif;
    font-size: 16px;
    color: rgb(0, 0, 0);
    text-transform: uppercase;
  padding-top: 12px;
}
svg.svg-inline--fa.fa-download {
    vertical-align: 0px;
}

@media only screen and (max-width: 1585px) {
  .pod-download {
    width: 50%;
}
}

@media only screen and (max-width: 991px) {
  .pod-download {
    width: 100%;
}
}


.agreement-btn {
    color: white;
    margin-top: 20px;
    position: relative;
}
.agree-checkbox.error {
    margin-bottom: 0px !important;
}
.enter-email {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
}
.enter-email label.error {
    background-color: #ff0000;
    color: #fff;
    padding: 0 10px;
    position: absolute;
    bottom: -30px;
    left: 0px;
}
.agreement-btn label.error {
    background-color: #ff0000;
    color: #fff;
    padding: 0 10px;
    position: absolute;
    bottom: -30px;
    left: 0px;
}
.newsletter-page-subscribe-input label.error {
    position: absolute;
    left: 15px;
    bottom: 29px;
}
.agreement-btn-newsletter-page label.error {
    position: absolute;
    bottom: -23px;
    left: 15px;
}
.news-article-block .play-btn {
    font-size: 45px;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
@media only screen and (max-width: 1559px) {
  .limit-char {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
}
@media only screen and (max-width: 1199px) {
  .limit-char {
    display: -webkit-box;
    -webkit-line-clamp: inherit;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
}
@media only screen and (max-width: 991px) {
  .limit-char {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
}
@media only screen and (max-width: 767px) {
  .limit-char {
    display: -webkit-box;
    -webkit-line-clamp: inherit;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
}
.right-click-to-play {
    font-size: 12px;
    margin-top: 14px;
}

.header.sign_up {
    min-height: 320px;
    border-bottom-width: 15px;
}
.sign-up-image {
width: 50%;
    margin-top: -30px;
}
@media only screen and (max-width: 992px) {
  .header.sign_up {
    height:auto;
}
  .sign-up-image {
    width: 30%;
    margin-bottom: 40px;
    margin-top: 20px;
}
}