/* Custom Dynamic CSS */

/* Dynamic Color Settings */
  
  :root {
    --primary: #0069db;
    --secondary: #353e47;
    --success: #28a745;
    --danger: #570003;
    --warning: #f4ac00;
    --info: #0e3f61;
    --dark: #343a40;
    --light: #e9eaeb;
    
    --default_body_bg: #ffffff;
    --default_body: #000000;
    --default_link: #991b1b;
    --default_link_hover: #000000;
    
    --header_bg: #000000;
    --header: #ffffff;
    --header_link: #c4dcff;
    --header_link_hover: #008fff;
    
    --footer_bg: #9b181a;
    --footer: #ffffff;
    --footer_link: #ffffff;
    --footer_link_hover: #008fff;
    
    --default_nav: #ffffff;
    --default_nav_bg: #333333;
    --default_nav_link: #570304;
    --default_nav_link_bg: ;
    --default_nav_link_hover: #ffffff;
    --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);}

.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);}
.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-size: 20px
}
h1, h2, h3, h4, h5, h6{
  
  font-weight: 700
}
.text-accent{
  
}
.text-script{
  
}
.navbar-nav .nav-link{
  font-family:  'Barlow Condensed', sans-serif;;
  font-size: 22px
}

/* End Font Settings */


.scale {
  width: 100%;
  height: auto;
}
  section.first.article {
    padding-top: 20px;
    padding-bottom: 40px;
}
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: 0 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: 20px;
    padding-bottom: 40px;
}
  .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: #316531;
    border-radius: 0;
    transform: scale(1.1);
}
  .sticky-2 {
    position: sticky;
    top: 140px;
}
  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 20px 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: 25px;
    background-repeat: no-repeat;
    background-size: contain;
}
a.pminc {
   
}
a.structure {
   
}
  .parler-icon {
    width: 15px;
    vertical-align: unset;
}

.navbar-brand {
  
}

body {
    background-image: url(https://mr.cdn.ignitecdn.com/client_assets/dcenquirer_com/media/themes/img/bg-body.jpg?1681185033);
    background-size: 100% auto;
    background-position: top;
    background-repeat: no-repeat;
    background-color: #cdcdcd;
}
#top-stripe {
    display: block;
    width: 100%;
    height: 40px;
    z-index: 2;
}
#head-panel {
    height: 125px;    box-shadow: 0px 1px 12px #000000;
}

#block {
    background-color: #570505;
    display: block;
    height: 125px;
    width: 50%;
    z-index: 3;
}

#logo-icon {
    z-index: 4;
    background-color: #991b1d;
    aspect-ratio: 1/1;
    height: 125px;
  
}

.bg-stripe {
    display: block;
    height: 40px;
    z-index: 5;
}


header {
    position: relative;
    z-index: 5000;
}

.search-button.bg-white.rounded-circle {
    aspect-ratio: 1/1;
    height: 25px;
}

.search {
    color:#000000;
    
}
.search i{
    position:relative;
    top:-2px;
    left:-3px;
}
img.brand {
    width: 180px;
}
.main-nav {
    height: 50px;
    position: absolute;
    top: 53px;
    left: 110px;
    z-index: 300;
}
.networks-header {
    position: absolute;
    top: 69px;
    right: 0;
}
.navbar-nav .nav-link {
    text-transform: uppercase;
    font-weight: 600;
}


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;
}


.net-fb {
    background-color: #1877f2 !important;
}
.net-tw {
    background-color: #1da1f2 !important;
}
.net-yt {
    background-color: #ff0000 !important;
}
.net-ig {
    background-color: #c32aa3 !important;
}
.net-rss {
    background-color: #f46f30 !important;
}
.net-rumble {
    background-color: #85C842 !important;
}
.net-truth {
    background-color: #9000b8 !important;
}
a.network:hover {
    color: #fff;
   background-color: #991b1d !important;

}
header a {
    font-family: 'Barlow Condensed';
}
.text-gray {
    color: #909090;
}
section.featured-articles {
    margin-top: 35px;
}
.large-card-title {
    font-weight: 700;
    font-size: 40px;
    line-height: 40px;
    text-transform: uppercase;
  color: #000000;
}
.article-title-only {
    border-top: 1px solid #909090;
}
.title-only-date {
    font-size: 12px;
    font-weight: 700;
}
.article-title-only-title a {
    font-size: 18px;
    line-height: 18px;
    font-weight: 500;
}
h2.center-line {
    border-bottom: 7px solid var(--danger);
    font-size: 48px;
    margin: -22px 0 55px 0;
}
h2.center-line .line-span{
    background-color: #ffffff;
    padding: 0 5px;
    position: relative;
    top: 18px;
}
.video-slide-date {
    font-size: 12px;
}
.play-btn {
    font-size: 40px;
    display: inline-block;
    position: absolute;
    left: 5px;
    bottom: -2px;
}
.play-btn svg {
    color: white;
}
section.homepage-videos {
    border-bottom: 1px solid;
}
.writer-title {
    font-weight: 700;
    font-size: 16px;
}
.writer-name {
    font-size: 12px;
}
section.bottom-border {
    border-bottom: 7px solid var(--danger);
}
.topic-tag {
    position: absolute;
    top: 0px;
    left: 0px;
    background-color: var(--danger);
    padding: 4px 6px;
    font-weight: 600;
}
.large-card .card-title {
    font-weight: 700;
    font-size: 40px;
    line-height: 40px;
    text-transform: uppercase;
    color: #000000;
}

.medium-card .card-title {
    font-weight: 700;
    font-size: 15px;
    line-height: 26px;
    text-transform: uppercase;
    color: #000000;
}
.medium-card .card-info {
    margin-bottom: 5px;
  font-size: 12px;
}
.bg-grey {
    background-color: #a5a5a5 !important;
}
.article-item-block {
    margin-bottom: 20px;
}
.tweet-container {
    margin-top: -30px;
}
.tweet {
    font-size: 12px;
}
.utility-cta{
    height: 500px;
    justify-content: center;
    align-items: center;
    align-self: center;
    display: flex;
}
.video-slider-item {
    width: 95% !important;
}
.footer-submit {
    padding-top: 3px;
    padding-bottom: 3px;
}
footer h5 {
    font-size: 35px !important;
}
footer .nav-link {
    padding: 0;
}
.fixed-top {
    position: fixed !important;
}
.push-down-container {
    padding-top: 10px;
}





/* nav toggle code start */
.off-content {
    margin: 0 auto;
    text-align: center;
}
img.img-fluid.slide-nav-logo {
    width: 300px;
    margin-bottom: 40px;
}
.navbar-toggler {
    z-index: 999;
  position: absolute;
    top: 60px;
}
.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: #a5a5a5;
  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: -7px;
}
#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);
  border: 2px solid white;
    border-radius: 50%;
}

#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: 0px;
    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;
}
}
.bg-glass {
    background-color: rgb(0 0 0 / 85%) !important;
}
#return-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: #d8d8d8;
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    animation-duration: .5s;
    box-shadow: 0px 5px 25px 0px rgb(187 187 187 / 45%);
}

#return-to-top svg {
    color: #333;
    margin: 0;
    position: relative;
    left: 16px;
    top: 11px;
    font-size: 19px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.topic-tag a {
    color: white;
}
input.error {
    border-color: #ff0000;
    background-color: #fffef2;
    margin-bottom: 30px !important;
}
label.error {
    background-color: #ff0000;
    color: #fff;
    padding: 0 10px;
    position: absolute;
    bottom: -5px;
  left: 15px;
}

.search-input {
    width: 100%;
    border-radius: 5px !important;
    margin-left: auto;
}

div#search-panel {
    top: 70px;
    display: block;
    z-index: -1;
    transition: all 0.4s ease-in-out;
    opacity: 0;
}

.show-search {
    opacity: 1 !important;
    z-index: 9999 !important;
  top: 125px !important;
}
.form-control-search {
    background-color: #f4f4f4;
    border: 0px solid #ced4da !important;
}
button.search-icon-input {
    border: none;
    background-color: transparent;
    position: absolute;
    right: 20px;
    top: 20px;
    font-size: 20px;
}

@media only screen and (max-width: 991px) {
  .large-card .card-title {
    font-weight: 700;
    font-size: 20px;
    line-height: 20px;
    text-transform: uppercase;
    color: #000000;
}
  .medium-card .card-title {
    font-weight: 700;
    font-size: 20px;
    line-height: 20px;
    text-transform: uppercase;
    color: #000000;
}
  .navbar-nav .nav-link {
    color: #ffffff !important;
    background-color: var(--default_nav_link_bg);
}
}
@media only screen and (max-width: 767px) {
  .large-card-title {
    font-weight: 700;
    font-size: 30px;
    line-height: 26px;
    text-transform: uppercase;
    color: #000000;
}
  h2.center-line {
    border-bottom: 7px solid var(--danger);
    font-size: 30px;
    margin: -22px 0 25px 0;
}
}
@media only screen and (max-width: 575px) {
  .panel-right {
    padding-right: 10px;
}
  .networks-header {
    position: absolute;
    top: 70px;
    right: 10px;
}
}
@media only screen and (max-width: 485px) {
  img.brand {
    width: 150px;
    position: absolute;
    left: 10px;
    top: 12px;
}
  .networks-header {
    display: none;
}
  .navbar-toggler {
    z-index: 999;
    position: absolute;
    top: 63px;
    right: 0px;
}
}
@media only screen and (max-width: 350px) {
  img.brand {
    width: 120px;
    position: absolute;
    left: 10px;
    top: 70px;
}
  .hamburger .line {
    width: 35px;
}
}


.content-body iframe {
    aspect-ratio: 16/9 !important;
    max-width: 100%;
}
.dropdown-menu {
    background-color: #353e48;
}
.play-btn {
    font-size: 45px;
    display: inline-block;
    position: absolute;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%);
}
div#custom-div-1 {
    text-align: center;
      margin: 15px 0px;
}
div#custom-div-2 {
    text-align: center;
      margin: 15px 0px;
}
div#custom-div-3 {
    text-align: center;
      margin: 15px 0px;
}






.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: #878787;
    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;
  z-index: 9999;
  transition: top 0.2s ease;
  background-color: #000000;
  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: #bc0001;
      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;
}
#tracks {
    text-align: center;
    position: absolute;
    top: -4px;
    right: 320px;
    font-weight: 600;
    font-size: 0px;
}
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;
}
/*** VIDEO CONTROLS CSS ***/
/* control holder */
.control{
	color:#ccc;
	position:absolute;
	bottom:10px;
	left:10px;
	width:100%;
	z-index:5;
	display:none;
}
/* control bottom part */
.btmControl{
	clear:both;
}
.control .btnPlay {
	float:left;
	width:34px;
	height:30px;
	padding:5px;
	background: rgba(0,0,0,0.5);
	cursor:pointer;
	border-radius: 6px 0 0 6px;
	border: 1px solid rgba(0,0,0,0.7);
	box-shadow: inset 0 0 1px rgba(255,255,255,0.5);
}
.control .icon-play{
	background:url(https://s.cdpn.io/6035/vp_sprite.png) no-repeat -11px 0;
	width: 6px;
	height: 9px;
	display: block;
	margin: 4px 0 0 8px;
}
.control .icon-pause{
	background:url(https://s.cdpn.io/6035/vp_sprite.png) no-repeat -34px -1px;
	width: 8px;
	height: 9px;
	display: block;
	margin: 4px 0 0 8px;
}
.control .selected{
	font-size:15px;
	color:#ccc;
}
.control .sound{
	width: 30px;
	height: 30px;
	float:left;
	background: rgba(0,0,0,0.5);
	border: 1px solid rgba(0,0,0,0.7);
	border-left: none;
	box-shadow: inset 0 0 1px rgba(255,255,255,0.5);
	cursor: pointer;
}
.control .icon-sound {  
	background:url(https://mr.cdn.ignitecdn.com/client_assets/dcenquirer_com/media/themes/img/video-sprite.png?1684768657) no-repeat -19px 0;
	width: 13px;
	height: 10px;
	display: block;
	margin: 8px 0 0 8px;
}
.control .muted .icon-sound{
	width: 7px !important;
}
.control .btnFS{
	width: 30px;
	height: 30px;
	border-radius: 0 6px 6px 0;
	float:left;
	background: rgba(0,0,0,0.5);
	border: 1px solid rgba(0,0,0,0.7);
	border-left: none;
	box-shadow: inset 0 0 1px rgba(255,255,255,0.5);

}
.control .icon-fullscreen {  
	background:url(https://mr.cdn.ignitecdn.com/client_assets/dcenquirer_com/media/themes/img/video-sprite.png?1684768657) no-repeat 0 0;
	width: 10px;
	height: 10px;
	display: block;
	margin: 8px 0 0 9px;
}

/* PROGRESS BAR CSS */
/* Progress bar */
.progress-bar {
	height: 30px;
	padding: 10px;
	background: rgba(0,0,0,0.6);
	border: 1px solid rgba(0,0,0,0.7);
	border-left: none;
	box-shadow: inset 0 0 1px rgba(255,255,255,0.5);
	float:left;

}
.progress {
	width:240px;
	height:7px;
	position:relative;
	cursor:pointer;
	background: rgba(0,0,0,0.4); /* fallback */
	box-shadow: 0 1px 0 rgba(255,255,255,0.1), inset 0 1px 1px rgba(0,0,0,1);
	border-radius:10px;
}
.progress span {
	height:100%;
	position:absolute;
	top:0;
	left:0;
	display:block;
	border-radius:10px;
}
.timeBar{
	z-index:10;
	width:0;
	background: -webkit-linear-gradient(top, rgba(107,204,226,1) 0%,rgba(29,163,208,1) 100%);
	box-shadow: 0 0 7px rgba(107,204,226,.5);
}
.bufferBar{
	z-index:5;
	width:0;
	background: rgba(255,255,255,0.2);
}

/* VOLUME BAR CSS */
/* volume bar */
.volume{
	position:relative;
	cursor:pointer;
	width:70px;
	height:10px;
	float:right;
	margin-top:10px;
	margin-right:10px;
}
.volumeBar{
	display:block;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	background-color:#eee;
	z-index:10;
}


video#myVideo {
    max-width: 100%;
}


#body-content-wrapper blockquote {
    margin-left: 30px !important;
    padding-left: 10px !important;
    border-left: 3px solid #353e48;
    display: block !important;
    width: 100% !important;
    height: auto;
}
.image-att-style {
    display: inline-block;
    position: absolute;
    bottom: 0;
    z-index: 500;
    right: 0;
}

.featured-image {
    position: relative;
}

.attribution.small {
    font-size: 12px;
    text-transform: uppercase;
    font-style: italic;
    font-weight: 700;
    letter-spacing: 0;
    color: #fff;
}

.bg-blackscreen {
    background: #00000078;
}
.subscription-block-render button.btn.btn-info {
    display: inline-block;
    position: relative;
    z-index: 5000;
    cursor: pointer !important;
}

div#comment-list .card-header {
    font-size: 15px;
}

div#comment-list .card-body p {
    font-size: 18px;
  	margin: 0;
}

div#comment-list .card.bg-light.mb-2:nth-child(odd) {
    background-color: #f1f1f199 !important;
}


div#comment-list .card.bg-light:nth-child(even) {
    background-color: #fffef9 !important;
}
.user-icon {
    display: block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    background: #000;
    margin: 0 10px 0px 0px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    border-radius: 6px;
}

.user-letter {
    display:block;
    visibility:hidden;
    text-align:center;
    width: 25px;
    margin: 0 auto;
    font-size: 32px;
}

.user-letter:first-letter {
    visibility:visible;
  
}
p.by-line {
    font-size: 12px !important;
}
button.toggle-me {
    width: 40px;
    padding: 7px;
    margin: 0 0 8px 0;
}

.reply-button {
    display: block;
    text-align: right;
    margin: 10px 0 0 0; 
}
.subscription-block-render h6 {
    display: none;
}
input.form-control#lms_user_image_url {display: none;}

#comments div#custom-div-1,
#comments div#custom-div-2,
#comments div#custom-div-3,
#comments div#custom-div-4,
#comments div#custom-div-5,
#comments div#custom-div-6,
#comments div#custom-div-7,
#comments div#custom-div-8{
    margin-bottom: 10px;
}

.font-accent {
    font-family: 'Barlow Condensed';
}

.shareaholic-service-truthsocial {
      background-color: #9000b8 !important;
}
a.shareaholic-service-truthsocial:before {
    content: "" !important;
    background-image: url(https://mr.cdn.ignitecdn.com/client_assets/dcenquirer_com/media/themes/img/0-02-01-8385d00fad9162b66a72b4e96693956872e94b154d69638d45d724c0671f322a_1c6db5490c48c3.png?1694807871);
    display: inline-block;
    width: 25px;
    height: 25px;
    background-repeat: no-repeat;
    background-size: contain;
}
#thin div#block {
    height: 40px;
}
#thin div#logo-icon {
    height: 50px;
}
#thin a.brand {
    margin: 7px 0 0 10px;
}
#thin a.nav-link {
    padding: 0 8px;
}

#thin .show-search {
    opacity: 1 !important;
    z-index: 9999 !important;
  top: 45px !important;
}
#thin .navbar-toggler {
    top: 15px;
    right: 50px;
}
#thin div#block-40 {
    background-color: #570505;
    z-index: 0.;
    display: block;
    width: 50%;
    height: 70px;
}

#thin .d-flex.flex-fill.panel-right.float-left.position-relative {
    background-color: #353e48;
}

#ld-2219-284,
#ld-5738-6917, 
#ld-2186-1539{
    padding: 20px 0 0;
}

.nav-wrapper{
    height: 70px;
}
footer .navbar-nav .nav-link {
    color: var(--footer_link);
    background-color: var(--default_nav_link_bg);
}

.bg-background-none{
  background-image: none;
  }